Re: [SR-Users] Sip Event Filter

2014-09-24 Thread Raúl Alexis Betancor Santana
Hi, you are facing the problem the wrong way. You could do that easy on the UAC side. For example, with Asterisk as UAC, you only need to pass a 10s timeout as paran to the dial app. A sip-proxy its not for what you are trying to acomplish. What you are trying to do it's a UAC or B2BUA task.

Re: [SR-Users] Federation Kamailio

2014-12-10 Thread Raúl Alexis Betancor Santana
I think you mix things ... for kamailios working on foreing domains to allow you to call them ... what you need is them to be setup to do so ... it's not normal that a kamailio at domain1.com accept request from foreing domains. So better if you ast owerns of ostel.co what do you need to setup f

[SR-Users] Parallel call forward

2015-02-08 Thread Raúl Alexis Betancor Santana
Hi all, I'm getting crazy trying to setup a kamailio to do a parallel call forward to multiple destinations based on a query to the DB. I do the db query and get the RURI's of the destinations I could forward the call to in parallel, then when I get the resulset I do: [...] $var(cf_idx)

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Raúl Alexis Betancor Santana
[0]. > Then you can print details of branches voa $branch(...) variable to see what > are > the results of your operations. > A branch can be added also by providing the uri as parameter for > append_branch() > -- see the documentation of the function in the corex module. >

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Raúl Alexis Betancor Santana
This is what I testet: route[ROUTE_EXECUTE_CF_LOOP_NR] { xlog("L_NOTICE", "ROUTE_EXECUTE_CF_LOOP_NR"); if(!t_is_failure_route()) { record_route(); } $var(count_dlg) = 0; route(ROUTE_SET_CALLER_DIALOG); $du = "sip:192.168.20.100:5060"; xlog("L_INFO", "Trigger CF loop NR to '$du' for call

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Raúl Alexis Betancor Santana
In fact ... 666 subscriber get's 2 calls ... > De: "Raúl Alexis Betancor Santana" > Para: mico...@gmail.com > CC: "Kamailio (SER) - Users Mailing List" > Enviados: Lunes, 9 de Febrero 2015 17:56:08 > Asunto: Re: [SR-Users] Parallel call fo

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Raúl Alexis Betancor Santana
After playing with the $brach(...) ... I found what was happening and fixed it. A missing call to setup the $du of the branches ... now working as expected. Thanks > De: "Raúl Alexis Betancor Santana" > Para: "Kamailio (SER) - Users Mailing List" > Enviados: L

Re: [SR-Users] hox to a SIPtrunk with kamailio 3.0.0

2010-04-14 Thread Raúl Alexis Betancor Santana
o $tu"); > t_on_failure("2"); > > if (!t_relay()) { > sl_reply_error(); > > }; > exit; Also .. a missing } here -- Raúl Alexis Betancor Santana Dimensión Virtual ___ 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] Kamailio integration - Registration issue

2010-07-06 Thread Raúl Alexis Betancor Santana
u scenario, that question is ALL RELATED to Asterisk, not to Kamailio, that it's acting only as a forwarder. Best regards -- Raúl Alexis Betancor Santana Dimensión Virtual ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis

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

2010-07-06 Thread Raúl Alexis Betancor Santana
in ... please, FIRST read, read, re-read, re-re-read, about how SIP works, then come back with a smarter question and i'm sure you will get the help you need. Best regards -- Raúl Alexis Betancor Santana Dimensión Virtual ___ SIP Express Router (SER

[SR-Users] No error line printed ?

2010-07-15 Thread Raúl Alexis Betancor Santana
upid ? Best regards -- Raúl Alexis Betancor Santana Dimensión Virtual ___ 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] No error line printed ?

2010-07-15 Thread Raúl Alexis Betancor Santana
gt; > I will add printing the line for this case as well, since it does not > return to bison, but exits. Umm ... so it's supposed to be my fault with something in the .cfg ? ... I was just trying to test the new include_file("file.cfg"); directive ... Best regards -- Raúl

Re: [SR-Users] No error line printed ?

2010-07-15 Thread Raúl Alexis Betancor Santana
On Thursday 15 July 2010 13:02:25 Daniel-Constantin Mierla wrote: > On 7/15/10 1:58 PM, Raúl Alexis Betancor Santana wrote: > > On Thursday 15 July 2010 12:45:16 Daniel-Constantin Mierla wrote: > >> the printing of error messagess is done by parser generator (i.e., > >&g

Re: [SR-Users] No error line printed ?

2010-07-15 Thread Raúl Alexis Betancor Santana
vious question is ... could named flags be used on the modparam declaration? Regars -- Raúl Alexis Betancor Santana Dimensión Virtual ___ 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] No error line printed ?

2010-07-15 Thread Raúl Alexis Betancor Santana
On Thursday 15 July 2010 13:55:37 Raúl Alexis Betancor Santana wrote: > So the obvious question is ... could named flags be used on the modparam > declaration? Could someone confirm this point? ... on the test I have been done ... appears not to be possible ... :-( Best regards -- Raúl

Re: [SR-Users] No error line printed ?

2010-07-15 Thread Raúl Alexis Betancor Santana
sl_reply_error(); 163:exit; 164: } So I'm stucked ... why 161 it's wrong ? registrar module it's loaded Best regards -- Raúl Alexis Betancor Santana Dimensión Virtual ___ SIP Express Router (SER) a

Re: [SR-Users] No error line printed ?

2010-07-15 Thread Raúl Alexis Betancor Santana
On Thursday 15 July 2010 21:15:54 Raúl Alexis Betancor Santana wrote: > So I'm stucked ... why 161 it's wrong ? registrar module it's loaded For sure it's loaded sbc02:/etc/kamailio# strace kamailio -E - -c 2>&1 | grep registra sta

[SR-Users] Dialplan module examples

2010-07-20 Thread Raúl Alexis Betancor Santana
Anyone known about examples for the dialplan table ? Best regards -- Raúl Alexis Betancor Santana Dimensión Virtual ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org

Re: [SR-Users] Dialplan module examples

2010-07-20 Thread Raúl Alexis Betancor Santana
On Tuesday 20 July 2010 11:14:55 Panagiotis Skoulikaritis wrote: > Dear Rail Alexis > > on the following link there are some examples of the dialplan use > > http://www.mail-archive.com/us...@lists.kamailio.org/msg06633.html Thanks Best regards -- Raúl Alexis Betancor Santana Di

[SR-Users] Doubs about using append_branch ...

2010-07-25 Thread Raúl Alexis Betancor Santana
new branch ONLY ? ... because branch 1 works ok, I need to do changes only on branch 2 Best regards -- Raúl Alexis Betancor Santana Dimensión Virtual ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router

Re: [SR-Users] Doubs about using append_branch ...

2010-07-25 Thread Raúl Alexis Betancor Santana
On Monday 26 July 2010 04:32:13 Iñaki Baz Castillo wrote: > El día 26 de julio de 2010 01:07, Raúl Alexis Betancor Santana > > escribió: > > any clue or example about how to work with the new branch ONLY ? ... > > because branch 1 works ok, I need to do changes only on

Re: [SR-Users] Doubs about using append_branch ...

2010-07-25 Thread Raúl Alexis Betancor Santana
On Monday 26 July 2010 06:21:56 Alex Balashov wrote: > On 07/26/2010 01:20 AM, Raúl Alexis Betancor Santana wrote: > > On Monday 26 July 2010 04:32:13 Iñaki Baz Castillo wrote: > >> El día 26 de julio de 2010 01:07, Raúl Alexis Betancor Santana > >> > >> escri

Re: [SR-Users] Doubs about using append_branch ...

2010-07-25 Thread Raúl Alexis Betancor Santana
On Monday 26 July 2010 07:02:03 Alex Balashov wrote: > On 07/26/2010 01:59 AM, Raúl Alexis Betancor Santana wrote: > > On Monday 26 July 2010 06:21:56 Alex Balashov wrote: > >> On 07/26/2010 01:20 AM, Raúl Alexis Betancor Santana wrote: > >>> On Monday 26 July 20

Re: [SR-Users] Doubs about using append_branch ...

2010-07-26 Thread Raúl Alexis Betancor Santana
On Monday 26 July 2010 07:22:42 Alex Balashov wrote: > On 07/26/2010 02:14 AM, Raúl Alexis Betancor Santana wrote: > > I don't undestand ... so ... execution continues in the next line, just > > after append_branch for BOTH branches, but wenever I call t_relay ... > &g

Re: [SR-Users] Doubs about using append_branch ...

2010-07-26 Thread Raúl Alexis Betancor Santana
On Monday 26 July 2010 10:15:47 Iñaki Baz Castillo wrote: > El día 26 de julio de 2010 08:14, Raúl Alexis Betancor Santana > > escribió: > >> It might be more helpful to think of it as: execution continues right > >> where it was in the request route, but a branch rout

Re: [SR-Users] Doubs about using append_branch ...

2010-07-26 Thread Raúl Alexis Betancor Santana
On Monday 26 July 2010 11:21:02 Iñaki Baz Castillo wrote: > El día 26 de julio de 2010 07:20, Raúl Alexis Betancor Santana > > escribió: > > Umm ... again confused ... does the execution of the cfg continues AFTER > > the append_branch call,just on the next line ...

Re: [SR-Users] [sr-dev] Table version problems

2010-09-02 Thread Raúl Alexis Betancor Santana
On Jueves 02 Septiembre 2010 08:59:17 marius zbihlei escribió: > Raúl Alexis Betancor Santana wrote: > > Hi ... jus trying Kam 3.0.3 ... I get blocked on this error: > > > > ERROR: [db.c:408]: invalid version 0 for table 0 found, expected 6 > > (check table s

Re: [SR-Users] [sr-dev] Table version problems

2010-09-02 Thread Raúl Alexis Betancor Santana
On Jueves 02 Septiembre 2010 13:50:24 Raúl Alexis Betancor Santana escribió: > On Jueves 02 Septiembre 2010 08:59:17 marius zbihlei escribió: > > Raúl Alexis Betancor Santana wrote: > > > Hi ... jus trying Kam 3.0.3 ... I get blocked on this error: > > > > > >

Re: [SR-Users] [sr-dev] Table version problems

2010-09-02 Thread Raúl Alexis Betancor Santana
On Jueves 02 Septiembre 2010 14:30:03 marius zbihlei escribió: > Raúl Alexis Betancor Santana wrote: > > On Jueves 02 Septiembre 2010 13:50:24 Raúl Alexis Betancor Santana escribió: > >> On Jueves 02 Septiembre 2010 08:59:17 marius zbihlei escribió: > >>> Raúl

[SR-Users] Question about avp_db_load

2010-09-03 Thread Raúl Alexis Betancor Santana
e,attribute,type from usr_preferences where username='{$fU value}' and domain='{$fd value}' witch is what I expect when using use_domain=1 Any clue about what I'm doing wrong? Best regards -- Raúl Alexis Betancor Santana Dimensión Virtual ___

Re: [SR-Users] Question about avp_db_load

2010-09-03 Thread Raúl Alexis Betancor Santana
On Viernes 03 Septiembre 2010 18:50:16 Daniel-Constantin Mierla escribió: > Hello, > > On 9/3/10 4:54 PM, Raúl Alexis Betancor Santana wrote: > > Hi all .. I'm trying to change the way avp_db_load works on my current > > config to load avp's from DB based on $f

Re: [SR-Users] Doubd about Dialplan module

2010-09-08 Thread Raúl Alexis Betancor Santana
alplan [dialplan.c:238]: searching 7 DEBUG: dialplan [dialplan.c:326]: input is +34900XX DEBUG: dialplan [dp_repl.c:300]: regex operator testing DEBUG: dialplan [dp_repl.c:300]: regex operator testing DEBUG: dialplan [dp_repl.c:329]: no matching rule DEBUG: dialplan [di

Re: [SR-Users] Doubd about Dialplan module

2010-09-08 Thread Raúl Alexis Betancor Santana
On Miércoles 08 Septiembre 2010 10:02:14 Raúl Alexis Betancor Santana escribió: > On Lunes 06 Septiembre 2010 17:06:41 Andrew Pogrebennyk escribió: > > On 06.09.2010 13:46, r...@dimension-virtual.com wrote: > > > dpid priority matchop matchex matchlen subsex replaceexattri

Re: [SR-Users] Asterisk and Kamailio Failover-Failback

2013-07-18 Thread Raúl Alexis Betancor Santana
depending con the orig ip its calles 'split hirizont'. Also you will need a good dns-srv Support on your IP phones ... And Support for failback setup ... Not all models Support that ... I know snom terminals Support that. Forget about h323 ... Its a dead cat Best regards -- Raúl Alexi

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-27 Thread Raúl Alexis Betancor Santana
Sorry ... I disagree at all All that features you mention, could be done with kamalio ... BUT you have to work on your cfg to get them. You don't get then out of the box. Kamailio it's a powerfull tool ... It's not a final product as the AP Net SBC Best regards Luis Silva wrote: >_