[asterisk] Slow down mailbox extensions
This commit is contained in:
parent
997da1686f
commit
500b6b8e80
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ exten => _XXX,1,Dial(PJSIP/${EXTEN}, 15)
|
|||
same = n,Hangup()
|
||||
|
||||
; Star plus 3-digit extensions dial their associated mailboxes
|
||||
exten => _*XXX,1,VoiceMailMain(${EXTEN:1}@sailmaker)
|
||||
exten => _*XXX,1,Answer()
|
||||
same = n,Wait(1)
|
||||
same = n,VoiceMailMain(${EXTEN:1}@sailmaker)
|
||||
same = n,Hangup()
|
||||
|
||||
; 7+ digit calls are routed outside via the PSTN
|
||||
|
|
Loading…
Reference in a new issue