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
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
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
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
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 | * |
+---+--
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)
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
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
-
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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);
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
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
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
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
30 matches
Mail list logo