Damjan,<br><br>Thank for the help. I was able to get my app running. I have run into an issue I have mentioned previously on the list but did not get a response from anyone. 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). The digits collected are then dialed and the incoming/outgoing calls are bridged. The odd behavior I am encountering is that the second prompt plays but clips off the first 1 second of audio. I have checked the file and it is fine. Any idea on what the issue my be and what I can do to fix it? Thank you for your help.
<br><br>Best Regards,<br>Jonathan<br><br><div class="gmail_quote">On Jan 14, 2008 12:18 AM, <<a href="mailto:damjan@ecntelecoms.com">damjan@ecntelecoms.com</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;">
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> score=-102.578, required 6, autolearn=not spam, AWL
0.02,<br> 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>> Damjan,<br>> I am trying to call originate from within mod_java. The first argument is<br>> a<br>> handle to CoreSession. I have been unable to get a handle to CoreSession.<br>> Can you tell me how that is accomplished? 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>> Best Regards,<br>
> 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>