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>
<action application="log" data="1 B-leg hangup cause:
${bridge_hangup_cause}"/><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"><<a href="http://mustafa.pk">mustafa.pk</a>@<a href="http://gmail.com">gmail.com</a>></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 "freeswitch call pickup" 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"><<a href="mailto:u2nsam@gmail.com" target="_blank">u2nsam@gmail.com</a>></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><extension name="group-intercept">
<br> <condition field="destination_number" expression="^08$">
<br> <action application="answer"/>
<br> <action application="set" data="intercept_unbridged_only=true"/>
<br>
<br> <action application="intercept" data="${hash(select/${domain_name}-last_dial_ext/${callgroup})}"/>
<br> <action application="sleep" data="2000"/>
<br> </condition>
<br> </extension>
<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><extension name="refer">
<br> <condition field="destination_number" expression="^1234$">
<br><br><br> <action application="bridge" data="sofia/external/1234@X.X.X.X"/>
<br> <action application="set" data="hangup_after_bridge=false"/>
<br> <action application="set" data="continue_on_fail=true"/>
<br> <action application="log" data="1 B-leg hangup cause:
<br>${bridge_hangup_cause}"/>
<br> <action application="transfer" data="${bridge_hangup_cause} XML
<br>conbridge"/>
<br><br> </condition>
<br><br><br> </extension>
<br><br> <extension name="no user">
<br> <condition field="destination_number" expression="^(NO_USER_RESPONSE)$">
<br> <action application="bridge" data="sofia/external/4567@X.X.X.X"/>
<br><br> </condition>
<br> </extension>
<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>