<div dir="ltr">This seems to be a bug. I opened a jira ticket and are negotiating with freeswitch support to get it fixed this week.<div><br></div><div><div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">
Ticket# FS-5941</div><div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><a href="http://jira.freeswitch.org/browse/FS-5941" target="_blank">http://jira.freeswitch.org/browse/FS-5941</a></div><div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">
<br></div><div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">This is being discussed in another thread in about 5 days ago.</div><div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">
<br></div><div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">Regards,</div><div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">Ali Pey</div><div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">
<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 8, 2013 at 3:57 PM, Simon Ditner <span dir="ltr"><<a href="mailto:spditner+freeswitch@gmail.com" target="_blank">spditner+freeswitch@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><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" target="_blank">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>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div><img class="" src="https://contactmonkey.com/api/v1/tracker?cm_session=6ce42dae-44fe-4381-9d18-5be7366511f9&cm_type=open&cm_user_email=alipey@gmail.com"></div></div>