View previous topic :: View next topic |
Author |
Message |
pete at privateconnect... Guest
|
Posted: Fri Apr 17, 2009 3:22 pm Post subject: [Freeswitch-users] Detecting DTMF during a bridged call |
|
|
Quick question ya’ll:
Is there a way to detect DTMF during bridged conversation? Or do I have to use a conference for that?
Scenario: Caller A dials in and is bridged with caller B (in my case via lua - session:execute(“bridge”, some_route)) If at any time during the conversation caller B presses “*” the bridge should break, Caller A transferred to extension 1234 and caller B transferred to extension 5678.
I don’t want to create a conference because I will only have 2 callers ever, and creating 200 2-caller conferences seemed like a waste of resources. However, if the actual resource usage for conference vs. bridge isn’t really noticeable, then maybe conference is the way to go.
I thought I figured out how to do this one day, but now I can’t remember how J
-pete |
|
Back to top |
|
|
jason at jasonjgw.net Guest
|
|
Back to top |
|
|
pete at privateconnect... Guest
|
Posted: Sat Apr 18, 2009 4:53 am Post subject: [Freeswitch-users] Detecting DTMF during a bridged call |
|
|
I looked at bind_meta_app, unfortunately, it requires a two character sequence. My requirement is to break the call on a single key press (either the "*" key, or ANY key press would be acceptable)
-pete
|
|
Back to top |
|
|
|