Re: [SR-Users] Error on of type <2> not found in module and SCTP API Not initialized

2017-03-17 Thread Ginhoux, Patrick
À : SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Objet : RE: [SR-Users] Error on of type <2> not found in module and SCTP API Not initialized Thanks Federico for this answer, I see that in my .cfg there was a double ‘h’ in the name, while now th

Re: [SR-Users] Error on of type <2> not found in module and SCTP API Not initialized

2017-03-16 Thread Ginhoux, Patrick
ing List Objet : Re: [SR-Users] Error on of type <2> not found in module and SCTP API Not initialized Hi, param name has changed some versions ago: http://www.kamailio.org/docs/modules/devel/modules/dispatcher.html#dispatcher.p.ds_probing_threshold Cheers, Federico On 16 Mar 201

Re: [SR-Users] Error on of type <2> not found in module and SCTP API Not initialized

2017-03-16 Thread Federico Cabiddu
Hi, param name has changed some versions ago: http://www.kamailio.org/docs/modules/devel/modules/dispatcher.html#dispatcher.p.ds_probing_threshold Cheers, Federico On 16 Mar 2017 13:35, "Ginhoux, Patrick" wrote: > Hi, > > > > I’m migrating my kamailio.cfg from the 3.3.1 release to 5.0.0 and >

[SR-Users] Error on of type <2> not found in module and SCTP API Not initialized

2017-03-16 Thread Ginhoux, Patrick
Hi, I'm migrating my kamailio.cfg from the 3.3.1 release to 5.0.0 and encounter the following errors : Mar 16 12:56:45 vm-vse02-siprouter1 systemd[1]: Starting SYSV: Kamailio is a fast, reliable and flexible SIP Server Mar 16 12:56:45 vm-vse02-siprouter1 kamailio[6644]: Not starting : inval

Re: [SR-Users] Error in kamailio (Need for help)

2017-03-05 Thread Daniel-Constantin Mierla
Hello, On 02/03/2017 07:33, Ghanshyam Variya wrote: > Mar 2 11:55:33 Ubuntu kamailio: INFO: [core/sctp_core.c:75]: > sctp_core_check_support(): SCTP API not enabled - if you want to use > it, load sctp module > Mar 2 11:55:33 Ubuntu kamailio: INFO: [core/tcp_main.c:4665]: > init_tcp(): using

Re: [SR-Users] Error in kamailio (Need for help)

2017-03-02 Thread Victor Seva
2017-03-02 7:33 GMT+01:00 Ghanshyam Variya : > Mar 2 11:55:33 Ubuntu kamailio[6479]: ERROR: [db.c:203]: > db_bind_mod(): Module db_mysql not found. Missing loadmodule? this is quite clear ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

[SR-Users] Error in kamailio (Need for help)

2017-03-02 Thread Ghanshyam Variya
Mar 2 11:55:33 Ubuntu kamailio: INFO: [core/sctp_core.c:75]: sctp_core_check_support(): SCTP API not enabled - if you want to use it, load sctp module Mar 2 11:55:33 Ubuntu kamailio: INFO: [core/tcp_main.c:4665]: init_tcp(): using epoll_lt as the io watch method (auto detected) Mar 2 11:55:33

Re: [SR-Users] [Error] Install Kamailio 4.4 in Mac 10.12

2017-01-10 Thread Daniel-Constantin Mierla
I mostly develop kamailio on MacOS (since several years ago). I install MySQL from macports an everything works fine. You would need also the pkgconfig package, which allows kamailio build system (makefile) to discover the location of devel headers for mysql client library. Macports are available

Re: [SR-Users] [Error] Install Kamailio 4.4 in Mac 10.12

2017-01-09 Thread anfecora
Luis, algunas veces es mejor instalar virtualbox en mac y desde hay correr kamailio si es para testing. aqui hay info de un problema parecido. http://sip-router.1086192.n5.nabble.com/Kamailio-on-Mac-td129264.html el error hace referencia a la instalacion de mysql. On Sun, Jan 8, 2017 at 4:25 PM

Re: [SR-Users] [Error] Install Kamailio 4.4 in Mac 10.12

2017-01-09 Thread Diego Nadares
In my mac: I think that mysql dmg installed comes with dev headers too. dnadaress-MacBook-Air:~ dnadares$ locate mysql.h /usr/local/mysql-5.6.19-osx10.7-x86_64/include/mysql.h cheers. Diego. 2017-01-09 9:27 GMT-03:00 Diego Nadares : > Hi Luis, > > Do you have mysql installed? Because it's no

Re: [SR-Users] [Error] Install Kamailio 4.4 in Mac 10.12

2017-01-09 Thread Diego Nadares
Hi Luis, Do you have mysql installed? Because it's not finding those headers. El El lun, 9 de ene. de 2017 a las 05:21, Luis De Marchi < l...@snowmanlabs.com> escribió: > Hi, > > Sorry, my english, I'm using the translator. > I'm having trouble installing Kamailio for Mac 10.12 > > Terminal: > L

[SR-Users] [Error] Install Kamailio 4.4 in Mac 10.12

2017-01-09 Thread Luis De Marchi
Hi, Sorry, my english, I'm using the translator. I'm having trouble installing Kamailio for Mac 10.12 Terminal: Luis:kamailio luisdemarchi$ sudo make all CC (gcc) [M db_mysql.so]km_db_mysql.o km_db_mysql.c:41:10: fatal error: 'mysql.h' file not found #include ^ 1 error

Re: [SR-Users] Error using Siremis 4.3.0 with Kamailio 4.4 and PHP 7

2016-12-09 Thread Daniel-Constantin Mierla
The patch was committed -- try with latest master branch for siremis and see if works now Cheers, Daniel On 09/12/2016 11:00, Daniel-Constantin Mierla wrote: > > While testing, I found an issue with quoting the tables for sql > queries, as newer mysql versions introduced new set of reserved words

Re: [SR-Users] Error using Siremis 4.3.0 with Kamailio 4.4 and PHP 7

2016-12-09 Thread Daniel-Constantin Mierla
While testing, I found an issue with quoting the tables for sql queries, as newer mysql versions introduced new set of reserved words, among them the 'group', which is used as table name by siremis. A patch is under way. Cheers, Daniel On 08/12/2016 21:30, Diogenes Aviles wrote: > I'm using Sir

[SR-Users] Error using Siremis 4.3.0 with Kamailio 4.4 and PHP 7

2016-12-08 Thread Diogenes Aviles
I'm using Siremis 4.3.0 and PHP7. Installation was OK, but running siremis I have some problems in page "Administration-User Management". When I select an user there is the following error: [2016-12-06 23:18:47 (GMT)] An exception occurred while executing this script: Error message: #256, Unable t

Re: [SR-Users] Error using Siremis 4.3.0

2016-12-07 Thread Daniel-Constantin Mierla
Hello, can you look in error.log of apache and see if you get more hints from there about what was the actual error? Also, inside siremis tree, check siremis/logs/ -- there are some *.log files that will provide more details about the error. The messages below suggest a template is missing, but

[SR-Users] Error using Siremis 4.3.0

2016-12-06 Thread Diogenes Aviles
I'm using Siremis 4.3.0 and PHP7. Installation was OK, but running siremis I have some problems in Administration-User Management. When I select an user there is the following error: [2016-12-06 23:18:47 (GMT)] An exception occurred while executing this script: Error message: #256, Unable to locat

Re: [SR-Users] Error message not seen before

2016-11-17 Thread Daniel-Constantin Mierla
Hello, maybe the table was not available when you installed first time siremis, being added in later versions of kamailio. You can create the table in kamailio database using the script locate in source tree at: - utils/kamctl/mysql/uac-create.sql Or if you don't use uac module for remote reg

[SR-Users] Error message not seen before

2016-11-16 Thread Kevin Greene
Hi fellow Kamailio people: I was using the Siremis (v2.0) to manage my Kamailio application. I received a message labeled "System Internal Error" It seems, assuming I understand it correctly, that a table called "kamailio.uacreg" does not exist in the database. I receive this error when I click o

Re: [SR-Users] Error 2002 (HY000) creating database kamailio

2016-09-21 Thread Sergey Okhapkin
Is mysql server running? On Wednesday 21 September 2016 08:30:48 Diogenes Marcano wrote: > Iam new in kamailio. > When I try to create the data base with kamdbctl y have the following error > > root@diogenes-Inspiron-1525:/usr/local/sbin# kamdbctl create > MySQL password for root: > INFO: test s

[SR-Users] Error 2002 (HY000) creating database kamailio

2016-09-21 Thread Diogenes Marcano
Iam new in kamailio. When I try to create the data base with kamdbctl y have the following error root@diogenes-Inspiron-1525:/usr/local/sbin# kamdbctl create MySQL password for root: INFO: test server charset ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/

[SR-Users] Error while reading from Cassandra Cluster

2016-07-04 Thread Aqs Younas
Greetings Lists. I am having hard time trying to use ndb_cassandra with kamailio. I have successfully complied the module and kamailio runs without any error. Below is relevant snippet. loadmodule "ndb_cassandra.so" modparam("ndb_cassandra", "host", "192.168.0.103") modparam("ndb_cassandra", "por

Re: [SR-Users] Error in USERLOCDB

2016-04-11 Thread Daniel-Constantin Mierla
On 08/04/16 08:43, Alberto Sagredo wrote: > Thanks Daniel > > That was exactly my issue. Solved! Welcome, good it was sorted out quickly! Daniel > > 2016-04-08 8:27 GMT+02:00 Daniel-Constantin Mierla >: > > Hello, > > it seems you created the location table a w

Re: [SR-Users] Error in USERLOCDB

2016-04-07 Thread Alberto Sagredo
Thanks Daniel That was exactly my issue. Solved! 2016-04-08 8:27 GMT+02:00 Daniel-Constantin Mierla : > Hello, > > it seems you created the location table a while ago, before the official > release of 4.4, when there was an invalid constraint in its definition. You > have to drop database locati

Re: [SR-Users] Error in USERLOCDB

2016-04-07 Thread Daniel-Constantin Mierla
Hello, it seems you created the location table a while ago, before the official release of 4.4, when there was an invalid constraint in its definition. You have to drop database location and install it using the sql statement from the file: utils/kamctl/mysql/usrloc-create.sql Cheers, Daniel On

[SR-Users] Error in USERLOCDB

2016-04-07 Thread Alberto Sagredo
Im getting this error using USERLOCDB Apr 7 22:11:56 kamailio-int /usr/local/sbin/kamailio[29717]: ERROR: db_mysql [km_dbase.c:128]: db_mysql_submit_query(): driver error on query: Duplicate entry '0--1' for key 'connection_idx' (1062) Apr 7 22:11:56 kamailio-int /usr/local/sbin/kamailio[29717]

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-19 Thread Sid Mason
ace_from("","sip:$sel(cfg_get.kamailio.bind_external_domain):5060" > ); > # rewrite Destinatin URI > #$du= $au + "@10.1.4.22:5060"; > # Add Remote-Party-ID to header > append_hf("Remote-Party-ID: \"$au\" > > ;party=calling;privacy=off;sc

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-18 Thread Daniel-Constantin Mierla
10.1.4.22:5060>"; > # Add Remote-Party-ID to header > append_hf("Remote-Party-ID: \"$au\" > ;party=calling;privacy=off;screen=no"); > xlog("L_INFO","route[TOASTERISK]: [$fU@$si:$sp]{$rm} From Outside > World to Asterisk Box $du\n"); >

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-18 Thread Sid Mason
); # rewrite Destinatin URI #$du= $au + "@10.1.4.22:5060"; # Add Remote-Party-ID to header append_hf("Remote-Party-ID: \"$au\" ;party=calling;privacy=off;screen=no"); xlog("L_INFO","route[TOASTERISK]: [$fU@$si:$sp]{$rm} From Outside Wor

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-07 Thread Daniel-Constantin Mierla
Hello, do you have an action like: append_hf("Remote-Party-ID: ..."); in kamailio.cfg? Can you paste all that action here? Cheers, Daniel On 07/02/16 13:36, Sid Mason wrote: > Hi, > > Below is the SIP record captured using NGREP: > > http://pastebin.com/hUqP56fw > > Regards > > >

[SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-07 Thread Sid Mason
Hi, Below is the SIP record captured using NGREP Regards U 2016/02/07 20:20:06.054910 90.X.X.68:25189 -> 10.1.4.23:5060 INVITE sip:0031651022...@voip.system.com SIP/2.0. Via: SIP/2.0/UDP 10.1.10.11:51106 ;branch=z9hG4bK-d8754z-17160a2503261a6b-1---d8754z-;rport. Max-Forwards: 70. Contact: . To

[SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-07 Thread Sid Mason
Hi, Below is the SIP record captured using NGREP: http://pastebin.com/hUqP56fw Regards ___ 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-us

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-07 Thread Daniel-Constantin Mierla
Hello, but that is the syslog output for kamailio, which is good to have, however, I wanted to have the network traffic, you can take it with: ngrep -d any -qt -W byline "sip" port 5060 Cheers, Daniel On 06/02/16 21:16, Sid Mason wrote: > Hi, > > Thanks a lot for the reply, It means a lot to as

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-06 Thread Sid Mason
Hi, Thanks a lot for the reply, It means a lot to as I am stuck on this issue. I'm not sure if attachment works here or not. I will paste the log in paste bin: http://pastebin.com/0w6a8iTB Regards ___ SIP Express Router (SER) and Kamailio (OpenSER

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-05 Thread Daniel-Constantin Mierla
Hello, what is the version of kamailio you are using? Can you show incoming INVITE and CANCEL as well as outgoing INVITE for such call? You can replace IPs and other sensitive data with some other values. Do you get it for all CANCEL requests or only for some of them? Cheers, Daniel On 05/02/1

[SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-05 Thread Sid Mason
Hi We are receiving error on CANCEL request from client that is supposed to be relayed to an Asterisk Server: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found Any help on this is much appreciated. below is the log: Regards Sid 0(6351) DEBUG:

Re: [SR-Users] ERROR: mediaproxy [mediaproxy.c:1978] #347

2015-10-02 Thread Daniel-Constantin Mierla
Hello, load dialog module in your configuration file. Cheers, Daniel On 30/09/15 05:15, Ngoc wrote: > > Hello supporter, > > I took a look kamailio and get the error: Sep 29 11:28:37 > lvps46-163-74-198 /usr/local/sbin/kamailio[1738]: ERROR: mediaproxy > [mediaproxy.c:1978]: EngageMediaProxy():

[SR-Users] ERROR: mediaproxy [mediaproxy.c:1978] #347

2015-09-29 Thread Ngoc
Hello supporter, I took a look kamailio and get the error: Sep 29 11:28:37 lvps46-163-74-198 /usr/local/sbin/kamailio[1738]: ERROR: mediaproxy [mediaproxy.c:1978]: EngageMediaProxy(): engage_media_proxy requires the dialog module to be loaded and configured. How to resolved this problem, please h

[SR-Users] Error forwarding to SCSCF

2015-07-16 Thread Jan Devai
*Hi Experts,* *I would like to ask you if some of you have already come across this problem.* *We are integrating Kamailio all in one Solution (P/I/S-CSCF having all same IP only communicating between each other on different ports) taken from Carsten Bock example against an external HSS.* *The

Re: [SR-Users] Error: make modules include_modules ="db_mysql" cfg

2015-07-16 Thread Daniel-Constantin Mierla
Hello, you need to install mysql client devel packet -- iirc, it should be something named like mysql-devel Cheers, Daniel On 14/07/15 22:18, kumar m wrote: > I am a newbie trying out kamailio > > *kamailio version: *4.3.0 > *Operating system:* CentOS 7 > > Following the instructions provided at

[SR-Users] Error: make modules include_modules ="db_mysql" cfg

2015-07-14 Thread kumar m
I am a newbie trying out kamailio *kamailio version: *4.3.0 *Operating system:* CentOS 7 Following the instructions provided at http://www.kamailio.org/wiki/install/4.3.x/git While I was trying to include the module "db_mysql", I get the following error [root@localhost kamailio]# make modules i

Re: [SR-Users] error in kamctlrc line 13 not sure of "CHROOTED DIRECTORY"

2015-07-07 Thread Daniel-Constantin Mierla
Hello, On 06/07/15 04:08, Joseph Zimmer wrote: >Sorry, this is my problem: > > have included the kamctlrc, kamailio.cfg, and modus.lst files if that > helps, > > run create command, not sure of path for chrooted directory in > kamctlrc file so I have not been able to create my initial database

[SR-Users] error in kamctlrc line 13 not sure of "CHROOTED DIRECTORY"

2015-07-05 Thread Joseph Zimmer
Sorry, this is my problem: have included the kamctlrc, kamailio.cfg, and modus.lst files if that helps, run create command, not sure of path for chrooted directory in kamctlrc file so I have not been able to create my initial database. I know that is holding up creation of MySQL database. can

Re: [SR-Users] Error protoaddr2proxy

2015-04-15 Thread Daniel-Constantin Mierla
Hello, I don't remember and t_replicate_to() for config, can you show the function how you use it in config, with its parameters? Cheers, Daniel On 15/04/15 09:36, Igor Potjevlesch wrote: > > To precise, the error occurred with t_replicate_to where the second > parameter is an AVP like "hostname

Re: [SR-Users] Error protoaddr2proxy

2015-04-15 Thread Igor Potjevlesch
To precise, the error occurred with t_replicate_to where the second parameter is an AVP like "hostname:4060" Regards, Igor. De : Igor Potjevlesch [mailto:igor.potjevle...@gmail.com] Envoyé : mercredi 15 avril 2015 09:15 À : sr-users@lists.sip-router.org Objet : Error protoaddr2proxy

[SR-Users] Error protoaddr2proxy

2015-04-15 Thread Igor Potjevlesch
Hello, I got many errors like this one: ERROR: tm [tm.c:1192]: t_protoaddr2proxy(): tm: protoaddr2proxy: host name is empty It looks to be while I'm doing a sl_send_reply but I don't figure out why. Someone know what going wrong? Regards, Igor. ___

Re: [SR-Users] Error configuring kamailio with sql.

2015-04-14 Thread Daniel-Constantin Mierla
The tutorial can be for a rather old version, which had different functions in the nathelper/rtpproxy module. Some hints to get it going: - load rtpproxy module if not loaded and set the appropriate parameters - replace the functions related to force/unforce rtp proxy with rtpproxy_manage() -- you

Re: [SR-Users] Error configuring kamailio with sql.

2015-04-14 Thread Ben Langfeld
What steps have you taken so far to address the issue? Do you understand what the error is telling you? On 13 April 2015 at 06:48, Satish Verma wrote: > Respected sir, > I want to configure SIP voip server using tutorial ( > http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour)

[SR-Users] Error configuring kamailio with sql.

2015-04-13 Thread Satish Verma
Respected sir, I want to configure SIP voip server using tutorial ( http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour). i have configured everything on my ubuntu server as given in tutorial. but i am getting error while running start command ( /etc/init.d/kamailio start) the er

Re: [SR-Users] ERROR: sipcapture [hep.c:139]: hepv2_received(): ERROR: sipcapture:hep_msg_received: unknow protocol [1]

2015-03-24 Thread Satish Patel
All kamailio Users/Developer, Please provide any suggestion, why i am getting above error in logs? Look like issue is related to kamailio. [Opensips 2.1.x]->->>[ Homer Kamailio] On Fri, Mar 13, 2015 at 11:39 AM, Satish Patel wrote: > Hello, > > Recently i have installed Homer captu

[SR-Users] ERROR: sipcapture [hep.c:139]: hepv2_received(): ERROR: sipcapture:hep_msg_received: unknow protocol [1]

2015-03-13 Thread Satish Patel
Hello, Recently i have installed Homer capture server with kamailio. It works! but in logs i am seeing many error like following, I am using Opensips 2.1 siptrace server to send all trace to Homer. ERROR: sipcapture [hep.c:139]: hepv2_received(): ERROR: sipcapture:hep_msg_received: unknow protoco

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-22 Thread Will Ferrer
Hi Daniel Thank you very much for looking into it. I don't see us setting a value to the avp. We aren't even using the avp at present: #!ifdef WITH_DISPATCHER_LOAD_AWARE modparam("dispatcher", "dstid_avp", "$avp(dsdstid)") modparam("dispatcher", "ds_hash_size", 8) #!endif We have the directive

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-22 Thread Daniel-Constantin Mierla
Hello, got the time to look more at the code. The value for dstid_avp is added only for algorithm 10 (call load). It is not about the name of the avp, but the value of the avp. Do you set this avp in routing blocks? If this avp has a value, it assumes to be a call load distribution and the error m

Re: [SR-Users] Error when configuring RTPProxy-NG.

2014-12-15 Thread Mahmoud Ramadan Ali
Oh my god ! That was an easy fix to an advanced issue :D Thanks Richard & Alex On Mon, Dec 15, 2014 at 1:27 AM, Richard Fuchs wrote: > > On 12/14/14 18:08, Mahmoud Ramadan Ali wrote: > > Hi Dears, > > I'm following this link https://github.com/sipwise/rtpengine to > > configure rtpproxy-ng with K

Re: [SR-Users] Error when configuring RTPProxy-NG.

2014-12-14 Thread Alex Balashov
Oh, yeah. That. Cheers Richard. On 14 December 2014 18:27:53 GMT-05:00, Richard Fuchs wrote: >On 12/14/14 18:08, Mahmoud Ramadan Ali wrote: >> Hi Dears, >> I'm following this link https://github.com/sipwise/rtpengine to >> configure rtpproxy-ng with Kamailio BUT i'm reciving the following >> er

Re: [SR-Users] Error when configuring RTPProxy-NG.

2014-12-14 Thread Richard Fuchs
On 12/14/14 18:08, Mahmoud Ramadan Ali wrote: > Hi Dears, > I'm following this link https://github.com/sipwise/rtpengine to > configure rtpproxy-ng with Kamailio BUT i'm reciving the following > errors in the Kamailio log file. > > Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6198]: ERROR: > rt

Re: [SR-Users] Error when configuring RTPProxy-NG.

2014-12-14 Thread Alex Balashov
This sounds like an incompatibility between the version of the rtpengine control module on the Kamailio side and the version of rtpengine on the RTP proxy side. Right around the time that the rtpproxy-ng -> rtpengine nomenclature change happened, there was also a significant change to the anat

[SR-Users] Error when configuring RTPProxy-NG.

2014-12-14 Thread Mahmoud Ramadan Ali
Hi Dears, I'm following this link https://github.com/sipwise/rtpengine to configure rtpproxy-ng with Kamailio BUT i'm reciving the following errors in the Kamailio log file. Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6198]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded wi

[SR-Users] Error When Configuring the sipcapture module.

2014-12-13 Thread Mahmoud Ramadan Ali
Hi Dears, I'm trying to configure the SIP Capture module with Kamailio BUT i'm receiving that Error. Dec 13 09:20:53 debian /usr/local/sbin/kamailio[5183]: ERROR: sipcapture [hep.c:84]: hep_msg_received(): ERROR: sipcapture:hep_msg_received: not supported version or bad length: v:[82] l:[69] Any

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-10 Thread Will Ferrer
Hi Daniel Sounds great. Thanks again for everything and happy holidays. All the best Will On Wed, Dec 10, 2014 at 3:28 AM, Daniel-Constantin Mierla wrote: > Hello, > > I will look into it as soon as possible - again, it is harmless overall, > but shouldn't be a log message if it is not an is

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-10 Thread Daniel-Constantin Mierla
Hello, I will look into it as soon as possible - again, it is harmless overall, but shouldn't be a log message if it is not an issue there. Cheers, Daniel On 10/12/14 02:14, Will Ferrer wrote: > Hi Daniel > > I seem to see be having the issue with out with out defining > the dstid_avp. I guess i

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-09 Thread Will Ferrer
Hi Daniel I seem to see be having the issue with out with out defining the dstid_avp. I guess it's a non issue but was wondering if there was a way to make it go away. Thanks again for the assistance. Will On Tue, Dec 9, 2014 at 4:06 PM, Will Ferrer wrote: > Hi Daniel > > Thanks for the write

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-09 Thread Will Ferrer
Hi Daniel Thanks for the write back. We are using the dstid_avp but we are not using alg 10 for call load distribution. We have dstid_avp set because the distribution alg is a directive we set for the deployment via the local.cfg. We leave the avp for it on incase we switch the deployment to alg

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-09 Thread Daniel-Constantin Mierla
Hello, do you use call load dispatching algorithm or have the dstid attribute set? The log is harmless itself if not using the call load dispatching algorithm. Cheers, Daniel On 05/12/14 02:03, Will Ferrer wrote: > Hi All > > We recently discovered that our dispatcher boxes have this error > co

[SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-04 Thread Will Ferrer
Hi All We recently discovered that our dispatcher boxes have this error constantly at the end of our calls. ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for () We aren't seeing any issues arising from it that we can notice but wanted to see if any one knew what it mean

Re: [SR-Users] error load "uac.so"

2014-12-02 Thread Javier Ricke
thnx i work 2014-12-02 13:32 GMT-03:00 Corey Edwards : > On Mon, Dec 1, 2014 at 12:17 PM, Javier Ricke > wrote: > > >> Dec 1 16:15:22 serverjavier-desktop /usr/local/sbin/kamailio[7212]: >> ERROR: uac [uac.c:300]: 'append_fromtag' RR param is not enabled! - requir$ >> Dec 1 16:15:22 server

Re: [SR-Users] error load "uac.so"

2014-12-02 Thread Corey Edwards
On Mon, Dec 1, 2014 at 12:17 PM, Javier Ricke wrote: > Dec 1 16:15:22 serverjavier-desktop /usr/local/sbin/kamailio[7212]: > ERROR: uac [uac.c:300]: 'append_fromtag' RR param is not enabled! - requir$ > Dec 1 16:15:22 serverjavier-desktop /usr/local/sbin/kamailio[7212]: > ERROR: [sr_module.c:

Re: [SR-Users] error load "uac.so"

2014-12-01 Thread Javier Ricke
root@serverjavier-desktop:/home/serverjavier# /etc/init.d/kamailio restart Restarting Kamailio: loading modules under /usr/local/lib64/kamailio/modules/:/usr/local/lib64/kamailio/modules_k/ Listening on udp: 127.0.0.1:5060 udp: 152.74.21.12:5060 tcp: 127.0.0.1

Re: [SR-Users] error load "uac.so"

2014-12-01 Thread Daniel-Constantin Mierla
You have to paste here the message of the error in order to be able to help -- see the syslog file. Cheers, Daniel On 01/12/14 13:25, Javier Ricke wrote: > root@serverjavier-desktop:/home/serverjavier# locate uac.so > /usr/local/lib64/kamailio/modules/uac.so > /usr/local/src/kamailio-4.0.1/module

[SR-Users] error load "uac.so"

2014-12-01 Thread Javier Ricke
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 m

Re: [SR-Users] Error when using function lookup_branches

2014-11-30 Thread Jan Hazenberg
Yes indeed seems to fix the problem. Thanks. Jan Anthony Messina schreef op 2014-11-29 19:08: You fix does seem to resolve the issue. Thank you. -A On Wednesday, November 26, 2014 04:42:29 PM Daniel-Constantin Mierla wrote: Hello, can you give it a try to the patch from next commit? http

Re: [SR-Users] Error when using function lookup_branches

2014-11-29 Thread Anthony Messina
You fix does seem to resolve the issue. Thank you. -A On Wednesday, November 26, 2014 04:42:29 PM Daniel-Constantin Mierla wrote: > Hello, > > can you give it a try to the patch from next commit? > > http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a46223c > 077c8d058cdc633

Re: [SR-Users] Error when using function lookup_branches

2014-11-26 Thread Daniel-Constantin Mierla
Hello, can you give it a try to the patch from next commit? http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a46223c077c8d058cdc633563b0d9f14af332ae Let me know if all works fine in order to backport. Cheers, Daniel On 26/11/14 00:54, Anthony Messina wrote: > On Tuesday, No

Re: [SR-Users] Error when using function lookup_branches

2014-11-25 Thread Anthony Messina
On Tuesday, November 25, 2014 11:43:36 PM Daniel-Constantin Mierla wrote: > Hello, > > finally got to it -- the double free message is printed when destroying the > sip message. Quickly looking at the code, the r-uri, ruid, user-agen and > dst-uri (and some other attributes of the first branch, bu

Re: [SR-Users] Error when using function lookup_branches

2014-11-25 Thread Daniel-Constantin Mierla
Hello, finally got to it -- the double free message is printed when destroying the sip message. Quickly looking at the code, the r-uri, ruid, user-agen and dst-uri (and some other attributes of the first branch, but perhaps not available in that case) are very likely to be freed twice -- I will tr

Re: [SR-Users] Error when using function lookup_branches

2014-11-18 Thread Anthony Messina
No problem, Daniel. Thanks again for hekping us out. -A Quoting Daniel-Constantin Mierla : Unfortunately I didn't have time to analyze -- it may still take a bit, being traveling with a broken laptop. Cheers, Daniel On 17/11/14 22:49, Anthony Messina wrote: On Tuesday, November 11, 2014 09

Re: [SR-Users] Error when using function lookup_branches

2014-11-18 Thread Daniel-Constantin Mierla
Unfortunately I didn't have time to analyze -- it may still take a bit, being traveling with a broken laptop. Cheers, Daniel On 17/11/14 22:49, Anthony Messina wrote: > On Tuesday, November 11, 2014 09:29:26 AM Daniel-Constantin Mierla wrote: >> looks like there is a double free, which, although

Re: [SR-Users] Error when using function lookup_branches

2014-11-17 Thread Anthony Messina
On Tuesday, November 11, 2014 09:29:26 AM Daniel-Constantin Mierla wrote: > looks like there is a double free, which, although is good to find and > fix, is normally safe for runtime. > > Can you set debug=3 and send all the log messages here? > > Cheers, > Daniel Daniel, were the logs that we p

Re: [SR-Users] Error when using function lookup_branches

2014-11-11 Thread Daniel-Constantin Mierla
Hello, looks like there is a double free, which, although is good to find and fix, is normally safe for runtime. Can you set debug=3 and send all the log messages here? Cheers, Daniel On 10/11/14 18:56, J Hazenberg wrote: > Hello, > > I'm runnig kamailio 4.2.0 and using the lookup_branches func

Re: [SR-Users] Error when using function lookup_branches

2014-11-10 Thread Anthony Messina
On Monday, November 10, 2014 11:35:11 PM Anthony Messina wrote: > On Monday, November 10, 2014 06:56:08 PM J Hazenberg wrote: > > Hello, > > > > > > > > I'm runnig kamailio 4.2.0 and using the lookup_branches function from > > the register module to lookup all branches after a alias_db_lookup. Th

Re: [SR-Users] Error when using function lookup_branches

2014-11-10 Thread Anthony Messina
On Monday, November 10, 2014 06:56:08 PM J Hazenberg wrote: > Hello, > > I'm runnig kamailio 4.2.0 and using the lookup_branches function from > the register module to lookup all branches after a alias_db_lookup. The > function seems to work fine but i see the following error in the log > file

[SR-Users] Error when using function lookup_branches

2014-11-10 Thread J Hazenberg
Hello, I'm runnig kamailio 4.2.0 and using the lookup_branches function from the register module to lookup all branches after a alias_db_lookup. The function seems to work fine but i see the following error in the log file just after the lookup: INFO: [mem/f_malloc.c:599]: fm_free(): freein

Re: [SR-Users] Error while executing S-CSCF (Kamailio 4.2.0)

2014-10-28 Thread Kamal Palei
On further debugging, I found in Kamailio.cfg, #!ifdef DB_URL loadmodule "presence" #!endif I had commented DB_URL in scscf.cfg, hence presence module was not being loaded. My Question is, shall we enable DB_URL. If so, what DB URL should contains, and what related mysql stuff I need to do ...

[SR-Users] Error while executing S-CSCF (Kamailio 4.2.0)

2014-10-28 Thread Kamal Palei
Hi All I have followed link http://nil.uniza.sk/book/export/html/617 to install P-CSCF/I-CSCF/S-CSCF. Though I have some doubts in configuration , still I have put the configuration to best of my knowledge. When I execute SCSCF, I get below errors. I see some database related errors. As per the

Re: [SR-Users] Error-While-Running-icscf.cfg

2014-10-27 Thread Ben Langfeld
You would have to provide your config file. Also, it's bad form to email project maintainers directly; they read the list and will respond here if and when they can. On 27 October 2014 04:21, Anil Kumar wrote: > Hi All, > > > Please can anyone help me to solve this error, occurred while running

[SR-Users] Error-While-Running-icscf.cfg

2014-10-27 Thread Anil Kumar
Hi All, Please can anyone help me to solve this error, occurred while running icscf module . 0(4053) : [cfg.y:3406]: yyerror_at(): parse error in config file /etc/kamailio-icscf/icscf.cfg, from line 52, column 1 to line 53, column 0: syntax error ERROR: bad config file (1 errors) Thanks Anil

Re: [SR-Users] ERROR: [resolve.c:1733]: sip_hostport2su(): ERROR: sip_hostport2su: could not resolve hostname: "df7jal23ls0d.invalid"

2014-08-08 Thread Manuel Camarg
Ok, I have adapted the default for set_contact_alias and handle_ruri_alias (you meant ruri not uri, right? i cant find handle_uri_alias in the nathelper module) Now I've tried some new scenarios: Using JSSIP instead of SIPML5 Calling with a peer connected to Asterisk directly to WebRTC client wor

Re: [SR-Users] ERROR: [resolve.c:1733]: sip_hostport2su(): ERROR: sip_hostport2su: could not resolve hostname: "df7jal23ls0d.invalid"

2014-08-07 Thread Daniel-Constantin Mierla
You have to do nat traversal logic for signaling -- see default config file for set_contact_alias() and handle_uri_alias(). Cheers, Daniel On 07/08/14 21:16, Manuel Camarg wrote: I have this config: WebRTC sipml5 -> Kamailio -> Asterisk -> Kamailio -> WebRTC sipml5 When placing a communicatio

[SR-Users] ERROR: [resolve.c:1733]: sip_hostport2su(): ERROR: sip_hostport2su: could not resolve hostname: "df7jal23ls0d.invalid"

2014-08-07 Thread Manuel Camarg
I have this config: WebRTC sipml5 -> Kamailio -> Asterisk -> Kamailio -> WebRTC sipml5 When placing a communication between two sipml5 points I get this errors: ERROR: [resolve.c:1733]: sip_hostport2su(): ERROR: sip_hostport2su: could not resolve hostname: "df7jal23ls0d.invalid" ERROR: [forward

[SR-Users] ERROR: registrar [save.c:598]: test_max_contacts(): invalid cseq for aor

2014-08-01 Thread Rene Montilva
Hi list i've been working with t_suspend, t_continue and async sleep, now the problem it's with register users, the softphones are frozen when try to establish a session with kamailio, now my users can't register and the only error i got is this: ERROR: registrar [save.c:598]: test_max_contacts()

[SR-Users] Error when install Kamailio 4.1.4 on Mac OS 10.9.

2014-06-27 Thread Son Truong
Hi Kamailio, - I meet an error when I am trying install Kamailio 4.1.4 on Mac OS 10.9. The error: touch /usr/local/lib64/kamailio/modules/usrloc.so install -m 755 usrloc.so /usr/local/lib64/kamailio/modules touch /usr/local/lib64/kamailio/modules/xhttp.so install -m 755

[SR-Users] Error codes with management commands

2014-06-19 Thread PIERRE Laurent
Hello, It's unfortunate that error codes are not included with management commands. For example, if you tape " kamctl diaplan rm rule 2 999 " instead of " kamctl diaplan rmrule 2 999 " then all the entries in dialplan table will be deleted. In fat the system perform "kamctl diaplan rm" It's ve

Re: [SR-Users] error messages in kam log whenever i do anything with my phone

2014-04-02 Thread Corey Edwards
On Wed, Apr 2, 2014 at 12:36 PM, mark li wrote: > Hi there. > I've noticed that no matter what i do with my test phone (call voicemail, > call another extension etc) I get error messages like the following in my > log file: > > Apr 2 14:31:07 jl-raspberrypi /usr/sbin/kamailio[19400]: ERROR: ***

[SR-Users] error messages in kam log whenever i do anything with my phone

2014-04-02 Thread mark li
Hi there. I've noticed that no matter what i do with my test phone (call voicemail, call another extension etc) I get error messages like the following in my log file: Apr  2 14:31:07 jl-raspberrypi /usr/sbin/kamailio[19400]: ERROR: *** cfgtrace: c=[/etc/kamailio/kamailio.cfg] l=553 a=26 n=xl

Re: [SR-Users] ERROR reply code Failure route

2014-03-31 Thread Daniel-Constantin Mierla
Hello, can you look at sip traffic to see if a 500 response is received and then another one with code 487 comes? Cheers, Daniel On 31/03/14 10:19, pars3c wrote: Hello, i receive many error on the failure route like this “ t_should_relay_response(): ERROR: t_should_relay_response: status

[SR-Users] ERROR reply code Failure route

2014-03-31 Thread pars3c
Hello, i receive many error on the failure route like this " t_should_relay_response(): ERROR: t_should_relay_response: status rewrite by UAS: stored: 500, received: 487" . Do you know why ? My version of Kamailio is the 4.1.2 and the code is this: failure_route[MANAGE_FAILURE] {

Re: [SR-Users] ERROR cfgtrace in kamailio.cfg

2014-03-20 Thread Cock Ootec
Yes, thanks. I simply turn of cfgtrace by modparam("debugger", "cfgtrace", 1) in kamailio.cfg (source: http://www.kamailio.org/docs/modules/3.2.x/modules/debugger.html) So this issue is resolved. On Tue, Mar 18, 2014 at 12:58 PM, Camille Oudot wrote: > Le Tue, 18 Mar 2014 11:48:30 +0100, > C

Re: [SR-Users] ERROR cfgtrace in kamailio.cfg

2014-03-18 Thread Camille Oudot
Le Tue, 18 Mar 2014 11:48:30 +0100, Cock Ootec a écrit : > the errors in attached error.log appear. Hi, these are not real errors, it's the debugger module that shows step by step script instructions being executed. By default, the log level of this module is set to L_ERR. You can tweak it with

[SR-Users] ERROR cfgtrace in kamailio.cfg

2014-03-18 Thread Cock Ootec
I am trying to setup Kamailio server with topoh module (I want to extend topoh module and develop my own module) but when I start kamailio, the errors in attached error.log appear. I attach also my kamailio.cfg. I build Kamailio from source code by this guide: http://www.kamailio.org/wiki/install

[SR-Users] error messages from pv functions

2014-03-17 Thread Juha Heinanen
in order to avoid scripting errors, it would be nice if pv functions would return an error message when applied to non-applicable pvs. for example, pv_isset() and pv_unset() applied on a script variable. -- juha ___ SIP Express Router (SER) and Kamaili

  1   2   3   >