<div dir="ltr">Thanks for pointing me into the right direction. I manager to create a call from Java app without any problems using XML-RPC. Btw., is there a way to generate dtmf digits to a call leg using XML-RPC?<br><br>
Thanks in advance,<br> Boris<br><br><div class="gmail_quote">On Tue, Jul 22, 2008 at 8:53 PM, Brian West <<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
One option is to use XML-RPC and originate a call.<br>
<br>
<a href="http://wiki.freeswitch.org/wiki/Freeswitch_XML-RPC" target="_blank">http://wiki.freeswitch.org/wiki/Freeswitch_XML-RPC</a><br>
<br>
You can issue an "api originate" from an XML-RPC request with ease.<br>
<br>
/b<br>
<div><div></div><div class="Wj3C7c"><br>
On Jul 22, 2008, at 1:14 PM, Boris Krivonog wrote:<br>
<br>
> Hi all!<br>
><br>
> I'm new to FreeSwitch and have a newby question: what is the best/<br>
> preferred way to create a new call from some external application?<br>
><br>
> For example: I have an application A (i.e. stand alone Java<br>
> application) which will invoke a RMI/web service or whatever service<br>
> which should reside within FreeSwitch and will, when called, create<br>
> a new call leg, play an audio message to this call leg, ...<br>
><br>
> I'm currently browsing some samples on how to write a Java<br>
> application that resides within FreeSwitch using mod_java. Is this<br>
> the right way to do it? The problem is that I want to create a call<br>
> leg from scratch and not to handle an incoming call and do something<br>
> with it; all samples only process an incoming call...<br>
><br>
> Thanks in advance,<br>
> Boris<br>
<br>
</div></div>Brian West<br>
<a href="mailto:sip%3Abrian@freeswitch.org">sip:brian@freeswitch.org</a><br>
<br>
<br>
<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></div>