[SR-Users] Kamailio on Redhat 7.2

2016-10-09 Thread kamailio noob
Hi All, Can anyone please provide me the details that how to install kamailio on Redhat 7.2. I am following the below url guide for installation of Kamailio. https://www.kamailio.org/wiki/install/4.4.x/git when i compile kamailio code I am not able to find certain scripts in /usr/local/sbin

Re: [SR-Users] RTP to SRTP encryption with Kamailio.

2014-07-04 Thread Dani Kamailio
ne as media relay. Also I was able to do the TLS encryption. But when I set the flags for rtpengine, I can just set the whole media as SRTP or RTP. I am not able to do one side in SRTP and the other with RTP. (I wanted Kamailio with rtpengine to encrypt calls). Is that conversion able with

Re: [SR-Users] no rtpengine.so module

2014-07-03 Thread Dani Kamailio
You can use rtpproxy-ng.so that is included (It does the conversion of SDP packets) with rtpengine media relay from Sipwise , the rtpengine.so is still a devel module. Regards. 2014-07-03 10:38 GMT+02:00 Yuriy Gorlichenko : > Hello. I install kamailio 4.1.3 and it works fine. But I neen pr

[SR-Users] RTP to SRTP encryption with Kamailio.

2014-06-26 Thread Dani Kamailio
Hello, I need to build a VoIP system who receives SIP and RTP traffic in a public IP and encrypt both of them with TLS and SRTP respectively. The main point is to have security inside of the local network (I know it may sound unuseful). So, I was trying to build the whole system in Kamailio but

Re: [SR-Users] Problems with Siremis Register Page

2013-11-26 Thread kamailio
I am having the exact same problems as issue as this user. There is nothing in the siremis/log/ folder when this happens. I'm running Siremis 4.0.0 with Kamailio 4.0.4. Has this issue been fixed? Hello, On 5/18/13 3:22 AM, Alexander Albert wrote: > Hi there, i hope you can help

[SR-Users] record_route_preset() Question

2013-11-19 Thread kamailio
Why did 'transport=tls' 'r2=on' 'lr=on' and 'nat=yes' all disappear after just adding 'record_route_preset("myurl.com");' (I had to edit my routing logic to fix a problem with kamailio sending record-route to WAN clients telling them t

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

2013-11-10 Thread kamailio
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 can

[SR-Users] kamailio 4.0.4 '408' response

2013-11-07 Thread kamailio
Below please find a filtered SIP packet capture showing a problem I'm having with callee '408' responses in kamailio 4.0.4. The '408' response occurs after both caller and callee successfully establish 2-way audio. In this setup kamailio is running behind a NAT and bot

[SR-Users] Fwd: 408 callee disconnect (complete SIP packet capture)

2013-11-06 Thread kamailio
@lists.sip-router.org Both callee and caller successfully establish 2-way audio however callee client disconnects with 408 response. Any troubleshooting ideas would be appreciated. Regards, Aaron Kamailio Debug Logs and complete SIP packet capture: http

[SR-Users] 408 callee disconnect (complete SIP packet capture)

2013-11-06 Thread kamailio
Both callee and caller successfully establish 2-way audio however callee client disconnects with 408 response. Any troubleshooting ideas would be appreciated. Regards, Aaron Kamailio Debug Logs and complete SIP packet capture: http://www.n00bunlimited.net/pastebin.php?show=64292

[SR-Users] 408 callee hangup problem

2013-11-05 Thread kamailio
, Aaron Debug Logs: http://pastebin.com/9Rw7zSQ0 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] Kamailio callee timeout problem

2013-11-03 Thread kamailio
I'm pretty sure I'm just missing something very simple here like a port forward. Let me know if you have any ideas! This setup completely works when both csipsiimple clients are inside my LAN and kamailio is configured with alias=192.168.1.LAN. The problem begins when I connect bo

[SR-Users] Callee timeout

2013-11-02 Thread kamailio
66.87.76.CALLEE is Callee running csipsimple 192.168.1.LAN is LAN ip running rtpproxy and kamailio 66.41.221.WAN is WAN ip with ports 5004-5082 forwarded to 192.168.1.LAN And firewall turned off. ## kamailio -v version: kamailio 4.0.4 (i386/linux) cabe58 flags: STATS: Off

Re: [SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Openser Kamailio
le/modules_k/nathelper.html#id2533354 > > Reda > > > > On Tue, May 15, 2012 at 10:54 AM, Openser Kamailio < > kamailioopen...@gmail.com> wrote: > >> hi, >> >> I try to change the IP address in connection information field from a 200 >> OK request pas

Re: [SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Openser Kamailio
Thanks Reda, it finally works with fix_nated_sdp("10","@IP Kamailio"). On Tue, May 15, 2012 at 11:00 AM, Reda Aouad wrote: > Hi, > > Try this function from nathelper module: fix_nated_sdp > http://kamailio.org/docs/modules/stable/modules_k/nathelper.html#id2533354

Re: [SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Openser Kamailio
Thanks but it still doesn't work. On Tue, May 15, 2012 at 11:00 AM, Reda Aouad wrote: > Hi, > > Try this function from nathelper module: fix_nated_sdp > http://kamailio.org/docs/modules/stable/modules_k/nathelper.html#id2533354 > > Reda > > > > On Tue, May 15,

[SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Openser Kamailio
hi, I try to change the IP address in connection information field from a 200 OK request passing through Kamailio. I want the IP address of the Kamailio in connection information. So, I've tried rtpproxy_answer("","@IP kamailio"), rtppproxy_offer("",&quo

[SR-Users] NAT fixups not applied for voicemail

2012-05-09 Thread x-kamailio
Greetings, Here's another problem I'm having with kamailio 3.2 and the standard kamailio.cfg script. If the calling device is NATed, everything works fine if the original call gets connected. That is, the INVITE sent to the called device has the correct NAT fixups applied. But if

Re: [SR-Users] Rtpproxy issue with connection information

2012-05-09 Thread Openser Kamailio
I call rtpproxy_offer() once, but i use also rtpproxy_manage(). When i disable rttproxy_mange(), it works well. Thanks! On Wed, May 9, 2012 at 2:57 PM, Andreas Granig wrote: > Hi, > > On 05/09/2012 02:40 PM, Openser Kamailio wrote: > > *Owner/Connection Information (o)*: douba

[SR-Users] Problem with parallel forking of aliases

2012-05-09 Thread x-kamailio
Greetings, I'm having trouble getting parallel forking to work with aliasdb. I'm running kamailio 3.2 with the standard kamailio.cfg script. I have found that if an alias points to a set of addresses that all reference local devices that are registered with the server, kamaili

[SR-Users] Rtpproxy issue with connection information

2012-05-09 Thread Openser Kamailio
Hi, i'm currently working with kamailio 3.2 and rtpproxy 1.2.1. Both are set up on the same computer. When rtpproxy adds an SDP to an Invite, it adds two IPv4 addresses in owner/creator session and connection information field with an error, i.e: *Owner/Connection Information (o)*: doubango

[SR-Users] Remove_hf doesn't work

2012-05-07 Thread Openser Kamailio
Hi, I'm currently working with kamailio 3.2. I try to remove the Contact Header field with remove_hf("Contact") through the file named kamailio.cfg. When i apply remove_hf("Contact"), it only removes the word Contact, but the contact address is still present. Let me sho

[SR-Users] testing the value of $si

2012-04-27 Thread x-kamailio
How do I compare $si to a particular IP address value? This doesn't seem to work: if( $si == "123.123.123.123") ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip

[SR-Users] Question regarding... LCR Module

2012-03-04 Thread kamailio Padawan
Hello, I have attempted to ask questions on IRC with no response. I really appreciate any help from anybody! I am using Kamailio 3.2.2. I am unable to get anything loaded in $avp(i:709). I am attempting to route between 2 media handling asterisk boxes. I am trying to load balance between

Re: [SR-Users] Consulting needed

2011-02-28 Thread x-kamailio
I need similar assistance. Drop me an email, too! -- Mark Sidell Partner Forte, Inc. 919-942-7068 fax 919-969-2844 www.forteinc.com ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http

Re: [SR-Users] how to route to new URI on failure

2011-02-27 Thread x-kamailio
On Sun, 27 Feb 2011 13:29:10 -0500, Alex Balashov wrote: > Try this: > > $ru = ... new URI ... > append_branch(); > t_relay(); Thanks for the suggestion, but it didn't work! The new INVITE goes out with the new URI, but kamailio sends the INVITE to the IP addres

[SR-Users] how to route to new URI on failure

2011-02-26 Thread x-kamailio
} But, it doesn't work. For example, let's say the initial INVITE resolves to a local device "me@1.1.1.1". This works fine, and the phone rings. After a timeout, the failure_route executes. The branch "foo@2.2.2.2" gets appended, and kamailio sends a new INVITE, but inst

[SR-Users] how to combine alias_db_lookup() with lookup()

2011-02-26 Thread x-kamailio
sl_send_reply("405", "Method Not Allowed"); exit; } } # when routing via usrloc, log the missed calls also if (is_method("INVITE")) { setflag(FLT_ACCMISSED);

[SR-Users] how to forward on busy

2011-02-23 Thread x-kamailio
Sidell Partner Forte, Inc. 919-942-7068 fax 919-969-2844 www.forteinc.com ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] how to forward on busy

2011-02-21 Thread x-kamailio
uot;sip:f...@bar.com", a target that is not necessarily local to the server? Many thanks! -- Mark Sidell Partner Forte, Inc. 919-942-7068 fax 919-969-2844 www.forteinc.com ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailin