Need some help from the expert
Posted: Thu Nov 14, 2013 3:12 pm
Hi guys, First of all im a complete Noob at Vicidial or Asterisk actually the truth is i have a guy that fix it whenever it has some problem but now he wont fix nor help me anymore.. im having an error when dialing some phone numbers..
DIAL ALERT:
Call Rejected: CONGESTION
Cause: 1 - Unallocated (unassigned) number.
On my other carrier im not getting this error message and calls are coming through but the first carrier we have that haven't been used for months now wont dial or call numbers now.. The only thing i did was disable the 2nd carrier then activated the first one cause that's will be using. Dunno if that's the correct way or if i have something to change on the box or in Vicidial interface.
Can anyone please check this why i have those error on my other carrier..
and can you guys please check this if its correct
My CARRIER string
i want to post that spec of this vicidial but i dunno know where to get those info i only have this
VERSION: 2.2.1-237
BUILD: 100510-2015
Asterisk 1.4.21.2-vici
DIAL ALERT:
Call Rejected: CONGESTION
Cause: 1 - Unallocated (unassigned) number.
On my other carrier im not getting this error message and calls are coming through but the first carrier we have that haven't been used for months now wont dial or call numbers now.. The only thing i did was disable the 2nd carrier then activated the first one cause that's will be using. Dunno if that's the correct way or if i have something to change on the box or in Vicidial interface.
Can anyone please check this why i have those error on my other carrier..
- Code: Select all
[Nov 14 20:08:03] -- Executing [912078411335@default:1] AGI("SIP/cc116-0827cf00", "agi://127.0.0.1:4577/call_log") in new stack
[Nov 14 20:08:03] -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Nov 14 20:08:03] -- Executing [912078411335@default:2] Dial("SIP/cc116-0827cf00", "SIP/XCASTLABS/2078411335|60|tToR") in new stack
[Nov 14 20:08:03] -- Called XCASTLABS/2078411335
[Nov 14 20:08:03] -- Got SIP response 410 "Unknown/Disabled User" back from 38.102.250.50
[Nov 14 20:08:03] -- SIP/XCASTLABS-082270c0 is circuit-busy
[Nov 14 20:08:03] == Everyone is busy/congested at this time (1:0/1/0)
[Nov 14 20:08:03] -- Executing [912078411335@default:3] Hangup("SIP/cc116-0827cf00", "") in new stack
[Nov 14 20:08:03] == Spawn extension (default, 912078411335, 3) exited non-zero on 'SIP/cc116-0827cf00'
[Nov 14 20:08:03] -- Executing [h@default:1] DeadAGI("SIP/cc116-0827cf00", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CNGESTION----------") in new stack
[Nov 14 20:08:03] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CONGESTION---------- completed, returning 0
[Nov 14 20:08:06] == Parsing '/etc/asterisk/manager.conf': [Nov 14 20:08:06] Found
[Nov 14 20:08:06] == Manager 'sendcron' logged on from 127.0.0.1
[Nov 14 20:08:06] == Manager 'sendcron' logged off from 127.0.0.1
[Nov 14 20:08:06] == Manager 'sendcron' logged off from 127.0.0.1
and can you guys please check this if its correct
My CARRIER string
- Code: Select all
[XCASTLABS]
secret=no
host=38.102.250.50
disallow=all
allow=ulaw
type=friend
nat=never
dtmfmode=rfc2833
qualify=yes
context=default
- Code: Select all
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(${XCASTLABS}/${EXTEN:2},60,tToR)
exten => _91XXXXXXXXXX,3,Hangup
i want to post that spec of this vicidial but i dunno know where to get those info i only have this
VERSION: 2.2.1-237
BUILD: 100510-2015
Asterisk 1.4.21.2-vici