[Asterisk-Users] Call transfer error
asterisk183
asterisk183 at yahoo.it
Thu Dec 1 07:09:06 MST 2005
When I arrived a call, I would the call transfer in to another telephone number, but Asterisk show error:
Executing GotoIfTime("Zap/4-1", "08:30-12:30|mon-fri|*|*?4") in new stack -- Executing GotoIfTime("Zap/4-1", "15:30-18:30|mon-fri|*|*?4") in new stack -- Executing Goto("Zap/4-1", "6") in new stack
-- Goto (isdn_incoming,0445363378,6)
-- Executing Dial("Zap/4-1", "ZAP/g2/0445384225|60") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g2/0445384225
-- Zap/5-1 is proceeding passing it to Zap/4-1
-- Channel 0/2, span 2 got hangup request
-- Hungup 'Zap/5-1'
== No one is available to answer at this time (1:0/0/0)
-- Executing Hangup("Zap/4-1", "") in new stack
== Spawn extension (isdn_incoming, 0445363378, 7) exited non-zero on 'Zap/4-1' -- Hungup 'Zap/4-1'
MY ZAPATA.CONF IS:
[channels]
switchtype = euroisdn
signalling = bri_cpe_ptmp
pridialplan = local
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00
echocancel = yes
context=isdn_incoming
group = 1
channel => 1-2
group = 2
channel => 4-5
group = 3
channel => 7-8
group = 4
channel => 10-11
MY ZAPTEL.CONF is
loadzone=it
defaultzone=it
span=1,1,3,ccs,ami
span=2,2,3,ccs,ami
span=3,0,3,ccs,ami
span=4,0,3,ccs,ami
bchan=1,2
dchan=3
bchan=4,5
dchan=6
bchan=7,8
dchan=9
bchan=10,11
dchan=12
MY EXTENSIONS.CONF is
[isdn_incoming]
exten => 0445363378,1,GotoIfTime(${ORAMATTINO}?4)
exten => 0445363378,2,GotoIfTime(${ORAPOMERIGGIO}?4)
exten => 0445363378,3,Goto(6)
exten => 0445363378,4,Dial(${TELEIN},60)
exten => 0445363378,5,Hangup
exten => 0445363378,6,Dial(ZAP/g2/0445384225,60)
exten => 0445363378,7,Hangup
What can I doing?
Thanks
---------------------------------
Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051201/098471a3/attachment.htm
More information about the asterisk-users
mailing list