Re: [SR-Users] sql_do_query_async(): the db driver module doesn't support async query

2017-08-26 Thread Daniel Tryba
On Sat, Aug 26, 2017 at 05:52:40PM +0300, Juha Heinanen wrote: > sqlops README tells: > > 4.5. sql_query_async(connection, query) > > Make an async SQL query using 'connection', if implemented by db > driver module (e.g., db_mysql) > > my sqlops sqlcon parameter specifies mysql driver, bu

Re: [SR-Users] Fwd: Weird issue with kamailio relaying messages to itself

2017-08-26 Thread Alex Balashov
Hi George, You should check if ds_select_dst() returns a falsey value, and reject the call in such a case, rather than continuing onward to t_relay() with this kind of result. On August 26, 2017 7:30:48 PM EDT, George Diamantopoulos wrote: >Stupid gmail replying to sender only... > >---

Re: [SR-Users] Kamailio fails to process ACK to 487 from Cisco-SIPGateway/IOS-12.x?

2017-08-26 Thread George Diamantopoulos
Hello Daniel! Thanks for the reply! Yeah I figured that out after I sent the message here (the magic cookie missing in Via Header). I'm uploading an entire sample dialog at pastebin: https://pastebin.com/EKrGFxK0 Kamailio is 30.30.30.30, Peer using Cisco IOS 12 is at 20.20.20.20. Peer listens on

[SR-Users] Fwd: Weird issue with kamailio relaying messages to itself

2017-08-26 Thread George Diamantopoulos
Stupid gmail replying to sender only... -- Forwarded message -- From: George Diamantopoulos Date: 27 August 2017 at 02:29 Subject: Re: [SR-Users] Weird issue with kamailio relaying messages to itself To: Daniel-Constantin Mierla Hello all, I've figured out what was going on, s

[SR-Users] sql_do_query_async(): the db driver module doesn't support async query

2017-08-26 Thread Juha Heinanen
sqlops README tells: 4.5. sql_query_async(connection, query) Make an async SQL query using 'connection', if implemented by db driver module (e.g., db_mysql) my sqlops sqlcon parameter specifies mysql driver, but still i get to syslog: Aug 24 08:02:05 rox1 /usr/bin/sip-proxy[13886]: ERROR

Re: [SR-Users] Kamailio failover - dialog (transaction) that is available on different proxies

2017-08-26 Thread Igor Olhovskiy
Why not to use Kamailio in stateless mode? Also maybe this link would help you http://saevolgo.blogspot.com/2012/07/clustering-sip-proxy-opensipskamailio.html Regards, Igor 26 авг. 2017 г., 13:03 +0300, Donat Zenichev , писал: > I've searched through the sr users list and found a few discussions

Re: [SR-Users] Kamailio failover - dialog (transaction) that is available on different proxies

2017-08-26 Thread Donat Zenichev
I've searched through the sr users list and found a few discussions on this count. So the way (as I think) that is more relevant for kamailio failover, is solution with DNS: NAPTR -> SRV records. Like: NAPTR record: "IN NAPTR 10 10 SIP+D2U "" _sip._udp.domain.org" SRV records: "_sip._udp.domai