Re: [asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-16 Thread Antoine Fressancourt
2007/1/16, Leo Ann Boon <[EMAIL PROTECTED]>: Antoine Fressancourt wrote: > I will sum up the results of my investigations : > - When canreinvite is set to "yes", I manage to make a video call > between the 2 parties, when I emit a DTMF signal, it triggers the > playback of a sound clip correctly

Re: [asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-16 Thread Leo Ann Boon
Antoine Fressancourt wrote: I will sum up the results of my investigations : - When canreinvite is set to "yes", I manage to make a video call between the 2 parties, when I emit a DTMF signal, it triggers the playback of a sound clip correctly, but I can't playback a video clip. What's the form

Re: [asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-15 Thread Antoine Fressancourt
I will sum up the results of my investigations : - When canreinvite is set to "yes", I manage to make a video call between the 2 parties, when I emit a DTMF signal, it triggers the playback of a sound clip correctly, but I can't playback a video clip. - When canreinvite is set to "no", The DTMF I

Re: [asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-14 Thread Andrew Joakimsen
What video clip? Does a native video call between the two work? On 1/14/07, Antoine Fressancourt <[EMAIL PROTECTED]> wrote: Le 13 janv. 07 à 02:10, Leo Ann Boon a écrit : > Antoine Fressancourt wrote: >> Hello, >> >> Thank you Leo for your answer, >> >> I manage to do what I want perfectly wh

Re: [asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-14 Thread Antoine Fressancourt
Le 13 janv. 07 à 02:10, Leo Ann Boon a écrit : Antoine Fressancourt wrote: Hello, Thank you Leo for your answer, I manage to do what I want perfectly when both the caller and the callee are set in SIP with canreinvite=no using SIP INFO method for DTMF. Now, I can't figure out why this

Re: [asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-12 Thread Leo Ann Boon
Antoine Fressancourt wrote: Hello, Thank you Leo for your answer, I manage to do what I want perfectly when both the caller and the callee are set in SIP with canreinvite=no using SIP INFO method for DTMF. Now, I can't figure out why this can't work when I set canreinvite = yes with the sam

Re: [asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-12 Thread Antoine Fressancourt
Hello, Thank you Leo for your answer, I manage to do what I want perfectly when both the caller and the callee are set in SIP with canreinvite=no using SIP INFO method for DTMF. Now, I can't figure out why this can't work when I set canreinvite = yes with the same DTMF method. Running Wireshark

Re: [asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-10 Thread Leo Ann Boon
exten => 1234,1,Dial(SIP/1234) exten => 5678,1,Dial(SIP/5678) The SIP phones (X-lite) are configured to send DTMF's using RFC 2833 mechanism. I want to know if it is possible in Asterisk to catch a DTMF event sent by one of the phone to trigger an action, for example to play a sound/video

[asterisk-users] Possibility to catch DTMF when 2 users are in a conversation

2007-01-10 Thread Antoine Fressancourt
Hello, I will expose my problem here. Please tell me if it is not the right place as I am really new to that list. I use Asterisk as a SIP proxy. I have two users connected to it, Let's call them 1234 and 5678 In my dialplan I have two lines: exten => 1234,1,Dial(SIP/1234) exten => 5678,