Displaying 1 result from an estimated 1 matches for "acmeinc".
Did you mean:
acenic
2004 Sep 14
2
Press 9 to dial by name
...give them the option to
wait for the tone and leave a message, or press 9 to dial by name.
My questions are:
1. What is the best way to do this?
Right now I have incoming SIP calls going to a context called
[From_SER]. My config looks like this:
[From_SER]
include => MailBox
include => ACMEInc
exten => 1,1,Goto(${EXTEN},s,1)
[MailBox]
exten => _XXXX,1,Wait(2)
exten => _XXXX,2,Voicemail(u${EXTEN})
[ACMEInc]
exten => s,1,Answer
exten => s,2,DigitTimeout,5
exten => s,3,ResponseTimeout,10
exten => s,4,Voicemail(${EXTEN})
exten => 9,1,Directory(${EXTEN})
It seem...