[OpenSIPS-Devel] [opensips] opensips segmentation fault during cancel (#500)

andrewD123 notifications at github.com
Wed May 6 20:31:06 CEST 2015


Hi,
I am very new to opensips.  My setup is having two different networks.  Public IP and a internal IP.
Both IP are on different vlans. I take a call in on public then send to internal then back out to public.
I found that after a few hours opensips keeps crashing.  I am using opensips like a router as well.


 here is the top section of my config file.




debug=-1
#memlog=1

fork=yes
#children=24
children=32
log_stderror=no
#log_facility=LOG_LOCAL0
disable_503_translation=yes
disable_tcp=yes
disable_dns_blacklist = yes

auto_aliases=no

check_via=no
dns=off
rev_dns=off

listen=udp:192.235.87.248:5060 # REPLACE here with right values
mhomed=1
listen=udp:10.10.100.41:5060
mpath="/usr/local/opensips/lib64/opensips/modules/"

loadmodule "maxfwd.so"
loadmodule "sl.so"
loadmodule "db_mysql.so"
loadmodule "tm.so"
loadmodule "uri.so"
loadmodule "rr.so"
loadmodule "dialog.so"
loadmodule "mi_fifo.so"
loadmodule "mi_xmlrpc.so"
loadmodule "signaling.so"
loadmodule "textops.so"
loadmodule "sipmsgops.so"
loadmodule "load_balancer.so"

loadmodule "path.so"
loadmodule "usrloc.so"
loadmodule "nathelper.so"
loadmodule "nat_traversal.so"
loadmodule "uac_redirect.so"

modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")
modparam("mi_fifo", "fifo_mode",0666)

modparam("dialog", "db_mode", 0)
#modparam("dialog", "db_url", "mysql://opensips:opensipsrw@localhost/opensips")

modparam("rr","enable_double_rr",1)
modparam("rr","append_fromtag",1)


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/500
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20150506/db08cd30/attachment.htm>


More information about the Devel mailing list