Dear Kamailio Developers:
Hi.
I have some questions about kamailio, and want to gain some suggestions from you.
1、The 4 UDP child processes are using system resources(CPU、memory), but they are using only one CPU core(I use 8 core CPU). Why?
2、The ablity of handling the Concurrency is alike, no matter how many UDP child processes I use. Why? And what's the effection of the other UDP child processes?
彭学金
186-2708-0286
技术部 开发工程师
武汉九午科技有限公司
武汉市洪山区光谷大道国际企业中心锦丰楼A座405室
Tel:(027)87108832
Hello,
Since I done the upgrade of Kamailio into 4.2.0, there are, at least, one
new case where the RTPProxy is launched.
When I got an INVITE from my PSTN Gateway, for unknown reason (and not for
all calls), Record-Route is append with nat=yes. I looked into an old trace
and this behaviour didn't exist.
What could have changed that can explain this?
Regards,
Igor.
Hi All
We are experiencing an odd problem with 1 way audio in about %6-%8 of our
calls.
It seems to me that what is happening is that our kamailio installation
(using rtpengine) is some times ignoring the c= attribute that the carrier
is sending us, and sending our audio instead to either address in the
carriers o= attribute, or just to the same address we sent our sip invite
too.
We have looked at hundreds of calls and haven't found a reliable pattern
why this happens some times and not others. It really happens in a lot of
different scenarios with lots of different carriers and differently
formatted SDP packets.
I was wondering if any one had an idea where to start for a solution, or a
way to make rtpengine always send audio to the ip in the c= attribute we
are receiving from the carrier.
I haven't been able to find anything so far.
Thank you much for any assistance.
All the best.
Will
root@serverjavier-desktop:/home/serverjavier# locate uac.so
/usr/local/lib64/kamailio/modules/uac.so
/usr/local/src/kamailio-4.0.1/modules/uac/uac.so
exists module!
but
# set paths to location of modules (to sources or installation folders)
#!ifdef WITH_SRCPATH
mpath="modules_k:modules"
#!else
mpath="/usr/local/lib64/kamailio/modules/:/usr/local/lib64/kamailio/mod$
#!endif
#!ifdef WITH_ASTERISK
loadmodule "uac.so"
#!endif
#!ifdef WITH_MYSQL
loadmodule "db_mysql.so"
#!endif
give me a error, if the put # in the loadmodule "uac.so", dont give me error
really dont understand
Hello,
I have been googling for a simple (as simple as it can be knowing the
complexity of Kamailio) for a "how to/step bey step/do this dummy" type of
guide to get Kamailio registered with a sip provider I already have, and
register one end point to kamailio that can use that provider. Nothing
fancy or involved just the absolute basics. Does this exist and if so can
you please point me to it?
Thanks,
JohnM
Hi!
Currently tsilo allows to add branches in failure route or request route
(e.g. on REGISTER).
would be be possible to allow this function also in reply routes? E.g.
if one branch replies with 3xx, to add a new branch to the CFWD target
but still have the other branches ringing.
regards
Klaus
lets say that invite is parallel forked to two contacts. if the call is
answered, i would like to set in reply route an accounting avp that
contains the request uri of answering branch. i have tried $T_req($ru),
but that gives the original request uri. any suggestions?
-- juha