Re: [OpenSIPS-Users] ACK in failover for call setup

2014-08-27 Thread Seth Schultz
://www.opensips-solutions.com On 08/26/2014 01:51 AM, Seth Schultz wrote: Răzvan, After digging through the source code, I found the line of code causing my issues. In the opensips_1_9 branch in t_msgbuilder.c on line 152 we have ... *set_hostport(hp, (is_local(Trans))?0:req);* via

Re: [OpenSIPS-Users] ACK in failover for call setup

2014-08-25 Thread Seth Schultz
for all failure ACK replies. Thanks, Seth On Fri, Aug 22, 2014 at 10:26 AM, Seth Schultz sschu...@scholarchip.com wrote: Răzvan, Unfortunately in my setup OpenSIPS is only using a single interface 172.16.1.115. The external IP NATing is handled by the firewall, so I can't use

Re: [OpenSIPS-Users] ACK in failover for call setup

2014-08-22 Thread Seth Schultz
Răzvan, Unfortunately in my setup OpenSIPS is only using a single interface 172.16.1.115. The external IP NATing is handled by the firewall, so I can't use force_send_socket, because it would still be 172.16.1.115. Thanks, Seth --- Seth Schultz E

[OpenSIPS-Users] ACK in failover for call setup

2014-08-21 Thread Seth Schultz
Hello, First of all, thanks in advance for your time. I am running OpenSIPS 1.9.2 and I am using the load_balancer module to balance outbound calls. Some of my gateways are on LAN and some of them are external to my network. There is NATing involved and I am using set_advertised_address to

[OpenSIPS-Users] RTPProxy Statistics

2013-03-12 Thread Seth Schultz
Hello, Is there a way to access the RTP statistics for an RTPProxy session within the OpenSIPS script? Thanks, Seth ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] OpenSIPS-CP RTPProxy (nathelper)

2013-03-07 Thread Seth Schultz
/tool/system/nathelper/natall.php ../web/tool/system/nathelper/template/natall.main.php Check and let me know if it works now. Regards, Alex Ionescu On 03/07/2013 08:05 AM, Seth Schultz wrote: Hello, It appears after updating to the latest 1.9.0, my OpenSIPS Control Panel can no longer control

[OpenSIPS-Users] OpenSIPS-CP RTPProxy (nathelper)

2013-03-06 Thread Seth Schultz
Hello, It appears after updating to the latest 1.9.0, my OpenSIPS Control Panel can no longer control RTPProxy nodes. I believe the mi commands were modified between 1.8.2 and 1.9.0, which caused the control panel to stop functioning properly. I am using the latest SVN revision for

Re: [OpenSIPS-Users] [RELEASE] 1.9 Major Release becomes stable GA today!

2013-03-04 Thread Seth Schultz
Bogdan, I am unable to reproduce this on other servers. Thanks for looking into it, I will checkout clean from sources and try again. Seth Seth Schultz E-Mail: sschu...@scholarchip.com Phone: 212.255.8005 x 124 Fax: 212.255.8091 On 3/4/2013 7:16 AM, Bogdan-Andrei Iancu wrote: Hi Seth, I

Re: [OpenSIPS-Users] Merge Homer PCAP with RTPProxy PCAP

2013-03-01 Thread Seth Schultz
Hello All, Please ignore my previous message. It appears that by updating my Wireshark to the latest stable version (1.8.5), I am able to merge the files just fine. Thanks, Seth On 2/28/2013 5:49 PM, Seth Schultz wrote: Hello, I have a PCAP generated from a Homer SIPCapture server

Re: [OpenSIPS-Users] [RELEASE] 1.9 Major Release becomes stable GA today!

2013-02-28 Thread Seth Schultz
all ? make deb ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02/27/2013 08:38 PM, Seth Schultz wrote: Hello, I just did a clean checkout of the 1.9.0 major release, but when I build, I am seeing these messages repeated for every file

[OpenSIPS-Users] Merge Homer PCAP with RTPProxy PCAP

2013-02-28 Thread Seth Schultz
Hello, I have a PCAP generated from a Homer SIPCapture server and a PCAP generated from RTPProxy, however, when I try to merge the two PCAP files in WireShark, it gives me an error message saying Wireshark can't save this capture in that format. Does anyone know how to merge captures

Re: [OpenSIPS-Users] [RELEASE] 1.9 Major Release becomes stable GA today!

2013-02-27 Thread Seth Schultz
Hello, I just did a clean checkout of the 1.9.0 major release, but when I build, I am seeing these messages repeated for every file: command-line:0:0: warning: CFG_DIR redefined [enabled by default] command-line:0:0: note: this is the location of the previous definition

Re: [OpenSIPS-Users] upgrade issue

2013-02-19 Thread Seth Schultz
Alex, You can use the new make menuconfig option to accomplish this. From console, type make menuconfig, then select Configure Compile Options-Configure Excluded Modules. Ensure that db_mysql has a * next to it (as well as any other modules you use on the list). Then press q and select

[OpenSIPS-Users] Sipcapture issue

2013-02-15 Thread Seth Schultz
Hello, I am running into an issue where my sipcapture server is throwing this error (using version 1.9.0). ERROR:sipcapture:hep_msg_received: unknow protocol [1] On my main OpenSIPS server I am using the siptrace module to duplicate the messages with HEP to the sipcaptur server. I have

Re: [OpenSIPS-Users] RTPProxy nortpproxy_str issue

2013-02-15 Thread Seth Schultz
, )) xlog(Removed a=schipmangle:yes from carrier xxx); Thank you. On Fri, Feb 15, 2013 at 2:53 AM, Seth Schultz sschu...@scholarchip.com mailto:sschu...@scholarchip.com wrote: Muhammad, I don't know what the remote carrier is using for their RTP. I set a custom nortpproxy_str to try

Re: [OpenSIPS-Users] Dialog Cancel Error

2013-02-14 Thread Seth Schultz
I will get in contact with our carrier to resolve this issue. Thanks, Seth Seth Schultz E-Mail: sschu...@scholarchip.com Phone: 212.255.8005 x 124 Fax: 212.255.8091 On 2/14/2013 3:30 AM, Bogdan-Andrei Iancu wrote: SIP RFC3261 ___ Users mailing

[OpenSIPS-Users] RTPProxy nortpproxy_str issue

2013-02-14 Thread Seth Schultz
Hello, I am having a problem with RTPProxy where in the reply, the remote carrier is sending the nortpproxy_str in the reply SDP (example below). I would like to know what the best way is to detect this, and remove it from the sip message before calling rtpproxy_answer function, because

Re: [OpenSIPS-Users] RTPProxy nortpproxy_str issue

2013-02-14 Thread Seth Schultz
. On Fri, Feb 15, 2013 at 2:18 AM, Seth Schultz sschu...@scholarchip.com mailto:sschu...@scholarchip.com wrote: Hello, I am having a problem with RTPProxy where in the reply, the remote carrier is sending the nortpproxy_str in the reply SDP (example below). I would like to know what

[OpenSIPS-Users] Dialog Cancel Error

2013-02-13 Thread Seth Schultz
Hello, I am seeing the following error message ERROR:dialog:push_reply_in_dialog: missing TAG param in TO hdr :-/. It appears to occur directly after a CANCEL request (between a 100 Trying and 180/183 reply). Think of it as someone dialing a number and then hanging up before the call has a

Re: [OpenSIPS-Users] 1.9.0 lb_count_call issue

2013-02-11 Thread Seth Schultz
Liviu, I will try and test this today. Thank you, Seth On 2/11/2013 6:17 AM, Liviu Chircu wrote: Hello, The issue has been solved. Please feel free to test it out. Regards, Liviu Chircu OpenSIPS Dev http://www.opensips-solutions.com On 02/10/2013 02:27 AM, Seth Schultz wrote: I have opened

Re: [OpenSIPS-Users] 1.9.0 lb_count_call issue

2013-02-11 Thread Seth Schultz
I have confirmed this is now working. Thanks, Seth On 2/11/2013 6:17 AM, Liviu Chircu wrote: Hello, The issue has been solved. Please feel free to test it out. Regards, Liviu Chircu OpenSIPS Dev http://www.opensips-solutions.com On 02/10/2013 02:27 AM, Seth Schultz wrote: I have opened

[OpenSIPS-Users] 1.9.0 lb_count_call issue

2013-02-09 Thread Seth Schultz
Hello, I am having trouble with the new function in 1.9.0 lb_count_call. Please look at the snippet below. failure_route[1] { ... xlog(L_WARN, trying to count call ip=$dlg_val(route) port=$dp group=$dlg_val(balance_pool) resource=$dlg_val(balance_resource)\n); if

Re: [OpenSIPS-Users] 1.9.0 lb_count_call issue

2013-02-09 Thread Seth Schultz
:58 PM, Seth Schultz sschu...@scholarchip.com mailto:sschu...@scholarchip.com wrote: Hello, I am having trouble with the new function in 1.9.0 lb_count_call. Please look at the snippet below. failure_route[1] { ... xlog(L_WARN, trying to count call ip=$dlg_val

Re: [OpenSIPS-Users] 1.9.0 lb_count_call issue

2013-02-09 Thread Seth Schultz
I have opened a ticket. https://sourceforge.net/tracker/?func=detailaid=3603973group_id=232389atid=1086410 Thanks, Seth On 2/9/2013 7:18 PM, Muhammad Shahzad wrote: humm, then its most likely a bug. Please report it in tracker. :-( Thank you. On Sun, Feb 10, 2013 at 1:04 AM, Seth Schultz

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-08 Thread Seth Schultz
and regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02/07/2013 09:25 PM, Seth Schultz wrote: Alexander, I am not so much worried about the port range. I am trying to determine where that port is coming from in the first place. Nothing on my end should

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-08 Thread Seth Schultz
this problem. Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02/08/2013 06:31 PM, Seth Schultz wrote: Bogdan-Andrei, I think that did the trick! Errors have cleared up, and I am seeing the full trace on my capture server now. I will keep

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-08 Thread Seth Schultz
-solutions.com On 02/08/2013 07:39 PM, Seth Schultz wrote: No problem at all. Will you please let me know once these changes have been pushed into both 1.9 and 1.8 sources? Thanks, Seth On 2/8/2013 11:42 AM, Bogdan-Andrei Iancu wrote: Hi Seth, perfect !!! I will make the backports to 1.9

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-07 Thread Seth Schultz
on SVN trunk only and I would ask you to test it first (see the attached patch). Let me know if works fine for you and i will do the backport . Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02/06/2013 10:35 PM, Seth Schultz wrote: loadmodule

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-07 Thread Seth Schultz
. Thanks, Seth Seth Schultz E-Mail: sschu...@scholarchip.com Phone: 212.255.8005 x 124 Fax: 212.255.8091 On 2/7/2013 2:13 PM, Alexandr Dubovikov wrote: I can make a patch to ignore the port range, but I think something wrong in the socket structure: the port number is too high. Wbr, Alexandr

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-06 Thread Seth Schultz
Bogdan-Andrei, Thank you for the reply. I have seen this error occur in both 1.8.2 and 1.9.0. Would you please explain exactly how I can catch the error and call abort()? Also, is there anything else I can enable which would help us track down the cause? Thanks, Seth Seth Schultz E-Mail

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-06 Thread Seth Schultz
I assume I also need to set the following variable in /etc/default/opensips. change DUMP_CORE=no to DUMP_CORE=yes This may be a silly question, but where will it dump the core file to? Thanks, Seth Seth Schultz E-Mail: sschu...@scholarchip.com Phone: 212.255.8005 x 124 Fax: 212.255.8091 On 2

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-06 Thread Seth Schultz
the debian init.d files. The core will be dumped into the opensips working directory - if not configured one, it will be in root file system /. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02/06/2013 07:02 PM, Seth Schultz wrote: I assume I

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-06 Thread Seth Schultz
, Seth Schultz wrote: Unfortunately I am having trouble getting the system to dump a core file. Here is the error message I am getting once I enable core dumps. /etc/init.d/opensips: 103: /etc/init.d/opensips: cannot create /proc/sys/kernel/core_pattern: Permission denied I have also tried

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-06 Thread Seth Schultz
, please do : f 5 p trace_local_ip p send_sock p to f 6 p ((struct dest_info*)ps-extra2)-send_sock p *((struct dest_info*)ps-extra2)-send_sock Thanks, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02/06/2013 09:48 PM, Seth Schultz wrote: Thanks for all your

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-06 Thread Seth Schultz
with gcc 4.5.2 Seth Schultz E-Mail: sschu...@scholarchip.com Phone: 212.255.8005 x 124 Fax: 212.255.8091 On 2/6/2013 3:24 PM, Bogdan-Andrei Iancu wrote: Thanks ! Looks like the actual socket structure is altered : sock_str = {s = 0x7f4818da11b8 udp:172.16.1.115, len = 21} length is 21

Re: [OpenSIPS-Users] Siptrace Issue

2013-02-06 Thread Seth Schultz
and Developer http://www.opensips-solutions.com On 02/06/2013 10:29 PM, Seth Schultz wrote: I have seen this error occur on both 1.8.2 and 1.9.0. Below is the output from opensips -V on both versions I am running. The trace I provided came from 1.9.0-rc-notls. Thanks, Seth (My development

[OpenSIPS-Users] Siptrace Issue

2013-02-05 Thread Seth Schultz
Hello, Could someone please help me resolve the following error message ERROR:siptrace:pipport2su: no port specified. This error only happens on some of the sip packets, but I can't determine why. When this error occurs, the trace for those packets never make it to my homer capture server

Re: [OpenSIPS-Users] rtpproxy_answer issue

2012-11-01 Thread Seth Schultz
and Developer http://www.opensips-solutions.com On 10/26/2012 11:54 PM, Seth Schultz wrote: Hello, I am having an issue where rtpproxy_answer is failing in my onreply_route block when processing 183 or 200 packets (snippet below). This only happens on about 1% of the total call volume

Re: [OpenSIPS-Users] rtpproxy_answer issue

2012-11-01 Thread Seth Schultz
Bogdan, Thank you very much for the reply.  I will make the change and report back if I am still having trouble. Seth ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] rtpproxy_answer issue

2012-10-29 Thread Seth Schultz
a sample of 183/200 packet to compare any differences. Thanks, Sammy On Sat, Oct 27, 2012 at 1:54 AM, Seth Schultz sschu...@scholarchip.com mailto:sschu...@scholarchip.com wrote: Hello, I am having an issue where rtpproxy_answer is failing in my onreply_route block when

[OpenSIPS-Users] rtpproxy_answer issue

2012-10-26 Thread Seth Schultz
Hello, I am having an issue where rtpproxy_answer is failing in my onreply_route block when processing 183 or 200 packets (snippet below). This only happens on about 1% of the total call volume. if (!rtpproxy_answer(eior)) { xlog(L_ERR, UNABLE TO NEGOTIATE

Re: [OpenSIPS-Users] Load balancing with failover support

2012-08-02 Thread Seth Schultz
the last use gateway for the current call? Thanks, Seth --- Seth Schultz E-Mail: sschu...@scholarchip.com Phone: 212.255.8005 x 124 Fax: 212.255.8091 On Thu, Jul 12, 2012 at 10:51 AM, Bogdan-Andrei Iancu bog...@opensips.orgwrote: ** Hi Seth, On 07/11/2012 07:21 PM, Seth Schultz wrote: Hello

[OpenSIPS-Users] RTPProxy duplicated SDP rewriting

2012-07-13 Thread Seth Schultz
Hello All, I am having an issue with RTPProxy and load balancing failover support. In my failure block, I am first calling unforce_rtp_proxy(), then load balancing to a new destination, and calling rtp_proxy_offer(). The issue I am having is that it is duplicating the a=nortpproxy:yes SDP line

Re: [OpenSIPS-Users] RTPProxy duplicated SDP rewriting

2012-07-13 Thread Seth Schultz
remove the outbound LAN gateway for now. Thanks, Seth --- Seth Schultz E-Mail: sschu...@scholarchip.com Phone: 212.255.8005 x 124 Fax: 212.255.8091 On Fri, Jul 13, 2012 at 1:49 PM, Bogdan-Andrei Iancu bog...@opensips.orgwrote: ** Hi Seth, you should not do rtp_proxy_offer() twice for the same

[OpenSIPS-Users] Load balancing with failover support

2012-07-11 Thread Seth Schultz
Hello, I am attempting to do load balancing with failover support. From what I have read, this can be achieved by calling the load_balance function in the failure route, but I am unsure how to avoid the following two scenarios. 1. Make sure the new destination isn't one we have already tried

[OpenSIPS-Users] Increase to_tag length

2012-05-08 Thread Seth Schultz
Hello, We are receiving the following errors: opensips /sbin/opensips[1629]: CRITICAL:db_mysql:wrapper_single_mysql_stmt_execute: driver error (1406): Data too long for column 'to_tag' at row 1 opensips /sbin/opensips[1629]: ERROR:acc:acc_db_request: failed to insert into database I increased

[OpenSIPS-Users] OpenSIPS Hanging since 5/3/12

2012-05-07 Thread Seth Schultz
Hello, Since 05/03/2012 our OpenSIP setup randomly hangs/freezes (not crash). We use the load_balancer module to distribute incoming and outgoing calls. When it freezes up, all nodes are marked down and their load values stuck at the call load when it froze. Manually marking a node as up

[OpenSIPS-Users] OpenSIPS 1.8 menuconfig

2012-03-25 Thread Seth Schultz
Hello, I am attempting to use the new make menuconfig on Ubuntu 11.10, however, I keep getting the following error (see below). I have installed libncurses5-dev and I am not sure what else I am missing. Thanks in advance, Seth make menuconfig cd menuconfig; make ; cd - make[1]: Entering