I have my peers registered to SER.asterisk seems to be sending mwi for the peers seen in the sip show peers CLI command. i have my ser server registered with asterisk as a type=friend and all clients register to ser.how do i get mwi to work for these clients registered to SER. Thank you, -AA
Hi Sharon! This is pretty difficult, i was not able to implement it so far(though my ser-skills are pretty basic). At http://www.voip-info.org/wiki-Asterisk+at+large you'll find some howto's, method 2 seems to be the most promising to me... regards christian On Tue, 7 Mar 2006 15:36:57 -0600 Sharon <asteriskgirl@gmail.com> wrote:> I have my peers registered to SER.asterisk seems to be sending mwi for > the peers seen in the sip show peers CLI command. i have my ser server > registered with asterisk as a type=friend and all clients register to > ser.how do i get mwi to work for these clients registered to SER. > > Thank you, > -AA > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
There is a patch to chan_sip on voip-info.org that I use. It seems to work very well. I believe it is on the "Astrisk at large" page on the voip-info.org wiki. regards, Darvid On 3/7/06, Sharon <asteriskgirl@gmail.com> wrote:> I have my peers registered to SER.asterisk seems to be sending mwi for > the peers seen in the sip show peers CLI command. i have my ser server > registered with asterisk as a type=friend and all clients register to > ser.how do i get mwi to work for these clients registered to SER. > > Thank you, > -AA > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Hi, I get this error in the log file when I call from my mobile to the Asterisk server, but hang up the mobile before anyone picks up. Normally I would not worry about it, but I have been having some bad experiences (only recently, after about 9 months of good operation) with asterisk, although there have been related issues with Telco lines / equipment and also some Asterisk initiated CRC errors after upgrading to 1.2. So I have downgraded to 1.0.9. So I can isolate everything I have just installed a VERY VERY simple dial plan. The setup is Telco <---> TDM 4 Port BRI <---> Ericsspn BP250 Extensions.conf (all of it!!!!) [default] exten => s,1,Dial(ZAP/g4/1111211,45,t) [dialstring] exten => i,1,Playback(invalid) exten => i,2,Hangup exten => t,1,Hangup [te405p-frombp250] exten => _3XX,1,Answer exten => _3XX,2,Dial(Sip/${EXTEN},6000,t) exten => _3XX,3,Hangup exten => _X.,1,Answer exten => _X.,2,Dial(Zap/g1/${EXTEN},6000,t) exten => _X.,3,Hangup [te405p-intelstra] exten => _X.,1,Answer exten => _X.,2,Dial(Zap/g4/${EXTEN},6000,t) exten => _X.,3,Hangup [from-sip] exten => s,1,Dial(SIP/3332,45,t) exten => _0X.,1,Answer exten => _0X.,2,Dial(Zap/g1/${EXTEN:1},6000,t) exten => _0X.,3,Hangup exten => _X.,1,Answer exten => _X.,2,Dial(Zap/g4/1111${EXTEN},6000,t) exten => _X.,3,Hangup Zapata.conf [channels] context=default musiconhold=default switchtype=euroisdn usecallerid=yes cidsignalling=v23 cidstart=polarity hidecallerid=no callwaiting=no usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes echotraining=800 rxgain=0.0 txgain=0.0 group=1 context=te405p-intelstra ;context=te405p-ext pridialplan=local signalling=pri_cpe ;overlapdial=yes callerid=asreceived channel=>1-15, 17-31 ;channel=>32-46, 48-62 group=4 context=te405p-frombp250 ;context=te405p-in pridialplan=local signalling=pri_net overlapdial=yes callerid=asreceived channel=>94-108, 110-124 ;channel=>32-46, 48-62 Zaptel.conf span=1,1,0,ccs,hdb3,crc4 bchan=1-15 dchan=16 bchan=17-31 span=2,0,0,ccs,hdb3,crc4 bchan=32-46 dchan=47 bchan=48-62 span=3,0,0,ccs,hdb3,crc4 bchan=63-77 dchan=78 bchan=79-93 span=4,0,0,ccs,hdb3,crc4 bchan=94-108 dchan=109 bchan=110-124 loadzone=au defaultzone=au
Hi, I think there should be only one timing source, but you have 3 here... Zaptel.conf span=1,1,0,ccs,hdb3,crc4 span=2,0,0,ccs,hdb3,crc4 span=3,0,0,ccs,hdb3,crc4 span=4,0,0,ccs,hdb3,crc4 Not sure if this is causing the problem though. Andy On 3/15/06, James Sturges <thinking@1am.com.au> wrote:> Hi, > > I get this error in the log file when I call from my mobile to the Asterisk > server, but hang up the mobile before anyone picks up. > > Normally I would not worry about it, but I have been having some bad > experiences (only recently, after about 9 months of good operation) with > asterisk, although there have been related issues with Telco lines / > equipment and also some Asterisk initiated CRC errors after upgrading to > 1.2. So I have downgraded to 1.0.9. > > So I can isolate everything I have just installed a VERY VERY simple dial > plan. > > The setup is > > Telco <---> TDM 4 Port BRI <---> Ericsspn BP250 > > Extensions.conf (all of it!!!!) > > [default] > exten => s,1,Dial(ZAP/g4/1111211,45,t) > > [dialstring] > > exten => i,1,Playback(invalid) > exten => i,2,Hangup > exten => t,1,Hangup > > [te405p-frombp250] > > exten => _3XX,1,Answer > exten => _3XX,2,Dial(Sip/${EXTEN},6000,t) > exten => _3XX,3,Hangup > > exten => _X.,1,Answer > exten => _X.,2,Dial(Zap/g1/${EXTEN},6000,t) > exten => _X.,3,Hangup > > [te405p-intelstra] > > exten => _X.,1,Answer > exten => _X.,2,Dial(Zap/g4/${EXTEN},6000,t) > exten => _X.,3,Hangup > > [from-sip] > > exten => s,1,Dial(SIP/3332,45,t) > > exten => _0X.,1,Answer > exten => _0X.,2,Dial(Zap/g1/${EXTEN:1},6000,t) > exten => _0X.,3,Hangup > > exten => _X.,1,Answer > exten => _X.,2,Dial(Zap/g4/1111${EXTEN},6000,t) > exten => _X.,3,Hangup > > Zapata.conf > [channels] > context=default > musiconhold=default > switchtype=euroisdn > usecallerid=yes > cidsignalling=v23 > cidstart=polarity > hidecallerid=no > callwaiting=no > usecallingpres=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > echotraining=800 > rxgain=0.0 > txgain=0.0 > > group=1 > context=te405p-intelstra > ;context=te405p-ext > pridialplan=local > signalling=pri_cpe > ;overlapdial=yes > callerid=asreceived > channel=>1-15, 17-31 > ;channel=>32-46, 48-62 > > group=4 > context=te405p-frombp250 > ;context=te405p-in > pridialplan=local > signalling=pri_net > overlapdial=yes > callerid=asreceived > channel=>94-108, 110-124 > ;channel=>32-46, 48-62 > > > Zaptel.conf > span=1,1,0,ccs,hdb3,crc4 > bchan=1-15 > dchan=16 > bchan=17-31 > span=2,0,0,ccs,hdb3,crc4 > bchan=32-46 > dchan=47 > bchan=48-62 > span=3,0,0,ccs,hdb3,crc4 > bchan=63-77 > dchan=78 > bchan=79-93 > span=4,0,0,ccs,hdb3,crc4 > bchan=94-108 > dchan=109 > bchan=110-124 > > loadzone=au > defaultzone=au > > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Thanks for the input everyone. I though the second digit in the span = was the timing attribute, so only getting master timing on span 1. We have had timing issues, can we confirm this? Thanks again James -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Andy Kuo Sent: Thursday, 16 March 2006 6:43 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Unable to forward frame Hi, I think there should be only one timing source, but you have 3 here... Zaptel.conf span=1,1,0,ccs,hdb3,crc4 span=2,0,0,ccs,hdb3,crc4 span=3,0,0,ccs,hdb3,crc4 span=4,0,0,ccs,hdb3,crc4 Not sure if this is causing the problem though. Andy On 3/15/06, James Sturges <thinking@1am.com.au> wrote:> Hi, > > I get this error in the log file when I call from my mobile to theAsterisk> server, but hang up the mobile before anyone picks up. > > Normally I would not worry about it, but I have been having some bad > experiences (only recently, after about 9 months of good operation) with > asterisk, although there have been related issues with Telco lines / > equipment and also some Asterisk initiated CRC errors after upgrading to > 1.2. So I have downgraded to 1.0.9. > > So I can isolate everything I have just installed a VERY VERY simple dial > plan. > > The setup is > > Telco <---> TDM 4 Port BRI <---> Ericsspn BP250 > > Extensions.conf (all of it!!!!) > > [default] > exten => s,1,Dial(ZAP/g4/1111211,45,t) > > [dialstring] > > exten => i,1,Playback(invalid) > exten => i,2,Hangup > exten => t,1,Hangup > > [te405p-frombp250] > > exten => _3XX,1,Answer > exten => _3XX,2,Dial(Sip/${EXTEN},6000,t) > exten => _3XX,3,Hangup > > exten => _X.,1,Answer > exten => _X.,2,Dial(Zap/g1/${EXTEN},6000,t) > exten => _X.,3,Hangup > > [te405p-intelstra] > > exten => _X.,1,Answer > exten => _X.,2,Dial(Zap/g4/${EXTEN},6000,t) > exten => _X.,3,Hangup > > [from-sip] > > exten => s,1,Dial(SIP/3332,45,t) > > exten => _0X.,1,Answer > exten => _0X.,2,Dial(Zap/g1/${EXTEN:1},6000,t) > exten => _0X.,3,Hangup > > exten => _X.,1,Answer > exten => _X.,2,Dial(Zap/g4/1111${EXTEN},6000,t) > exten => _X.,3,Hangup > > Zapata.conf > [channels] > context=default > musiconhold=default > switchtype=euroisdn > usecallerid=yes > cidsignalling=v23 > cidstart=polarity > hidecallerid=no > callwaiting=no > usecallingpres=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > echotraining=800 > rxgain=0.0 > txgain=0.0 > > group=1 > context=te405p-intelstra > ;context=te405p-ext > pridialplan=local > signalling=pri_cpe > ;overlapdial=yes > callerid=asreceived > channel=>1-15, 17-31 > ;channel=>32-46, 48-62 > > group=4 > context=te405p-frombp250 > ;context=te405p-in > pridialplan=local > signalling=pri_net > overlapdial=yes > callerid=asreceived > channel=>94-108, 110-124 > ;channel=>32-46, 48-62 > > > Zaptel.conf > span=1,1,0,ccs,hdb3,crc4 > bchan=1-15 > dchan=16 > bchan=17-31 > span=2,0,0,ccs,hdb3,crc4 > bchan=32-46 > dchan=47 > bchan=48-62 > span=3,0,0,ccs,hdb3,crc4 > bchan=63-77 > dchan=78 > bchan=79-93 > span=4,0,0,ccs,hdb3,crc4 > bchan=94-108 > dchan=109 > bchan=110-124 > > loadzone=au > defaultzone=au > > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users