Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-04 Thread Anthony Minessale
The issue with java is not the client side it's the fact that the server
itself is java which makes it
a lot more difficult to link into FreeSWITCH.

We do have a mod_java with embedded java so we could embed the whole red5
server but then we would have to expose a ton of FreeSWITCH internals to
java and right now we only have a sandboxed api exposed for doing ivr stuff.

The other option would be make a module for this red5 that in turn calls FS
over event socket and
used the unicast command to direct audio over udp into the java module.

The best option would be if there is a c or c++ version of the lib (as
rumored on a few posts back)
Then we can compile the server right into FS.



On Tue, Nov 4, 2008 at 7:02 AM, Birgit Arkesteijn <[EMAIL PROTECTED]>wrote:

> Sorry, I realise we're getting slightly of topic and excuses for the
> commercial angle..
>
> Have a look at http://www.phonefromhere.com . That provides 'Click to
> Call'. It's implemented in Java, hence more platform & browser
> independent than Flash.
>
> Cheers, Birgit
>
> On 04/11/08 12:47, jocke eriksson wrote:
> > Or one could wait for project pacifica to get up to speed in the Adobe
> > labs, witch i think would be a better solution.
> >
> > 2008/11/4 Saurabh Aggarwal <[EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>>
> >
> > Yup. But, still would be a killer feature if it can be done. Click
> > to Call from web is all freeswitch needs to differentiate itself
> > from Asterisk. The Jingle endpoint (first at freeswitch) was
> > something that got me over to freeswitch, I am sure RTMP would get a
> > lot more.
> >
> > -Saurabh
> >
> >
> >
> >
> >
> 
> >
> > Date: Mon, 3 Nov 2008 16:01:10 -0600
> >     From: [EMAIL PROTECTED]  [EMAIL PROTECTED]>
> > To: freeswitch-users@lists.freeswitch.org
> > <mailto:freeswitch-users@lists.freeswitch.org>
> > Subject: Re: [Freeswitch-users] RTMP Support (Flash)
> >
> > doh, it's in java! That might be a little more challenging.
> >
> >
> >
> > On Mon, Nov 3, 2008 at 3:12 PM, Anthony Minessale
> > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> > wrote:
> >
> > it's licensed lgpl, so it's compatible so sure why not!
> >
> >
> > On Mon, Nov 3, 2008 at 6:55 AM, Saurabh Aggarwal
> > <[EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>> wrote:
> >
> > Any plans on adding RTMP support to freeswitch - that could
> > be a real killer feature, allowing flash clients to call
> > into Freeswitch.
> >
> > Now that Red5 has done all the hard work, it would be pretty
> > cool if an endpoint can be developed.
> >
> > -Saurabh
> >
> >
>
>
> --
> -- Birgit Arkesteijn, [EMAIL PROTECTED],
> -- Westhawk Ltd, Albion Wharf, 19 Albion Street, Manchester M1 5LN, UK
> -- Company no: 1769350
> -- Registered Office:
> -- 15 London Road, Stockton Heath, Warrington WA4 6SJ. UK.
> -- tel.: +44 (0)161 237 0660
> -- http://www.westhawk.co.uk>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
iax:[EMAIL PROTECTED]/888
googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
pstn:213-799-1400
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-04 Thread jocke eriksson
Of course sorry for that.

http://pac.ifica.net/

2008/11/4 Brian West <[EMAIL PROTECTED]>

> Do you have any links about this project?
>
> /b
>
> On Nov 4, 2008, at 6:47 AM, jocke eriksson wrote:
>
> > Or one could wait for project pacifica to get up to speed in the
> > Adobe labs, witch i think would be a better solution.
>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-04 Thread Birgit Arkesteijn
Sorry, I realise we're getting slightly of topic and excuses for the 
commercial angle..

Have a look at http://www.phonefromhere.com . That provides 'Click to 
Call'. It's implemented in Java, hence more platform & browser 
independent than Flash.

Cheers, Birgit

On 04/11/08 12:47, jocke eriksson wrote:
> Or one could wait for project pacifica to get up to speed in the Adobe 
> labs, witch i think would be a better solution.
> 
> 2008/11/4 Saurabh Aggarwal <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>>
> 
> Yup. But, still would be a killer feature if it can be done. Click
> to Call from web is all freeswitch needs to differentiate itself
> from Asterisk. The Jingle endpoint (first at freeswitch) was
> something that got me over to freeswitch, I am sure RTMP would get a
> lot more.
>  
> -Saurabh
> 
> 
> 
> 
> 
> 
> Date: Mon, 3 Nov 2008 16:01:10 -0600
> From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> To: freeswitch-users@lists.freeswitch.org
> <mailto:freeswitch-users@lists.freeswitch.org>
> Subject: Re: [Freeswitch-users] RTMP Support (Flash)
> 
> doh, it's in java! That might be a little more challenging.
> 
> 
> 
> On Mon, Nov 3, 2008 at 3:12 PM, Anthony Minessale
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> wrote:
> 
> it's licensed lgpl, so it's compatible so sure why not!
> 
> 
> On Mon, Nov 3, 2008 at 6:55 AM, Saurabh Aggarwal
> <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
> Any plans on adding RTMP support to freeswitch - that could
> be a real killer feature, allowing flash clients to call
> into Freeswitch.
>  
> Now that Red5 has done all the hard work, it would be pretty
> cool if an endpoint can be developed.
>  
> -Saurabh
>  
>  


-- 
-- Birgit Arkesteijn, [EMAIL PROTECTED],
-- Westhawk Ltd, Albion Wharf, 19 Albion Street, Manchester M1 5LN, UK
-- Company no: 1769350
-- Registered Office:
-- 15 London Road, Stockton Heath, Warrington WA4 6SJ. UK.
-- tel.: +44 (0)161 237 0660
-- http://www.westhawk.co.uk>

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-04 Thread Brian West
Do you have any links about this project?

/b

On Nov 4, 2008, at 6:47 AM, jocke eriksson wrote:

> Or one could wait for project pacifica to get up to speed in the  
> Adobe labs, witch i think would be a better solution.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-04 Thread jocke eriksson
Or one could wait for project pacifica to get up to speed in the Adobe labs,
witch i think would be a better solution.

2008/11/4 Saurabh Aggarwal <[EMAIL PROTECTED]>

> Yup. But, still would be a killer feature if it can be done. Click to Call
> from web is all freeswitch needs to differentiate itself from Asterisk. The
> Jingle endpoint (first at freeswitch) was something that got me over to
> freeswitch, I am sure RTMP would get a lot more.
>
> -Saurabh
>
>
>
>
> --
>
> Date: Mon, 3 Nov 2008 16:01:10 -0600
> From: [EMAIL PROTECTED]
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] RTMP Support (Flash)
>
> doh, it's in java! That might be a little more challenging.
>
>
>
> On Mon, Nov 3, 2008 at 3:12 PM, Anthony Minessale <
> [EMAIL PROTECTED]> wrote:
>
> it's licensed lgpl, so it's compatible so sure why not!
>
>
>   On Mon, Nov 3, 2008 at 6:55 AM, Saurabh Aggarwal <
> [EMAIL PROTECTED]> wrote:
>
>   Any plans on adding RTMP support to freeswitch - that could be a real
> killer feature, allowing flash clients to call into Freeswitch.
>
> Now that Red5 has done all the hard work, it would be pretty cool if an
> endpoint can be developed.
>
> -Saurabh
>
>
>
> --
> Want to read Hotmail messages in Outlook? The Wordsmiths show you how. Learn
> Now<http://windowslive.com/connect/post/wedowindowslive.spaces.live.com-Blog-cns%2120EE04FBC541789%21167.entry?ocid=TXT_TAGLM_WL_hotmail_092008>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
>
> AIM: anthm
> MSN:[EMAIL PROTECTED]
> GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:[EMAIL PROTECTED]
> iax:[EMAIL PROTECTED]/888<http://conference.freeswitch.org/888>
> googletalk:[EMAIL PROTECTED]
> pstn:213-799-1400
>
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
>
> AIM: anthm
> MSN:[EMAIL PROTECTED]
> GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:[EMAIL PROTECTED]
> iax:[EMAIL PROTECTED]/888<http://conference.freeswitch.org/888>
> googletalk:[EMAIL PROTECTED]
> pstn:213-799-1400
>
> --
> Store, manage and share up to 5GB with Windows Live SkyDrive. Start
> uploading 
> now<http://skydrive.live.com/welcome.aspx?provision=1?ocid=TXT_TAGLM_WL_skydrive_102008>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-03 Thread Saurabh Aggarwal
There's another project (porting Red5 to C++) -
http://code.google.com/p/red5cpp/
 
-Saurabh



From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 4 Nov 2008 07:18:54 
+Subject: Re: [Freeswitch-users] RTMP Support (Flash)


Yup. But, still would be a killer feature if it can be done. Click to Call from 
web is all freeswitch needs to differentiate itself from Asterisk. The Jingle 
endpoint (first at freeswitch) was something that got me over to freeswitch, I 
am sure RTMP would get a lot more. -Saurabh



Date: Mon, 3 Nov 2008 16:01:10 -0600From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: 
Re: [Freeswitch-users] RTMP Support (Flash)doh, it's in java! That might be a 
little more challenging.
On Mon, Nov 3, 2008 at 3:12 PM, Anthony Minessale <[EMAIL PROTECTED]> wrote:
it's licensed lgpl, so it's compatible so sure why not!



On Mon, Nov 3, 2008 at 6:55 AM, Saurabh Aggarwal <[EMAIL PROTECTED]> wrote:




Any plans on adding RTMP support to freeswitch - that could be a real killer 
feature, allowing flash clients to call into Freeswitch.  Now that Red5 has 
done all the hard work, it would be pretty cool if an endpoint can be 
developed. -Saurabh
  

Want to read Hotmail messages in Outlook? The Wordsmiths show you how. Learn 
Now___Freeswitch-users mailing 
[EMAIL 
PROTECTED]://lists.freeswitch.org/mailman/listinfo/freeswitch-usersUNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org--
 Anthony Minessale IIFreeSWITCH http://www.freeswitch.org/ClueCon 
http://www.cluecon.com/AIM: anthmMSN:[EMAIL PROTECTED]/JABBER/PAYPAL:[EMAIL 
PROTECTED]: irc.freenode.net #freeswitchFreeSWITCH Developer 
Conferencesip:[EMAIL PROTECTED]:[EMAIL PROTECTED]/888googletalk:[EMAIL 
PROTECTED]:213-799-1400-- Anthony Minessale IIFreeSWITCH 
http://www.freeswitch.org/ClueCon http://www.cluecon.com/AIM: anthmMSN:[EMAIL 
PROTECTED]/JABBER/PAYPAL:[EMAIL PROTECTED]: irc.freenode.net 
#freeswitchFreeSWITCH Developer Conferencesip:[EMAIL PROTECTED]:[EMAIL 
PROTECTED]/888googletalk:[EMAIL PROTECTED]:213-799-1400

Store, manage and share up to 5GB with Windows Live SkyDrive. Start uploading 
now 
_
Stay organized with simple drag and drop from Windows Live Hotmail.
http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-03 Thread Saurabh Aggarwal
Yup. But, still would be a killer feature if it can be done. Click to Call from 
web is all freeswitch needs to differentiate itself from Asterisk. The Jingle 
endpoint (first at freeswitch) was something that got me over to freeswitch, I 
am sure RTMP would get a lot more.
 
-Saurabh



Date: Mon, 3 Nov 2008 16:01:10 -0600From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: 
Re: [Freeswitch-users] RTMP Support (Flash)doh, it's in java! That might be a 
little more challenging.
On Mon, Nov 3, 2008 at 3:12 PM, Anthony Minessale <[EMAIL PROTECTED]> wrote:
it's licensed lgpl, so it's compatible so sure why not!



On Mon, Nov 3, 2008 at 6:55 AM, Saurabh Aggarwal <[EMAIL PROTECTED]> wrote:




Any plans on adding RTMP support to freeswitch - that could be a real killer 
feature, allowing flash clients to call into Freeswitch.  Now that Red5 has 
done all the hard work, it would be pretty cool if an endpoint can be 
developed. -Saurabh
  

Want to read Hotmail messages in Outlook? The Wordsmiths show you how. Learn 
Now___Freeswitch-users mailing 
[EMAIL 
PROTECTED]://lists.freeswitch.org/mailman/listinfo/freeswitch-usersUNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org--
 Anthony Minessale IIFreeSWITCH http://www.freeswitch.org/ClueCon 
http://www.cluecon.com/AIM: anthmMSN:[EMAIL PROTECTED]/JABBER/PAYPAL:[EMAIL 
PROTECTED]: irc.freenode.net #freeswitchFreeSWITCH Developer 
Conferencesip:[EMAIL PROTECTED]:[EMAIL PROTECTED]/888googletalk:[EMAIL 
PROTECTED]:213-799-1400-- Anthony Minessale IIFreeSWITCH 
http://www.freeswitch.org/ClueCon http://www.cluecon.com/AIM: anthmMSN:[EMAIL 
PROTECTED]/JABBER/PAYPAL:[EMAIL PROTECTED]: irc.freenode.net 
#freeswitchFreeSWITCH Developer Conferencesip:[EMAIL PROTECTED]:[EMAIL 
PROTECTED]/888googletalk:[EMAIL PROTECTED]:213-799-1400
_
Store, manage and share up to 5GB with Windows Live SkyDrive.
http://skydrive.live.com/welcome.aspx?provision=1?ocid=TXT_TAGLM_WL_skydrive_102008___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-03 Thread Anthony Minessale
doh, it's in java! That might be a little more challenging.


On Mon, Nov 3, 2008 at 3:12 PM, Anthony Minessale <
[EMAIL PROTECTED]> wrote:

> it's licensed lgpl, so it's compatible so sure why not!
>
>
> On Mon, Nov 3, 2008 at 6:55 AM, Saurabh Aggarwal <
> [EMAIL PROTECTED]> wrote:
>
>> Any plans on adding RTMP support to freeswitch - that could be a real
>> killer feature, allowing flash clients to call into Freeswitch.
>>
>> Now that Red5 has done all the hard work, it would be pretty cool if an
>> endpoint can be developed.
>>
>> -Saurabh
>>
>>
>>
>> --
>> Want to read Hotmail messages in Outlook? The Wordsmiths show you how. Learn
>> Now
>>
>> ___
>> Freeswitch-users mailing list
>> Freeswitch-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
>
> AIM: anthm
> MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
> GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
> iax:[EMAIL PROTECTED]/888
> googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> pstn:213-799-1400
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
iax:[EMAIL PROTECTED]/888
googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
pstn:213-799-1400
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] RTMP Support (Flash)

2008-11-03 Thread Anthony Minessale
it's licensed lgpl, so it's compatible so sure why not!


On Mon, Nov 3, 2008 at 6:55 AM, Saurabh Aggarwal <
[EMAIL PROTECTED]> wrote:

> Any plans on adding RTMP support to freeswitch - that could be a real
> killer feature, allowing flash clients to call into Freeswitch.
>
> Now that Red5 has done all the hard work, it would be pretty cool if an
> endpoint can be developed.
>
> -Saurabh
>
>
>
> --
> Want to read Hotmail messages in Outlook? The Wordsmiths show you how. Learn
> Now
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
iax:[EMAIL PROTECTED]/888
googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
pstn:213-799-1400
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] RTMP Support (Flash)

2008-11-03 Thread Saurabh Aggarwal
Any plans on adding RTMP support to freeswitch - that could be a real killer 
feature, allowing flash clients to call into Freeswitch. 
 
Now that Red5 has done all the hard work, it would be pretty cool if an 
endpoint can be developed.
 
-Saurabh
 
 
_
Want to read Hotmail messages in Outlook? The Wordsmiths show you how.
http://windowslive.com/connect/post/wedowindowslive.spaces.live.com-Blog-cns!20EE04FBC541789!167.entry?ocid=TXT_TAGLM_WL_hotmail_092008___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org