[SR-Users] C++ module

2017-01-11 Thread Patrick
I added a C++ module to kamalio at some point, and now I am trying to integrate that module with another C++ internal library, but I'm getting all sorts of headaches when trying to compile. The latest problem is during the "make install" part of the build - it seems like the objects from the modul

Re: [SR-Users] C++ module

2017-01-11 Thread Patrick
hel6_x64_dts4_pic/lib -lrtccommon -L/home/pshea/_localbuilds//ExternalLibs/boost/V1.60.0_22/Server_Linux26_x64_dts4_pic/lib -lboost_system -lboost_thread -lpthread -o librtctrace.so.1.0* *g++: error: db_arl_base.o: No such file or directory* *g++: error: jsoncpp.o: No such file or directory* make[2

Re: [SR-Users] C++ module

2017-01-12 Thread Patrick
in kamailio repository? > > Cheers, > Daniel > > On 11/01/2017 16:24, Patrick wrote: > > Hi Daniel, Thanks for the help > > Sort of. > The internal library seems to be compiled and linked each my module is > compiled - this happens 2x, for %build and for %install of the

Re: [SR-Users] C++ module

2017-01-12 Thread Patrick
upposed to be: (to add your module) > Can you paste here the content of the Makefile in your internal library? > > Cheers, > Daniel > > > On 12/01/2017 11:52, Patrick wrote: > > I use a slightly modified version of pkg/kamailio/rpm/kamailio.spec >

[SR-Users] Siremis 4.2 with PHP 5.6

2015-07-21 Thread Patrick Bezensiertblubb
Hi,   i just freshly installed Kamailio in combinition with Siremis and the Siremis Wizard fails / the login fails (Error attached below) PHP 5.6.9-0+deb8u1 As far as I know this is a known problem with the openbiz framework used by Siremis. Do you guys know of any way to fix this instead of d

Re: [SR-Users] Installation issues

2015-07-24 Thread Patrick B
Have you installed a mysql server? And have you installed the kamailio-mysql-module? I tripped over that at my first installation as well :) Am 24. Juli 2015 17:51:12 MESZ, schrieb ngn zone : >>Hello all, I am new to Kamailio. I Tried installing Kamailio 4.0 and I >had the following error. I will

[SR-Users] Search for kamailio PERL module for 5.0 level

2017-03-15 Thread Ginhoux, Patrick
g from the sample of the 3.3.3 release. So can I reuse the same 3.3.3 kamailio.cfg file with the 5.0.0 release or should I migrate (rewrite it) from the 5.0.0 sample ? So I'm looking for some help on these issues. Is there people that had this case ? Thanks in advance for any answer. Co

Re: [SR-Users] mi_fifo: No module matching found

2017-03-15 Thread Ginhoux, Patrick
Hi, I’m a newbie too and I’m looking at the 5.0.0 version. For your issue, it seems you want to use jsonrpcs module, but it is not loaded. Try to add the “loadmodule "jsonrpcs.so" in your file. Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.

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

2017-03-16 Thread Ginhoux, Patrick
uot;) modparam("dispatcher", "ds_hash_size", 8) modparam("dispatcher", "ds_ping_interval", 10) modparam("dispatcher", "force_dst", 1) For the dispatcher error : I don't find any change (eg in t

Re: [SR-Users] Search for kamailio PERL module for 5.0 level

2017-03-16 Thread Ginhoux, Patrick
Hi Daniel, Thanks for the help. Can you tell me when I can expect to get the PERL module built for 5.0 ? If it is something that you need to schedule (it is something I can understand), then I could use the kamailio 4.4 level instead of 5.0 . Cordialement Patrick GINHOUX De : sr-users

Re: [SR-Users] Search for kamailio PERL module for 5.0 level

2017-03-16 Thread Ginhoux, Patrick
Hi, I just need to get the rpm but I have difficulties to find the correct link. Can you help on this ? Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : jeudi 16 mars 2017 16:10 À : Ginhoux, Patrick ; Kamailio (SER) - Users Mailing List Objet

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

2017-03-16 Thread Ginhoux, Patrick
my server. I’m doing some research. If you have some ideas… Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Federico Cabiddu Envoyé : jeudi 16 mars 2017 13:41 À : SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mail

Re: [SR-Users] Search for kamailio PERL module for 5.0 level

2017-03-17 Thread Ginhoux, Patrick
Hi, Thanks for the link as now I can see all I need for kamailio 5.0.x . I just get the rpms and complete with success the installation. So I can continue my installation. Great job and thanks again for the help. Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico

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

2017-03-17 Thread Ginhoux, Patrick
Last update, With the correct Perl package for Rhel 7, now my kamailio installation has complete with success. And the module app_perl initialization error below goes away. So that I can close this topic. Cordialement Patrick GINHOUX De : Ginhoux, Patrick Envoyé : vendredi 17 mars 2017 07:40

[SR-Users] ht_db_load_table(): key type must be string (type=6)

2017-03-17 Thread Ginhoux, Patrick
Default value is 100. Example 1.12. Set fetch_rows parameter ... modparam("htable", "fetch_rows", 1000) So how to explain the first error. Have you any thoughts on this case ? Cordialement Patrick GINHOUX ___ SIP Express Router (SER)

Re: [SR-Users] ht_db_load_table(): key type must be string (type=6)

2017-03-20 Thread Ginhoux, Patrick
quot;abpqHash=>size=12;dbtable=abpq;") #modparam("htable", "htable", "zabpqHash=>size=12;dbtable=zabpq;") #!!endif modparam("htable", "htable", "propertiesHash=>size=4;dbtable=properties;") I hope my explanation is clearn and t

Re: [SR-Users] ht_db_load_table(): key type must be string (type=6)

2017-03-21 Thread Ginhoux, Patrick
Hi, There was a mistake in the file attached ; the short kamailio.cfg file (that makes kamailio to start) was not the correct one; attached the correct one. Have anyone an idea of this problem ? Cordialement Patrick GINHOUX De : Ginhoux, Patrick Envoyé : lundi 20 mars 2017 17:58 À : Kamailio

Re: [SR-Users] ht_db_load_table(): key type must be string (type=6)

2017-03-21 Thread Ginhoux, Patrick
HARSET=latin1 | +++ 1 row in set (0.02 sec) Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la pa

Re: [SR-Users] failed to find append_branch

2017-03-22 Thread Ginhoux, Patrick
now much about this,and I hope this help. Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Anuradha Selvarajan Envoyé : jeudi 23 mars 2017 00:02 À : sr-users@lists.sip-router.org Objet : [SR-Users] failed to find append_branch Hello, I am

[SR-Users] Question on the debug change level command with 5.0.x

2017-03-23 Thread Ginhoux, Patrick
27;global' command that I could use in the same manner as the old 'kamctl fifo debug' command. Is there something I missed in my config ? Cordialement Patrick GINHOUX ___ 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-users

Re: [SR-Users] Question on the debug change level command with 5.0.x

2017-03-23 Thread Ginhoux, Patrick
Hi, Thanks you so much; it works fine as expected. Now have I to keep the ‘debugger’ module lines in my config ? Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Federico Cabiddu Envoyé : jeudi 23 mars 2017 17:38 À : Kamailio (SER

Re: [SR-Users] Question on the debug change level command with 5.0.x

2017-03-23 Thread Ginhoux, Patrick
Hi, All right, I’ll remove this. Thanks again for your help. I can close this ticket. Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Federico Cabiddu Envoyé : jeudi 23 mars 2017 20:46 À : SIP Router - Kamailio (OpenSER) and SIP Express

Re: [SR-Users] ht_db_load_table(): key type must be string (type=6)

2017-03-24 Thread Ginhoux, Patrick
have text, we can get this problem back. I hope this help. Cordialement Patrick GINHOUX De : Ginhoux, Patrick Envoyé : mardi 21 mars 2017 13:29 À : Kamailio (SER) - Users Mailing List Objet : RE: [SR-Users] ht_db_load_table(): key type must be string (type=6) Hi, Below the structure of the

[SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-03-24 Thread Ginhoux, Patrick
T: { URI: sip:cs1-tool-misc.orange-voicemail.net:5060 FLAGS: AP PRIORITY: 0 } } } } } Now, if I change

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-03-27 Thread Ginhoux, Patrick
Hi, This is the RHEL 7.1 distro, and there is use of selinux, apparmor or other tools. Are you meaning that the /var/run/ folder would be secured more than other folders? Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Daniel

[SR-Users] Important problem with this test : if ($var(i:maxRangeInx)==$null)

2017-03-27 Thread Ginhoux, Patrick
0.x. That is a major issue for me and it let me confused about the possibility to move to kamailio 5.0.x. Have people an idea / explanation, why this issue ? Cordialement Patrick GINHOUX ___ 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-users

Re: [SR-Users] Important problem with this test : if ($var(i:maxRangeInx)==$null)

2017-03-27 Thread Ginhoux, Patrick
for my understanding, that would be fine. Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Daniel-Constantin Mierla Envoyé : lundi 27 mars 2017 15:31 À : Kamailio (SER) - Users Mailing List Objet : Re: [SR-Users] Important problem with this

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-03-27 Thread Ginhoux, Patrick
tomorrow. Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : lundi 27 mars 2017 15:28 À : Ginhoux, Patrick ; Kamailio (SER) - Users Mailing List Objet : Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem Hello, as recently as last week, someone

Re: [SR-Users] Doubt about MI Datagram module in Kamailio 5

2017-04-03 Thread Ginhoux, Patrick
sockets (unix socket file, IPv4 or IPv6). mi_fifo The jsonrpcs module can be used instead to execute RPC commands over a FIFO file. Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Albert Petit Envoyé : lundi 3 avril 2017 13:27 À

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-03 Thread Ginhoux, Patrick
t;jsonrpcs", "fifo_user", "kamailio") but it is not the case. For the moment only the fifo filename “/tmp/kamailio_rpc_fifo" is valid for kamailio to start. Cordialement Patrick GINHOUX De : Ginhoux, Patrick Envoyé : lundi 27 mars 2017 17:46 À : 'mico..

Re: [SR-Users] ht_db_load_table(): key type must be string (type=6)

2017-04-03 Thread Ginhoux, Patrick
Hi Daniel, Do you look at this error with the item type of ‘text’ in a mysql table? Cordialement Patrick GINHOUX De : Ginhoux, Patrick Envoyé : vendredi 24 mars 2017 10:44 À : 'Kamailio (SER) - Users Mailing List' Objet : RE: [SR-Users] ht_db_load_table(): key type must

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-03 Thread Ginhoux, Patrick
Hi, Selinux is disabled. Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : lundi 3 avril 2017 14:33 À : Ginhoux, Patrick ; Kamailio (SER) - Users Mailing List Objet : Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-03 Thread Ginhoux, Patrick
Hi, I use « service kamailio start », so the init.d script that is the one created at the installation. Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Daniel-Constantin Mierla Envoyé : lundi 3 avril 2017 14:56 À : Kamailio

Re: [SR-Users] ht_db_load_table(): key type must be string (type=6)

2017-04-03 Thread Ginhoux, Patrick
Hi, I have not myself the knowledge to get this patch included in my installation (without a rpm) and then test it; and for the moment I don’t have anybody available that could help me. I’ll keep you posted if I can get people around me. Cordialement Patrick GINHOUX De : Daniel

[SR-Users] Why these 2 items in the same entry for a htable

2017-04-03 Thread Ginhoux, Patrick
what I see is normal or not, and how the htable load process works, I would appreciate. Thanks in advance. Cordialement Patrick GINHOUX smime.p7s Description: S/MIME cryptographic signature ___ SIP Express Router (SER) and Kamailio

Re: [SR-Users] Why these 2 items in the same entry for a htable

2017-04-04 Thread Ginhoux, Patrick
iki/Collision_(computer_science)> where the hash function generates the same index for more than one key. Such collisions must be accommodated in some way. If I understand well, this is typically the case I have. Am I correct ? Cordialement Patrick GINHOUX De : sr-users [mailto:sr-user

Re: [SR-Users] ht_db_load_table(): key type must be string (type=6)

2017-04-04 Thread Ginhoux, Patrick
the different distros ? Again thanks a lot for the help. Cordialement Patrick GINHOUX De : Ginhoux, Patrick Envoyé : lundi 3 avril 2017 15:05 À : 'mico...@gmail.com' Cc : Kamailio (SER) - Users Mailing List Objet : RE: [SR-Users] ht_db_load_table(): key type must be stri

Re: [SR-Users] Why these 2 items in the same entry for a htable

2017-04-04 Thread Ginhoux, Patrick
Hi, Thanks for these additional explanation on the htable. Now I have to work more on this by myself. Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : mardi 4 avril 2017 17:12 À : Ginhoux, Patrick Cc : Kamailio (SER) - Users Mailing

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
arting kamailio (via systemctl): ^C I have to send a CTRL C to break the action. Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : mercredi 5 avril 2017 13:45 À : Ginhoux, Patrick ; Kamailio (SER) - Users Mailing List ; Kamailio (SER) -

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
result? Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [ <mailto:mico...@gmail.com> mailto:mico...@gmail.com] Envoyé : mercredi 5 avril 2017 14:22 À : Ginhoux, Patrick < <mailto:patrick.ginh...@fr.unisys.com> patrick.ginh...@fr.unisys.com> Cc : Kamailio (SER) -

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
kamailio 1439 1426 0 14:31 ?00:00:00 /usr/sbin/kamailio -P /var/run/kamailio/kamailio.pid -m 1024 -M 8 -u kamailio -g kamailio root 1444 1171 0 14:32 pts/000:00:00 grep --color=auto kam Do you have an idea that could explain this result? Cordialement Patrick GINHOUX De

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
:00 grep --color=auto kam Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : mercredi 5 avril 2017 14:42 À : Ginhoux, Patrick Cc : Kamailio (SER) - Users Mailing List Objet : Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
er2 systemd[1]: Unit kamailio.service entered failed state. Does it help to understand why this happen with the new Kamailio rpm (kamailio-5.0.0-10.1.x86_64)? Cordialement Patrick GINHOUX De : Ginhoux, Patrick Envoyé : mercredi 5 avril 2017 14:49 À : 'mico...@gmail.com' Cc : Kamai

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
Hi, Nothing happens after the ‘service kamailio stop’; kamailio is still running (same pid) ((as detaillled below). Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : mercredi 5 avril 2017 15:44 À : Ginhoux, Patrick Cc : Kamailio (SER

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
;; restart) stop start ;; condrestart) if [ -f $PID_FILE ] ; then stop start fi ;; *) echo "PATRICK 2&qu

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
Hi, I’m going to install the kamailio 5.0.1 . One question before: Can you tell me if it included the patch for the htable (issue “ht_db_load_table(): key type must be string (type=6)”) ? Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com

Re: [SR-Users] RPCFIFOPATH / DEFINE_FIFO_NAME settings problem

2017-04-05 Thread Ginhoux, Patrick
htable fix, it is included in the 5.0.1 as I don’t get the string error anymore. That’s really a great job you did. Thanks you so much. Cordialement Patrick GINHOUX De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : mercredi 5 avril 2017 17:55 À : Ginhoux, Patrick Cc