Hi everyone, having a issue with asterisk and my new Voip providers service. Iv set up many asterisk systems before but never seen this and have tried to fix this with no luck.. I have used this exact same sort of setup for 5 other providers and never had this issue, If i replace the trunk login details with my works voip account and set it to IAX then it works perfect, Just not the new provider, I have also tried this on our work asterisk server, our development box and my home box all with the same bad result . When i make a call, Straight away it just says Congested and i get a forbidden error.. Although Incoming calls work fine, and my provider confirms that i am authenticated. Here is what happens when i make a call, i have put xx on the numbers and passwords. The dialplan strips the 0 in front of the number. -------------------------------------------------------- -- Executing [0043401xxxx at numberplan-custom-2:1? ] Macro("SIP/400-08280ae0", "trunkdial|SIP/trunk_1/043401xxxx"? ) in new stack -- Executing [s at macro-trunkdial:1] Dial("SIP/400-08280ae0", "SIP/trunk_1/043401xxxx") in new stack -- Called trunk_1/043401xxxx [Jan 11 14:33:16] WARNING[2439]: chan_sip.c:11918 handle_response_invite: Received response: "Forbidden" from '"400" <sip:028012xxxx at iinetphone.iinet.net.au <mailto:028012xxxx at iinetphone.iinet.net.au>>;tag=as0767eb78' -- SIP/trunk_1-08284e38 is circuit-busy == Everyone is busy/congested at this time (1:0/1/0) -- Executing [s at macro-trunkdial:2] Goto("SIP/400-08280ae0", "s-CONGESTION|1") in new stack -- Goto (macro-trunkdial,s-CONGESTION,1) -- Executing [s-CONGESTION at macro-trunkdial:1] NoOp("SIP/400-08280ae0", "") in new stack == Auto fallthrough, channel 'SIP/400-08280ae0' status is 'CONGESTION' -------------------------------------------------------- I cant work out what in the world this is, Why is the phone saying forbidden? -------------------------------------------------------- [Jan 11 14:33:16] WARNING[2439]: chan_sip.c:11918 handle_response_invite: Received response: "Forbidden" from '"400" <sip:028012xxxx at iinetphone.iinet.net.au <mailto:028012xxxx at iinetphone.iinet.net.au>>;tag=as0767eb78 -------------------------------------------------------- I can receive incoming call fine, Here is a copy of relevant parts of the configs and other info Trunk Info [trunk_1] disallow allow = all callerid = 028012xxxx contact context = DID_trunk_1 dialformat = ${EXTEN:1} fromdomain = iinetphone.iinet.net.au fromuser = 028012xxxx group hasexten = no hasiax = no hassip = yes host = sip.nsw.iinet.net.au insecure = very port = 5060 provider registeriax = no registersip = yes secret = xxxxxxxx trunkname = Custom - iinet trunkstyle = customvoip username = 028012xxxx The dialplan, Just dial 0, then number, then strip the first 0 and dial [numberplan-custom-2] include = default plancomment = home exten = _0X!,1,Macro(trunkdial,${trunk_1}/? ${EXTEN:1}) comment = _0X!,1,All Numbers,standard The trunks context, Wich is all incoming calls go to exten 400 (office) [DID_trunk_1] include = default exten = _X.,1,Goto(default|400|1) exten = s,1,Goto(default|400|1) sip show registry asdev*CLI> sip show registry Host Username Refresh State Reg.Time sip.nsw.iinet.net.au:5060 028012xxxx 105 Registered Fri, 11 Jan 2008 14:43:01 asdev*CLI> sip show peers asdev*CLI> sip show peers Name/username Host Dyn Nat ACL Port Status 400/400 172.17.16.66 D 5060 Unmonitored trunk_1/0280125553 203.59.xx.xx 5060 Unmonitored 2 sip peers [Monitored: 0 online, 0 offline Unmonitored: 2 online, 0 offline] asdev*CLI> Any help would be appreciated, Thanks in advance Kevin S -- This message has been scanned for viruses and dangerous content by Mail Call antivirus software, and is believed to be clean.
Paul Hales
2008-Jan-11 06:11 UTC
[asterisk-users] Congestion/Forbidden issue with new carrier
Are they expecting numbers in a 61XXXXXXXX format? PaulH On Fri, 2008-01-11 at 16:27 +1100, Kev S wrote:> Hi everyone, > > having a issue with asterisk and my new Voip providers service. > Iv set up many asterisk systems before but never seen this and have > tried to fix this with no luck.. > I have used this exact same sort of setup for 5 other providers and > never had this issue, If i replace the trunk login details with my works > voip account and set it to IAX then it works perfect, Just not the new > provider, > I have also tried this on our work asterisk server, our development box > and my home box all with the same bad result . > When i make a call, Straight away it just says Congested and i get a > forbidden error.. Although Incoming calls work fine, and my provider > confirms that i am authenticated. > Here is what happens when i make a call, i have put xx on the numbers > and passwords. The dialplan strips the 0 in front of the number. > > -------------------------------------------------------- > -- Executing [0043401xxxx at numberplan-custom-2:1? ] > Macro("SIP/400-08280ae0", "trunkdial|SIP/trunk_1/043401xxxx"? ) in new stack > > -- Executing [s at macro-trunkdial:1] Dial("SIP/400-08280ae0", > "SIP/trunk_1/043401xxxx") in new stack > > -- Called trunk_1/043401xxxx > > [Jan 11 14:33:16] WARNING[2439]: chan_sip.c:11918 > handle_response_invite: Received response: "Forbidden" from '"400" > <sip:028012xxxx at iinetphone.iinet.net.au > <mailto:028012xxxx at iinetphone.iinet.net.au>>;tag=as0767eb78' > > -- SIP/trunk_1-08284e38 is circuit-busy > > == Everyone is busy/congested at this time (1:0/1/0) > > -- Executing [s at macro-trunkdial:2] Goto("SIP/400-08280ae0", > "s-CONGESTION|1") in new stack > -- Goto (macro-trunkdial,s-CONGESTION,1) > -- Executing [s-CONGESTION at macro-trunkdial:1] NoOp("SIP/400-08280ae0", > "") in new stack > > == Auto fallthrough, channel 'SIP/400-08280ae0' status is 'CONGESTION' > > -------------------------------------------------------- > > I cant work out what in the world this is, Why is the phone saying > forbidden? > -------------------------------------------------------- > [Jan 11 14:33:16] WARNING[2439]: chan_sip.c:11918 > handle_response_invite: Received response: "Forbidden" from '"400" > <sip:028012xxxx at iinetphone.iinet.net.au > <mailto:028012xxxx at iinetphone.iinet.net.au>>;tag=as0767eb78 > -------------------------------------------------------- > > > I can receive incoming call fine, Here is a copy of relevant parts of > the configs and other info > > Trunk Info > > [trunk_1] > disallow > allow = all > callerid = 028012xxxx > contact > context = DID_trunk_1 > dialformat = ${EXTEN:1} > fromdomain = iinetphone.iinet.net.au > fromuser = 028012xxxx > group > hasexten = no > hasiax = no > hassip = yes > host = sip.nsw.iinet.net.au > insecure = very > port = 5060 > provider > registeriax = no > registersip = yes > secret = xxxxxxxx > trunkname = Custom - iinet > trunkstyle = customvoip > username = 028012xxxx > > > The dialplan, Just dial 0, then number, then strip the first 0 and dial > > [numberplan-custom-2] > include = default > plancomment = home > exten = _0X!,1,Macro(trunkdial,${trunk_1}/? ${EXTEN:1}) > comment = _0X!,1,All Numbers,standard > > > The trunks context, Wich is all incoming calls go to exten 400 (office) > > [DID_trunk_1] > include = default > exten = _X.,1,Goto(default|400|1) > exten = s,1,Goto(default|400|1) > > > sip show registry > > asdev*CLI> sip show registry > Host Username Refresh State Reg.Time > sip.nsw.iinet.net.au:5060 028012xxxx 105 Registered Fri, 11 Jan 2008 > 14:43:01 > asdev*CLI> > > > sip show peers > > asdev*CLI> sip show peers > Name/username Host Dyn Nat ACL Port Status > 400/400 172.17.16.66 D 5060 Unmonitored > trunk_1/0280125553 203.59.xx.xx 5060 Unmonitored > 2 sip peers [Monitored: 0 online, 0 offline Unmonitored: 2 online, 0 > offline] > asdev*CLI> > > > Any help would be appreciated, Thanks in advance > > Kevin S >
Trevor G. Hammonds
2008-Jan-11 11:35 UTC
[asterisk-users] Congestion/Forbidden issue with new carrier
Kev, Change the HOST from "sip.nsw.iinet.net.au" to "203.215.3.1" Also, see: http://forums.whirlpool.net.au/index.cfm?a=wiki&tag=iiNetPhone_asterisk Sincerely, Trevor Hammonds -----Original Message----- From: Kev S Sent: Thursday, January 10, 2008 9:28 PM> > > S N I P < < <Trunk Info [trunk_1] disallow allow = all callerid = 028012xxxx contact context = DID_trunk_1 dialformat = ${EXTEN:1} fromdomain = iinetphone.iinet.net.au fromuser = 028012xxxx group hasexten = no hasiax = no hassip = yes host = sip.nsw.iinet.net.au insecure = very port = 5060 provider registeriax = no registersip = yes secret = xxxxxxxx trunkname = Custom - iinet trunkstyle = customvoip username = 028012xxxx
Kevin S
2008-Jan-11 11:59 UTC
[asterisk-users] Congestion/Forbidden issue with new carrier
Just tried, Same issue unfortunately :( Sorry if this message came through multiple times, Email client being silly Regards Kev> On 1/11/08, Paul Hales <pdhales at optusnet.com.au > wrote: > > > > > > > > > Are they expecting numbers in a 61XXXXXXXX format? > > > > > > PaulH > > > > > > > > > On Fri, 2008-01-11 at 16:27 +1100, Kev S wrote: > > > > Hi everyone, > > > > > > > > having a issue with asterisk and my new Voip providers service. > > > > Iv set up many asterisk systems before but never seen this and have > > > > tried to fix this with no luck.. > > > > I have used this exact same sort of setup for 5 other providers and > > > > never had this issue, If i replace the trunk login details with my > > > works > > > > voip account and set it to IAX then it works perfect, Just not the > > > new > > > > provider, > > > > I have also tried this on our work asterisk server, our development > > > box > > > > and my home box all with the same bad result . > > > > When i make a call, Straight away it just says Congested and i get a > > > > > > > forbidden error.. Although Incoming calls work fine, and my provider > > > > confirms that i am authenticated. > > > > Here is what happens when i make a call, i have put xx on the > > > numbers > > > > and passwords. The dialplan strips the 0 in front of the number. > > > > > > > > -------------------------------------------------------- > > > > -- Executing [0043401xxxx at numberplan-custom-2:1? ] > > > > Macro("SIP/400-08280ae0", "trunkdial|SIP/trunk_1/043401xxxx"? ) in > > > new stack > > > > > > > > -- Executing [s at macro-trunkdial:1] Dial("SIP/400-08280ae0", > > > > "SIP/trunk_1/043401xxxx") in new stack > > > > > > > > -- Called trunk_1/043401xxxx > > > > > > > > [Jan 11 14:33:16] WARNING[2439]: chan_sip.c:11918 > > > > handle_response_invite: Received response: "Forbidden" from '"400" > > > > < sip:028012xxxx at iinetphone.iinet.net.au > > > > <mailto: 028012xxxx at iinetphone.iinet.net.au>>;tag=as0767eb78' > > > > > > > > -- SIP/trunk_1-08284e38 is circuit-busy > > > > > > > > == Everyone is busy/congested at this time (1:0/1/0) > > > > > > > > -- Executing [s at macro-trunkdial:2] Goto("SIP/400-08280ae0", > > > > "s-CONGESTION|1") in new stack > > > > -- Goto (macro-trunkdial,s-CONGESTION,1) > > > > -- Executing [s-CONGESTION at macro-trunkdial :1] > > > NoOp("SIP/400-08280ae0", > > > > "") in new stack > > > > > > > > == Auto fallthrough, channel 'SIP/400-08280ae0' status is > > > 'CONGESTION' > > > > > > > > -------------------------------------------------------- > > > > > > > > I cant work out what in the world this is, Why is the phone saying > > > > forbidden? > > > > -------------------------------------------------------- > > > > [Jan 11 14:33:16] WARNING[2439]: chan_sip.c:11918 > > > > handle_response_invite: Received response: "Forbidden" from '"400" > > > > < sip:028012xxxx at iinetphone.iinet.net.au > > > > <mailto: 028012xxxx at iinetphone.iinet.net.au>>;tag=as0767eb78 > > > > -------------------------------------------------------- > > > > > > > > > > > > I can receive incoming call fine, Here is a copy of relevant parts > > > of > > > > the configs and other info > > > > > > > > Trunk Info > > > > > > > > [trunk_1] > > > > disallow > > > > allow = all > > > > callerid = 028012xxxx > > > > contact > > > > context = DID_trunk_1 > > > > dialformat = ${EXTEN:1} > > > > fromdomain = iinetphone.iinet.net.au > > > > fromuser = 028012xxxx > > > > group > > > > hasexten = no > > > > hasiax = no > > > > hassip = yes > > > > host = sip.nsw.iinet.net.au > > > > insecure = very > > > > port = 5060 > > > > provider > > > > registeriax = no > > > > registersip = yes > > > > secret = xxxxxxxx > > > > trunkname = Custom - iinet > > > > trunkstyle = customvoip > > > > username = 028012xxxx > > > > > > > > > > > > The dialplan, Just dial 0, then number, then strip the first 0 and > > > dial > > > > > > > > [numberplan-custom-2] > > > > include = default > > > > plancomment = home > > > > exten = _0X!,1,Macro(trunkdial,${trunk_1}/? ${EXTEN:1}) > > > > comment = _0X!,1,All Numbers,standard > > > > > > > > > > > > The trunks context, Wich is all incoming calls go to exten 400 > > > (office) > > > > > > > > [DID_trunk_1] > > > > include = default > > > > exten = _X.,1,Goto(default|400|1) > > > > exten = s,1,Goto(default|400|1) > > > > > > > > > > > > sip show registry > > > > > > > > asdev*CLI> sip show registry > > > > Host Username Refresh State Reg.Time > > > > sip.nsw.iinet.net.au:5060 028012xxxx 105 Registered Fri, 11 Jan 2008 > > > > 14:43:01 > > > > asdev*CLI> > > > > > > > > > > > > sip show peers > > > > > > > > asdev*CLI> sip show peers > > > > Name/username Host Dyn Nat ACL Port Status > > > > 400/400 172.17.16.66 D 5060 Unmonitored > > > > trunk_1/0280125553 203.59.xx.xx 5060 Unmonitored > > > > 2 sip peers [Monitored: 0 online, 0 offline Unmonitored: 2 online, 0 > > > > offline] > > > > asdev*CLI> > > > > > > > > > > > > Any help would be appreciated, Thanks in advance > > > > > > > > Kevin S > > > > > > > > > > > > > _______________________________________________ > > > -- Bandwidth and Colocation Provided by http://www.api-digital.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/20080111/fc578e7e/attachment-0001.htm
Kevin S
2008-Jan-12 02:25 UTC
[asterisk-users] Congestion/Forbidden issue with new carrier
I have followed all the stuff in that guide, and changed the ip address but still having the same issue :( Regards Kev On 1/11/08, Trevor G. Hammonds <trevor at concipient.net> wrote:> > Kev, > Change the HOST from "sip.nsw.iinet.net.au" to "203.215.3.1" > > Also, see: > http://forums.whirlpool.net.au/index.cfm?a=wiki&tag=iiNetPhone_asterisk > > Sincerely, > Trevor Hammonds > > > -----Original Message----- > From: Kev S > Sent: Thursday, January 10, 2008 9:28 PM > > > > > S N I P < < < > > Trunk Info > > [trunk_1] > disallow > allow = all > callerid = 028012xxxx > contact > context = DID_trunk_1 > dialformat = ${EXTEN:1} > fromdomain = iinetphone.iinet.net.au > fromuser = 028012xxxx > group > hasexten = no > hasiax = no > hassip = yes > host = sip.nsw.iinet.net.au > insecure = very > port = 5060 > provider > registeriax = no > registersip = yes > secret = xxxxxxxx > trunkname = Custom - iinet > trunkstyle = customvoip > username = 028012xxxx > > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.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/20080112/78cb23f3/attachment.htm
Kevin S
2008-Jan-12 03:14 UTC
[asterisk-users] Congestion/Forbidden issue with new carrier
Also, Just letting everyone know i fixed it. I needed to add a custom registration string in sip.conf Thanks !> > > > > > On 1/11/08, Trevor G. Hammonds <trevor at concipient.net> wrote: > > > > > > Kev, > > > Change the HOST from "sip.nsw.iinet.net.au" to " 203.215.3.1" > > > > > > Also, see: > > > > > > http://forums.whirlpool.net.au/index.cfm?a=wiki&tag=iiNetPhone_asterisk > > > > > > Sincerely, > > > Trevor Hammonds > > > > > > > > > -----Original Message----- > > > From: Kev S > > > Sent: Thursday, January 10, 2008 9:28 PM > > > > > > > > > S N I P < < < > > > > > > Trunk Info > > > > > > [trunk_1] > > > disallow > > > allow = all > > > callerid = 028012xxxx > > > contact > > > context = DID_trunk_1 > > > dialformat = ${EXTEN:1} > > > fromdomain = iinetphone.iinet.net.au > > > fromuser = 028012xxxx > > > group > > > hasexten = no > > > hasiax = no > > > hassip = yes > > > host = sip.nsw.iinet.net.au > > > insecure = very > > > port = 5060 > > > provider > > > registeriax = no > > > registersip = yes > > > secret = xxxxxxxx > > > trunkname = Custom - iinet > > > trunkstyle = customvoip > > > username = 028012xxxx > > > > > > > > > > > > > > > _______________________________________________ > > > -- Bandwidth and Colocation Provided by http://www.api-digital.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/20080112/16ba030d/attachment.htm