We need to conference together a call center agent, a customer and a third party IVR and send DTMF tones from the agent to the IVR. MeetMe has been eating our DTMFs so we'd like to try app_conference. Has anybody setup such a configuration in app_conference and how did you configure it? -HJC
henry, did you have any luck setting this up? i'm actually working right now to _suppress_ dtmf clicks in app_conference, and would be happy to look at the dtmf pass-through, if you're still in need. j- On 5/29/06, Henry J. Cobb <hcobb@io.com> wrote:> We need to conference together a call center agent, a customer and a third > party IVR and send DTMF tones from the agent to the IVR. > > MeetMe has been eating our DTMFs so we'd like to try app_conference. > > Has anybody setup such a configuration in app_conference and how did you > configure it? > > -HJC > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
I have written such a modification into app_conference. It allows the option of rebroadcasting DTMF tones and/or RFC frames to participants if enabled. There are also a few other modifications in the version that I am using. I released it a month ago and have used it on a few servers since. It works well but app_conference has some memory issues that cause it to crash a couple times a week(I have sent gdb backtraces to the iaxdev list and will send to anyone else that's goo with debugging) http://sourceforge.net/project/shownotes.php?release_id=421962 Let me know what you think, MATT--- On 5/29/06, Henry J. Cobb <hcobb@io.com> wrote:> We need to conference together a call center agent, a customer and a third > party IVR and send DTMF tones from the agent to the IVR. > > MeetMe has been eating our DTMFs so we'd like to try app_conference. > > Has anybody setup such a configuration in app_conference and how did you > configure it? > > -HJC > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
yeah, if you have the source code around, look for a file called ' VICIDIAL.txt' in the app_conference directory. j- On 7/12/06, Brian Capouch <brianc@coopers-mill.org> wrote:> > jeff oconnell wrote: > > > > thanks brian, this is all really helpful feedback! > > > > just to be clear, which app_conference code were you using? > > the svn trunk version from sourceforge? > > or the VD_app_conference matt's been working on? > > > > Yikes. I don't remember. > > Do you know if I can tell by looking somewhere in the source code? > > Thx. > > B. >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060712/491706ec/attachment.htm
that means you've been using matt's modified version. you can get the latest stable version ( minus matt's new dtmf features, etc. ) from the sourceforge subversion repository:> svn co https://svn.sourceforge.net/svnroot/iaxclient/trunk/app_conferencegive it a whirl and let us know if it works for you. j- On 7/12/06, Brian Capouch <brianc@palaver.net> wrote:> > jeff oconnell wrote: > > > > yeah, if you have the source code around, look for a file called > > 'VICIDIAL.txt' in the app_conference directory. > > Affirmative. > > Which does that indicate that I've built? > > B. >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060712/d7bc040f/attachment.htm