[OpenSIPS-Users] Directing transfer calls to same gateway

2009-11-23 Thread Ross Beer
Hi, Is there a way to direct calls from a user based on an active dialogue, for example record what gateway a call originated from and then if the called user transfers a call send the request via the same gateway? I have seen: set_dlg_profile(caller,$fu); Can this be used to identify a

[OpenSIPS-Users] Dispatcher module Destination List file

2009-11-23 Thread Yoo Chan Jeon
Hi, I plan to use the Dispatcher module for the Load balancer. I am going to use the destination list file instead of using the MySql database. If I modified the file during runtime, will it be updated to the OpenSIPS? I would like to stop sending messages to the some of the destination from

Re: [OpenSIPS-Users] dialog - failed to get From header

2009-11-23 Thread Bogdan-Andrei Iancu
Hi Jeff, This error is generated in two cases: 1) FROM hdr failed - you should see some previous related errors 2) there is no TAG param for the FROM hdr I guess it is the second Could you confirm? Regards, Bogdan Jeff Pyle wrote: Hello, I'm seeing messages like this from time

Re: [OpenSIPS-Users] dialog - failed to get From header

2009-11-23 Thread Jeff Pyle
Hi Bogdan, There were no previous errors. So I can only conclude it's the second. Unfortunately I have a substantial amount of traffic flowing through this proxy and this error pops up so infrequently I don't have a trace to reference. - Jeff On 11/23/09 4:23 PM, Bogdan-Andrei Iancu

[OpenSIPS-Users] sip-ChatServer Not accepting TLS Cert from Client

2009-11-23 Thread mani sivaraman
sip-ChatServer is the MSRP Chat Server written in Python (by AG) and runs in conjunction with opensips Server. OPensips routes chat session request INV to sip-chatServer to handle it. This is more of a question for sip-ChatServer. The sip-ChatServer accepts the INV and creates a chat room and the

[OpenSIPS-Users] Segmentation fault at ip_addr.h:418 when starting opensips 1.6

2009-11-23 Thread Kristijan Vrban
Hello, i just fetched latest 1.6 svn branch (revision 6356) and when starting it on my Debian/Etch: Program received signal SIGSEGV, Segmentation fault. init_acc_extra () at ../../ip_addr.h:418 418 switch(ip-af){ (gdb) bt #0 init_acc_extra () at ../../ip_addr.h:418 #1 0xb7b8d06c in

Re: [OpenSIPS-Users] Fwd: t_check_trans and CANCEL

2009-11-23 Thread Bogdan-Andrei Iancu
Hi Lasse, RFC 3261 say very clear (it is a must) that the top most VIA in CANCEL must be the same as the top most VIA INVITE - it is essential for matching. In your case it seams that the phone does a broken STUN (the INVITE has the public IP in VIA and the CANCEL has the private one) or you

Re: [OpenSIPS-Users] Segmentation fault at ip_addr.h:418 when starting opensips 1.6

2009-11-23 Thread Bogdan-Andrei Iancu
Hi Kristijan, What are the configured listening interfaces in your script ? Regards, Bogdan Kristijan Vrban wrote: Hello, i just fetched latest 1.6 svn branch (revision 6356) and when starting it on my Debian/Etch: Program received signal SIGSEGV, Segmentation fault. init_acc_extra ()

Re: [OpenSIPS-Users] Directing transfer calls to same gateway

2009-11-23 Thread Bogdan-Andrei Iancu
Hi Ross, It is essential to understand what transfer method you are using (to see how to catch it and force it to the same gw) - REFER based ? or ? Regards, Bogdan Ross Beer wrote: Hi, Is there a way to direct calls from a user based on an active dialogue, for example record what gateway a

Re: [OpenSIPS-Users] dialog - failed to get From header

2009-11-23 Thread Bogdan-Andrei Iancu
Hi Jeff, Do you think it will help if I send you a small patch to explicitly log the error case and the FROM header? Regards, Bogdan Jeff Pyle wrote: Hi Bogdan, There were no previous errors. So I can only conclude it's the second. Unfortunately I have a substantial amount of traffic