<div dir="ltr">I would suggest you to read FreeSWITCH wiki docs before posting at this mailing list.<div><br></div><div>All of your questions lack basic knowledge of FreeSWITCH and are already addressed in the wiki.</div><div>
<br></div><div>Also when you post please be patient and post one question at a time instead of publishing a digest on the mailing list. </div><div><br></div><div>1. A simple search on google for &quot;freeswitch call pickup&quot; takes you to the following page.</div>
<div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://wiki.freeswitch.org/wiki/User:Agx#Call_Pickup">http://wiki.freeswitch.org/wiki/User:Agx#Call_Pickup</a></div><div><br>
</div><div><br></div><div>2. Follow instructions on this page for collecting dtmf digits.</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits</a></div>
<div><br></div><div>3. make sure context conbridge exists.</div><div><br></div><div><br></div><div>Regards,</div><div><br></div><div><br><div class="gmail_quote">On Wed, Dec 15, 2010 at 10:57 AM, Sam <span dir="ltr">&lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello folks,
<br><br>###<br><h1 style="margin:0.25em 0pt 0.8em">call pickup</h1><br><br>I am trying call pickup for incoming calls by intercept function, its not working , am i missing something ?
<br><br><br>&lt;extension name=&quot;group-intercept&quot;&gt;
<br>                &lt;condition field=&quot;destination_number&quot; expression=&quot;^08$&quot;&gt;
<br>     &lt;action application=&quot;answer&quot;/&gt;
<br>         &lt;action application=&quot;set&quot; data=&quot;intercept_unbridged_only=true&quot;/&gt;
<br>     
<br>         &lt;action application=&quot;intercept&quot; data=&quot;${hash(select/${domain_name}-last_dial_ext/${callgroup})}&quot;/&gt;
<br>     &lt;action application=&quot;sleep&quot; data=&quot;2000&quot;/&gt;
<br>                &lt;/condition&gt;
<br>  &lt;/extension&gt;
<br><br><br><br><br>### <br><h1 style="margin:0.25em 0pt 0.8em">collecting DTMF digits
</h1><br><br>Is there any method to collect digits by a variable clause ?
<br><br>Suppose i have a ivr playing and user inputs digits , i want to 
collect the dtmf digits and send it to a different application where 
that digits will be used for routing purpose.
<br><br>Any ideas !
<br><br><br><br><br><br>### <br><h1 style="margin:0.25em 0pt 0.8em">routing via hangup_cause</h1><br>was trying to create a routing rule to to route calls by accounting to the
<br>hangup causes,
<br><br>I have written below syntax but it fails to give the cause code to the
<br>varriable for routing.
<br><br>&lt;extension name=&quot;refer&quot;&gt;
<br>               &lt;condition field=&quot;destination_number&quot; expression=&quot;^1234$&quot;&gt;
<br><br><br>       &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/1234@X.X.X.X&quot;/&gt;
<br>       &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;
<br>       &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;
<br>       &lt;action application=&quot;log&quot; data=&quot;1 B-leg hangup cause:
<br>${bridge_hangup_cause}&quot;/&gt;
<br>       &lt;action application=&quot;transfer&quot; data=&quot;${bridge_hangup_cause} XML
<br>conbridge&quot;/&gt;
<br><br>               &lt;/condition&gt;
<br><br><br>   &lt;/extension&gt;
<br><br>       &lt;extension name=&quot;no user&quot;&gt;
<br>               &lt;condition field=&quot;destination_number&quot; expression=&quot;^(NO_USER_RESPONSE)$&quot;&gt;
<br>               &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/4567@X.X.X.X&quot;/&gt;
<br><br>               &lt;/condition&gt;
<br>       &lt;/extension&gt;
<br><br><br>here the ${bridge_hangup_cause} is not getting executed. Am I doing it right
<br>or is there any other way to do it.
<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><br clear="all"><br>-- <br>Ghulam Mustafa<br>cell: +92 333.611.7681<br>sip: <a href="mailto:cyrenity@ekiga.net">cyrenity@ekiga.net</a><br>mail: <a href="http://mustafa.pk">mustafa.pk</a>@<a href="http://gmail.com">gmail.com</a><br>
web: <a href="http://cyrenity.wordpress.com">cyrenity.wordpress.com</a><br>
</div></div>