[Freeswitch-users] Release Candidate 1 on the way!
Anthony Minessale
anthmct at yahoo.com
Thu Jan 17 06:24:08 PST 2008
We are gearing up on the final testing before the first
release candidate for FreeSWITCH 1.0 here is a list
of some of the newest features.
A few new features have been developed in the last few months.
We added:
* SRTP support: Make calls with secure RTP
* mod_spidermonkey_curl: Now you can get and post http data from javascript.
* mod_dialplan_asterisk: A dialplan module similar to the asterisk dialplan syntax.
* mod_cdr_csv: A templated CSV CDR module.
* mod_tone_stream: Play tones anywhere a file can be played.
* USER channel, a way to call a user in the directory as a channel.
* 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.
*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.
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org
pstn:213-799-1400
----- Original Message ----
From: jonathan augenstine <jaugenstine at gmail.com>
To: freeswitch-users at lists.freeswitch.org
Sent: Wednesday, January 16, 2008 6:01:44 PM
Subject: Re: [Freeswitch-users] mod_java CoreSession question
Anthony,
Thanks, that did the trick.
Jonathan
On Jan 16, 2008 3:11 PM, Anthony Minessale <anthmct at yahoo.com> wrote:
it may be audio being clipped from the dtmf.
you could use the sleep app to but a small 500ms pause.
session.execute("sleep", "500");
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon
http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:
anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org
pstn:213-799-1400
----- Original Message ----
From: jonathan augenstine <jaugenstine at gmail.com>
To:
freeswitch-users at lists.freeswitch.org
Sent: Wednesday, January 16, 2008 3:58:44 PM
Subject: Re: [Freeswitch-users] mod_java CoreSession question
Damjan,
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.
Best Regards,
Jonathan
On Jan 14, 2008 12:18 AM, <damjan at ecntelecoms.com> wrote:
X-ECN Telecoms-MailScanner-Information: Contact ECN Telecoms
X-ECN Telecoms-MailScanner: Found to be clean
X-ECN Telecoms-MailScanner-SpamCheck: not spam, SpamAssassin (not cached,
score=-102.578, required 6, autolearn=not spam, AWL
0.02,
BAYES_00 -2.60, NO_RELAYS -0.00, USER_IN_WHITELIST -100.00)
X-ECN Telecoms-MailScanner-From: damjan at ecntelecoms.com
X-Spam-Status: No
> Damjan,
> I am trying to call originate from within mod_java. The first argument is
> a
> handle to CoreSession. I have been unable to get a handle to CoreSession.
> Can you tell me how that is accomplished? Thank you.
You are not supposed to use CoreSession directly. Use JavaSession, which
is its subclass. You construct a JavaSession by passing the UUID of the
session to the constructor.
> Best Regards,
> Jonathan
Good luck
Damjan
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:
http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:
http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080117/458ebc35/attachment-0002.html
More information about the FreeSWITCH-users
mailing list