Everyone is busy/congested at this time

For some reason, this error message pops up even tho i know X is available.

Here’s the debug:

[Jul 29 01:47:18] NOTICE[-1]: chan_sip.c:22057 handle_response_peerpoke: Peer 'UserX' is now Reachable. (30ms / 2000ms)
    -- Executing [UserX@house:1] Dial("SIP/torxed-00000015", "SIP/UserX") in new stack
    -- Called SIP/UserX
  == Everyone is busy/congested at this time (1:0/0/1)
    -- Auto fallthrough, channel 'SIP/torxed-00000015' status is 'CHANUNAVAIL'

Here’s my extensions.conf:

[default]
exten => *99,1,VoiceMailMain(${FILTER(0-9,${CALLERID(NUM)})})

exten => *98,1,Answer()
exten => *98,n,ConfBridge(*98,c,M)

exten => _XXX,1,Dial(SIP/${FILTER(0-9,${EXTEN})},12,tr)
exten => _XXX,n,Voicemail(${FILTER(0-9,${EXTEN})})
exten => _XXX,n,Hangup

[house]
exten => 999,1,VoiceMailMain
exten => asterisk,1,VoiceMailMain

exten => torxed,1,Dial(SIP/torxed)
exten => 100,1,Dial(SIP/torxed)

exten => UserX,1,Dial(SIP/UserX)
exten => 102,1,Dial(SIP/UserX)

And my sip.conf:

[general]
encryption=yes

disallow=all
allow=ulaw
allow=g722
allow=alaw
allow=h264
allow=h263p
allow=h263

useragent=Asterisk PBX
sdpsession=Asterisk PBX
context = house

[torxed]
type=friend
username=torxed
secret=test
host=dynamic
context=house
mailbox=torxed@default

[UserX]
type=friend
username=UserX
secret=test
qualify=yes
allow=all
;nat=yes
host=dynamic
context=house
mailbox=UserX@default

I’m a software developer but i’m quite new to the whole telephone stuff but it’s been on my bucket-list for years to learn this stuff…
It all worked awesome this morning, but since then i’ve tried to enable voicemail, MusicOnHold (that was a complete mess) and now i’m stuck in no where.

Again, new to this so if more information is needed please just ask!

System information:

  • OpenBSD 5.3
  • Asterisk 10.12.1 built by naddy @ amd64.ports.openbsd.org on a amd64 running OpenBSD on 2013-02-26 12:04:35 UTC
  • Softphone is Blink

Turn up the verbosity and debug level (and enable debug logging), until a reason is logged. As you are getting a 1 in the first column, you really are getting a busy indication, and that is not the default, so I suspect that you really have had a busy response from the SIP peer.