Hey all,
been searching for a few days now, and haven't gotten any results regarding my problem.
After a week of tweaking, I got my SIP account to work with Asterix (using FreePBX with it). I've got inbound calls working perfectly (apart from the lag, even though I'm on a good connection), but I can't seem to figure out how to get outbound calls to work.
I've tried using multiple methods (mainly SIP softphone) to get it working, but I get the "All circuits are busy now" message, and the log mentions "NOANSWER", with a 4 second call (it's four seconds every single time I try), and yes, it says the message immediately after I press "Call".
Now, am I right in assuming that the "User" settings have something to do with this, under the trunk settings?
Here's what I've got under trunk:
| Code: |
context=from-trunk
insecure=very
allow=all
dtmfmode=rfc2833
host=<censored>
username=<censored>
secret=<censored>
type=peer
nat=yes |
And here's user:
| Code: |
context=from-trunk
insecure=very
allow=all
secret=<censored>
type=user |
While looking through the logfiles, I did find a few interesting lines:
| Code: |
Executing [s@macro-dialout-trunk:19] Dial("SIP/1000-097e9c98", "SIP/Netikka/The_Number_Im_Calling|300|") in new stack
Called Netikka/The_number_Im_calling
SIP/Netikka-097cd2d8 is circuit-busy
Everyone is busy/congested at this time (1:0/1/0)
Executing [s-CONGESTION@macro-dialout-trunk:3] NoOp("SIP/1000-097e9c98", "TRUNK Dial failed due to CONGESTION - failing through to other trunks") in new stack
Executing [The_number_Im_Calling@from-internal:5] Macro("SIP/1000-097e9c98", "outisbusy|") in new stack
Executing [s@macro-outisbusy:1] Playback("SIP/1000-097e9c98", "all-circuits-busy-now|noanswer") in new stack
<SIP/1000-097e9c98> Playing 'all-circuits-busy-now' (language 'en') |
(Netikka = my ISP, so also the SIP provider/trunk)
Since I'm using a softphone application to connect to the Asterisk server, while there's no inbound/outbound calls from the Asterisk box to the outside world, it shouldn't be busy, right?
Hoping someone will be able to help, so thank you in advance.

[/code]