Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
dajaz27 wrote:Here is the scenario:
Agent receives inbound call, Agent makes sale, Agent makes outbound call to third party(this creates a defacto conference call with the agent on mute). Third party hangs up, agent is reconnected with inbound caller. This does not work on inbound calls. It does work on outbound calls. What is causing the inbound feature not to work?
; ****************************** Custom Feature ******************************
custom_feature1 => *1#,callee,Macro,somemacro,default
custom_feature2 => *2#,callee,Macro,somemacro,default
# Start of file. /etc/asterisk/extensions.conf
[from_sip_dp]
exten => xxxYYYZZZZ,1,NoOp()
same => n,Set(DYNAMIC_FEATURES=custom_feature1#custom_feature2) ; use # to activate multiple features
same => n,Dial(SIP/voip-provider1/${EXTEN},,)
same => n,HangUp()
# End of file. /etc/asterisk/extensions.conf
Users browsing this forum: mflorell and 32 guests