<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:courier,monaco,monospace,sans-serif;font-size:12pt"><br><p>We are gearing up on the final testing before the first</p><p>release candidate for FreeSWITCH 1.0 here is a list</p><p>of some of the newest features.<br></p><p><br><span style="font-weight: bold;"></span></p><p><span style="font-weight: bold;"></span>A few new features have been developed in the last few months.
</p>
<p><br></p><p>
We added:
</p>
<p><br></p><p>
* SRTP support: Make calls with secure RTP&nbsp;
</p>
<p><br></p><p>
* mod_spidermonkey_curl: Now you can get and post http data from javascript.
</p>
<p><br></p><p>
* mod_dialplan_asterisk: A dialplan module similar to the asterisk dialplan syntax.
</p>
<p><br></p><p>
* mod_cdr_csv: A templated CSV CDR module.
</p>
<p><br></p><p>
* mod_tone_stream: Play tones anywhere a file can be played.
</p>
<p><br></p><p>
* USER channel, a way to call a user in the directory as a channel.&nbsp;
</p>
<p><br></p><p>
* mod_voicemail: a full featured enterprise scale voicemail application
tied to the core directory that can be used with a local sqlite
database or shared across multiple boxes with ODBC. It supports mutiple
greetings, fully customizable keys for every function, fully
customizable email template, ability to forward messages to your email
once you have listened to them, urgent messages with accurate
urgent/non urgant message counts in mwi and templatable ivr prompts via
the FreeSWITCH phrase macro interface.
</p>
<p><br></p><p>*mod_limit: a small application to allow restriction of certian
simotaneous resources in the dialplan which also works locally with
sqlite and at an enterprise scale with ODBC.
</p><br><div>&nbsp;</div><div>Anthony Minessale II<br><br><span>FreeSWITCH <a target="_blank" href="http://www.freeswitch.org/">http://www.freeswitch.org/</a></span><br><span>ClueCon <a target="_blank" href="http://www.cluecon.com/">http://www.cluecon.com/</a></span><br><br>AIM: anthm<br>MSN:anthony_minessale@hotmail.com<br>GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<br>IRC: irc.freenode.net #freeswitch</div><div><br>FreeSWITCH Developer Conference<br>sip:888@conference.freeswitch.org<br>iax:guest@conference.freeswitch.org/888<br>googletalk:conf+888@conference.freeswitch.org<br>pstn:213-799-1400</div><div style="font-family: courier,monaco,monospace,sans-serif; font-size: 12pt;"><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: jonathan augenstine &lt;jaugenstine@gmail.com&gt;<br>To: freeswitch-users@lists.freeswitch.org<br>Sent: Wednesday, January 16, 2008 6:01:44
 PM<br>Subject: Re: [Freeswitch-users] mod_java CoreSession question<br><br>
Anthony,<br><br>Thanks, that did the trick.<br><br>Jonathan<br><br><div class="gmail_quote">On Jan 16, 2008 3:11 PM, Anthony Minessale &lt;<a rel="nofollow" ymailto="mailto:anthmct@yahoo.com" target="_blank" href="mailto:anthmct@yahoo.com">anthmct@yahoo.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;">
<div><div style="font-family: courier,monaco,monospace,sans-serif; font-size: 12pt;">it may be audio being clipped from the dtmf.<br>you could use the sleep app to but a small 500ms pause.<br><br>session.execute("sleep", "500");
<br><br><div>&nbsp;</div><div>Anthony Minessale II<br><br><span>FreeSWITCH <a rel="nofollow" target="_blank" href="http://www.freeswitch.org/">http://www.freeswitch.org/</a></span><br><span>ClueCon <a rel="nofollow" target="_blank" href="http://www.cluecon.com/">
http://www.cluecon.com/</a></span><br><br>AIM: anthm<br><a rel="nofollow" ymailto="mailto:MSN:anthony_minessale@hotmail.com" target="_blank" href="mailto:MSN:anthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/PAYPAL:<a rel="nofollow" ymailto="mailto:anthony.minessale@gmail.com" target="_blank" href="mailto:anthony.minessale@gmail.com">
anthony.minessale@gmail.com</a><br>IRC: <a rel="nofollow" target="_blank" href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch</div><div><br>FreeSWITCH Developer Conference<br><a rel="nofollow" ymailto="mailto:sip:888@conference.freeswitch.org" target="_blank" href="mailto:sip:888@conference.freeswitch.org">
sip:888@conference.freeswitch.org</a><br><a rel="nofollow" target="_blank" href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br><a rel="nofollow" ymailto="mailto:googletalk:conf+888@conference.freeswitch.org" target="_blank" href="mailto:googletalk:conf+888@conference.freeswitch.org">
googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400</div><div><div></div><div class="Wj3C7c"><div style="font-family: courier,monaco,monospace,sans-serif; font-size: 12pt;"><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
----- Original Message ----<br>From: jonathan augenstine &lt;<a rel="nofollow" ymailto="mailto:jaugenstine@gmail.com" target="_blank" href="mailto:jaugenstine@gmail.com">jaugenstine@gmail.com</a>&gt;<br>To: <a rel="nofollow" ymailto="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" href="mailto:freeswitch-users@lists.freeswitch.org">
freeswitch-users@lists.freeswitch.org</a><br>Sent: Wednesday, January 16, 2008 3:58:44 PM<br>Subject: Re: [Freeswitch-users] mod_java CoreSession question<br><br>
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 rel="nofollow" ymailto="mailto:damjan@ecntelecoms.com" target="_blank" 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 rel="nofollow" ymailto="mailto:damjan@ecntelecoms.com" target="_blank" href="mailto:damjan@ecntelecoms.com">damjan@ecntelecoms.com</a><br>X-Spam-Status: No
<br><div>
<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 rel="nofollow" ymailto="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank" href="mailto:Freeswitch-users@lists.freeswitch.org">
Freeswitch-users@lists.freeswitch.org
</a><br><a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">

http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></blockquote></div><br>
</div><br></div></div></div></div><div class="WgoR0d"><br>
      <hr size="1">Looking for last minute shopping deals? <a rel="nofollow" target="_blank" href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping"> 
Find them fast with Yahoo! Search.</a></div></div><br>_______________________________________________<br>Freeswitch-users mailing list<br><a rel="nofollow" ymailto="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank" href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org
</a><br><a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">
http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br><br></blockquote></div><br>
</div><br></div></div><br>



      <hr size=1>Never miss a thing.  <a href="http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs"> Make Yahoo your homepage.</a>

</body></html>