there have some problem when sip client  and sips client call each other.

1, auto hangup in one minute.
2, sip client call sips client ,sips client can not pickup the call sometimes, and sips client with srtp mode can not pick up the call or sip client only hear hold music.
3, sips client using srtp could not use irv navigation and bind digit action, like press number 0  will not transfer to operator, no response.

used softs:

freeswitch x64 1.2rc for windows.
3cxphone client for windows

ssl configure:

var.xml
  <X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>
  <X-PRE-PROCESS cmd="set" data="external_rtp_ip=host:fs.share.com"/>
  <X-PRE-PROCESS cmd="set" data="sip_tls_version=tlsv1"/>
  <X-PRE-PROCESS cmd="set" data="internal_ssl_enable=true"/>
  <X-PRE-PROCESS cmd="set" data="internal_sip_port=5060"/>
  <X-PRE-PROCESS cmd="set" data="internal_tls_port=5061"/>

internal.xml
    <param name="rtp-ip" value="$${domain}"/>
    <param name="sip-ip" value="$${domain}"/>
    <param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
    <param name="ext-sip-ip" value="$${external_sip_ip}"/>

other used default setting.

sip client configured sip server is local ip address (local_ip_v4 like 100.100.100.20).
sips client configured sip server is external ip address (fs.share.com).

ca files:
conf/ssl/agent.pem
conf/ssl/cafile.pem

client installed ca file is  cafile.pem.

firewall open 5060-5061 for tcp/udp, 16384-32768 for udp, other closed.

ssl work well, call 9664 can hear is secured call.



        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/ssl-and-sips-and-srtp-configure-issue-tp7581215.html">ssl and sips and srtp configure issue.</a><br/>
Sent from the <a href="http://freeswitch-users.2379917.n2.nabble.com/">freeswitch-users mailing list archive</a> at Nabble.com.<br/>