opensips啓動報ERROR:core:fix_all_socket_lists: listeners found for protocol udp

在啓動opensips時報下列錯誤

[root@mc opensips]# opensips -c
Dec  3 10:29:29 [2356] ERROR:core:fix_all_socket_lists: listeners found for protocol udp, but no module can handle it

Dec  3 10:41:38 [2438] ERROR:core:fix_all_socket_lists: listeners found for protocol tcp, but no module can handle it

 

解決方法:

[root@mc opensips]# vim /etc/opensips/opensips.cfg
loadmodule "proto_udp.so"
loadmodule "proto_tcp.so"

 

重新檢查配置文件

[root@mc opensips]# opensips -C
Dec  3 10:42:30 [2446] INFO:core:fix_poll_method: using epoll_lt as the IO watch method (auto detected)
Listening on
             udp: 10.10.2.95 [10.10.2.95]:5060
             tcp: 10.10.2.95 [10.10.2.95]:5060
Aliases:

Dec  3 10:42:30 [2446] NOTICE:core:main: config file ok, exiting...

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章