View previous topic :: View next topic |
Author |
Message |
Prometheus001 at gmx.net Guest
|
Posted: Tue Sep 01, 2009 5:24 am Post subject: [Freeswitch-users] SRTP Encryption |
|
|
Sure this works,
you can set rtp or srtp independently to every call leg (if FS is in
media path) and even mix them in a conference.
Best regards
Peter
NOx-WHV schrieb:
Quote: | Hi,
i have a problem using SRTP Encrytion. All intern calls are SRTP encrypted.
Some of my Gateway don´t support SRTP encryption.
In my dialplan I now set the sip_secure_media to false.
<action application="set" data="sip_secure_media=false"/>
It works. But is there any chance to encrypt the call on one side and use a
unencrypted call on the other side of the freeswitch?
Phone -->(SRTP)--> Freeswitch -->(RTP)--> Gateway
Thanks for help
NOx
|
_______________________________________________
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 |
|
Back to top |
|
|
enno.egbert at googlem... Guest
|
|
Back to top |
|
|
Prometheus001 at gmx.net Guest
|
Posted: Tue Sep 01, 2009 6:28 am Post subject: [Freeswitch-users] SRTP Encryption |
|
|
If you do not explicitely set bypass_media to true, then FS is in the
media path.
Best regards
Peter
NOx-WHV schrieb:
Quote: | How can I see if the FS is in media path?
Or how can i set the FS in media path?
Peter P GMX wrote:
Quote: | Sure this works,
you can set rtp or srtp independently to every call leg (if FS is in
media path) and even mix them in a conference.
Best regards
Peter
NOx-WHV schrieb:
Quote: | Hi,
i have a problem using SRTP Encrytion. All intern calls are SRTP
encrypted.
Some of my Gateway don´t support SRTP encryption.
In my dialplan I now set the sip_secure_media to false.
<action application="set" data="sip_secure_media=false"/>
It works. But is there any chance to encrypt the call on one side and use
a
unencrypted call on the other side of the freeswitch?
Phone -->(SRTP)--> Freeswitch -->(RTP)--> Gateway
Thanks for help
NOx
| _______________________________________________
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 |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Sep 01, 2009 8:56 am Post subject: [Freeswitch-users] SRTP Encryption |
|
|
Try this one.
Outbound
<action application="export" data="nolocal:sip_secure_media=false"/>
Inbound
<action application="export" data="nolocal:sip_secure_media=true"/>
/b
On Sep 1, 2009, at 4:40 AM, NOx-WHV wrote:
Quote: | <action application="set" data="sip_secure_media=false"/>
|
_______________________________________________
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 |
|
Back to top |
|
|
|