Displaying 2 results from an estimated 2 matches for "_999".
Did you mean:
1999
2008 Nov 20
1
Voice Mail
Dear Sir,
I need to configure my Voice Mail on asterisk...I made the following
configuration:
*
extensions.conf:*
exten => _999.,1,VoiceMail(${EXTEN})
exten => _999.,2,HangUp()
If the customer dial 9991234 then a prompt message should ask him to enter
his voice message and this what is not happening
*voicemail.conf:*
[a2billing]
999123456 => 123456, 123456, michofr at mm.com
The Error mrssage that I got is:
Exe...
2005 Sep 05
0
WG: Timeout when Dialing - HELP
...n => 492774XXXX,3,Hangup()
[outgoing]
exten => _0.,1,WaitforDigits(5000)
exten => _0.,2,Dial(SIP/${EXTEN}@sip.1und1.de
<mailto:SIP/$%7bEXTEN%7d@sip.1und1.de> ) /// Normal Way --> outgoing call to
SIP-Gateway (TIMEOUT)
exten => _0.,3,Dial(misdn/1/${EXTEN})
exten => _999.,1,WaitforDigits(5000)
exten => _999.,2,Dial(misdn/1/${EXTEN:3}) /// 999-Way --> outgoing call
at ISDN-Interface 1 (everything fine)
exten => _888.,1,WaitforDigits(5000)
exten => _888.,2,Dial(misdn/1/${EXTEN:3},,m) /// 888-Way --> outgoing call
with music in BGround (TIME...