Re: [OpenSIPS-Users] B2B module and CANCEL

2011-06-13 Thread Denis Putyato
Hello I found that this problem appears when I use append_hf() to add some header in local route of the proxy1 before sending INVITE to proxy2. Without this adding problem disappears. From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Denis Puty

Re: [OpenSIPS-Users] Parsing invalid Content-Length header, try to change it to a valid one

2011-06-13 Thread joel.oliveira
This was the answer on the #opensips IRC channel from the user lirakis: joel_oliveira, to the best of my knowledge, opensips maintains a struct for the received sip packet that is not modifyable you can get data out of it and do transforms etc. and set headers on the outbound packet

Re: [OpenSIPS-Users] Can't verify host before sending a call.

2011-06-13 Thread Duane Larson
With OpenSIPS you can use the Dialogmodule and know if a user is currently on a call or not. This link should help show you how to get started. On Mon, Jun 13, 2011 at 1:11 PM

[OpenSIPS-Users] Can't verify host before sending a call.

2011-06-13 Thread Israel
Hi list, i'm new here and started using Opensips about 1 1/2 week using it as a proxy for asterisk. I'm using load_balancer for my resources but i can't check if the host that i'll reply the call is ok to receive that call. only when probing makes it's unable to send calls. There is a way to c

[OpenSIPS-Users] Parsing invalid Content-Length header, try to change it to a valid one

2011-06-13 Thread joel.oliveira
Hi all, >From a little time until now I got some faulty equipments ( mainly Fritzbox ) that send a bad Content-Length header (e.g. "Content-Length: 4294967294 361" ) resulting in the next messages on OpenSIPs debug and ending the call without even forwarding the first Invite: Jun 13 11:23:23 open

Re: [OpenSIPS-Users] Route group inside of drouting

2011-06-13 Thread Andrew Pogrebennyk
On 13.06.2011 16:40, Kent Pirlo wrote: 212555, gwlist = 3,5,1 now.. lets say gw "3" actually needs to try multiple ips for that carrier before going on to gw "5", is this possible while using drouting or do i need to scrap the drouting module to do something complex like this.. It is possib

Re: [OpenSIPS-Users] Load balancer not able to send the calls to second sip server

2011-06-13 Thread Tushar Jain
Hi, I tried to debug, and found that after some calls resources for both the sip servers are to be 0 (selected for LB set with free=0 (max=0)) though max resource should be 5 and 4 respectively as set in database mysql> select * from load_balancer; ++--+---+--

[OpenSIPS-Users] Help to resolve Openxcap test suite errors

2011-06-13 Thread Nethra Chander
Hello, I have failures reported while executing the test suite of openxcap. Please find attached the file with the test results. I have openxcap installed in one box while opensips and opensips-mi-proxy are installed in another machine. I dont have mi_xmlrpc module loaded in the opensips server.

[OpenSIPS-Users] Route group inside of drouting

2011-06-13 Thread Kent Pirlo
Okay, so using the drouting module I can handle a basic LCR by organizing the gwlist for each prefix. Say i have something like this: 212555, gwlist = 3,5,1 now.. lets say gw "3" actually needs to try multiple ips for that carrier before going on to gw "5", is this possible while using drouting