Hi,
Siremis v2.0.0 is out – the web management interface for Kamailio (Openser) v3.1.0 and SIP Express Router (SER).
This is a major release, with countless improvements and new features since v1.x series, among them:
* major re-factoring of web interface * better accessibility * simplified menu structure * completely new look * dashboard with the map of all available tools * developed on top of Cubi and PHPOpenBiz v2.4 frameworks * web installation wizard * added new modules: xcap, dialog, new lcr * usage of separate database for siremis itself * management of users that can login to siremis * management of menu can be done from web interface * building Apache conf and htaccess file can be done by Makefie * charts to monitor location transport layers
Step by step installation tutorial, screenshots and demo are available on the web at:
* Installation Tutorial - http://asipto.com/u/6 * Screenshots - http://asipto.com/u/7 * Web Demo - http://asipto.com/u/8
Siremis is used during Kamailio Advanced Training classes for management of SIP server, a good opportunity to learn about Siremis itself, next locations are:
* Kamailio Advanced Training for Carrier Services, November 22-25, 2010, Berlin, Germany (http://asipto.com/u/kat) * Kamailio Advanced Training for Carrier Services, January 24-26, 2010, Irvine, CA, USA (http://asipto.com/u/katu)
More details about Siremis project are available at:
Regards, Ramona
Elena-Ramona Modroiu wrote:
Hi,
Siremis v2.0.0 is out – the web management interface for Kamailio (Openser) v3.1.0 and SIP Express Router (SER).
I downloaded and installed the latest source version of kamailio 3.1.0 (not git) and compiled an installed it. This works as expected.
I then downloaded siremis v 2.0.0 and installed it as instructed, including creating the siremis tables etc. I can use it to some extent, but the 'save' function for user edits fails. I can't change existing users nor add new ones. The form just sits there
I can add roles and groups O.K.
The error message in CRIT.log is
'11/02/2010','06:55:11','CRIT','ErrorHandler','EVAL: $ret = guest, 3, 10; ',''
The user table structure is
mysql> explain user; +-------------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------+------------------+------+-----+---------+----------------+ | id | int(10) unsigned | NO | PRI | NULL | auto_increment | | username | varchar(64) | NO | UNI | | | | password | varchar(64) | NO | | | | | enctype | varchar(64) | NO | | SHA1 | | | email | varchar(64) | YES | MUL | | | | status | int(2) | YES | | 1 | | | lastlogin | datetime | YES | | NULL | | | lastlogout | datetime | YES | | NULL | | | create_by | int(10) | YES | | 1 | | | create_time | datetime | YES | | NULL | | | update_by | int(10) | YES | | 1 | | | update_time | datetime | YES | | NULL | | +-------------+------------------+------+-----+---------+----------------+ 12 rows in set (0.00 sec)
user table contents are
mysql> select * from user; +----+----------+------------------------------------------+---------+------------------------+--------+---------------------+---------------------+-----------+---------------------+-----------+---------------------+ | id | username | password | enctype | email | status | lastlogin | lastlogout | create_by | create_time | update_by | update_time | +----+----------+------------------------------------------+---------+------------------------+--------+---------------------+---------------------+-----------+---------------------+-----------+---------------------+ | 1 | admin | d033e22ae348aeb5660fc2140aec35850c4da997 | SHA1 | admin@yourcompany.com | 1 | 2010-11-01 18:54:54 | 2009-08-24 13:24:14 | 1 | 2010-05-01 01:19:57 | 1 | 2010-11-01 18:54:54 | | 2 | member | 6467baa3b187373e3931422e2a8ef22f3e447d77 | SHA1 | member@yourcompany.com | 1 | 2010-05-01 01:19:57 | 2009-08-23 23:39:37 | 1 | 2010-05-01 01:19:57 | 5 | 2010-05-01 01:19:57 | | 3 | guest | 35675e68f4b5af7b995d9205ad0fc43842f16450 | SHA1 | guest@yourcompany.com | 1 | NULL | NULL | NULL | 2010-01-12 02:20:10 | NULL | 2010-01-12 02:20:10 | +----+----------+------------------------------------------+---------+------------------------+--------+---------------------+---------------------+-----------+---------------------+-----------+---------------------+ 3 rows in set (0.00 sec)
debug is
'11/01/2010','23:54:51','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.status, T0.lastlogin, T0.lastlogout, T0.create_by, T0.create_time, T0.update_by, T0.update_time FROM `user` T0 LIMIT 10 BIND: ','n/a' '11/01/2010','23:54:55','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.status, T0.lastlogin, T0.lastlogout, T0.create_by, T0.create_time, T0.update_by, T0.update_time FROM `user` T0 WHERE T0.id = :_v1 LIMIT 1 BIND: 3','n/a' '11/01/2010','23:54:55','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.name, T0.description, T0.startpage, T0.status, T0.default FROM `role` T0 INNER JOIN `user_role` TX ON TX.role_id = T0.id WHERE TX.user_id = '3' LIMIT 10 BIND: ','n/a' '11/01/2010','23:54:55','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.name, T0.description FROM `group` T0 INNER JOIN `user_group` TX ON TX.group_id = T0.id WHERE TX.user_id = '3' LIMIT 10 BIND: ','n/a' '11/01/2010','23:54:56','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.url, T0.cat_id, T0.timestamp FROM `help_category_mapping` T0 WHERE T0.url='system/user_detail/3' BIND: ','n/a' '11/01/2010','23:54:58','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.status, T0.lastlogin, T0.lastlogout, T0.create_by, T0.create_time, T0.update_by, T0.update_time FROM `user` T0 WHERE T0.id = :_v1 LIMIT 1 BIND: 3','n/a' '11/01/2010','23:54:59','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.url, T0.cat_id, T0.timestamp FROM `help_category_mapping` T0 WHERE T0.url='system/user_edit/3' BIND: ','n/a' '11/01/2010','23:55:11','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.status, T0.lastlogin, T0.lastlogout, T0.create_by, T0.create_time, T0.update_by, T0.update_time FROM `user` T0 WHERE T0.id = :_v1 LIMIT 1 BIND: 3','n/a'
Any help appreciated.
(P.S. The timezones seem to be different between DEBUG.log and CRIT.log)
On 11/02/2010 07:57 AM, Jeremya wrote:
Elena-Ramona Modroiu wrote:
Hi,
Siremis v2.0.0 is out – the web management interface for Kamailio (Openser) v3.1.0 and SIP Express Router (SER).
I downloaded and installed the latest source version of kamailio 3.1.0 (not git) and compiled an installed it. This works as expected.
I then downloaded siremis v 2.0.0 and installed it as instructed, including creating the siremis tables etc. I can use it to some extent, but the 'save' function for user edits fails. I can't change existing users nor add new ones. The form just sits there
Do you access it from Siremis Administration panel, via Users Management?
It was reported that in some cases, changing password via My Account does not work, the alternative being via Users Management.
I guess the problem with Siremis users administration comes from Ajax execution on some browsers and web servers. Can you watch/copy the http traffic when you do the operation and send it here?
Regards, Ramona
I can add roles and groups O.K.
The error message in CRIT.log is
'11/02/2010','06:55:11','CRIT','ErrorHandler','EVAL: $ret = guest, 3, 10; ',''
The user table structure is
mysql> explain user; +-------------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------+------------------+------+-----+---------+----------------+ | id | int(10) unsigned | NO | PRI | NULL | auto_increment | | username | varchar(64) | NO | UNI | | | | password | varchar(64) | NO | | | | | enctype | varchar(64) | NO | | SHA1 | | | email | varchar(64) | YES | MUL | | | | status | int(2) | YES | | 1 | | | lastlogin | datetime | YES | | NULL | | | lastlogout | datetime | YES | | NULL | | | create_by | int(10) | YES | | 1 | | | create_time | datetime | YES | | NULL | | | update_by | int(10) | YES | | 1 | | | update_time | datetime | YES | | NULL | | +-------------+------------------+------+-----+---------+----------------+ 12 rows in set (0.00 sec)
user table contents are
mysql> select * from user; +----+----------+------------------------------------------+---------+------------------------+--------+---------------------+---------------------+-----------+---------------------+-----------+---------------------+ | id | username | password | enctype | email | status | lastlogin | lastlogout | create_by | create_time | update_by | update_time | +----+----------+------------------------------------------+---------+------------------------+--------+---------------------+---------------------+-----------+---------------------+-----------+---------------------+ | 1 | admin | d033e22ae348aeb5660fc2140aec35850c4da997 | SHA1 | admin@yourcompany.com | 1 | 2010-11-01 18:54:54 | 2009-08-24 13:24:14 | 1 | 2010-05-01 01:19:57 | 1 | 2010-11-01 18:54:54 | | 2 | member | 6467baa3b187373e3931422e2a8ef22f3e447d77 | SHA1 | member@yourcompany.com | 1 | 2010-05-01 01:19:57 | 2009-08-23 23:39:37 | 1 | 2010-05-01 01:19:57 | 5 | 2010-05-01 01:19:57 | | 3 | guest | 35675e68f4b5af7b995d9205ad0fc43842f16450 | SHA1 | guest@yourcompany.com | 1 | NULL | NULL | NULL | 2010-01-12 02:20:10 | NULL | 2010-01-12 02:20:10 | +----+----------+------------------------------------------+---------+------------------------+--------+---------------------+---------------------+-----------+---------------------+-----------+---------------------+ 3 rows in set (0.00 sec)
debug is
'11/01/2010','23:54:51','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.status, T0.lastlogin, T0.lastlogout, T0.create_by, T0.create_time, T0.update_by, T0.update_time FROM `user` T0 LIMIT 10 BIND: ','n/a' '11/01/2010','23:54:55','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.status, T0.lastlogin, T0.lastlogout, T0.create_by, T0.create_time, T0.update_by, T0.update_time FROM `user` T0 WHERE T0.id = :_v1 LIMIT 1 BIND: 3','n/a' '11/01/2010','23:54:55','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.name, T0.description, T0.startpage, T0.status, T0.default FROM `role` T0 INNER JOIN `user_role` TX ON TX.role_id = T0.id WHERE TX.user_id = '3' LIMIT 10 BIND: ','n/a' '11/01/2010','23:54:55','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.name, T0.description FROM `group` T0 INNER JOIN `user_group` TX ON TX.group_id = T0.id WHERE TX.user_id = '3' LIMIT 10 BIND: ','n/a' '11/01/2010','23:54:56','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.url, T0.cat_id, T0.timestamp FROM `help_category_mapping` T0 WHERE T0.url='system/user_detail/3' BIND: ','n/a' '11/01/2010','23:54:58','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.status, T0.lastlogin, T0.lastlogout, T0.create_by, T0.create_time, T0.update_by, T0.update_time FROM `user` T0 WHERE T0.id = :_v1 LIMIT 1 BIND: 3','n/a' '11/01/2010','23:54:59','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.url, T0.cat_id, T0.timestamp FROM `help_category_mapping` T0 WHERE T0.url='system/user_edit/3' BIND: ','n/a' '11/01/2010','23:55:11','DEBUG','DATAOBJ','Query Sql = SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.status, T0.lastlogin, T0.lastlogout, T0.create_by, T0.create_time, T0.update_by, T0.update_time FROM `user` T0 WHERE T0.id = :_v1 LIMIT 1 BIND: 3','n/a'
Any help appreciated.
(P.S. The timezones seem to be different between DEBUG.log and CRIT.log)
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
Elena-Ramona Modroiu wrote:
On 11/02/2010 07:57 AM, Jeremya wrote:
Elena-Ramona Modroiu wrote:
Hi,
Siremis v2.0.0 is out – the web management interface for Kamailio (Openser) v3.1.0 and SIP Express Router (SER).
I downloaded and installed the latest source version of kamailio 3.1.0 (not git) and compiled an installed it. This works as expected.
I then downloaded siremis v 2.0.0 and installed it as instructed, including creating the siremis tables etc. I can use it to some extent, but the 'save' function for user edits fails. I can't change existing users nor add new ones. The form just sits there
I accessed it from the siremis management panel - not user panel. I used wireshark to monitor. When I analyse it I only see the initial POST request. There are no responses - though I do see an animation on the web page of cycling 'blocks' - I assume made by java-script
The POST is
342 3.792484 203.31.40.68 203.31.40.102 HTTP POST /siremis/bin/controller.php?F=RPCInvoke&P0=[system.form.UserEditForm]&P1=[UpdateUser]&__this=btn_save:save_onclick HTTP/1.1 (application/x-www-form-urlencoded)
On 11/02/2010 12:22 PM, Jeremya wrote:
Elena-Ramona Modroiu wrote:
On 11/02/2010 07:57 AM, Jeremya wrote:
Elena-Ramona Modroiu wrote:
Hi,
Siremis v2.0.0 is out – the web management interface for Kamailio (Openser) v3.1.0 and SIP Express Router (SER).
I downloaded and installed the latest source version of kamailio 3.1.0 (not git) and compiled an installed it. This works as expected.
I then downloaded siremis v 2.0.0 and installed it as instructed, including creating the siremis tables etc. I can use it to some extent, but the 'save' function for user edits fails. I can't change existing users nor add new ones. The form just sits there
I accessed it from the siremis management panel - not user panel. I used wireshark to monitor. When I analyse it I only see the initial POST request. There are no responses - though I do see an animation on the web page of cycling 'blocks' - I assume made by java-script
The POST is
342 3.792484 203.31.40.68 203.31.40.102 HTTP POST /siremis/bin/controller.php?F=RPCInvoke&P0=[system.form.UserEditForm]&P1=[UpdateUser]&__this=btn_save:save_onclick HTTP/1.1 (application/x-www-form-urlencoded)
Is there any error message in apache logs? There should be at least some error http reply.
Ramona
Elena-Ramona Modroiu wrote:
On 11/02/2010 12:22 PM, Jeremya wrote:
Elena-Ramona Modroiu wrote:
On 11/02/2010 07:57 AM, Jeremya wrote:
Elena-Ramona Modroiu wrote:
Hi,
Siremis v2.0.0 is out – the web management interface for Kamailio (Openser) v3.1.0 and SIP Express Router (SER).
I downloaded and installed the latest source version of kamailio 3.1.0 (not git) and compiled an installed it. This works as expected.
I then downloaded siremis v 2.0.0 and installed it as instructed, including creating the siremis tables etc. I can use it to some extent, but the 'save' function for user edits fails. I can't change existing users nor add new ones. The form just sits there
I accessed it from the siremis management panel - not user panel. I used wireshark to monitor. When I analyse it I only see the initial POST request. There are no responses - though I do see an animation on the web page of cycling 'blocks' - I assume made by java-script
The POST is
342 3.792484 203.31.40.68 203.31.40.102 HTTP POST /siremis/bin/controller.php?F=RPCInvoke&P0=[system.form.UserEditForm]&P1=[UpdateUser]&__this=btn_save:save_onclick
HTTP/1.1 (application/x-www-form-urlencoded)
Is there any error message in apache logs? There should be at least some error http reply.
Ramona
apache access log
203.31.40.68 - - [02/Nov/2010:19:15:23 +0800] "GET /siremis/system/user_edit/1 HTTP/1.1" 200 18076 "http://sentinel.bronzemail.com/siremis/system/user_list" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11" 203.31.40.68 - - [02/Nov/2010:19:15:43 +0800] "POST /siremis/bin/controller.php?F=RPCInvoke&P0=[system.form.UserEditForm]&P1=[UpdateUser]&__this=btn_save:save_onclick HTTP/1.1" 200 2476 "http://sentinel.bronzemail.com/siremis/system/user_edit/1" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11"
apache error log
[Tue Nov 02 19:15:43 2010] [error] [client 203.31.40.68] PHP Parse error: syntax error, unexpected ',' in /var/www/siremis-2.0.0/openbiz/bin/Expression.php(368) : eval()'d code on line 1, referer: http://sentinel.bronzemail.com/siremis/system/user_edit/1
For whatever its worth I also get error of somewhat same kind. i.e. Just after installing/configuring , I log onto the siremis Web GUI and I (as advised) try to change the "admin" user password or disable the "member" user. I get same sort of error. Below is the output from the pop-up firefox window.
You can reproduce this. By logging in as admin/admin. --> Click "Administration" Top Left --> Click "User Management" ---> Select "member" user ---> Click "Edit" ----> change status from "active" to "inactive" ---> Click Save. Note: u need to allow pop-ups in firefox for this domain/ip.
------------------------------------------------------------------------------------------------ popup window's url http://192.168.90.125/siremis/system/user_edit/2 ------------------------------------------------------------------------------------------------
Parse error: syntax error, unexpected ',' in /var/www/siremis-2.0.0/openbiz/bin/Expression.php(368) : eval()'d code on line 1 [{"target":"ERROR","content":" \n[2010-11-03 10:52:37 (GMT)] An exception occurred while executing this script: \nError message: #256, EVAL: $ret = member, 3, 10; \nParse error</b>: syntax error, unexpected ',' in /var/www/siremis-2.0.0/openbiz/bin/Expression.php(368) : eval()'d code</b> on line 1</b> \n</font> \nScript name and line number of error: /var/www/siremis-2.0.0/openbiz/bin/Expression.php:378</font> \n
function:</b> errorHandler ( 256, "EVAL: $ret = member, 3, 10; <br />\n<b>Parse error</b>: syntax e...", "/var/www/siremis-2.0.0/openbiz/bin/Expression.php", 378, Array(5) ) @ /var/www/siremis-2.0.0/openbiz/bin/sysheader.inc 117\n function:</b> userErrorHandler ( 256, "EVAL: $ret = member, 3, 10; <br />\n<b>Parse error</b>: syntax e...", "/var/www/siremis-2.0.0/openbiz/bin/Expression.php", 378, Array(5) ) @ \n function:</b> trigger_error ( "EVAL: $ret = member, 3, 10; <br />\n<b>Parse error</b>: syntax e...", 256 ) @ /var/www/siremis-2.0.0/openbiz/bin/Expression.php 378\n function:</b> eval_syntax ( "$ret = member, 3, 10;" ) @ /var/www/siremis-2.0.0/openbiz/bin/Expression.php 327\n function:</b> evaluateExpression ( "{[fld_username], 3, 10}", Object(UserForm) ) @ /var/www/siremis-2.0.0/openbiz/bin/Expression.php 190\n function:</b> replaceVarExpr ( "@validate:betweenLength([fld_username], 3, 10)", Object(UserForm) ) @ /var/www/siremis-2.0.0/openbiz/bin/Expression.php 311\n function:</b> evaluateExpression ( "{@validate:betweenLength([fld_username], 3, 10)}", Object(UserForm) ) @ /var/www/siremis-2.0.0/openbiz/bin/easy/element/Element.php 472\n function:</b> validate ( ) @ /var/www/siremis-2.0.0/openbiz/bin/easy/EasyForm.php 1370\n function:</b> validateForm ( ) @ /var/www/siremis-2.0.0/siremis/modules/system/form/UserForm.php 146\n function:</b> validateForm ( ) @ /var/www/siremis-2.0.0/siremis/modules/system/form/UserForm.php 106\n function:</b> UpdateUser ( ) @ /var/www/siremis-2.0.0/openbiz/bin/BizController.php 310\n function:</b> invoke ( ) @ /var/www/siremis-2.0.0/openbiz/bin/BizController.php 110\n function:</b> dispatchRequest ( ) @ /var/www/siremis-2.0.0/openbiz/bin/BizController.php 32\n function:</b> include_once ( "/var/www/siremis-2.0.0/openbiz/bin/BizController.php" ) @ /var/www/siremis-2.0.0/siremis/bin/controller.php 6</div>\nPlease ask system administrator for help...</div>\n"}] -----------------------------------------------------------------------------------------
Apache access.log (The last controller.php... line is when you try to save the status) --------------------------------------------- 192.168.90.254 - - [03/Nov/2010:07:05:06 -0400] "GET /siremis/system/user_detail/2 HTTP/1.1" 200 5365 " http://192.168.90.125/siremis/system/user_list" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.16) Gecko/2009121707 CentOS/3.0.16-1.el5.centos Firefox/3.0.16" 192.168.90.254 - - [03/Nov/2010:07:05:12 -0400] "GET /siremis/system/user_edit/2 HTTP/1.1" 200 3777 " http://192.168.90.125/siremis/system/user_detail/2" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.16) Gecko/2009121707 CentOS/3.0.16-1.el5.centos Firefox/3.0.16" 192.168.90.254 - - [03/Nov/2010:07:05:43 -0400] "POST /siremis/bin/controller.php?F=RPCInvoke&P0=[system.form.UserEditForm]&P1=[UpdateUser]&__this=btn_save:save_onclick HTTP/1.1" 200 864 "http://192.168.90.125/siremis/system/user_edit/2" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.16) Gecko/2009121707 CentOS/3.0.16-1.el5.centos Firefox/3.0.16"
------------------------------------------------
apaches error.log is empty btw.
On Tue, Nov 2, 2010 at 10:17 AM, Jeremya jeremy@electrosilk.net wrote:
Elena-Ramona Modroiu wrote:
On 11/02/2010 12:22 PM, Jeremya wrote:
Elena-Ramona Modroiu wrote:
On 11/02/2010 07:57 AM, Jeremya wrote:
Elena-Ramona Modroiu wrote:
Hi,
Siremis v2.0.0 is out – the web management interface for Kamailio (Openser) v3.1.0 and SIP Express Router (SER).
I downloaded and installed the latest source version of kamailio 3.1.0 (not git) and compiled an installed it. This works as expected.
I then downloaded siremis v 2.0.0 and installed it as instructed, including creating the siremis tables etc. I can use it to some extent, but the 'save' function for user edits fails. I can't change existing users nor add new ones. The form just sits there
I accessed it from the siremis management panel - not user panel. I used wireshark to monitor. When I analyse it I only see the initial POST request. There are no responses - though I do see an animation on the web page of cycling 'blocks' - I assume made by java-script
The POST is
342 3.792484 203.31.40.68 203.31.40.102 HTTP POST
/siremis/bin/controller.php?F=RPCInvoke&P0=[system.form.UserEditForm]&P1=[UpdateUser]&__this=btn_save:save_onclick
HTTP/1.1 (application/x-www-form-urlencoded)
Is there any error message in apache logs? There should be at least some error http reply.
Ramona
apache access log
203.31.40.68 - - [02/Nov/2010:19:15:23 +0800] "GET /siremis/system/user_edit/1 HTTP/1.1" 200 18076 "http://sentinel.bronzemail.com/siremis/system/user_list" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11" 203.31.40.68 - - [02/Nov/2010:19:15:43 +0800] "POST
/siremis/bin/controller.php?F=RPCInvoke&P0=[system.form.UserEditForm]&P1=[UpdateUser]&__this=btn_save:save_onclick HTTP/1.1" 200 2476 "http://sentinel.bronzemail.com/siremis/system/user_edit/1" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11"
apache error log
[Tue Nov 02 19:15:43 2010] [error] [client 203.31.40.68] PHP Parse error: syntax error, unexpected ',' in /var/www/siremis-2.0.0/openbiz/bin/Expression.php(368) : eval()'d code on line 1, referer: http://sentinel.bronzemail.com/siremis/system/user_edit/1
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