hi, i am from china.i have install a kamailio server with wss support ,and i set 4443 as the port(set 8080 as the ws port);the result of "netstat -tnl" is: "Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 my_ip:4443 0.0.0.0:* LISTEN tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN tcp 0 0 my_ip:5061 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 my_ip:8080 0.0.0.0:* LISTEN"
but,when i use ws,it's ok;when i use wss,it come up a 106 error!why?
Hello,
On 5/8/13 2:41 PM, ??? wrote:
hi, i am from china.i have install a kamailio server with wss support ,and i set 4443 as the port(set 8080 as the ws port);the result of "netstat -tnl" is: "Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:53 http://127.0.0.1:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 http://127.0.0.1:631 0.0.0.0:* LISTEN tcp 0 0 my_ip:4443 0.0.0.0:* LISTEN tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN tcp 0 0 my_ip:5061 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:3306 http://127.0.0.1:3306 0.0.0.0:* LISTEN tcp 0 0 my_ip:8080 0.0.0.0:* LISTEN"
but,when i use ws,it's ok;when i use wss,it come up a 106 error!why?
run kamailio in debug mode (debug=3 and log_stderror=yes) and watch the logs in the console, you may get hits about what happens. Be sure that the port for wss is on tls.
Cheers, Daniel
hi, thank you for your help.i am not good at kamailio technology , i execute "/etc/init.d/kamailio restart" in debug mode,and the console.txt is in attachment.what is wrong?
2013/5/10 Daniel-Constantin Mierla miconda@gmail.com
Hello,
On 5/8/13 2:41 PM, 李启明 wrote:
hi, i am from china.i have install a kamailio server with wss support ,and i set 4443 as the port(set 8080 as the ws port);the result of "netstat -tnl" is: "Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN tcp 0 0 my_ip:4443 0.0.0.0:* LISTEN tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN tcp 0 0 my_ip:5061 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN tcp 0 0 my_ip:8080 0.0.0.0:* LISTEN"
but,when i use ws,it's ok;when i use wss,it come up a 106 error!why?
run kamailio in debug mode (debug=3 and log_stderror=yes) and watch the logs in the console, you may get hits about what happens. Be sure that the port for wss is on tls.
Cheers, Daniel
-- Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
kamailio does not start, because you have many log errors, like:
0(2935) ERROR: <core> [modparam.c:163]: set_mod_param_regex: No module matching <nathelper|registrar> found 0(2935) : <core> [cfg.y:3570]: parse error in config file /usr/local/etc/kamailio/kamailio.cfg, line 479, column 65: Can't set module parameter
Go through the log and fix this errors -- the text should be quite explanatory and you get also the line in the config where the error is located.
Cheers, Daniel
On 5/12/13 9:50 AM, 李启明 wrote:
hi, thank you for your help.i am not good at kamailio technology , i execute "/etc/init.d/kamailio restart" in debug mode,and the console.txt is in attachment.what is wrong?
2013/5/10 Daniel-Constantin Mierla <miconda@gmail.com mailto:miconda@gmail.com>
Hello, On 5/8/13 2:41 PM, 李启明 wrote:
hi, i am from china.i have install a kamailio server with wss support ,and i set 4443 as the port(set 8080 as the ws port);the result of "netstat -tnl" is: "Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:53 <http://127.0.0.1:53> 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 <http://127.0.0.1:631> 0.0.0.0:* LISTEN tcp 0 0 my_ip:4443 0.0.0.0:* LISTEN tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN tcp 0 0 my_ip:5061 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:3306 <http://127.0.0.1:3306> 0.0.0.0:* LISTEN tcp 0 0 my_ip:8080 0.0.0.0:* LISTEN" but,when i use ws,it's ok;when i use wss,it come up a 106 error!why?
run kamailio in debug mode (debug=3 and log_stderror=yes) and watch the logs in the console, you may get hits about what happens. Be sure that the port for wss is on tls. Cheers, Daniel -- Daniel-Constantin Mierla -http://www.asipto.com http://twitter.com/#!/miconda <http://twitter.com/#%21/miconda> -http://www.linkedin.com/in/miconda Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013 *http://asipto.com/u/katu * _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org <mailto:sr-users@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users