Displaying 1 result from an estimated 1 matches for "customon".
Did you mean:
customop
2018 Dec 10
4
PJSIP_HEADER - Diversion header manipulation
...BC_1},,b(add_diversion^FWDdiver^1))
same => n,Hangup()
# Diversion manipulation context
[add_diversion]
exten =>
FWDdiver,1,Set(PJSIP_HEADER(add,Diversion)=<sip:full_pstn_no at example.com>\;reason=unconditional\;screen=yes\;privacy=off))
exten =>
FWDdiver,2,Set(PJSIP_HEADER(add,CustomOne)=<sip:custom_one at example.com>\;reason=unconditional\;screen=yes\;privacy=off))
exten =>
FWDdiver,3,Set(PJSIP_HEADER(add,CustomTwo)=<sip:custom_two at example.com>\;reason=unconditional\;screen=yes\;privacy=off))
exten => FWDdiver,4,Return()
Asterisk*CLI>
-- Now forwa...