Re: [OpenSIPS-Users] Buffer size exceeded.

2017-06-26 Thread Liviu Chircu
Hi Rodrigo, By enabling "sip_warning", OpenSIPS will try to append a custom "Warning:" header field to all SIP messages it generates/proxies. As implemented, it's more of a debugging mechanism, as the header data will consist of strings such as SIP URIs involved, source/dest IPs, etc. In y

[OpenSIPS-Users] Buffer size exceeded.

2017-06-26 Thread Rodrigo Pimenta Carvalho
Hi. What does mean the error: ERROR:core:warning_builder: buffer size exceeded ? How to avoid it? Thanks a lot. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 ___ Users mailing list Users@lists.opensi

Re: [OpenSIPS-Users] Using Dispatcher with redis

2017-06-26 Thread jarrod
OpenSIPS loads the entire dispatcher structure into memory from the underlying (typically SQL) database so it is not querying a database for every look up. Does that alleviate your concern for using redis for dispatcher? Jarrod > On Jun 26, 2017, at 10:39 AM, Royee Tichauer via Users > wrote

[OpenSIPS-Users] Using Dispatcher with redis

2017-06-26 Thread Royee Tichauer via Users
Hi all, I wanted to know whether its possible to use redis cache as a db for the dispatcher table? If so how would something like that look like in redis? What would be the structure needed in redis for this? Thanks, Royee ___ Users mailing list Users@l

[OpenSIPS-Users] OpenSIPS 2.2 changes CSeq numbers after SIP OPTIONS received. Is it a bug?

2017-06-26 Thread Rodrigo Pimenta Carvalho
Dear OpenSIPS users, I'm facing a problem related to CSeq numbers in SIP messages and maybe it is being caused by SIP OPTIONS messages. When a caller sends a SIP ACK to the callee, the SIP ACK has CSeq = 2. However, after being relayed by OpenSIPS, the CSeq number become 3. It seems that OpenSI