Hi,
Below is my configuration for Carriers for my sip trunk line.
register => 42530300.etisalat:Dummy@192.168.1.6:5060/42530300
Account Entry:
[42530300]
type=peer
username=42530300
secret=Dummy
fromuser=42530300
host=192.168.1.6
dtmfmode=rfc2833
context==default
insecure=very
disallow=all
canreivite=no
qualify=300
Dialplan Entry:
exten => _X.,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(${SIPDXB}/${EXTEN:})
exten => _X.,3,Hangup
I am very much new to Asterisks and Vicidial. When i dial on the above number it will busy tone and i can't dial out, i get below answers
vicibox*CLI> console dial 0505474840
[Sep 15 07:48:15] WARNING[24707]: chan_oss.c:489 setformat: Unable to re-open DSP device /dev/dsp: No such file or directory
[Sep 15 07:48:15] NOTICE[24707]: console_video.c:137 console_video_start: voice only, console video support not present
[Sep 15 07:48:15] -- Executing [0505474840@default:1] AGI("Console/dsp", "agi://127.0.0.1:4577/call_log") in new stack
[Sep 15 07:48:15] -- <Console/dsp>AGI Script
agi://127.0.0.1:4577/call_log completed, returning 0
[Sep 15 07:48:15] -- Executing [0505474840@default:2] Dial("Console/dsp", "SIP/42530300/0505474840") in new stack
[Sep 15 07:48:15] == Using SIP RTP CoS mark 5
[Sep 15 07:48:15] WARNING[35062]: chan_sip.c:6033 sip_call: No audio format found to offer. Cancelling call to 0505474840
[Sep 15 07:48:15] -- Couldn't call SIP/42530300/0505474840
[Sep 15 07:48:15] == Everyone is busy/congested at this time (0:0/0/0)
[Sep 15 07:48:15] -- Executing [0505474840@default:3] Hangup("Console/dsp", "") in new stack
[Sep 15 07:48:15] == Spawn extension (default, 0505474840, 3) exited non-zero on 'Console/dsp'
[Sep 15 07:48:15] -- Executing [h@default:1] AGI("Console/dsp", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----CHANUNAVAIL----------") in new stack
[Sep 15 07:48:15] -- <Console/dsp>AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
[Sep 15 07:48:15] << Hangup on console >>
vicibox*CLI>
Please help me to rectify this issue
Thank You and Regards
Abdul