[SR-Users] Session Timers Problem

2014-11-20 Thread Scott, Matt
Our Kamailio statefully forwards requests to our Asterisk cluster. Sip session timers fail, whether our Asterisk servers are UAS or UAC. Kamailio receives the re(INVITE), and just dispatches it out using the default algorithm. I see the record-route header, so I'm not sure what else is missing.

[SR-Users] rtpengine flags UDP/TLS/RTP/SAVP and UDP/TLS/RTP/SAVPF

2014-11-20 Thread Juha Heinanen
Richard Fuchs wrote: > The command flags "RTP/AVP" etc are translated into the key > "transport-protocol=$X" within the control protocol. If you wish to > force usage of one of the UDP/TLS/... protocol, you should be able to do > so by spelling it out in your command. I believe this is not documen

[SR-Users] database scheme generation and synchronization

2014-11-20 Thread Måns Nilsson
Greetings, I'm fighting a number of errors in the 'acc' table like so: Nov 21 01:43:05 landsort postgres[53327]: [4-1] ERROR: column "time" of relation "acc" does not exist at character 78 That is, I believe, the default column name. Thing is, though, that the DDL that I used to build the

Re: [SR-Users] One way audio calls

2014-11-20 Thread Will Ferrer
Hi Javier Yes we are, but the problem only happens in %6-%8 of the calls. It happens in calls that have identical signaling to the ones that don't have the problem. I have been speaking with Richard Fuchs at sip wise and I am going to try adding the trust address flag to sip wise and see if it he

Re: [SR-Users] One way audio calls

2014-11-20 Thread Javier Ricke
u job behind nat? 2014-11-19 3:13 GMT-03:00 Will Ferrer : > Hi All > > We are experiencing an odd problem with 1 way audio in about %6-%8 of our > calls. > > It seems to me that what is happening is that our kamailio installation > (using rtpengine) is some times ignoring the c= attribute that th

[SR-Users] RTP Between end points behind NAT or edit headers's sdp?

2014-11-20 Thread Javier Ricke
--phona A---kamailio-asterisk- OPTION 1: configure asterisk or kamailio i used asterisk, and install kamailio for traffic RTP can be send between end points that behind NAT router, and do not have to go through RTP proxy,, plz help! i think to the moment install kamailio, headrs

[SR-Users] host undefined

2014-11-20 Thread Javier Ricke
--phona A---kamailio-asterisk- serverjavier-desktop*CLI> sip show peers Name/username HostDyn Forcerport ComediaACL Port Status Description Realtime JavierTren/1000 152.74.xxx.xxx

[SR-Users] SNMP stats problem

2014-11-20 Thread Muszalski Michał - Hurt
Good evening, I'm quite new in the Kamailio community so at the beginning I just want to say "Hello" to everyone. I have a following problem with SNMP in Kamailio. I want to collect data from Kamailio by SNMP. I've installed snmpd on the machine (Linux RHEL) and it's working. I've load snmpstats

Re: [SR-Users] Issue with 4.2.0 and nathelper and/or rtpproxy

2014-11-20 Thread Igor Potjevlesch
Hello, No one has experienced the same issue or similar until 4.2.0? Regards, Igor. De : Igor Potjevlesch [mailto:igor.potjevle...@gmail.com] Envoyé : mercredi 19 novembre 2014 12:29 À : 'Kamailio (SER) - Users Mailing List' Objet : RE: [SR-Users] Issue with 4.2.0 and nathelper and/or

Re: [SR-Users] Kamailio creates tons of REDIRECT packages...

2014-11-20 Thread Daniel-Constantin Mierla
Hello, don't use forward() and sl_send_reply() at the same time. If you want to send a redirect reply: / if (!lookup("location")) {// rewritehostport("10.80.129.177"); /// sl_send_reply("300",("REDIRECT"));/ exit; }/ If you want to do forwarding: /if (!lookup("l