[SR-Users] Trunk between Asterisk and Kamailio problem

2013-11-11 Thread Francisco Casasempere
Hi list, I have this structure IP Phones -> Asterisk Client (LAN) -> (router) -> Kamailio/RTPproxy(Internet) -> Asterisk (local from Kamailio) -> Trunk SIP/Pstn All is working well, I don't have problems with NAT and I managed about 6000 daily calls. For a couple of months I've the next problem

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-11-11 Thread Julia
OK We will wait for 4.1 Thank you, Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Monday, November 11, 2013 9:43 AM To: Julia; 'Kamailio (SER) - Users Mailing List' Cc: 'Uri Shacked' Subject: Re: [SR-Users] BUG? - Dialog module timeout BYE is not o

Re: [SR-Users] Trunk between Asterisk and Kamailio problem

2013-11-11 Thread Daniel-Constantin Mierla
Hello, On 11/11/13 9:02 AM, Francisco Casasempere wrote: Hi list, I have this structure IP Phones -> Asterisk Client (LAN) -> (router) -> Kamailio/RTPproxy(Internet) -> Asterisk (local from Kamailio) -> Trunk SIP/Pstn All is working well, I don't have problems with NAT and I managed about

Re: [SR-Users] implemented specifiers not processed

2013-11-11 Thread Oliver Roth
Sorry - I didn't get that ... We use Kamailio 3.3.x so xprint is not available (I guess) The other solution I did not understand. I need to get the systemname or the system-ip address Kamailio is running on. - replace % with %, load pv and xlog modules, replace selects @name with $sel(name), av

Re: [SR-Users] kamailio 4.0.4 Record-Route reply setting

2013-11-11 Thread Daniel-Constantin Mierla
Hello, On 11/11/13 12:01 AM, kamai...@aaronlux.com wrote: Kamailio SIP server replies with a route to 192.168.1.173:5061 in the INVITE causing callee to drop call. Both caller and callee are always connecting from WAN. rtpproxy is configured with listen=192.168.1.173 and advertise=WANIP. How ca

Re: [SR-Users] WG: Carrierroute module

2013-11-11 Thread Oliver Roth
Thanks for your reply. Yesterday I tested with compiling Kamailio and the modules on Ubuntu 12.04 lts -the compilation worked without errors. But when trying to load the carrierroute module - the same errors. So: No difference between apt-get installation and compilation So it seems to be a "U

Re: [SR-Users] implemented specifiers not processed

2013-11-11 Thread Daniel-Constantin Mierla
Ohh, my mistake, I wanted to say to replace % with $. But $Hi is not available, but I guess is the same as $Ri (local ip where the sip message was received, on which kamailio is listening). For older versions, you can load xlog from modules_s instead from modules_k and keep %. From v4.0, modul

Re: [SR-Users] Function to test DB connection in the cfg file?

2013-11-11 Thread Daniel Tryba
On Sunday 10 November 2013 21:33:22 Allen Zhang wrote: > This is a re-post. My email didn't seem to get on the list last time. Yes it did and I gave you an answer :) http://lists.sip-router.org/pipermail/sr-users/2013-November/080403.html -- POCOS B.V. - Croy 9c - 5653 LC Eindhoven Telefoon: 04

[SR-Users] Kamailio 4.0.4 crash t_load_contact();

2013-11-11 Thread Julia
Hello, After upgrade from 3.3 to 4.0.4 Kamailio crashed when the first call after application start is a call with failure route: get_redirect(); t_load_contact(); t_next_contacts(); Nov 11 12:55:48 vm-KAMnet-dev01 /usr/local/sbin/kamailio[10356]: DEBUG: uac_redirect [r

Re: [SR-Users] Kamailio 4.0.4 crash t_load_contact();

2013-11-11 Thread Daniel-Constantin Mierla
Hello, the log indicates you got a core dump. Provide the backtrace with gdb: gdb /path/to/kamailio /path/to/corefile Then: bt full The core should be in / or the folder you set with -w. Did you install it from sources, tarball or git? Or from packages? Cheers, Daniel On 11/11/13 12:17 PM,

Re: [SR-Users] kamailio dialplan

2013-11-11 Thread Joli Martinez
Hello, I log into the FS cli and set the cli to debug. I see not calls coming into FS when I dial 43. When I dial 41 I see the call hits the call and it get routed VM. I am new to Kamailio and don't know enough to start troubleshooting. If you can point me in the right direction. From what

[SR-Users] rtpproxy-ng ipv4-ipv6 bridge mode problem

2013-11-11 Thread Pavel Miskov
Hi all, I'm trying to use rtpproxy-ng module (kamailio 4.1 from GIT) and mediaproxy-ng (from https://github.com/sipwise/mediaproxy-ng) in bridge ipv4-ipv6 mode with new NG protocol but keep getting "Failed to extract streams from SDP: No address info found for stream" (log is bellow). Same setup,

[SR-Users] 407 proxy authentication required

2013-11-11 Thread Joli Martinez
I am setting up Kamailio as an SBC and freeswitch to handle vm and conferences. When I dial 41 Kamailio sends the call to FS and I get the VM prompts, but when I dial 43 the call never hits FS. I am looking at FS in the cli and call never comes in. I get "407 proxy authentication required" fr

Re: [SR-Users] tls.so: mod_register failed on fedora 18 x86_64

2013-11-11 Thread Ding Ma
Hi, all We have applied the openssl 1.0.1e patch described in the email chain between Roberto Fichera and Daniel-Constantin Mierla back in August. But Kamailio 4.0.4 still fails to start up and the log shows memory allocation problem. By the way, we're running kamailio on RHEL 6.5. Wonder if we ha

Re: [SR-Users] kamailio dialplan

2013-11-11 Thread Hugh Waite
Hi, In this configuration file, authentication is done before routing to Freeswitch. If you are getting 407 responses it is because the request does not have an Authorization header or the credentials are incorrect. The cfg file you have attached does not have a realm defined in the calls to p

Re: [SR-Users] rtpproxy-ng ipv4-ipv6 bridge mode problem

2013-11-11 Thread Richard Fuchs
Hello, There was a small code artifact in the rtpproxy-ng module that broke communication of IPv6 source addresses to mediaproxy-ng. Please update your Kamailio sources from git master and recompile, that should fix it. cheers On 11/11/13 10:29, Pavel Miskov wrote: > Hi all, > > I'm trying to

Re: [SR-Users] Function to test DB connection in the cfg file?

2013-11-11 Thread Olle E. Johansson
10 nov 2013 kl. 21:33 skrev Allen Zhang : > Hi all, > > This is a re-post. My email didn’t seem to get on the list last time. > > Is there a function I can use to test database connection from the routing > script in the cfg file? > My dispatcher uses OPTIONS probing. When the destination re

[SR-Users] uninstall kamailio

2013-11-11 Thread Joli Martinez
Hello, I would like to know how to uninstall Kamailio. I will be upgrading from 3.0 to 3.3 and I would like to uninstall 3.0. I know that there is an upgrade procedure, but 3.0 now does not work and I would like to start from scratch. thanks, ___

[SR-Users] SCA Crashes

2013-11-11 Thread Robert Boisvert
Hi! Looking for some help as to why the SCA module is crashing randomly on 4.0.4. It has crashed several times with a backtrace that shows these stack calls: (gdb) backtrace #0 0x in ?? () #1 0x4dceca11 in sca_hash_table_slot_kv_delete_unsafe () from /usr/lib/kamailio/modules/sca.so #2 0

Re: [SR-Users] SCA Crashes

2013-11-11 Thread Andrew Mortensen
Hi Bob. Looks like a problem originating in the sca_appearance_unregister logic. I'll take a look. Can you open an issue in the bug tracker in the meantime? Thanks. andrew On Nov 11, 2013, at 4:18 PM, Robert Boisvert wrote: > Hi! > > Looking for some help as to why the SCA module is crashi

Re: [SR-Users] SCA Crashes

2013-11-11 Thread Robert Boisvert
Bug created (http://sip-router.org/tracker/index.php?do=details&task_id=366) On Mon, Nov 11, 2013 at 4:35 PM, Andrew Mortensen wrote: > Hi Bob. Looks like a problem originating in the sca_appearance_unregister > logic. I'll take a look. Can you open an issue in the bug tracker in the > meantime?

[SR-Users] Regd Load Balancer Algorithms

2013-11-11 Thread santosh satapathy
Hi, I am new to this mailing list and evaluating various options for a good load balancer. Can somebody help let me know if we can choose two algorithms (Ex: weighted and round robin) together for load balancing. -- Thanks Santosh ___ SIP Express Rout

[SR-Users] Kamailio, Keepalived: Kamailio doesn't respond on virtual IP but real IP

2013-11-11 Thread Nguyễn Đức Vinh
Hi all I want to setup IP failover for Kamailio: I have 2 hosts A (IP: X.X.X.32) and B (X.X.X.36), with 2 running kamailios. Using Keepalive to setup IP failover as , virtual IP *is X.X.X.43*. On host A, kamailio was binded to *listen=udp:0.0.0.0:5060 * and host A is MASTER w

Re: [SR-Users] Kamailio, Keepalived: Kamailio doesn't respond on virtual IP but real IP

2013-11-11 Thread Francisco Casasempere
Hello, I've the same deployment. And I don't have any problem,.. but in kamailio.cfg I setted the Virtual IP listen=udp:X.X.X.43:5060 At least this is the Ip that should work. I hope this help you. Regards. 2013/11/12 Nguyễn Đức Vinh > Hi all > I want to setup IP failover for Kamailio: > >