Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • webphone webphone
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Keith
  • webphonewebphone
  • Wiki
  • hermes

hermes · Changes

Page history
Update hermes authored Oct 04, 2019 by Keith's avatar Keith
Show whitespace changes
Inline Side-by-side
hermes.md
View page @ fdbc3209
......@@ -9,15 +9,14 @@
```mermaid
sequenceDiagram
participant Webphone
participant Kamailio
participant API
participant Ardop
Webphone->>Kamailio: SIP MESSAGE
Kamailio->>API: API MESSAGE (HTTP POST)
API->>Ardop: WRITE FILE to Ardop folder
Ardop->>API: READ FILE from Ardop folder
API->>Kamailio: Inject SIP Message
Kamailio->>Webphone: SIP MESSAGE
participant W as Webphone
participant K as Kamailio
participant A as API
participant Ar as Ardop
W->>K: SIP MESSAGE
K->>A: API MESSAGE (HTTP POST)
A->>Ar: WRITE FILE to Ardop folder
Ar->>A: READ FILE from Ardop folder
A->>K: Inject SIP Message
K->>W: SIP MESSAGE
```
\ No newline at end of file
Clone repository
  • branch notes
  • commands
  • error
  • hermes
  • Home