[Solved] Custom rec exten with 3way conference
Posted: Tue Feb 14, 2017 11:58 am
Hi all.
We have a campaign where agents, for each sale, needs to call an external phone number using 3way conference to send the registration of the verbal ordering in realtime to an external system.
This 3way call is answered by a PBX that asks for PIN, the agent sends the PIN using DTMF to start the registration inside the external system, then read the verbal ordering, and at the end the agent sends DTMF # to stop the registation inside the external system.
We are doing this manually using the web interface in this way:
- START RECORDING
- TRASFER - CONF, using PRESETS they loads number to call and PIN in DTMF field
- DIAL WITH CUSTOMER, after 8-10 seconds SEND DTMF (PIN)
- SEND DTMF #, after some seconds HANGUP XFER LINE, then STOP RECORDING
I would like to create something more simple for agents, maybe writing something custom for START RECORDING (Campaign Rec Exten - default 8309) and STOP RECORDING (i don't know how to handle this event from exten), or add an SCRIPT that contains the buttons "CUSTOM START REC" and "CUSTOM STOP REC" calling the manager_send.php events triggered by my manual procedure, but I'm stuck in both this ideas!
I need some help, pls
We have a campaign where agents, for each sale, needs to call an external phone number using 3way conference to send the registration of the verbal ordering in realtime to an external system.
This 3way call is answered by a PBX that asks for PIN, the agent sends the PIN using DTMF to start the registration inside the external system, then read the verbal ordering, and at the end the agent sends DTMF # to stop the registation inside the external system.
We are doing this manually using the web interface in this way:
- START RECORDING
- TRASFER - CONF, using PRESETS they loads number to call and PIN in DTMF field
- DIAL WITH CUSTOMER, after 8-10 seconds SEND DTMF (PIN)
- SEND DTMF #, after some seconds HANGUP XFER LINE, then STOP RECORDING
I would like to create something more simple for agents, maybe writing something custom for START RECORDING (Campaign Rec Exten - default 8309) and STOP RECORDING (i don't know how to handle this event from exten), or add an SCRIPT that contains the buttons "CUSTOM START REC" and "CUSTOM STOP REC" calling the manager_send.php events triggered by my manual procedure, but I'm stuck in both this ideas!
I need some help, pls