Displaying 2 results from an estimated 2 matches for "messagewaitoff".
2003 Jun 09
1
Adding an app
...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 that is passed to it. This is where my problems
start. I have spent some time looking through the source code, but I
haven't determi...
2003 Jun 10
1
Re: Adding an app (Steven Critchfield)
...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 that is passed to it. This is where my
problems
> start. I have spent some time looking through the source code, b...