Hi,
I'm working with a softphone project named mjSip,
now I've implemented the TLS protocol in the softphone
and I would try it with 2 iptel account setted on two pc,
on the first I have:
# MjSip UA configuration file
# ___________________________________________
#
host_port=5061
transport_protocols= tls
outbound_proxy=sip.iptel.org
from_url=sip:alexlel@iptel.org
username=alexlel
realm=iptel.org
passwd=2387lelloh
debug_level=8
log_path=log
max_logsize=2000
do_register=yes
keepalive_time=8000
_______________________________
the second is such as this.
However I have no response in SSL/TLS by the iptel server.
Does it work in TLS?
Thanks,
Regards.
Hello,
I don't know if iptel.org has TLS enabled, so I am replying just to say that you can test with voipuser.org if you want -- another free voip service. There is running latest kamailio and TLS is enabled.
Cheers, Daniel
On 10/10/11 7:29 PM, Lello wrote: