Mark Johnson
2005-Jan-26 06:16 UTC
[Asterisk-Users] Cisco 7960 Message Light on multiple phones
Here is what I am attempting to do (which works well on Cisco Call Manger). I have some 7960's that have multiple lines on them. The second line specifically is a "helpdesk" line that is shared among multiple phones. Here is how I am making that line ring on multiple phones, maybe you have other suggestions: exten => 135,1,Dial(SIP/135@100&SIP/135@101,20,rt) So this rings the second line on the phones that have the first line as 100 and 101. This works great. When someone leaves a voicemail, the messagelight will only light on the phone that was booted up last. Is there a way to make the light come on all of the helpdesk phones, with the second line icon displaying the correct mail icon? Here is the sip.conf section for those particular extensions: [100] type=friend username=100 secret=100 host=dynamic mailbox=100 linelabel="First Last" line => 102 [135] type=friend username=135 secret=135 host=dynamic mailbox=135 linelabel="HelpDesk" line => 135 [101] type=friend username=101 secret=101 host=dynamic mailbox=101 linelabel="First1 Last1" callerid="First1 Last1" <101> line => 101
Rich Adamson
2005-Jan-26 06:21 UTC
[Asterisk-Users] Cisco 7960 Message Light on multiple phones
> Here is what I am attempting to do (which works well on Cisco Call > Manger). I have some 7960's that have multiple lines on them. The > second line specifically is a "helpdesk" line that is shared among > multiple phones. Here is how I am making that line ring on multiple > phones, maybe you have other suggestions: > > exten => 135,1,Dial(SIP/135@100&SIP/135@101,20,rt) > > So this rings the second line on the phones that have the first line as > 100 and 101. This works great. When someone leaves a voicemail, the > messagelight will only light on the phone that was booted up last. Is > there a way to make the light come on all of the helpdesk phones, with > the second line icon displaying the correct mail icon?I believe you'll find the phone that registered 'last' will be the one that gets the vm lite (not the last reboot). If your phones re-register ever 3600 seconds, the last one gets the mwi indicator and that will cause the mwi to move between phones over time. (Snom phones had a similar problem some time ago.) I believe the current implementation for vm notification is to use a sip 'notify' message to turn on the mwi, and the sip protocol implementation within * does not support sending 'notify' messages to multiple phones. (E.g., how would * even know how many phones you are trying to ring via the above dialplan entry?)
Matt Schulte
2005-Jan-26 07:21 UTC
[Asterisk-Users] Cisco 7960 Message Light on multiple phones
That's very interesting, because we do the exact same thing and all the phones light up (with line mailbox flashing).. What SIP ver are you using on the 7960's? However it sounds like 135 isn't registered on all the phones? What we did is bind the lines to multiple phones, 203 (our tech mailbox) for example never actually rings because all we care about is the MWI. Matt -----Original Message----- From: Mark Johnson [mailto:asterisk@astroshapes.com] Sent: Wednesday, January 26, 2005 7:17 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Cisco 7960 Message Light on multiple phones Here is what I am attempting to do (which works well on Cisco Call Manger). I have some 7960's that have multiple lines on them. The second line specifically is a "helpdesk" line that is shared among multiple phones. Here is how I am making that line ring on multiple phones, maybe you have other suggestions: exten => 135,1,Dial(SIP/135@100&SIP/135@101,20,rt) So this rings the second line on the phones that have the first line as 100 and 101. This works great. When someone leaves a voicemail, the messagelight will only light on the phone that was booted up last. Is there a way to make the light come on all of the helpdesk phones, with the second line icon displaying the correct mail icon? Here is the sip.conf section for those particular extensions: [100] type=friend username=100 secret=100 host=dynamic mailbox=100 linelabel="First Last" line => 102 [135] type=friend username=135 secret=135 host=dynamic mailbox=135 linelabel="HelpDesk" line => 135 [101] type=friend username=101 secret=101 host=dynamic mailbox=101 linelabel="First1 Last1" callerid="First1 Last1" <101> line => 101 _______________________________________________ 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
On Wed, 2005-01-26 at 15:50, Germ?n Micale wrote:> Hi, > > Does someone know an ActiveX IAX softphone? > I need a free softphone to connect with Asterisk from a web page. > > RegardsI use Firefly as a free IAX client and it works well. I have also used diax which has more features (multiple line support for example) but the quality does not seem quite as good.
On Wed, 26 Jan 2005 16:50:13 +0100, Germ?n Micale <gmicale@astrasoft.es> wrote:>Hi, > >Does someone know an ActiveX IAX softphone? >I need a free softphone to connect with Asterisk from a web page. >Check here: http://www.geocities.com/babarnazmi/index2.htm>Regards > > >_______________________________________________ >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
Hi,>----- Original Message ----- >From: "Gareth Blades" <list-asterisk@linguaphone.co.uk> > On Wed, 2005-01-26 at 15:50, Germ?n Micale wrote: >> Hi, >> >> Does someone know an ActiveX IAX softphone? >> I need a free softphone to connect with Asterisk from a web page. >> >> Regards > > I use Firefly as a free IAX client and it works well. > > I have also used diax which has more features (multiple line support for > example) but the quality does not seem quite as good. >Please develop a little bit on this one. What do you mean by "quality does not seem quite as good"? It is about sound, interface, stability? I really need a feedback on this sentence. Thank you and best regards, Dan
You should have a look here : http://www.geocities.com/babarnazmi/middlepage.htm IAXClient ActiveX Control-IAX2 ...full IAXClient engine for creating IAXClients standalone or web based phones... HTH
Hey I tried DIAX today and the speech quality was rather poor compared to X-lite. Not tried firefly yet. Mike On Wed, 26 Jan 2005 16:23:53 +0000, Gareth Blades <list-asterisk@linguaphone.co.uk> wrote:> On Wed, 2005-01-26 at 15:50, Germ?n Micale wrote: > > Hi, > > > > Does someone know an ActiveX IAX softphone? > > I need a free softphone to connect with Asterisk from a web page. > > > > Regards > > I use Firefly as a free IAX client and it works well. > > I have also used diax which has more features (multiple line support for > example) but the quality does not seem quite as good. > > _______________________________________________ > 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 >
Hi,> Hey I tried DIAX today and the speech quality was rather poor compared > to X-lite.Which codec have you used? The speech quality must be the same for the same codec. Best regards, Dan
www.signate.co.uk There is an e-book version. I bought mine from the states, arrived very quickly to the UK - around 5 days, and no postage cost. I ordered the CD of Asterisk with it, but didnt use it, and dont see it as having much value. Book is quite good for getting * running from basics IMHO when used in conjuction with the Wiki. John On Wed, 26 Jan 2005 16:50:13 +0100, Germ?n Micale <gmicale@astrasoft.es> wrote:> Hi, > > Does someone know an ActiveX IAX softphone? > I need a free softphone to connect with Asterisk from a web page. > > Regards > > _______________________________________________ > 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 >