I am trying to interface to a nortel dms100 and the only feature I have failed to figure out is the mwi. On the system being replaced they use the rs232 to activate and deactivate the mwi. Can I use teh serial as well on asterisk. An example I am looking for is as follows. at 9600 E 7 1 on the serial port (Activates indicator to station) OP:MWI_xxxxxxxxxx![Control D] (Deactivates indicator to station) RMV:MWI_xxxxxxxxxx![Control D]
On Tue, 2004-10-12 at 20:25, Clay Zevely wrote:> I am trying to interface to a nortel dms100It's called SMDI. Cheers, Mike
There is a bounty out for this feature. It's called the Simple Message Desk Indicator (SMDI) protocol. See http://www.voip-info.org/tiki-index.php?page=Asterisk+bounty+SMDI> -----Original Message----- > From: Clay Zevely [mailto:bcgclay@sbcglobal.net] > Sent: October 12, 2004 5:25 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] mwi over serial port > > I am trying to interface to a nortel dms100 and the only > feature I have > failed to figure out > is the mwi. On the system being replaced they use the rs232 > to activate and > deactivate the mwi. > > Can I use teh serial as well on asterisk. > > An example I am looking for is as follows. > at 9600 E 7 1 on the serial port > > > (Activates indicator to station) > OP:MWI_xxxxxxxxxx![Control D] > > (Deactivates indicator to station) > RMV:MWI_xxxxxxxxxx![Control D]{clip}
The trick is finding a published source for the SMDI protocol.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > ast@uc9.net > Sent: October 12, 2004 7:51 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] mwi over serial port > > > On Tue, 12 Oct 2004, Jim Van Meggelen wrote: > > > The bounty seems to be at $3000 so far: > > > > > http://www.voip-info.org/tiki-index.php?>page=Asterisk%20bounty%20SMDI> > > > > I do not know for sure, but it seems easier enough to write this as > another application that just scans the /var/spool/asterisk/voicemail > > Michael > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/> asterisk-users > To > UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.775 / Virus Database: 522 - Release Date: 08/10/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.775 / Virus Database: 522 - Release Date: 08/10/2004
I may have missed something here but couldn't you just do this with a bit of bash/perl/etc using 'externnotify=' option in voicemail.conf file? I do this to set MWI via OAI (CTI) on a NEC switch without having to 'integrate' heavily. If you just need those bits you could probably just echo them out the port (?) Cheers, Peter -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Clay Zevely Sent: Wednesday, 13 October 2004 9:55 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] mwi over serial port I am trying to interface to a nortel dms100 and the only feature I have failed to figure out is the mwi. On the system being replaced they use the rs232 to activate and deactivate the mwi. Can I use teh serial as well on asterisk. An example I am looking for is as follows. at 9600 E 7 1 on the serial port (Activates indicator to station) OP:MWI_xxxxxxxxxx![Control D] (Deactivates indicator to station) RMV:MWI_xxxxxxxxxx![Control D] _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
We have the SMDI interface running to a DMS 10. If anyone is interested let us know. The code would need a little clean up to get released. Kent On 10/13/04 10:29 AM, "Michael Welter" <mike@introspect.com> wrote:> The bounty is bogus, the offerors are not serious, and they should take > it off the wiki. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Can I get the code? Clay -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Kent Claussen Sent: Wednesday, October 13, 2004 10:40 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] mwi over serial port We have the SMDI interface running to a DMS 10. If anyone is interested let us know. The code would need a little clean up to get released. Kent On 10/13/04 10:29 AM, "Michael Welter" <mike@introspect.com> wrote:> The bounty is bogus, the offerors are not serious, and they should take > it off the wiki. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I would agree with that that this bounty doesn't look legit. But adding SMDI MWI support to the voicemail apps would be that hard. After all only two messages need to be generated. (Activates indicator to station) OP:MWI_xxxxxxxxxx![Control D] (Deactivates indicator to station) RMV:MWI_xxxxxxxxxx![Control D] This can be done via a cron perl script to scroll into the inbox voicemail folder and send a SMDI message if required. Or even via the CLI "show voicemail users for default" to capture which users has new message. (asterisk -r -x "show voicemail users for default") I just cannot convince myself to actually spend the time coding that script, since to me it really have no value. MarcG. -----Original Message----- From: Michael Welter [mailto:mike@introspect.com] Sent: Wednesday, October 13, 2004 11:29 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] mwi over serial port The bounty is bogus, the offerors are not serious, and they should take it off the wiki.
I put the bounty on the wiki, when I posted it, and a month or so after, it was legit. 3 weeks ago w/ no apparent interest (we're not programmers other than the occasional shell script), we changed our paradyne and are actually using a sql command sent to the class 5 switche to set mwi. it's really dirty, but seems to be working, I'd publish it, but our switch rep. made us swear not to disclose the external sql command abilities... I will change the bounty as I'm still willing to pay for this, but it'll be much lower now... W. Kevin Hunt CCIE #11841 MCSE, Linux+ SME www.huntbrothers.com> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Michael Welter > Sent: Wednesday, October 13, 2004 10:29 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] mwi over serial port > > The bounty is bogus, the offerors are not serious, and they > should take it off the wiki. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
Thats not true. I am very serious. John Bittner Simlab.net> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On BehalfOf> Michael Welter > Sent: Wednesday, October 13, 2004 11:29 AM > To: Asterisk Users Mailing List - Non-CommercialDiscussion> Subject: Re: [Asterisk-Users] mwi over serial port > > The bounty is bogus, the offerors are not serious, andthey> should take > it off the wiki. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >