Hello to all When my SNOM (300 or 320) loses Internet connectivity, it loses its Asterisk registration (ok, thats normal). But when the phone is back online, he doesn't try to register in Asterisk. I believe this happens to avoid flooding the private LANs when the Internet link is lost.... but the problem is that the phones don't try to re-register in the future.... Sometimes it stays 2 hours without registering to Asterisk. When this happens, the only solution is to reboot it (and hear the users complains) :( How can I avoid this? How can I reduce the time to re-register in SNOM 300 or 320 ? Thanks Joao Pereira
Hi Joao, I'm not very experienced with SNOM, but have you though about providing fix IP for you VoIP hardphones? That way you could avoid the registration problem. At least while you don't get your final solution. Hope it helps, MoutaPT On 1/3/07, Joao Pereira <joao.pereira@fccn.pt> wrote:> > Hello to all > When my SNOM (300 or 320) loses Internet connectivity, it loses its > Asterisk registration (ok, thats normal). > But when the phone is back online, he doesn't try to register in > Asterisk. I believe this happens to avoid flooding the private LANs when > the Internet link is lost.... but the problem is that the phones don't > try to re-register in the future.... Sometimes it stays 2 hours without > registering to Asterisk. > When this happens, the only solution is to reboot it (and hear the users > complains) :( > How can I avoid this? How can I reduce the time to re-register in SNOM > 300 or 320 ? > > Thanks > Joao Pereira > > > > > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070103/41372a83/attachment.htm
Mattias Andersson
2007-Jan-03 05:07 UTC
[asterisk-users] Block some number outgoing from joust one extention
Hi all! I am shore someone have writing about it bout I cant find it. I have a extension that I need to block from making expansive mobil calls. Everyone else should be aloud to do the calls. I am shore it is possible to be done sens I had a commercial asterisk based PBX that I did that on. However I have switch to Trixbox because I need some custom functions not supported by the commercial product. I would appreciate all help. Regards Mattias ===================================================================Adress: Mattias Andersson Storskiftesv?gen 6 S-145 60 Norsborg Mobil: +46-70-799 44 41 Email: eskes@home.se Skype: eskes1
Marco Mouta
2007-Jan-03 09:50 UTC
[asterisk-users] Block some number outgoing from joust one extention
Hi Mattias, add this to your dialplan: exten=> _XXXX/CALLERIDNUMBER,1,Hangup() ; Basically you are doing a pattern match with callerid match on your first priority! ; You may keep your remaining dialplan, no changes needed Pls Give me some feedback Best Regards, MoutaPT On 1/3/07, Mattias Andersson <eskes1@gmail.com> wrote:> > Hi all! > I am shore someone have writing about it bout I cant find it. > I have a extension that I need to block from making expansive mobil calls. > Everyone else should be aloud to do the calls. > > I am shore it is possible to be done sens I had a > commercial asterisk based PBX that I did that on. > However I have switch to Trixbox because I need > some custom functions not supported by the commercial product. > I would appreciate all help. > Regards > Mattias > > > > > > > ===================================================================> Adress: > Mattias Andersson > Storskiftesv?gen 6 > S-145 60 Norsborg > > Mobil: +46-70-799 44 41 > Email: eskes@home.se > Skype: eskes1 > > > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070103/d8c959ed/attachment.htm
C F
2007-Jan-03 16:41 UTC
[asterisk-users] Block some number outgoing from joust one extention
The easiest way is thru using contexts. On 1/3/07, Mattias Andersson <eskes1@gmail.com> wrote:> Hi all! > I am shore someone have writing about it bout I cant find it. > I have a extension that I need to block from making expansive mobil calls. > Everyone else should be aloud to do the calls. > > I am shore it is possible to be done sens I had a > commercial asterisk based PBX that I did that on. > However I have switch to Trixbox because I need > some custom functions not supported by the commercial product. > I would appreciate all help. > Regards > Mattias > > > > > > > ===================================================================> Adress: > Mattias Andersson > Storskiftesv?gen 6 > S-145 60 Norsborg > > Mobil: +46-70-799 44 41 > Email: eskes@home.se > Skype: eskes1 > > > _______________________________________________ > --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 >
Mattias Andersson
2007-Jan-04 03:11 UTC
[asterisk-users] Block some number outgoing from joust one extention
Thanks! I can?t rely figure out how to block for only one extension. Eg. Extension 209 need to be blocked from making calls starting with 070 (eg. 9070). Some clues did I get bout would it men a new form-internal-blocked dialplan? Regards Mattias On 04/01/07, C F <shmaltz@gmail.com> wrote:> > The easiest way is thru using contexts. > > On 1/3/07, Mattias Andersson <eskes1@gmail.com> wrote: > > Hi all! > > I am shore someone have writing about it bout I cant find it. > > I have a extension that I need to block from making expansive mobil > calls. > > Everyone else should be aloud to do the calls. > > > > I am shore it is possible to be done sens I had a > > commercial asterisk based PBX that I did that on. > > However I have switch to Trixbox because I need > > some custom functions not supported by the commercial product. > > I would appreciate all help. > > Regards > > Mattias > > > > > > > > > > > > > > ===================================================================> > Adress: > > Mattias Andersson > > Storskiftesv?gen 6 > > S-145 60 Norsborg > > > > Mobil: +46-70-799 44 41 > > Email: eskes@home.se > > Skype: eskes1 > > > > > > _______________________________________________ > > --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 >-- Mattias Andersson -------------------------------- Storskiftesv?gen 6 145 60 Norsborg m. +46-70-799 44 41 h. +46-8-641 38 97 Email: eskes1@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070104/855da94f/attachment.htm
Mark Rounds
2007-Jan-04 19:53 UTC
[asterisk-users] Block some number outgoing from joust oneextention
exten => _9070X./209,1,NoOP,SORRY CHARLIE exten => _9070X./209,2,Congestion This would block any call from 209 to 070X as long as 9 was your outside digit. I use the NoOP to help me out with the CLI and debugging :) Hope this helps Mark -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mattias Andersson Sent: Thursday, January 04, 2007 5:12 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Block some number outgoing from joust oneextention Thanks! I can?t rely figure out how to block for only one extension. Eg. Extension 209 need to be blocked from making calls starting with 070 (eg. 9070). Some clues did I get bout would it men a new form-internal-blocked dialplan? Regards Mattias On 04/01/07, C F <HYPERLINK "mailto:shmaltz@gmail.com"shmaltz@gmail.com> wrote: The easiest way is thru using contexts. On 1/3/07, Mattias Andersson <HYPERLINK "mailto:eskes1@gmail.com" eskes1@gmail.com> wrote:> Hi all! > I am shore someone have writing about it bout I cant find it. > I have a extension that I need to block from making expansive mobil calls. > Everyone else should be aloud to do the calls. > > I am shore it is possible to be done sens I had a > commercial asterisk based PBX that I did that on. > However I have switch to Trixbox because I need > some custom functions not supported by the commercial product. > I would appreciate all help. > Regards > Mattias > > > > > > > ===================================================================> Adress: > Mattias Andersson > Storskiftesv?gen 6 > S-145 60 Norsborg > > Mobil: +46-70-799 44 41 > Email: HYPERLINK "mailto:eskes@home.se"eskes@home.se > Skype: eskes1 > > > _______________________________________________ > --Bandwidth and Colocation provided by HYPERLINK"http://Easynews.com"Easynews.com --> > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > HYPERLINK "http://lists.digium.com/mailman/listinfo/asterisk-users"http://lists.digium.com/mailman/listinfo/asterisk-users>_______________________________________________ --Bandwidth and Colocation provided by HYPERLINK "http://Easynews.com"Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: HYPERLINK "http://lists.digium.com/mailman/listinfo/asterisk-users"http://lists.digium .com/mailman/listinfo/asterisk-users -- Mattias Andersson -------------------------------- Storskiftesv?gen 6 145 60 Norsborg m. +46-70-799 44 41 h. +46-8-641 38 97 Email: HYPERLINK "mailto:eskes1@gmail.com"eskes1@gmail.com -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.16.4/615 - Release Date: 1/3/2007 1:34 PM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070104/b07a99e9/attachment.htm
Mattias Andersson
2007-Jan-05 05:37 UTC
[asterisk-users] Block some number outgoing from joust oneextention
Hi! Exactly what I needed. It was the 209 part that I did not figure put. Thanks! //Mattias At 03:53 2007-01-05, you wrote:>exten => _9070X./209,1,NoOP,SORRY CHARLIE >exten => _9070X./209,2,Congestion >This would block any call from 209 to 070X as >long as 9 was your outside digit. > >I use the NoOP to help me out with the CLI and debugging :) > >Hope this helps > >Mark > > > >-----Original Message----- >From: asterisk-users-bounces@lists.digium.com >[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mattias Andersson >Sent: Thursday, January 04, 2007 5:12 AM >To: Asterisk Users Mailing List - Non-Commercial Discussion >Subject: Re: [asterisk-users] Block some number >outgoing from joust oneextention > >Thanks! >I can?t rely figure out how to block for only one extension. >Eg. Extension 209 need to be blocked from making >calls starting with 070 (eg. 9070). >Some clues did I get bout would it men a new form-internal-blocked dialplan? >Regards >Mattias > > > >On 04/01/07, C F <<mailto:shmaltz@gmail.com>shmaltz@gmail.com> wrote: >The easiest way is thru using contexts. > >On 1/3/07, Mattias Andersson ><<mailto:eskes1@gmail.com> eskes1@gmail.com> wrote: > > Hi all! > > I am shore someone have writing about it bout I cant find it. > > I have a extension that I need to block from making expansive mobil calls. > > Everyone else should be aloud to do the calls. > > > > I am shore it is possible to be done sens I had a > > commercial asterisk based PBX that I did that on. > > However I have switch to Trixbox because I need > > some custom functions not supported by the commercial product. > > I would appreciate all help. > > Regards > > Mattias > > > > > > > > > > > > > > ===================================================================> > Adress: > > Mattias Andersson > > Storskiftesv?gen 6 > > S-145 60 Norsborg > > > > Mobil: +46-70-799 44 41 > > Email: <mailto:eskes@home.se>eskes@home.se > > Skype: eskes1 > > > > > > _______________________________________________ > > --Bandwidth and Colocation provided by <http://Easynews.com>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 <http://Easynews.com>Easynews.com -- > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > ><http://lists.digium.com/mailman/listinfo/asterisk-users>http://lists.digium.com/mailman/listinfo/asterisk-users > > > > >-- >Mattias Andersson >-------------------------------- >Storskiftesv?gen 6 >145 60 Norsborg > >m. +46-70-799 44 41 >h. +46-8-641 38 97 > >Email: <mailto:eskes1@gmail.com>eskes1@gmail.com > > >-- >No virus found in this outgoing message. >Checked by AVG Free Edition. >Version: 7.5.432 / Virus Database: 268.16.4/615 >- Release Date: 1/3/2007 1:34 PM >_______________________________________________ >--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===================================================================Adress: Mattias Andersson Storskiftesv?gen 6 S-145 60 Norsborg Mobil: +46-70-799 44 41 Email: eskes@home.se Skype: eskes1