<div dir="ltr"><div>I am trying to use outbound socket to set up a conference, unfortunately I can not get my bind_digit_action calls to work in-conference.</div><div><br></div><div><div>My setup is pretty boiler-plate:</div>
<div><br></div><div>autoload_configs/conference.conf.xml</div><div><br></div><div><configuration name="conference.conf" description="Audio Conference"></div><div> ...</div><div> <profiles></div>
<div> <profile name="simonconf"></div><div> <param name="rate" value="8000"/></div><div> <param name="interval" value="20"/></div><div> <param name="energy-level" value="300"/></div>
<div> <param name="caller-controls" value="none"/></div><div> </profile></div><div> </profiles></div><div></configuration></div><div><br></div><div>dialplan/default.xml</div>
<div><br></div><div><include></div><div> <context name="default></div><div> <extension name="simon1"></div><div> <condition field="destination_number" expression="^800$"></div>
<div> <action application="bind_digit_action" data="random_context,*3,exec:playback,ivr/ivr-welcome_to_freeswitch.wav" /></div><div> <action application="digit_action_set_realm" data="random_context"/></div>
<div> <action application="answer"/></div><div> <action application="conference" data="random_conference@simonconf"/></div><div> </condition></div><div> </extension></div>
<div><br></div><div> <extension name="simon2"></div><div> <condition field="destination_number" expression="^900$"></div><div> <action application="bind_digit_action" data="random_context,*3,exec:playback,ivr/ivr-welcome_to_freeswitch.wav" /></div>
<div> <action application="digit_action_set_realm" data="random_context"/></div><div> <action application="socket" data="<a href="http://127.0.0.1:8888">127.0.0.1:8888</a> async full"/></div>
<div> </condition></div><div> </extension></div><div> </context></div><div></include></div><div><br></div><div>Listening on port 8888, I have a server which issues:</div><div><br></div><div>
connect</div><div><br></div><div>sendmsg</div><div>call-command: execute</div><div>execute-app-name: answer</div><div><br></div><div>sendmsg</div><div>call-command: execute</div><div>execute-app-name: conference</div><div>
execute-app-arg: random_conference@simonconf</div><div>event-lock: true</div><div><br></div><div><br></div><div>Calling into simon1, the *3 will work. Calling in to simon2, *3 will not work.</div></div><div><br></div><div>
If I do not join the user into the conference, *3 works in both setups.</div><div><br></div><div>Is there any particular reason that *3 would not work in the simon2 setup?</div><div><br></div><div>Thanks,</div><div>spd</div>
</div>