i tried to install mediaproxy-ng by apt-get and got the following error:
Error: Your kernel headers for kernel 3.2.0-4-486 cannot be found.
Please install the linux-headers-3.2.0-4-486 package.
apt-get automatically installed linux-headers-3.2.0-4-common and
linux-headers-3.2.0-4-686-pae, but not the above mentioned package.
is there some dependency (like linux-headers-3.2.0-4-all) missing from
debian/control file?
-- juha
Dear List,
I'd like to get help regarding my case.
I have the following script where many thanks to Daniel has helped me in
if (is_method("INVITE"))
{
if (!load_gws(1, $rU, $fu)) {
sl_send_reply("502", "Unable To lOad GatEwAyS");
exit;}
if(!next_gw()){
sl_send_reply("503", "Unable To fInD a gateWaY");
exit;}
while(next_gw()){
km_append_branch(); }
sl_send_reply("302","Moved Temporary");
exit;
}
The problem am facing is that the call is rerouting from the first gateway
to the next gateway successfully when I have two gateways. BUT when I have
three gateways, and the first two gateways are off, the call is not rerouted
to the third gateway. It keeps hitting the seconds gateway and gives request
time out at the end
Why is that?
Thanks in advance,
F Chahrour
So, I hate to be the bearer of the most banal, cliché, overplayed
question ever, especially since I am perfectly aware of the formidable
challenges in getting the data and the variance in the results, but:
Are there any data points on how much of a throughput premium
mediaproxy-ng/rtpproxy-ng offers over userspace rtpproxy Classic(TM)?
--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
United States
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/
Hello
I am using kamailio 4.0.4. I want to change to kamailio 4.1.0. Can the version 4.0.4 be upgraded to the new version 4.0.4 or Do I have to uninstall it and install the 4.1.0?
Thanks in advance
Medo
Hi all...I need help ...
I am using Kamailio as SIP server... I tried to do call between two sip clients (MyMonster)..The clients can register with kamailio without any problems. But when I try to do call between two clients, It doesn't work. Once the kamailio gets the first invite from the client, it directly replies with "407 Proxy Authentication Required". In the kamailio.cfg the domain is "kamailio.test" in the kamctlr I also use "kamailio.test" as SIP domain..
In the Log of Kamailio I see this:
2(16979) DEBUG: corex [corex_lib.c:189]: corex_check_self(): check self domain match: 0:kamailio.test:0
2(16979) DEBUG: auth_db [authorize.c:476]: auth_check(): realm [kamailio.test] table [subscriber] flags [1]
2(16979) DEBUG: auth [api.c:86]: pre_auth(): auth:pre_auth: Credentials with realm 'kamailio.test' not found
2(16979) DEBUG: auth_db [authorize.c:252]: digest_authenticate(): no credentials
2(16979) DEBUG: auth [challenge.c:127]: get_challenge_hf(): build_challenge_hf: realm='kamailio.test'
2(16979) DEBUG: auth [challenge.c:269]: get_challenge_hf(): auth: 'Proxy-Authenticate: Digest realm="kamailio.test", nonce="Up+EuVKfg42WYOrC87GTm+rvMNFeNe3/BCf5m4A="
Thanks in advance...
Medo
This morning I had the unpleasant realisation that kamailio (4.0.3) crashed
twice while I was running an alter statement on the acc table of a live
instance.
db_mysql [km_dbase.c:122]: db_mysql_submit_query(): driver error on q
uery: Too many connections
<core> [db_query.c:132]: db_do_query_internal(): error while submitti
ng query
auth_db [authorize.c:175]: get_ha1(): failed to query database
or
alias_db [alookup.c:111]: alias_db_lookup(): failed to query database
db_mysql [km_dbase.c:122]: db_mysql_submit_query(): driver error on query: Too
many connections
just before (no core):
segfault at 18 ip 00007f0d6b287a83 sp 00007fffc4467550 error 4 in
usrloc.so[7f0d6b267000+27000]
So instead of just discarding the acc inserts, these pile up resulting in
consuming max connections to the database and eventually segfaulting.
I know (now) that I shouldn't do this on a production server, but I'd rather
have the database accounting discarded than a machine crashing (can be
reconstructed from syslog).
My question: is this "normal" behavior? Can this be avoided somehow (other
than ensuring 100% availability of the sql server).
--
POCOS B.V. - Croy 9c - 5653 LC Eindhoven
Telefoon: 040 293 8661 - Fax: 040 293 8658
http://www.pocos.nl/ - http://www.sipo.nl/
K.v.K. Eindhoven 17097024
Hi,
I am using MTREE and DIALPLAN modules to load lots of info to kamailio. (6
million rows).
When kamailio was running with 3.2.1 (no mem_join=1 option), the used size
was increasing but the process of loading the data was fast eanough.
I upgraded to 3.3.2 and set mem_join=1. Now the loading process take about
10 time longer and sometimes stops kamailio from responding to traffic.
Any ideas?
Thanks,
Uri