<div class="gmail_quote">---------- Forwarded message ----------<br>From: "Ashish Mishra" <<a href="mailto:itsme.kunnu@gmail.com">itsme.kunnu@gmail.com</a>><br>Date: Jul 25, 2013 4:55 AM<br>Subject: Prerequisites of enabling freeswitch 1.2.7 to use gsm modem<br>
To: "FreeSWITCH Users Help" <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>Cc: <br><br type="attribution"><p>Hello.<br>
Kindly help me with the prerequisites of enabling freeswitch to use gsm modem...i have already compiled and installed freeswitch on my ubuntu 12.04 LTS machine...<br>
Thank you...</p>
<div class="gmail_quote">On Jul 25, 2013 4:42 AM, "Michael Collins" <<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>> wrote:<br type="attribution"><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Hi Raghu,<br><br>I would put the setInputCallback before the sleep, that way if the avmd is detected while you're sleeping then it should work.<br><br></div>-MC<br></div><div class="gmail_extra"><br>
<br><div class="gmail_quote"><div>On Wed, Jul 24, 2013 at 1:30 PM, Raghu <span dir="ltr"><<a href="mailto:srraghu45@gmail.com" target="_blank">srraghu45@gmail.com</a>></span> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div dir="ltr">I am new to freeswitch. I am trying to send a message to voicemail using avmd for voicemail detection, here is the code which i am using with originate command:<div><br></div><div><div>from freeswitch import *</div>
<div><br></div><div># WARNING: known bugs with hangup hooks, use with extreme caution</div><div>def hangup_hook(session, what):</div><div><br></div><div> consoleLog("info","hangup hook %s!!\n\n" % what)</div>
<div> return</div><div><br></div><div>def input_callback(session, what, obj):</div><div><br></div><div> if (what == "dtmf"):</div><div> consoleLog("info", what + " from callback " + obj.digit + "\n")</div>
<div> return</div><div> elif (what == "event" and session.getVariable('avmd_detect') == "TRUE"):</div><div> consoleLog("info", "Voicemail Detected\n")</div>
<div> return "true"</div><div><br></div><div>def handler(session, args):</div><div><br></div><div> session.answer()</div><div> session.execute("avmd", "start")</div><div> session.execute("sleep", "25000")</div>
<div> callback = session.setInputCallback(input_callback)</div><div> consoleLog("info","callback returned %s!!\n\n" % callback)</div><div> while session.getVariable('avmd_detect'):</div>
<div> session.execute("speak", "flite|kal|'Hi how are you'")</div><div><br></div><div> session.execute("avmd", "stop")</div><div> session.setHangupHook(hangup_hook)</div>
<div> session.hangup() #hangup the call</div></div><div><br></div><div><br></div><div>I can see avmd getting started but it does detect any beep. Is there a simpler way to check if avmd is working without using 'originate'?</div>
<div><br></div><div>Thanks</div></div>
<br></div>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" 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><font color="#888888"><br><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>
</font></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" 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>
</div>