Re: [asterisk-users] meetme and dtmf

2013-08-15 Thread [Digital^Dude] ®
I don't get what the 'F' option is for. Its not proper to exit a context and then reenter the conference as admin Isn't there any other way to do actions such as kick/mute/unmute users by admin dtmf trigger? On Fri, Jun 1, 2012 at 3:47 AM, Steve Edwards asterisk@sedwards.comwrote: On

[asterisk-users] meetme and dtmf

2012-05-31 Thread Daniel Knoll
Hi Group, is it possible to read the DTMF tones from a caller while he is in a meetme conference? I would like to read the pressed key sequence and call a command like MeetMeAdmin or System Commands. I'm using Asterisk 1.8.7. Thanks for help Daniel --

Re: [asterisk-users] meetme and dtmf

2012-05-31 Thread Steve Edwards
On Thu, 31 May 2012, Daniel Knoll wrote: is it possible to read the DTMF tones from a caller while he is in a meetme conference? I would like to read the pressed key sequence and call a command like MeetMeAdmin or System Commands. I'm using Asterisk 1.8.7. I'm just a 1.2 Luddite, but...

Re: [Asterisk-Users] meetme and dtmf

2006-02-03 Thread Accursio Avona
Imran Ahmed wrote: may or may not work, try at your own risk: 1) Use a sip soft phone and set the dtmf mode = inband. 2) In asterisk set the dtmf mode for that soft phone to be rfc2833 or info. (this is done so that asterisk ignores the inband dtmf on the sip channel). 3) Design your dialplan

Re: [Asterisk-Users] meetme and dtmf

2006-02-03 Thread Kevin P. Fleming
Accursio Avona wrote: but maybe also (i'm not sure, i had not the time to study well enough the source, and over all i'm not a so good c programmer) that this part of code prevents asterisk to broadcast the sound to other channels when it is not inband. MeetMe is not designed to pass DTMF

Re: [Asterisk-Users] meetme and dtmf

2006-02-03 Thread Accursio Avona
Kevin P. Fleming wrote: but maybe also (i'm not sure, i had not the time to study well enough the source, and over all i'm not a so good c programmer) that this part of code prevents asterisk to broadcast the sound to other channels when it is not inband. MeetMe is not designed to pass DTMF

Re: [Asterisk-Users] meetme and dtmf

2006-02-02 Thread Accursio Avona
Imran Ahmed wrote: On 2/1/06, Kevin P. Fleming [EMAIL PROTECTED] wrote: Imran Ahmed wrote: Even though no IAX client supports inband dtmf, An IAX client can send inband dtmf which would have corrected your problem. No, it won't. No IAX2 client will start a DSP to listen for

Re: [Asterisk-Users] meetme and dtmf

2006-02-02 Thread Kevin P. Fleming
Accursio Avona wrote: Step 2: The IAX client make a second call executing again Dial(ZAP/g1/${EXTEN}) an IVR answer this call and the IAX client have to send some DTMF stil now everything works very well. At this point call is transfered to the previous

Re: [Asterisk-Users] meetme and dtmf

2006-02-02 Thread Accursio Avona
Kevin P. Fleming wrote: Accursio Avona wrote: Step 2: The IAX client make a second call executing again Dial(ZAP/g1/${EXTEN}) an IVR answer this call and the IAX client have to send some DTMF stil now everything works very well. At this point call is

Re: [Asterisk-Users] meetme and dtmf

2006-02-02 Thread Kevin P. Fleming
Accursio Avona wrote: The IVR records the conversation between the other partecipant to the conference and wait '#' to stop recording and a '1' to save the file. Then I really don't understand at all... this is not functionality that I would call an 'IVR'. Can you show us the portions of

Re: [Asterisk-Users] meetme and dtmf

2006-02-02 Thread Imran Ahmed
Step 3 The Iax client heve to send some other DTMF to the IVR. How is the IVR still involved if the call has been transferred into a conference room? The IVR records the conversation between the other partecipant to the conference and wait '#' to stop recording and a '1' to save the

Re: [Asterisk-Users] meetme and dtmf

2006-02-02 Thread Francesco Peeters (Asterisk)
On Fri, February 3, 2006 0:44, Imran Ahmed said: Step 3 The Iax client heve to send some other DTMF to the IVR. How is the IVR still involved if the call has been transferred into a conference room? The IVR records the conversation between the other partecipant to the conference and

Re: [Asterisk-Users] meetme and dtmf

2006-02-01 Thread Accursio Avona
Imran Ahmed wrote: Here is my problem, at this point the IVR doesn't hear the dtmf sended by the iax client, even if it can hear the dtmf sended by the first zap channel. I donot know if IaxComm has inband dtmf mode available, if so enable it and see if it works. Someone can suggest

Re: [Asterisk-Users] meetme and dtmf

2006-02-01 Thread Francesco Peeters (Asterisk)
On Wed, February 1, 2006 12:07, Accursio Avona said: Imran Ahmed wrote: Here is my problem, at this point the IVR doesn't hear the dtmf sended by the iax client, even if it can hear the dtmf sended by the first zap channel. I donot know if IaxComm has inband dtmf mode available, if so enable

Re: [Asterisk-Users] meetme and dtmf

2006-02-01 Thread Accursio Avona
Francesco Peeters (Asterisk) wrote: On Wed, February 1, 2006 12:07, Accursio Avona said: Imran Ahmed wrote: Here is my problem, at this point the IVR doesn't hear the dtmf sended by the iax client, even if it can hear the dtmf sended by the first zap channel. I donot know

Re: [Asterisk-Users] meetme and dtmf

2006-02-01 Thread Francesco Peeters (Asterisk)
On Wed, February 1, 2006 15:04, Accursio Avona said: Francesco Peeters (Asterisk) wrote: SNIP AFAIK there's no DTMF option in IAX2... IAX always sends DTMF inline, eliminating the confusion often found with SIP. http://www.voip-info.org/wiki-IAX If so, wy the IVR does not hear the dtmf

Re: [Asterisk-Users] meetme and dtmf

2006-02-01 Thread Accursio Avona
Francesco Peeters (Asterisk) wrote: Are you sure it *is* sending DTMF in the first place? (Just trying to find a logical place to start here...) I do not use meetme, but when I use idefisk, my (*) server recognizes the DTMF. Have you tried whether the IAXCOMM DTMF is recognized OUTSIDE

Re: [Asterisk-Users] meetme and dtmf

2006-02-01 Thread Imran Ahmed
AFAIK there's no DTMF option in IAX2... IAX always sends DTMF inline, eliminating the confusion often found with SIP. http://www.voip-info.org/wiki-IAX Even though no IAX client supports inband dtmf, An IAX client can send inband dtmf which would have corrected your problem. The problem here

Re: [Asterisk-Users] meetme and dtmf

2006-02-01 Thread Kevin P. Fleming
Imran Ahmed wrote: Even though no IAX client supports inband dtmf, An IAX client can send inband dtmf which would have corrected your problem. No, it won't. No IAX2 client will start a DSP to listen for inband DTMF, because IAX2 is defined to always send out-of-band DTMF. At best, if the

Re: [Asterisk-Users] meetme and dtmf

2006-02-01 Thread Imran Ahmed
On 2/1/06, Kevin P. Fleming [EMAIL PROTECTED] wrote: Imran Ahmed wrote: Even though no IAX client supports inband dtmf, An IAX client can send inband dtmf which would have corrected your problem. No, it won't. No IAX2 client will start a DSP to listen for inband DTMF, because IAX2 is

[Asterisk-Users] meetme and dtmf

2006-01-31 Thread Accursio Avona
Hi all, I'm experiencing a problem with meetme i can't resolve. This is my scenario: A iax client, say IaxComm, make a call through a zap channel. When it answers it is tranfered to a conference room. Then the iax client make a second call though a second zap channel, at the other side there

Re: [Asterisk-Users] meetme and dtmf

2006-01-31 Thread Imran Ahmed
Here is my problem, at this point the IVR doesn't hear the dtmf sended by the iax client, even if it can hear the dtmf sended by the first zap channel. I donot know if IaxComm has inband dtmf mode available, if so enable it and see if it works. ___

[Asterisk-Users] Meetme: Sending DTMF to other users in a conference

2005-11-04 Thread Vamsi Pottangi
Hi, I would like to know the possibility of sending DTMF to other users in a meetme. I'm looking at inviting a participant from within the conference, here the participant is another conference bridge. So we need to send PIN to this conference bridge. How can I bypass the IVR detect menu and send

Re: [Asterisk-Users] Meetme: Sending DTMF to other users in a conference

2005-11-04 Thread Matt Florell
Hello, We wrote a small AGI script to do just this. We just drop it's exten into the conference room and pass it the digits you want played and it will play the audio files of DTMF digits to all participants in the meetme room. It works great for us and we've been using it for over 2 years now.

Re: [Asterisk-Users] Meetme: Sending DTMF to other users in a conference

2005-11-04 Thread Matt Florell
. Thanks, ~Vamsi -- Forwarded message -- From: Matt Florell [EMAIL PROTECTED] Date: Nov 4, 2005 10:03 PM Subject: Re: [Asterisk-Users] Meetme: Sending DTMF to other users in a conference To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users