Difference between revisions of "SIP Headers"
Jump to navigation
Jump to search
(→Parameters) |
|||
Line 6: | Line 6: | ||
GM <source> <dest> <opt: -p -r> | GM <source> <dest> <opt: -p -r> | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !Parameter: | ||
+ | ! | ||
+ | ! | ||
+ | |- | ||
+ | |Source | ||
+ | | | ||
+ | |The source of the SIP call will be the <source>, hence not added to the header. | ||
+ | |- | ||
+ | |dest | ||
+ | |Optional | ||
+ | |A list of destination directory numbers. | ||
+ | |- | ||
+ | | | ||
+ | |Optional | ||
+ | |Change Priority of the call. 1-100 | ||
+ | |- | ||
+ | | | ||
+ | |Optional | ||
+ | |Default the reference of the call is the SIP Call-ID. | ||
+ | |||
+ | Using the "-r" parameter a custom text can be added as reference. | ||
+ | |} | ||
== Example == | == Example == |
Revision as of 12:15, 17 April 2018
With SIP integration in Exigo it is possible to change destination or priority on action call before audio event.
This is done by using SIP INVITE EXTENSIONS.
Parameters
Group modify is used for changing parameters of an Exigo Action Call.
GM <source> <dest> <opt: -p -r>
Parameter: | ||
---|---|---|
Source | The source of the SIP call will be the <source>, hence not added to the header. | |
dest | Optional | A list of destination directory numbers. |
Optional | Change Priority of the call. 1-100 | |
Optional | Default the reference of the call is the SIP Call-ID.
Using the "-r" parameter a custom text can be added as reference. |