[SR-Users] Multiple domains in different servers

2010-05-26 Thread Ricardo Coelho
Hi, Right now I have 2 machines (one on domainA and the other on domainB). I want to allow a phone registered in the openser from domainA to call a phone registered in the openser from domainB (and vice-versa). I have already inserted both domains in both openser but when I try to call a "use

[SR-Users] continue processing route script if no response from gateway

2010-05-26 Thread JR Richardson
Hi All, I am lab testing carrierroute modue on kamailio 1.5.4-notls (i386/linux) and have a question on how to continue processing a call if kamailio sends a call with t_relay() but does not get a response from the gateway. I read about the timers in the tm module and set them pretty low in the c

Re: [SR-Users] MAX_BRANCHES

2010-05-26 Thread Alex Balashov
On 05/26/2010 09:28 PM, Zahid Mehmood wrote: Can it be set to a value> 30 now? I remember 30 being the max at some point. It seems to me, from my inspection of the code, Jiri Kuthan's answer, and a priori reasoning, that it can be set to any value, really. -- Alex Balashov - Principal

Re: [SR-Users] MAX_BRANCHES

2010-05-26 Thread Zahid Mehmood
Hi, Can it be set to a value > 30 now? I remember 30 being the max at some point. Thanks. -- Zahid On May 26, 2010, at 4:52 PM, Jiri Kuthan wrote: > We put it there in memory of my twelve sisters. > ;-) > Seriously -- there is no rationale behind it, feel free to change it > at your conv

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
I've verified ob_users table exists in openser db, and a select * from ob_users verifies I am using the correct login and password. mysql> select * from ob_users; +---++---+ | SYSID | USERID | PASSWORD | +---++---+ | 1 | admin | * | +---+--

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
Hi Laszlo, yes I created the table, added the user and password. And Marc, neither enter nor using the mouse works. :) joe On 05/26/2010 07:03 PM, Laszlo wrote: > Joe, > > These steps are also done by you, right? > > Create user access table: > > * create a new table in Kamailio (OpenSER)

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Laszlo
Joe, These steps are also done by you, right? Create user access table: * create a new table in Kamailio (OpenSER) database name ob_users: CREATE TABLE `ob_users` ( `SYSID` int(11) NOT NULL auto_increment, `USERID` varchar(15) NOT NULL, `PASSWORD` varchar(15) default NULL, PRIMARY K

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread marc . goff
I had what I think is the same issue. I eventually found that if I clicked the submit button with my mouse instead of hitting enter after entering the password, it would let me login. Very strange and I never got back to figure out what the underlying issue was. Sent via BlackBerry by AT&T -

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
On 05/26/2010 05:19 PM, Elena-Ramona Modroiu wrote: > but you get redirected to login page, right? Correct, redirects to http://10.5.10.21/siremis/bin/login.php. > Can you check into files from siremis/log/ to see if you spot something > unusual? Log has this repeated for every login attempt, th

[SR-Users] Carrierroute failover domain not working

2010-05-26 Thread JR Richardson
Hi All, I'm testing carrierroute modue in kamailio 1.5.4-notls (i386/linux). I have things working like this: sipp>< 2 asterisk servers A & B even distribution of calls So A & B are in carrier1 domain1, I have failureroute setup with 2 more asterisk servers C& D in carrier1 domain2. While I'm

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Elena-Ramona Modroiu
On 05/26/2010 11:03 PM, Joe Micciche wrote: On 05/26/2010 04:58 PM, Elena-Ramona Modroiu wrote: What do you get then for: http://10.5.10.21/siremis/bin/home.php Exact same results, nothing happens. but you get redirected to login page, right? Can you check into files from sire

Re: [SR-Users] Question about inbound Alias Routing

2010-05-26 Thread Alex Balashov
Why not use dbaliases for that too? sip:353xxx...@your.proxy -> sip:353xxx...@customer.proxy On 05/26/2010 05:09 PM, dotnetdub wrote: Hi List, At the moment I use dbalias to send inbound from the PSTN <--> subscribers. I have a new opportunity that requires me to send inbound to a URI - SI

[SR-Users] Question about inbound Alias Routing

2010-05-26 Thread dotnetdub
Hi List, At the moment I use dbalias to send inbound from the PSTN <--> subscribers. I have a new opportunity that requires me to send inbound to a URI - SIP/353...@customer.proxy - not really sure how to accomplish this. I have a feeling there is a module I should be looking at to do this pos

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
On 05/26/2010 04:58 PM, Elena-Ramona Modroiu wrote: > What do you get then for: > > http://10.5.10.21/siremis/bin/home.php Exact same results, nothing happens. httpd/error_log: [Wed May 26 13:59:33 2010] [error] [client 10.3.226.168] File does not exist: /var/www/html/siremis-1.0.0/siremis-web/j

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Elena-Ramona Modroiu
On 05/26/2010 10:27 PM, Joe Micciche wrote: On 05/26/2010 04:20 PM, Elena-Ramona Modroiu wrote: Hi, do you have mysql module for php installed? Yes I do. Package matching php-mysql-5.1.6-27.el5.i386 already installed. What do you get then for: http://10.5.10.21/siremis/bin/hom

Re: [SR-Users] MAX_BRANCHES

2010-05-26 Thread Jiri Kuthan
We put it there in memory of my twelve sisters. ;-) Seriously -- there is no rationale behind it, feel free to change it at your convenience. If I was to do it again, I would probably put a dynamic structure there today. -jiri Alex Balashov wrote: This may seem like an absurd question, but is th

[SR-Users] MAX_BRANCHES

2010-05-26 Thread Alex Balashov
This may seem like an absurd question, but is there a particular reason why MAX_BRANCHES is #defined as 12 in config.h? Any particular reason for 12? Is it okay to make it higher? -- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 T

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
On 05/26/2010 04:20 PM, Elena-Ramona Modroiu wrote: > Hi, > > do you have mysql module for php installed? Yes I do. Package matching php-mysql-5.1.6-27.el5.i386 already installed. joe > > Regards, > Ramona > > > On 05/26/2010 10:07 PM, Joe Micciche wrote: >> RHEL5.5 server >> Kamailio 3.0 b

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Elena-Ramona Modroiu
Hi, do you have mysql module for php installed? Regards, Ramona On 05/26/2010 10:07 PM, Joe Micciche wrote: RHEL5.5 server Kamailio 3.0 built from source via Git Apache/2.2.3 PHP 5.3.2 MySQL 5.1.47 chown -R apache /var/www/html/siremis-1.0.0, apache is the httpd user. Used the instructions

[SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
RHEL5.5 server Kamailio 3.0 built from source via Git Apache/2.2.3 PHP 5.3.2 MySQL 5.1.47 chown -R apache /var/www/html/siremis-1.0.0, apache is the httpd user. Used the instructions from Asipto's site for Siremis install and configure, added the alias to httpd.conf, Config.xml is:

Re: [SR-Users] A Couple of Questions about carrierroute moduel

2010-05-26 Thread JR Richardson
On Wed, May 26, 2010 at 2:23 AM, marius zbihlei wrote: > JR Richardson wrote: >> >> Hi All, >> >> I'm testing carrierroute module on version: kamailio 1.5.4-notls >> (i386/linux). >> >> I'm distributing calls to a group of Asterisk servers, all in the same >> carrier and domain, wanted to load bal

Re: [SR-Users] Routing from Asterisk to Microsoft UM for voicemail.

2010-05-26 Thread Iñaki Baz Castillo
2010/5/26 Nelson Pereira : > If someone has a known good working route configuration for use with > Microsoft Unified Messaging, please post your config. Is this question related to Kamailio? Anyhow you are asking for a finished solution ("please post your config"). This is not the purpose of thi

[SR-Users] Routing from Asterisk to Microsoft UM for voicemail.

2010-05-26 Thread Nelson Pereira
If someone has a known good working route configuration for use with Microsoft Unified Messaging, please post your config. Thanks Nelson Pereira ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org h

Re: [SR-Users] prefix with kamailio

2010-05-26 Thread Henning Westerholt
On Wednesday 26 May 2010, dotnetdub wrote: > I want to absorb a number with kamailio just to make out only three but I > can not. In fact I send 1941 kamailio and i spring 941 with kamailio so I > absorb a number. Here is how I : > [..] > >> I'm not sure exactly what you are asking, I think by a

Re: [SR-Users] prefix with kamailio

2010-05-26 Thread dotnetdub
On 26 May 2010 15:49, alexis heron wrote: > hello > > I want to absorb a number with kamailio just to make out only three but I > can not. In fact I send 1941 kamailio and i spring 941 with kamailio so I > absorb a number. Here is how I : > > if ($rU=~"^1+941$") { >log(1, "kamail

[SR-Users] prefix with kamailio

2010-05-26 Thread alexis heron
hello I want to absorb a number with kamailio just to make out only three but I can not. In fact I send 1941 kamailio and i spring 941 with kamailio so I absorb a number. Here is how I : if ($rU=~"^1+941$") { log(1, "kamailio vers CCM 9xx"); route(10);

Re: [SR-Users] Calculate ha1 with mysql trigger

2010-05-26 Thread Iñaki Baz Castillo
2010/5/25 Daniel-Constantin Mierla : > It is useful, but I am not sure we can add it to db table definition I agree. This contribution is very useful in many cases but in case you already have a management interface that calcultes such values you don't need such triggers. Thanks a lot. -- Iñaki

[SR-Users] 'serctl add '

2010-05-26 Thread Sanjeev Singh
Hi All, Please help me this i am using below command to add subscribers in the ser so that i can make a phone call. 1) what is the meaning of this command 2) how to use this command? *'serctl add '* can you please help me on this also. 1) how to register my sip client with ser server 2) how t

Re: [SR-Users] Calculate ha1 with mysql trigger

2010-05-26 Thread Henning Westerholt
On Tuesday 25 May 2010, Daniel-Constantin Mierla wrote: > do you know what is the min mysql version required for trigger support? > > It is useful, but I am not sure we can add it to db table definition, > being based on a generic xml specification format. Hello, its not possible at the moment t

Re: [SR-Users] A Couple of Questions about carrierroute moduel

2010-05-26 Thread marius zbihlei
JR Richardson wrote: Hi All, I'm testing carrierroute module on version: kamailio 1.5.4-notls (i386/linux). I'm distributing calls to a group of Asterisk servers, all in the same carrier and domain, wanted to load balance the calls and I'm curious how this works. I see the 'probability' parame