Re: [SR-Users] rtpproxy doesn't record after start_recording

2017-03-14 Thread Marko Tirs
Hi Daniel, yes, I hear the audio going both ways ok. In the meantime I succeeded to record something by rtpproxy but in best case only one direction, I can hear just the callee, but not the caller. In the meantime I have used start_recording in route[NATMANAGE] but before rtpproxy_manage("co"):

Re: [SR-Users] rtpproxy doesn't record after start_recording

2017-03-14 Thread Marko Tirs
Hi Daniel, yes, I hear the audio going both ways ok. In the meantime I succeeded to record something by rtpproxy but in best case only one direction, I can hear just the callee, but not the caller. In the meantime I have used start_recording in route[NATMANAGE] but before rtpproxy_manage("co"):

Re: [SR-Users] SIP contact header question

2017-03-14 Thread Jack Davis
Thanks Alex. And objection duly noted, =) I'll just have to test it out and make sure it doesn't break any of my other clients. Thank you, Jack Davis On Tue, Mar 14, 2017 at 5:46 PM, Alex Balashov wrote: > append_to_reply("Record-Route: \r\n"); > > But I'd like to advise against it once more.

Re: [SR-Users] SIP contact header question

2017-03-14 Thread Alex Balashov
append_to_reply("Record-Route: \r\n"); But I'd like to advise against it once more. :) -- Alex -- Principal, Evariste Systems LLC (www.evaristesys.com) Sent from my Google Nexus. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailin

Re: [SR-Users] SIP contact header question

2017-03-14 Thread Jack Davis
Thank you for the replies, this has been helpful. So if I do want to go down this road and want to practically implement a solution, what is the best method of appending additional record route headers to a 200 OK response? I guess, specifically, adding them to the 200 OK response that is given b

Re: [SR-Users] Kamailio does'nt respond to packets from specific addresses

2017-03-14 Thread עדי ויזגן
Hi, yes Kamailio is listening to all addresses, even the destination address and still no response. It is weird because it only happens with 172.. addresses. What I did for now is I put a MikroTik router between the Kamailio server and the switch, and I configured it to do src-nat and change the so

Re: [SR-Users] No cdr after Kamailio 5.0 restart

2017-03-14 Thread Kordován Szabolcs
Hello Daniel, Sorry for my reply, I didn't receive your mail. So, only the active calls are affected. The new call, from invite to bye-ok, is recorded into table acc and acc_cdrs. Regards, Szabolcs 2017-03-14 11:13 GMT+01:00 Kordován Szabolcs : > Hi, > > I use acc module for create cdr into db

Re: [SR-Users] Kamailio does'nt respond to packets from specific addresses

2017-03-14 Thread Daniel-Constantin Mierla
Hello, is Kamailio listening on all the IP addresses you need to received the traffic? You can do: kamctl ps Also, check if you have any firewall rules blocking traffic from those IP addresses. Cheers, Daniel On 14/03/2017 11:34, עדי ויזגן wrote: > Hi everyone, > I have the following problem:

Re: [SR-Users] rtpproxy doesn't record after start_recording

2017-03-14 Thread Daniel-Constantin Mierla
Hello, I think you can call the start recording function just after rtpproxy_manage(). If you don't use the start recording function, is the audio going both ways without problems? Cheers, Daniel On 12/03/2017 15:04, Marko Tirs wrote: > Hello experts, > > I'm newbie in Kamailio and have a prob

[SR-Users] Is kamailio support load balancing for websockets

2017-03-14 Thread SureshTummala
Hi,     I want to use kamailio as a load balancer for web sockets. Is kamailio supports LB functionality for web-sockets? I can able to use kamailio as a proxy and can make calls with websockets. Now i want to add LB functionality. Setup:     UA1  -->LB -->Proxy     UA2  <--LB <--Proxy LB is no

Re: [SR-Users] No cdr after Kamailio 5.0 restart

2017-03-14 Thread Daniel-Constantin Mierla
Hello, is this for all calls, or only for the calls that were active at the time of restart (the new calls will get the cdrs properly)? Cheers, Daniel On 14/03/2017 11:13, Kordován Szabolcs wrote: > Hi, > > I use acc module for create cdr into db and also make acc log into db. > After restart K

[SR-Users] Kamailio does'nt respond to packets from specific addresses

2017-03-14 Thread עדי ויזגן
Hi everyone, I have the following problem: I have a Kamailio server that is connected to several Asterisk servers for load balacing in a LAN network with the IP's of 192.168.16.X. I recently connected with another company that is supposed to send me calls through the Kamailio server. The problem is

[SR-Users] No cdr after Kamailio 5.0 restart

2017-03-14 Thread Kordován Szabolcs
Hi, I use acc module for create cdr into db and also make acc log into db. After restart Kamailio cdr won't be created but acc log will be inserted into db. In the syslog also I see just the acc log. The dialog will be remove from db. I have read many threads. I know that it should work. Thanks

[SR-Users] siptrace duplicate both incoming and outgoing messages

2017-03-14 Thread Grant Bagdasarian
Hi, Is it possible to instruct Kamailio to duplicate both incoming and outgoing messages automatically? If not, if I set the flag and explicitly call sip_trace, will both messages be duplicated to the capture server? Regards, Grant Bagdasarian CM ___

Re: [SR-Users] Several Asterisk on this same IP

2017-03-14 Thread przeqpiciel
even if it is not an economically sensible then It will be pretty situations to learn how to configure Kamailio and RTPProxy ;) 2017-03-14 7:56 GMT+01:00 Alex Balashov : > An ambitious endeavour. Are you sure it's an economically sensible one, > given that there are a variety of solutions already