|
I have two numbers
1) 0844986xxxx (in 'sip account')
2) 0844484xxxx (under 'my numbers')
I am trying to setup both to come to my asterisk+freepbx.
My account is registered fine and I can make outgoing calls (tested echo test and dialled a uk toll free number)
However I can not get inbound to work.
Since I donot have way to call from PSTN to test the inbound, I created another voipuser account and tried to call from that account to this account by directly dialling both the numbers (staring with 08xxx). However here is what I get ..
1) With number 1 (sip account) it keeps on ringing (i do not see any incoming trace in asterisk)
It gets stuck at
-------------------------
Executing Dial("SIP/2001-b7b00968", "SIP/voipuser2/0844986xxxx|120|mW") in new stack
-- Called voipuser2/0844986xxxx
-- Started music on hold, class 'default', on SIP/2001-b7b00968
-------------------------
2) With second number, I set it to forward using SIP to
0844986xxxx [!at] mydyn.dns.name.com (replace the [!at] with a @)
When I call this number it just gives congestion.
------------------
Called voipuser/0844484xxxx
-- Started music on hold, class 'default', on SIP/2001-b7b2d6d8
-- SIP/voipuser-09cd6078 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Stopped music on hold on SIP/2001-b7b2d6d8
-- Executing Goto("SIP/2001-b7b2d6d8", "s-CONGESTION|1") in new stack
-- Goto (macro-dialout-trunk,s-CONGESTION,1)
-- Executing NoOp("SIP/2001-b7b2d6d8", "Dial failed due to CONGESTION") in new stack
-- Executing Macro("SIP/2001-b7b2d6d8", "outisbusy|") in new stack
-- Executing Playback("SIP/2001-b7b2d6d8", "all-circuits-busy-now|noanswer") in new stack
-- Playing 'all-circuits-busy-now' (language 'en')
-- Executing Playback("SIP/2001-b7b2d6d8", "pls-try-call-later|noanswer") in new stack
-- Playing 'pls-try-call-later' (language 'en')
--------------------------------------------------
I have other services like FWD, Some commerical voip provider, freedigits etc configured and all of them working fine for incoming and outgoing so it is not nat or any basic asterisk issue.
Please help. Let me know if I can provide any more information. |