Displaying 1 result from an estimated 1 matches for "cc5b5f20".
2007 Mar 31
2
Question on Priorities
Hi,
I am attempting to change my dialplan to use 'n' priorities and labels
for easier reading, and less re-numbering :) but how do you handle the
plus 101 ? In my extensions.conf I have a simple plan for testing :-
[inbound-sip]
exten => uxbod,1,Dial(sip/1001,20,t)
exten => uxbod,n,PlayBack(uxbod)
exten => uxbod,n,VoiceMail(1001@voicemail,s)
exten => uxbod,n,Hangup()
exten