Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Congestion/Forbidden issue with new carrier


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
kev at mailcall.com.au
Guest





PostPosted: Fri Jan 11, 2008 12:27 am    Post subject: [asterisk-users] Congestion/Forbidden issue with new carrier Reply with quote

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.
Back to top
pdhales at optusnet.co...
Guest





PostPosted: Fri Jan 11, 2008 1:11 am    Post subject: [asterisk-users] Congestion/Forbidden issue with new carrier Reply with quote

Are they expecting numbers in a 61XXXXXXXX format?

PaulH
On Fri, 2008-01-11 at 16:27 +1100, Kev S wrote:
Quote:
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
Back to top
trevor at concipient.net
Guest





PostPosted: Fri Jan 11, 2008 6:35 am    Post subject: [asterisk-users] Congestion/Forbidden issue with new carrier Reply with quote

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

Quote:
Quote:
Quote:
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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services