mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-03 16:04:53 +01:00
Modified dialplan template for local calls to make hangup context be called regardless of which party is hanging up the call.
Ref: #15917
This commit is contained in:
parent
6d552297a4
commit
a8d2e32d39
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
exten => |EXTEN|,1,Dial(BRCM/|LINE|,|TIMEOUT|,g)
|
||||
exten => |EXTEN|,1,Dial(BRCM/|LINE|,|TIMEOUT|,gF(hangup,h,2))
|
||||
exten => |EXTEN|,n,GotoIf($["${DIALSTATUS}"="ANSWER"]?endcall)
|
||||
exten => |EXTEN|,n,|VOICEMAIL|
|
||||
exten => |EXTEN|,n(endcall),Macro(endcall,BRCM,|LINE|,|EXTEN|,${CHANNEL(name)},|MAX_RETRIES|,|RETRYTIME|,|WAITTIME|,|CBBS_KEY|,|CONGESTIONTONE|)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue