I m having asterisk-1.8.3.2 installed on my fedora -13 system. I have make the configuraiton of TLS and SRTP on my system.
I have self signed certificate files. I have followed the below link :
http://www.voip-info.org/wiki/view/SIP+TLS
http://www.voip-info.org/wiki/view/Asterisk+SRTP
I m trying to register x-lite-5.0 softphone, but its not getting registered with "transport=tls".
sip.conf
[general]
tlsenable=no
tlsbindaddr=192.168.1.x
tlscertfile=/etc/asterisk/certificates/asterik.pem
tlsdontverifyserver=no
tlscipher=DES-CBC3-SHA
tlsclientmethod=tlsv1
[1111]
type=friend
username=1111
secret=1111
host=dynamic
nat=yes
canreinvite=no
context=tls-test
allow=all
accountcode=1111
dtmfmode=rfc2833
transport=tls
Can you please tell me what i m missing here ?
