Can't dialout from asterisk

Hi,

I am completely new for Asterisk. I have installed vicidialnow. I have created SIP and extensions. And I have installed G729 codec. While dialing out from eyebeam(softphone) i am getting this message in CLI window of asterisk

I have installed vicidialnow in VMware.

May 5 13:21:33 NOTICE[2283]: chan_sip.c:10071 handle_response_peerpoke: Peer ‘spa2000’ is now REACHABLE! (99ms / 1000ms)
– Executing AGI(“SIP/spa2000-081e1d40”, “agi://127.0.0.1:4577/call_log”) in new stack
– AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
– Executing Dial(“SIP/spa2000-081e1d40”, “Zap/g1/18668033392||To”) in new stack
May 5 13:22:03 NOTICE[6067]: app_dial.c:1076 dial_exec_full: Unable to create channel of type ‘Zap’ (cause 0 - Unknown)
== Everyone is busy/congested at this time (1:0/0/1)
– Executing Hangup(“SIP/spa2000-081e1d40”, “”) in new stack
== Spawn extension (default, 918668033392, 3) exited non-zero on ‘SIP/spa2000-081e1d40’
– Executing DeadAGI(“SIP/spa2000-081e1d40”, “agi://127.0.0.1:4577/call_log–HVcauses–PRI-----NODEBUG-----16-----CHANUNAVAIL----------”) in new stack
– AGI Script agi://127.0.0.1:4577/call_log–HVcauses … ---------- completed, returning 0
== Parsing ‘/etc/asterisk/manager.conf’: Found
== Manager ‘sendcron’ logged on from 127.0.0.1
== Parsing ‘/etc/asterisk/manager.conf’: Found
== Manager ‘sendcron’ logged on from 127.0.0.1
== Manager ‘sendcron’ logged off from 127.0.0.1
== Manager ‘sendcron’ logged off from 127.0.0.1

sip.conf

type=friend
username=uddhab
secret=uisgood
host=173.45.80.58

[spa2000]
username=spa2000
secret=test
type=friend
host=dynamic
qualify=1000
mailbox=100

extension.conf

exten => _78600XXX*.,1,AGI(agi-VDADfixCXFER.agi)
; Local blind monitoring
exten => _08600XXX,1,Dial(${TRUNKblind}/6${EXTEN:1},55,To)

exten=>_1XXXXXXXXXX,1,Answer
exten=>_1XXXXXXXXXX,2,Dial(sip/${EXTEN:1}@uddhab)
exten=>_1XXXXXXXXXX,3,Hangup

exten=>91.,1,AGI(AGI://127.0.0.1:4577/call_log)
exten=>91.,2,Dial(${EXTEN:1}@uddhab,30)
exten=>91.,3,Hangup

; Example phone extensions

; Extension 2000 Sipura/Linksys ATA line 1
exten => 2000,1,Dial(sip/spa2000,30,to) ; Ring, 30 secs max
exten => 2000,2,Voicemail,u2000 ; Send to voicemail…

I am expecting help from you. please help me

Regards,
Uddhab

You have a zaptel problem; why did you only provide sip.conf?

(It may be obvious without the channel configuration file, as I don’t use zaptel/dahdi.)

david55: It’s what happens when you follow an example but don’t know what you are doing :wink: