Re: [SR-Users] processing ACK

2016-03-10 Thread Daniel-Constantin Mierla
Hello, On 10/03/16 02:00, jaflong jaflong wrote: > [...] > > Also what function can I run so the ACK is replied to properly so it stops > resending 200 OK of the Invite. to get the 200 OK retransmission stopped, you have to forward the ACK, because the 200ok is generated by the party expecting t

Re: [SR-Users] processing ACK

2016-03-10 Thread Kristian F . Høgh
Hi, Is your question related to t_newtran() and t_reply("200", "OK")? (http://lists.sip-router.org/pipermail/sr-users/2016-March/092123.html) Then you should be able to drop the ACK using "exit;" tm module should see the ACK is related to the "200 OK". Do you see retransmissions from kamailio? R

Re: [SR-Users] processing ACK

2016-03-10 Thread jaflong jaflong
Yes it is related to my earlier question and your information helped me. Again you have pointed me in the right direction. I did see retransmissons from kamailio.Doing  a 't' action in the ACK ceased resending of the 200 OK i used t_relay it resolved my issue and this is convenient as as I can send

[SR-Users] how to print log message in kamailio.log

2016-03-10 Thread Shiv Patidar
my kamailio.log file print this but i want to print user registration please help me what i need do /usr/local/sbin/kamailio[25086]:INFO:[main.c:798]:sig_usr():Signal 15 received /usr/local/sbin/kamailio[15085]:INFO:[main.c:798]:sig_usr():Signal 15 received /usr/local/sbin/kamailio[15079]:INFO:[s

Re: [SR-Users] how to print log message in kamailio.log

2016-03-10 Thread Daniel-Constantin Mierla
If you want to print your own log messages, look at xlog module. Cheers, Daniel On 10/03/16 17:23, Shiv Patidar wrote: > my kamailio.log file print this but i want to print user registration > please help me what i need do > > > /usr/local/sbin/kamailio[25086]:INFO:[main.c:798]:sig_usr():Signal >

Re: [SR-Users] how to print log message in kamailio.log

2016-03-10 Thread Shiv Patidar
please give me any reference about xlog module On Thu, Mar 10, 2016 at 10:19 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > If you want to print your own log messages, look at xlog module. > > Cheers, > Daniel > > > On 10/03/16 17:23, Shiv Patidar wrote: > > my kamailio.log file print

Re: [SR-Users] how to print log message in kamailio.log

2016-03-10 Thread Federico Cabiddu
Hi, xlog documentation: http://www.kamailio.org/docs/modules/devel/modules/xlog.html Kamailio routing script basic example: https://github.com/kamailio/kamailio/blob/master/etc/kamailio-basic.cfg Regards, Federico On 10 Mar 2016 6:51 p.m., "Shiv Patidar" wrote: > please give me any reference

[SR-Users] LCR prefix based

2016-03-10 Thread Roberto Innaimi
Hi to all,  i want to use prefix based LCR routing, but for some reason, something is not working as expected.  Can anyone help me?  This is the LCR configuration: #LCR MODULE loadmodule "lcr.so" modparam("lcr", "db_url", "mysql://kamailioro:kamailioro@localhost/kamailio") modparam("lcr", "l

Re: [SR-Users] SIP Autentication Failed

2016-03-10 Thread Bruno Henrique Gomes Gouvêa
Hello, I'm sorry, it was my fault, there was a view subscriber in kamailio scheme and also in the asterisk scheme. Thank you! Bruno H. G. Gouvêa CEO - CiberCloud LTDA http://cibercloud.com.br http://ligou.me --- Bruno H. G. Gouvêa Tel.: (31)

[SR-Users] Problem with Freeswitch with IP public and Kamailio behind NAT

2016-03-10 Thread Hai Bui Duc Ha
Hi all, I work on Kazoo system. I have NAT problem when configure Freeswitch and Kamailio. As the old network diagram: I configure

Re: [SR-Users] how to generate kamailio user response

2016-03-10 Thread vinod patidar
and i am run client socket program in my pc for sent sip message to kamailio On Thu, Mar 10, 2016 at 11:36 PM, vinod patidar wrote: > i am install kamailio in my linux pc and start kamailio successfully and > i want to print log messages in kamailio.log file please help me and give > me any

Re: [SR-Users] how to generate kamailio user response

2016-03-10 Thread vinod patidar
i am run client socket program in my pc for sent sip message to kamailio and i want to print client sip registration in my kamailio.log file what i need to do please help me On Thu, Mar 10, 2016 at 11:39 PM, vinod patidar wrote: > and i am run client socket program in my pc > for sent sip m

[SR-Users] how to generate kamailio user response

2016-03-10 Thread vinod patidar
i am install kamailio in my linux pc and start kamailio successfully and i want to print log messages in kamailio.log file please help me and give me any idea what i need to add in my config file please give me brief idea or reference for follow next step

[SR-Users] kamailio print log message

2016-03-10 Thread vinod patidar
i send SIP reg request to kamailio and i got SIP request in wireshark and also when i dump tcp then i got sip request but in my kamailio.log i am not got SIP request please help me my kamailio.log print this in my terminal /usr/local/sbin/kamailio[25086]:INFO:[main.c:798]:sig_usr():Signal 15 r

[SR-Users] SIP reg request not print in kamailio.log

2016-03-10 Thread Shiv Patidar
i send sip reg request to kamailio then i dump tcp thent i got sip request like(INVITE ,TO,FROM ,via header file) but in kamailio.log file i am not got sip request what i need to do please help me my kamailio.log print this log in my terminal /usr/local/sbin/kamailio[25086]:INFO:[main.c:798]:sig_

Re: [SR-Users] SIP reg request not print in kamailio.log

2016-03-10 Thread mayamatakeshi
On Fri, Mar 11, 2016 at 4:28 PM, Shiv Patidar wrote: > i send sip reg request to kamailio then i dump tcp thent i got sip request > like(INVITE ,TO,FROM ,via header file) > but in kamailio.log file i am not got sip request what i need to do please > help me > my kamailio.log print this log in my

[SR-Users] Branch 4.4 created

2016-03-10 Thread Daniel-Constantin Mierla
Hello, the GIT branch 4.4 was created, it will host the release series 4.4.x. To get this branch from GIT, you can use: git clone https://github.com/kamailio/kamailio.git kamailio cd kamailio git checkout -b 4.4 origin/4.4 Notes about installing Kamailio from this branch are available at: - h

[SR-Users] Development open again for master branch

2016-03-10 Thread Daniel-Constantin Mierla
Hello, as branch 4.4 was created to host the upcoming release series 4.4, new features can be now pushed to master branch. They will be part of the next future release, likely to be numbered 5.0. Any fixes that affect existing code in branches 4.4 or older version have to be backported - push fir