[Asterisk-Dev] Proposed MWI support for Endpoints on
Different Softswitch
Chris A. Icide
chris at netgeeks.net
Fri Apr 15 09:37:22 MST 2005
Adreas,
What I was proposing with the Set/ClearMWI commands was not a direct
trigger for turning on or off MWI on a particular device, but an
in-dialplan method of adding or removing a mailbox= entry to a device. In
other words a dialplan command that would do the same thing as if you had
edited a sip.conf entry and added (SetMWI) or deleted (ClearMWI) the
mailbox=<vmail-user>@<vmail-context> and then did a sip reload.
I can also see the benefit of having a method to just turn on or turn off
the MWI on a device as well. Not asking asterisk to scan for any new/old
files, but just basically a switch for the MWI state on a device. I
believe this is what you are referring to?
Maybe something like:
MWISet(SIP/1234,,e) ; option e sets the MWI flag on (enabled) for the
indicated device, any user at context data in field 2 is ignored.
MWIClear(SIP/1234,,d) ; option d sets the MWI flag off (disabled) for the
indicated device, any user at context data in field 2 is ignored.
Something like that?
-Chris
On 03:06 PM 4/14/2005, Andreas Sikkema wrote:
>
>On Thu, 2005-04-14 at 23:02, Chris A. Icide wrote:
>
>> exten => s,1,MWISet(SIP/1234,1001 at office) ;set MWI for SIP/1234 to
>> 1001 at office
>>
>> exten => s,1,MWIClear(SIP/1234) ;remove all MWI setting for SIP/1234
>>
>> exten => s,1,MWISet(SIP/1234,2222 at softswitch,r) ; same as above
>> except r options indicates this is a remote softswitch.
>
>I would _love_ something like this. We're not using the voicemail
>application but I've written something entirely in extension.conf so I
>need something that is not tied to the voicemail app.
>
>--
>Andreas Sikkema <h323 at ramdyne.nl>
>
>_______________________________________________
>Asterisk-Dev mailing list
>Asterisk-Dev at lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-dev
>To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-dev
More information about the asterisk-dev
mailing list