[asterisk-dev] Skype-Asterisk DTMF issues with Originate command
srinivas antarvedi
srinivas at 800pbx.com
Tue Dec 29 07:52:45 CST 2009
Hello users,
i am new to this group.
my system configuration
asterisk-1.4.25
asterisk-addons-1.4.7
dahdi-linux-2.2.0.2
dahdi-tools-2.2.0
libpri-1.4.10.1
skypeforasterisk-1.4_1.0.6-x86_32
i have SkypeForAsterisk successfully installed.
its working fine when i make inbound calls and outbound calls.
the DTMF is working fine with the incoming calls on skype channel .
i have a specific requirement where i will originate the call on Skype
channel
using the JAVA Manager API and once the call is answered i will route to my
internal dial plan logic where i will use the PBX futures to select
extension to go etc..
which i want to implement based on the user selection of DTMF tones.
but i am unable to get any DTMF digits in this particular case.
i tried with the both cases
i) Originate Skype/skypeuser extension s at from-skype # from Asterisk CLI
ii)using JavaManager API
extensions.conf
[from-skype]
exten => s,1,NoOp(call form Skype channel)
exten => s,n,Background(welcome)
exten => s,n,WaitExten(5)
exten => 1,1,Dial(SIP/1000,20,r)
exten => 1,n,Hangup()
exten => 2,1,Dial(SIP/2000,20,r)
exten => 2,n,Hangup()
debug:
i tried "core set debug channel Skype/xxxxx" to see any DTMF digits is on
the channel
but i didnt find any DTMF tones to be coming on the channel
please advise me how can i make it work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20091229/ceb02aff/attachment.htm
More information about the asterisk-dev
mailing list