[Asterisk-Users] Bizzare DTMF on channel bank

Chris Mason (Lists) lists at masonc.com
Sun Mar 19 10:57:24 MST 2006


I have incoming PSTN lines on an Adtran 750 channel bank. Calls are 
evaluated by an agi script based on callerid and forwarded to an 
international DID through Voxee. There is an IVR at that number that 
asked to user to enter a selection. When the user presses a key, my pbx 
puts the call on hold and tries to start music on hold. What's doing 
this? I have no backgrounds, no listen, the call should be completed and 
asterisk should not be listening by then.

    -- Executing Dial("Zap/1-1", "IAX2/voxee/19000001234|60|tr") in new 
stack
    -- Called voxee/19000001234
    -- Call accepted by 66.246.246.52 (format g729)
    -- Format for call is g729
    -- IAX2/voxee-16384 is ringing
    -- IAX2/voxee-16384 answered Zap/1-1
    -- Started music on hold, class 'default', on channel 'Zap/1-1'
    -- Playing 'pbx-transfer' (language 'en')
    -- Stopped music on hold on Zap/1-1
    -- Unable to find extension '' in context 'default'
    -- Playing 'pbx-invalid' (language 'en')


[pstn-in]
;
exten => s,1,Answer()
exten => s,n,NoOp(Acount: ${ACCOUNTCODE} - Ext: ${EXTEN} - CallerID: 
${CALLERID})
exten => s,n,agi,call.agi
exten => s,n,NoOp(Call from ${CALLERID} to ${DID} Account ${ACCOUNT})
exten => s,n,Dial(IAX2/voxee/${DID},60,tr)
exten => s,n,Hangup

-- 
Chris Mason
NetConcepts
(264) 497-5670 Fax: (264) 497-8463
Int:  (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271
Cell: 264-235-5670
Yahoo IM: netconcepts_anguilla at yahoo.com 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the asterisk-users mailing list