Damjan,<br><br>Thank for the help.&nbsp; I was able to get my app running.&nbsp; I have run into an issue I have mentioned previously on the list but did not get a response from anyone.&nbsp; The behavior is this: an incoming call is detected, a prompt is played (streamFile), a database query is made, if the reply from the database is a null field for a destination phone number, another prompt is played (streamFile) and then digits are collected (getDigits).&nbsp; The digits collected are then dialed and the incoming/outgoing calls are bridged.&nbsp; The odd behavior I am encountering is that the second prompt plays but clips off the first 1 second of audio.&nbsp; I have checked the file and it is fine.&nbsp; Any idea on what the issue my be and what I can do to fix it?&nbsp; Thank you for your help.
<br><br>Best Regards,<br>Jonathan<br><br><div class="gmail_quote">On Jan 14, 2008 12:18 AM,  &lt;<a href="mailto:damjan@ecntelecoms.com">damjan@ecntelecoms.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
X-ECN Telecoms-MailScanner-Information: Contact ECN Telecoms<br>X-ECN Telecoms-MailScanner: Found to be clean<br>X-ECN Telecoms-MailScanner-SpamCheck: not spam, SpamAssassin (not cached,<br> &nbsp; &nbsp; &nbsp; &nbsp;score=-102.578, required 6, autolearn=not spam, AWL 
0.02,<br> &nbsp; &nbsp; &nbsp; &nbsp;BAYES_00 -2.60, NO_RELAYS -0.00, USER_IN_WHITELIST -100.00)<br>X-ECN Telecoms-MailScanner-From: <a href="mailto:damjan@ecntelecoms.com">damjan@ecntelecoms.com</a><br>X-Spam-Status: No<br><div class="Ih2E3d">
<br>&gt; Damjan,<br>&gt; I am trying to call originate from within mod_java. &nbsp;The first argument is<br>&gt; a<br>&gt; handle to CoreSession. &nbsp;I have been unable to get a handle to CoreSession.<br>&gt; &nbsp;Can you tell me how that is accomplished? &nbsp;Thank you.
<br><br></div>You are not supposed to use CoreSession directly. Use JavaSession, which<br>is its subclass. You construct a JavaSession by passing the UUID of the<br>session to the constructor.<br><br>&gt; Best Regards,<br>
&gt; Jonathan<br><br>Good luck<br>Damjan<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>