Displaying 1 result from an estimated 1 matches for "from_ser".
Did you mean:
from_user
2004 Sep 14
2
Press 9 to dial by name
...d users to a general mailbox that will
be addressed as <companyname>@asterisk and 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,ResponseTimeou...