[SR-Users] Stress test

2012-04-18 Thread Lucas Alvarez
Can someone recommend a good stress tool for testing kamailio? Or can point through the right path? Thanks in advance. Lucas ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-rout

Re: [SR-Users] Rewrite $tU

2012-03-07 Thread Lucas Alvarez
(cfg_get.box02.gw_ip) + ":" + $sel(cfg_get.box02.gw_port); } The problem I'm having is I'm not being able to do blind tranfers. I think the cause is the prefix that remains in the TO field. After rewriting the TO field nothing change. I would appreciate if someone could point me to

[SR-Users] Rewrite $tU

2012-03-07 Thread Lucas Alvarez
I want rewrite $tU but I'm not being able, I'm doing the following: remove_hf("To"); insert_hf("To: sip:$rU@$rd\r\n", "From"); Then I'm printing $tU and it is still having the previous value, any help will be a

[SR-Users] Rewrite $tU

2012-03-07 Thread Lucas Alvarez
I want rewrite $tU but I'm not being able, I'm doing the following: remove_hf("To"); insert_hf("To: sip:$rU@$rd\r\n", "From"); ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip

[SR-Users] ACK From an OK it's being discarded

2011-12-26 Thread Lucas Alvarez
I have Kamailio 3.2.0 between two asterisk servers, after the call set, one of the kamailio send the OK from the INVITE and the return ACK of that message was discarded. This makes asterisk hangup the call after 5 secs. It's that right? OK message: U 172.25.249.15:5060 -> 172.25.249.14:5060 SIP/2

[SR-Users] Video questions

2011-12-05 Thread Lucas Alvarez
t the video media would be peer to peer and the audio follows the path through asterisk. Thanks in advance, Lucas Alvarez ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cg

Re: [SR-Users] uacreg - need help

2011-11-17 Thread Lucas Alvarez
at 5:04 AM, Daniel-Constantin Mierla wrote: > Hello, > > > On 11/10/11 4:45 PM, Lucas Alvarez wrote: > > Hi, sorry for spamming again but I'm not being able to register to a SIP > provider populating the uacreg table, I followed the steps of this guide: > http://by-mico

[SR-Users] uacreg - need help

2011-11-10 Thread Lucas Alvarez
to the sip provider, is something missing? How can I know if the values from the table are being loaded? What are the fields: "l_uuid" and "l_username" for? Is for routing incoming calls? I would appreciate any kind of help. Regards, Lucas Alvarez _

[SR-Users] uacreg issue

2011-11-09 Thread Lucas Alvarez
ow if the values from the table are being loaded? I would appreciate any kind of help. Regards, Lucas Alvarez ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/ma

Re: [SR-Users] uacreg question

2011-11-08 Thread Lucas Alvarez
After restarting kamailio, there isn't any packet sent to the voipprovider, how can I debug this? I'm stuck here. Thanks in advance, Lucas Alvarez On Tue, Nov 8, 2011 at 6:11 PM, Lucas Alvarez wrote: > Thanks Alex for you quick answer, I'm using kamailio 3.1.3 and I'

Re: [SR-Users] uacreg question

2011-11-08 Thread Lucas Alvarez
: +1-404-961-1892 > Web: <http://www.evaristesys.com/>http://www.evaristesys.com/ > > On Nov 8, 2011, at 4:06 PM, Lucas Alvarez wrote: > > Hi, I have properly populate the table "uacreg" as says here: > <http://by-miconda.blogspot.com/2010/10/best-of-new-in-kama

[SR-Users] uacreg question

2011-11-08 Thread Lucas Alvarez
r. Thanks in advance, Lucas Alvarez ___ 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

Re: [SR-Users] Issue with version table

2011-11-03 Thread Lucas Alvarez
} exit; break; } } # http ops xhttp_reply("200", "ok", "text/html", "OK: $si:$sp"); exit; } #!en

[SR-Users] Issue with version table

2011-11-03 Thread Lucas Alvarez
Hi, I've enabled xcap server in kamailio 3.1.3 and I'm stuck with this error: 0(5073) ERROR: [db.c:408]: invalid version 0 for table subscriber found, expected 6 (check table structure and table "version") I've already checked the version table and the table_name = 'subscriber' has table_versio

[SR-Users] Filtering unregister messges

2011-07-27 Thread Lucas Alvarez
Hi, how can I do to filter the unregister messages? method == "REGISTER" && ??? Thanks ins advance. Lucas ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailma

[SR-Users] Invite replies

2011-06-16 Thread Lucas Alvarez
Hi, how may I catch the reply of an invite? I did this but it seems is not working: if (method=="INVITE") { $avp(sdp_ret) = fix_nated_sdp("11"); xlog("L_ALERT","### SDP return: $avp(sdp_ret)\n");

[SR-Users] Modifying sip packet

2011-06-14 Thread Lucas Alvarez
Hi, I want to modify the following sip packet, I want to change the SDP IP address by $di, which rule could filter this packet? Something like: [ if method("OK") and $di is RFC1918 ] ??? And with which function could I change the Ip address in the SDP content? In this case I would like to change 1

Re: [SR-Users] RTP traffic

2011-06-01 Thread Lucas Alvarez
address of the sip phone. I have been with this since a couple of days and I would appreciate a little help. Thanks ons advance, Lucas On Tue, May 31, 2011 at 2:45 PM, Alex Balashov wrote: > On 05/31/2011 01:40 PM, Lucas Alvarez wrote: > > Hi, I'm having a problem with RTP traffic

[SR-Users] RTP traffic

2011-05-31 Thread Lucas Alvarez
Hi, I'm having a problem with RTP traffic, I have softphone connecting from the outside, I can register but Kamailio is sending all RTP traffic to the private IP address that the softphone has in it own local network. How can I fix this? Any help will be appreciated. Lucas

Re: [SR-Users] Multidomains - quick question

2011-05-31 Thread Lucas Alvarez
92.168.15.231:13618 ;branch=z9hG4bK-d8754z-ad5e03279628ca35-1---d8754z-;rport=13674;received=190.244.125.41. To: "Lucas";tag=065c4e5ee3769aabfc84958a193ed91c-3b57. From: "Lucas";tag=bd13120b. Call-ID: Y2M0MTQ4YjFhNmM0NTZjMzAzYWE1OGQwZjViYzJlNDc.. CSeq: 2 REGISTER. Server: kamailio

[SR-Users] Multidomains - quick question

2011-05-31 Thread Lucas Alvarez
Hi, if I want to register clients from outside of my local network, do I have to enable the domain module and add the external IP as a new domain? Thanks in advance, Lucas Alvarez ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

[SR-Users] TLS - Kamailio Asterisk - Registration issue

2011-05-20 Thread Lucas Alvarez
. Should Kamailio has to listen on port 5060 also for UAC module functions? If I enable the port 5060, how do I prevent common SIP - UDP registrations? I mean, I want the registrations to be over TLS only. I would appreciate if someone can put me on the right path. Thanks in advance. Lucas Alvarez

[SR-Users] Kamailio BLF - NOT SIMPLE

2011-05-06 Thread Lucas Alvarez
be made to the route configuration nor which parameters should be configured. I would appreciate if anyone can enlighten me or could point me to the right documentation page. Thanks in advance. Lucas Alvarez ___ SIP Express Router (SER) and Kamailio (Open

[SR-Users] Error compiling Kamailio with mi_xmlrpc

2011-05-02 Thread Lucas Alvarez
a.c:298: error: expected ')' before '*' token abyss_data.c:311: error: expected ')' before '*' token abyss_data.c:325: error: expected ')' before '*' token abyss_data.c:331: error: expected ')' before '*' token make: *** [abyss_

Re: [SR-Users] BLF using kamailio

2011-04-20 Thread Lucas Alvarez
Wed, Apr 20, 2011 at 12:40 PM, Andrew Pogrebennyk < andrew.pogreben...@portaone.com> wrote: > Lucas, > It's not possible to answer your question without at least a corresponding > SUBSCRIBE message from Aastra. > > > On 20.04.2011 17:17, Lucas Alvarez wrote: > &g

[SR-Users] BLF using kamailio

2011-04-20 Thread Lucas Alvarez
Hi, I have implemented kamailio with asterisk, I want to enable BLF using kamailio instead of asterisk. I would appreciate any kind of help, below I'm pasting my configuration. *I'm testing with an Aastra phone, when phone sends the subscription kamailio answers with:* U 192.168.15.22:5060 -> 19

[SR-Users] Custom voicemail table

2011-04-05 Thread Lucas Alvarez
Hi, is it possible to change the name of the table voicemessages for voicemail profile in a kamailio-asterisk integration? I mean of the kamailio side. Thanks in advance. Lucas ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list s

[SR-Users] Kamailio - Asterisk CDR

2011-03-16 Thread Lucas Alvarez
Hi, I have an integration kamailio-asterisk. I have many calls that don't pass through asterisk, kamailio route that calls to other media gateways. I would like to log those calls in asterisk CDR, is that possible? Could someone give me any direction? Thanks in advance. Lucas _

[SR-Users] Error running kamailio 3.1.0

2011-02-11 Thread Lucas Alvarez
Hi, I have compiled kamailio 3.1.0 without any error and I having this error when running kamailio: ERROR: [sr_module.c:523]: ERROR: load_module: could not open module : /usr/local/lib/kamailio/modules_k/sl.so: undefined symbol: fm_malloc Any will be appreciated. Regards, Lucas

[SR-Users] Extension state

2010-11-10 Thread Lucas Alvarez
Hi, is there a way "database driven" to know who is using the phone? Thanks in advance. Lucas ___ 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

Re: [SR-Users] Kamailio unable to forward Register request to asterisk

2010-10-22 Thread Lucas Alvarez
Take care if you are using realtime, I saw that asterisk erase for some reason the "username" field in the sipusers table when you do sip reload. Regards, Lucas On Fri, Oct 22, 2010 at 11:59 AM, Ovidiu Sas wrote: > If you use that particular config, you need to disable authentication > on the

Re: [SR-Users] forward sip register

2010-10-12 Thread Lucas Alvarez
Hello, here is How-To written by Daniel-Constantin Mierla of a Kamailio-Asterisk integration: http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb, check the .cfg file posted there. Actually I followed up that tutorial and I have the extensions registered both on Asterisk and

Re: [SR-Users] Caller ID issue

2010-10-12 Thread Lucas Alvarez
t: Asterisk PBX Max-Forwards: 70 Date: Tue, 12 Oct 2010 14:44:26 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO Supported: replaces Content-Type: application/sdp Content-Length: 287 On Mon, Oct 11, 2010 at 7:36 PM, Daniel-Constantin Mierla wrote: > Hello, > &

[SR-Users] Caller ID issue

2010-10-11 Thread Lucas Alvarez
Hi, I'm having a problem with the caller ID, I have implemented an integration between asterisk and kamailio following this tutorial: http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb and the problem is that when I call from extension, let's say 1000, to another extension,

Re: [SR-Users] Kamailio integration - Registration issue

2010-07-06 Thread Lucas Alvarez
and now? > Regards > > Lucas > > On Tue, Jul 6, 2010 at 6:51 PM, Iñaki Baz Castillo wrote: >> 2010/7/6 Lucas Alvarez : >>> Hi, I new with kamailio, I've been able to integrate kamailio 3.02 >>> with asterisk 1.6. The only issue I'm having is if I have to

Re: [SR-Users] Kamailio integration - Registration issue

2010-07-06 Thread Lucas Alvarez
in? Do you understand now? Regards Lucas On Tue, Jul 6, 2010 at 6:51 PM, Iñaki Baz Castillo wrote: > 2010/7/6 Lucas Alvarez : >> Hi, I new with kamailio, I've been able to integrate kamailio 3.02 >> with asterisk 1.6. The only issue I'm having is if I have to restart >

[SR-Users] Kamailio integration - Registration issue

2010-07-06 Thread Lucas Alvarez
Hi, I new with kamailio, I've been able to integrate kamailio 3.02 with asterisk 1.6. The only issue I'm having is if I have to restart asterisk( for some config update) I loose all the sip registration in asterisk, is there any way of fixing this? ___