<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hi,<br>I am trying to create a mod_managed API application that takes 2 phone numbers as params.  These numbers should then be used to make 2 calls and to bridge them. The issue i am having is working out how to place the first call leg from in mod_managed.  All the methods i have found are for the second leg and require you to pass in the first call leg.<br>

<br>I know there are easier way to do this out of the managed code but i want it in the managed code as this is just a proof of concept to prove we can do a callback like system via managed code to be hooked into other external systems.<br>

In wiki <a href="http://wiki.freeswitch.org/wiki/Session" target="_blank" style="color: rgb(17, 65, 112); ">http://wiki.freeswitch.org/wiki/Session</a> there is this example<br><br>s = new Session(&quot;{ignore_early_media=true}sofia/default/<a href="mailto:foo@bar.com" target="_blank" style="color: rgb(17, 65, 112); ">foo@bar.com</a>&quot;);<br>

while (s.ready()) {<br>// The call has been answered<br>}<div><br></div><div>This seems to be exactly what i am looking for but seems to be missing from mod_managed. I am hoping someone can tell me how to do something similar in mod_managed since even if it is not part of the managed code mod_managed is meant to have the native access as well so i would assume it would be possible.</div>

<div><br></div><div>Thanks in advance</div><div><br></div><font color="#888888"><div>Chris</div></font></span>