Displaying 2 results from an estimated 2 matches for "_11xxxx".
Did you mean:
_1xxxx
2006 Apr 04
1
Realtime Database Lookup
Hi,
Please take a look at the following extensions.conf:-
exten => _11XXXX,1,NoCDR()
exten => _11XXXX,2,Dial(SIP/${EXTEN},10)
exten => _11XXXX,3,VoiceMail()
I'm already using realtime for some extensions/users/voicemail.
Is there any way to do the following at point 3?:-
Lookup the realtime users db and read the MailBox column for that buddy.
If the mailbox c...
2005 Jun 02
0
Call Manager & Asterisk for VM - MWI not working
...se it made more sense to use 11 to
turn on MWI and 00 to turn it off. Within extensions.conf, I have:
exten => _00XXXX,1,SetCallerID(${EXTEN:2})
exten => _00XXXX,2,Dial(H323/8999@10.50.1.10)
exten => _00XXXX,3,Answer
exten => _00XXXX,4,Wait,1
exten => _00XXXX,5,Hangup
exten => _11XXXX,1,SetCallerID(${EXTEN:2})
exten => _11XXXX,2,Dial(H323/8998@10.50.1.10)
exten => _11XXXX,3,Answer
exten => _11XXXX,4,Wait,1
exten => _11XXXX,5,Hangup
8998 and 8999 are the MWI on and off #'s. 10.50.1.10 is the Gatekeeper.
I'm kind of at a loss of what to try next. Here is...