all FSAPI interface calls are prototyped the same<div><br></div><div>string in string out</div><div><br></div><div>an easy way to try them is to type it at the cli</div><div><br></div><div> url_encode &#39;this is a test&#39;</div>
<div><br></div><div><br><br><div class="gmail_quote">On Fri, Jun 11, 2010 at 3:57 PM, David Swardstrom <span dir="ltr">&lt;<a href="mailto:dswardstrom@remotelink.com">dswardstrom@remotelink.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
One of the problems that I have with the Wiki is that some of the APIs return a value.<br>
In fact, it is possible that many return a Success/Failure if nothing else.<br>
However, the Wiki does not specify if any data is returned.<br>
<br>
The problem sometimes is not with the specified API as listed in the<br>
JavaScript Wiki page itself but the APIs that can be invoked from<br>
ApiExecute() or with session.execute().<br>
<br>
For example, currently I need to use the url_encode() capability.<br>
I can find it in mod_commands:<br>
&lt;quote&gt;<br>
url_encode<br>
Url encode a string.<br>
Usage: url_encode &lt;string&gt;<br>
&lt;/quote&gt;<br>
<br>
Normally I would expect that the code would return the encoded string as a return<br>
parameter but this is not stated in the description. I.E., the Wiki entry should be:<br>
&lt;quote&gt;<br>
url_encode<br>
Url encode a string.<br>
Usage: encoded_string = url_encode &lt;string&gt;<br>
&lt;/quote&gt;<br>
It is possible that the implementation encodes the string and returns it<br>
in the same parameter (i.e., in place).<br>
<br>
I tried looking at the code, but still am too new at looking at the FreeSwitch code.<br>
Of course, I would try it/test it and will do this. But it would be useful if<br>
the Wiki was clearer.<br>
<br>
Regards,<br>
David Swardstrom<br>
(profile)<a href="http://wiki.freeswitch.org/wiki/User:Dswardstrom" target="_blank">http://wiki.freeswitch.org/wiki/User:Dswardstrom</a><br>
<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>
</blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div>