Hi,
Adding aliases with openserctl does not seem to be working anymore in
the latest CVS snapshot. I run the command:
/usr/local/sbin/openserctl alias add 00162123456 sip:user@domain.local
And the output is:
database engine 'MYSQL' loaded
Control engine 'FIFO' loaded
is_user: user counter=0
check_db_alias: alias counter=0
entering fifo_cmd ul_add aliases 00162123456(a)domain.local
sip:user@domain.local 0 1.00 0 0 4294967295
ERROR: Error opening openser's FIFO /tmp/openser_fifo
ERROR: Make sure you have line fifo=/tmp/openser_fifo in your config
The same command used to work with a snapshot I got around 20 dec.
OpenSER starts correctly.
Thanks,
Cristian
I get the follwing response from openserctl show ul
~~~Contact(0x284a6880)~~~
domain : 'location'
aor : '1020111'
Contact : 'sip:1020111@192.168.0.198:5060'
Expires : 3592
q : Call-ID : '4ef617d2-8e70ad17(a)192.168.0.198'
CSeq : 4249
User-Agent: 'Linksys/SPA3102-5.1.5(GWa)'
received : 'sip:67.188.231.188:62292'
Path : ''
State : CS_DIRTY
Flags : 0
Sock : 66.224.20.35:5060 (0x8123fb0)
Methods : 5183
next : 0x0
prev : 0x0
~~~/Contact~~~~
Can anybody tell me the meaning of the CS_DIRTY state reply?
--
702-874-3833
1-866-553-3833
Hi !
Is there in ser 0.10.99 a way to send the output to the file instead of
syslog??
Previously for ser 0.9.7 I had it done throught the serctl tool. I had
the logstderror=yes
in my ser.cfg and the output was redirected to log file pointed by
SER_LOGFILE inside
serctl.
Tomasz
Hi All,
I've posted the working config of LCR with SER and NAT on
voipbhiwani.blogspot.com b'coz list is not allowing this much big config
file.
thanks
Arun
jean sigue napisał(a):
> I create the database but the credentials table replaces the old
> subscriber table 0.9.6
>
>
>> From: Hendrik Scholz <hendrik.scholz(a)freenet-ag.de>
>> To: jean sigue <jeansigue(a)hotmail.com>
>> CC: serusers(a)lists.iptel.org
>> Subject: Re: [Serusers] ser-0.10.99-dev64 (ser_ctl)
>> Date: Thu, 11 Jan 2007 14:46:36 +0100
>>
>> Hi!
>>
>> jean sigue wrote:
>> > MySql password:
>> > ERROR 1146 (42S02) at line 1: Table 'ser.subscriber' doesn't exist
>>
>> Did you create the MySQL tables?
>> ser_mysql.sh create (or the *.sql directly) should create them.
>> Either way make sure you populate the domain table as well.
>>
>> Just my $.02,
>> Hendrik
>>
>> --
>> freenet Cityline GmbH, Hamburger Chaussee 2-4, 24114 Kiel, Germany
>> Phone: +49 (0)431 9020552, Fax: +49 (0)431 9020559
>> Internet: http://www.freenet.de, eMail: hendrik.scholz(a)freenet-ag.de
>
>
> _______________________________________________
> Serusers mailing list
> Serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
>
create the database with -n option (name of the new database)
the same db user but new database for other ser instance there are some
other usefull options too:)
Hi,
I am trying to create a sip account. When I enter the command
[root@itiah runkit-0.9]# serctl add 7777777(a)vaboomz.com mypass
ge(a)vaboomz.com
MySql password:
ERROR 1146 (42S02) at line 1: Table 'ser.subscriber' doesn't exist
error: 500 Command 'ul_show_contact' not found
Can anyome tell me where to find ser_ctl or more importantly how to fix it
.
Hi everybody,
I added a nee core parameter named "auto_aliases" - it controls if
aliases should be automatically discovered and added during fixing
listening sockets. Formally, this was done with no control over it (to
turn it off), which was a security risk (in my opinion) as the server
was using auto-discover aliases that were not configured.
To maintain backward compatibility, the default value is "on";
Ex:
auto_aliases=no
or
auto_aliases=0
regards,
bogdan
Hi,
I am having trouble with msg_exec. I want it to start the execution of
a command which may wait for some time but i do not need openser to
wait for the command to end in order to proceed with script execution.
I tried this:
msg_exec("command &");
and this makes openser process hang forever with a defunct child. Is
there any way someone may suggest that i can make openser run a
command and not wait for it to end?
nohup does not do the trick also.
Best,
Dimo
Hi,
I am having trouble creating the xcap_xml table of the new presence
module in mysql (latest 4.1.22 on RHEL 4).
The table definition from the docs is:
CREATE TABLE `xcap_xml` (
`user` varchar(256) NOT NULL,
`domain` varchar(256) NOT NULL,
`xcap` text NOT NULL,
`doc_type` varchar(64) NOT NULL,
PRIMARY KEY (`user`,`domain`,`doc_type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
I get the following error:
ERROR 1170 (42000): BLOB/TEXT column 'user' used in key specification
without a key length
In my opinion, the problem is the definition of the user and domain
columns, which are varchar(256), instead of varchar(255) and are
automatically promoted to text columns. If changing the size to 255,
everything is fine.
Does the presence db code do some length checks that can be affected by
this change? Is the table definition correct or am I missing something?
Thanks,
Cristian