search for: messagewaiton

Displaying 2 results from an estimated 2 matches for "messagewaiton".

Did you mean: messagewaiting
2003 Jun 10
1
Re: Adding an app (Steven Critchfield)
...ow that I fully understand what's going on as far as the channels and extensions. Are you saying that the MWI is tied to the channel? If that is the case, then for my SIP phones, would the channel be (SIP/XXXX)? If it should be, then should extensions.conf look like: exten => 811NXXXXXX,1,MessageWaitOn(SIP/EXTEN:6) Again, thanks for the help. Jesse Date: Mon, 09 Jun 2003 22:37:01 -0500 From: Steven Critchfield <critch@basesys.com> Subject: Re: [Asterisk-Users] Adding an app To: asterisk-users@lists.digium.com Organization: Reply-To: asterisk-users@lists.digium.com On Mon, 2003-06-09 at...
2003 Jun 09
1
Adding an app
...r 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 determined what all I need to touch to add an applicati...