<html><body bgcolor="#FFFFFF"><div>Judging by this error I would assume that you're still calling sched_api as a Dialplan application and not as an FS API command.&nbsp;</div><div><br></div><div>You need to figure out how to create an API obj in java and call sched_api from that object.&nbsp;</div><div><br></div><div>-MC<br><br>Sent from my iPhone</div><div><br>On Oct 21, 2009, at 2:44 AM, Henry Huang &lt;<a href="mailto:red.rain.seven@gmail.com">red.rain.seven@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>I can't seem to find the right thing to use in mod_java to execute api commands, only api_after_bridge<div><br></div><div><br></div><div><div>2009-10-21 17:42:46.593094 [NOTICE] mod_sofia.c:1509 Pre-Answer sofia/internal/<a href="mailto:1688003@192.168.1.66"><a href="mailto:1688003@192.168.1.66">1688003@192.168.1.66</a></a>!</div>
<div>#</div><div># A fatal error has been detected by the Java Runtime Environment:</div><div>#</div><div># &nbsp;SIGSEGV (0xb) at pc=0x004e4480, pid=1927, tid=16116624</div><div>#</div><div># JRE version: 6.0_16-b01</div><div>
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode linux-x86 )</div><div># Problematic frame:</div><div># C &nbsp;[libc.so.6+0x6f480] &nbsp;strcpy+0x10</div><div>#</div><div># An error report file with more information is saved as:</div>
<div># /usr/local/freeswitch/bin/hs_err_pid1927.log</div><div><font class="Apple-style-span" color="#FF0000">2009-10-21 17:42:59.883729 [ERR] switch_core_session.c:1374 Invalid Application sched_api</font></div><div>2009-10-21 17:42:59.883729 [NOTICE] switch_core_session.c:1375 Hangup sofia/internal/<a href="mailto:1688003@192.168.1.66"><a href="mailto:1688003@192.168.1.66">1688003@192.168.1.66</a></a> [CS_EXECUTE] [DESTINATION_OUT_OF_ORDER]</div>
<div>#</div><div># If you would like to submit a bug report, please visit:</div><div># &nbsp; <a href="http://java.sun.com/webapps/bugreport/crash.jsp"><a href="http://java.sun.com/webapps/bugreport/crash.jsp">http://java.sun.com/webapps/bugreport/crash.jsp</a></a></div><div># The crash happened outside the Java Virtual Machine in native code.</div>
<div># See problematic frame for where to report the bug.</div><div><br></div><br><div class="gmail_quote">On Sat, Oct 17, 2009 at 3:37 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org"><a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a></a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote"><div class="im">On Fri, Oct 16, 2009 at 11:53 AM, Henry Huang <span dir="ltr">&lt;<a href="mailto:red.rain.seven@gmail.com" target="_blank"><a href="mailto:red.rain.seven@gmail.com">red.rain.seven@gmail.com</a></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">
So how would you trigger it from a script dialplan? The only time it seemed to work is when I did setVariable("api_after_bridge", "sched_api blah blah blah");<br>but then it gets executed after the channel's been teared down. I thought api_after_bridge means right after the call gets connected. <br>


<br>I need something to execute an api command right before or right after the call gets bridged. <br><br></blockquote></div><div>api_after_bridge is a channel variable, so using setVariable works just fine. If you need to sched_api is an API only. Check these out:<br>

<a href="http://wiki.freeswitch.org/wiki/Mod_commands#Misc._Commands" target="_blank"><a href="http://wiki.freeswitch.org/wiki/Mod_commands#Misc._Commands">http://wiki.freeswitch.org/wiki/Mod_commands#Misc._Commands</a></a><br><br>So you need an API object in order to use it. I don't know the syntax for creating an api obj in Java but in Lua it goes like this:<br>

api = freeswitch.API();<br>res = api:execute("sched_api","+300 none my_api my_api_args")<br><br>Remember, if the method you are using isn't found in the dial plan tools then it isn't a dial plan application. Make sure it's on the list:<br>

<a href="http://wiki.freeswitch.org/wiki/Mod_dptools" target="_blank"><a href="http://wiki.freeswitch.org/wiki/Mod_dptools">http://wiki.freeswitch.org/wiki/Mod_dptools</a></a><br><br>On the other hand, API commands are listed here:<div class="im"><br><a href="http://wiki.freeswitch.org/wiki/Mod_commands" target="_blank"><a href="http://wiki.freeswitch.org/wiki/Mod_commands">http://wiki.freeswitch.org/wiki/Mod_commands</a></a><br>

<br></div>dptools require a session object, api commands require an api object...<br><br>-MC<br></div></div><br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org"><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank"><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></a><br>
<a href="http://www.freeswitch.org" target="_blank"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Henry Huang<br>UniC Solution - Communication Unified<br>VoIP &amp; Open Source software Consultant<br>
</div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></a></span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br></div></blockquote></body></html>