Thanks Ghulam,<br><br>I recently had started work on freeswitch ,<br><br>1.For the call pickup I was planning to use it with callgroup such that a group of extension would be picked up by a particular group only.<br>like support will pickup support extension and billing will pickup billing extensions.<br>
<br>2. Is there any function just to get digits without playing ?<br>     the digits should get captured on $(digits) var so that i can use those digits for further routing.<br><br>3.for the routing via hangup cause the context conbridge is all there , here the log is not generated/captured for the hangup cause.<br>
&lt;action application=&quot;log&quot; data=&quot;1 B-leg hangup cause:
${bridge_hangup_cause}&quot;/&gt;<br><br>so the next statement is not getting executed.<br><br>regards<br>Sam<br><br><br><br><br><div class="gmail_quote">On Wed, Dec 15, 2010 at 3:48 PM, Ghulam Mustafa <span dir="ltr">&lt;<a href="http://mustafa.pk">mustafa.pk</a>@<a href="http://gmail.com">gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><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><a href="http://wiki.freeswitch.org/wiki/User:Agx#Call_Pickup" target="_blank">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><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits" target="_blank">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"><div><div></div><div class="h5">On Wed, Dec 15, 2010 at 10:57 AM, Sam <span dir="ltr">&lt;<a href="mailto:u2nsam@gmail.com" target="_blank">u2nsam@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">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></div></div>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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" target="_blank">cyrenity@ekiga.net</a><br>mail: <a href="http://mustafa.pk" target="_blank">mustafa.pk</a>@<a href="http://gmail.com" target="_blank">gmail.com</a><br>

web: <a href="http://cyrenity.wordpress.com" target="_blank">cyrenity.wordpress.com</a><br>
</div></div>
<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>