search for: 810nxxxxxx

Displaying 2 results from an estimated 2 matches for "810nxxxxxx".

2003 Jun 09
1
Adding an app
...I via stutter dial tone for its own internal voicemail. After looking at the source code, it appears that there is a flag set that determines whether or not * needs to play stutter dial tone when the user lifts the handset. I can get my voicemail system to pass the MWI to Asterisk in this form: 810NXXXXXX == turns off MWI 811NXXXXXX == turns on MWI I would like to set up extensions.conf like this: exten => 810NXXXXXX,1,MessageWaitOff(EXTEN:6) exten => 811NXXXXXX,1,MessageWaitOn(EXTEN:6) I would like the MessageWaitOff and MessageWaitOn apps to appropriately set the flag for the extension th...
2003 Jun 10
1
Re: Adding an app (Steven Critchfield)
...ts own > internal voicemail. After looking at the source code, it appears that > there is a flag set that determines whether or not * needs to play stutter > dial tone when the user lifts the handset. I can get my voicemail system > to pass the MWI to Asterisk in this form: > > 810NXXXXXX == turns off MWI > 811NXXXXXX == turns on MWI > > I would like to set up extensions.conf like this: > > exten => 810NXXXXXX,1,MessageWaitOff(EXTEN:6) > exten => 811NXXXXXX,1,MessageWaitOn(EXTEN:6) > > I would like the MessageWaitOff and MessageWaitOn apps to appropriat...