Hi,
I was able to send MESSAGE using xmlrpc (mi and t_uac_dlg) I got the 200 OK
response to the message.
However, when I try to send NOTIFY, I receive HTTP response but with empty
methodResponse.
Is NOTIFY not suppored by t_uac_dlg?
Thanks
Krish Kura
POST /RPC2 HTTP/1.0
User-Agent: ruby-sip-client
Host: 10.1.0.6
Content-Type: text/xml
Connection: keep-alive
Content-Length: 650
<?xml version="1.0"
?><methodCall><methodName>mi</methodName><params><param><value><string>t_uac_dlg</string></value></param><param><value><string>NOTIFY</string></value></param><param><value><string>
sip:kkurapati_staff_test@10.1.0.6</string></value></param><param><value><string>.</string></value></param><param><value><string>.</string></value></param><param><value><string>From:
<sip:kkurapati_provider_test@10.1.0.6>
To: <sip:kkurapati_staff_test@10.1.0.6>
Max-Forwards: 70
Call-ID: e3f15b5dc200234cff2c7b648d79c49f(a)10.1.0.3
</string></value></param><param><value><string>User
added</string></value></param></params></methodCall>
##
T 2012/04/27 14:39:11.579281 10.1.0.6:5060 -> 10.1.0.3:44817 [AP]
HTTP/1.0 200 OK.
Via: SIP/2.0/TCP 10.1.0.3:44817.
Server: kamailio (3.3.0-dev7 (x86_64/linux)).
Content-Length: 137.
.
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value><array><data>
</data></array></value>
</param>
</params>
</methodResponse>
Hello there,
I've installing the Siremis 3.2 on a linux that installed Kamailio 3.2.
When i'll try to access everything in SER Menu, i'm getting a error messages that tell me about the table in OPENSER database is missing or can't located. But this is a fresh installed Siremis system.
Where i can found the openser database stucture so i can build them again?
Best Regards,
Rudi Kusnaka
I've setup a siremis installation using Mysql for the siremis tables.
Kamailio is installed with postgresql on another machine.
I selected Postgresql in seremis setup under SIP DB and correctly inserted
the right username/password/host. Connection was successful.
I can login to Siremis (ver 3.2.0) and access the Admin menu successfully.
However when I access the Ser Menu, all the options give errors:
For example, trying to to select Server Services, Domain List gives the
following errors:
[2012-04-05 18:11:36 (GMT)] An exception occurred while executing this
script:
Error message: #256, Unable to location template file
system_internal_error.tpl.
Script name and line number of error:
/usr/local/siremis-3.2.0/openbiz/bin/Resource.php:283
*function:* errorHandler ( 256, "Unable to location template file
system_internal_error.tpl.",
"/usr/local/siremis-3.2.0/openbiz/bin/Resource.php", 283, Array(11) ) @
/usr/local/siremis-3.2.0/openbiz/bin/sysheader.inc 117
*function:* userErrorHandler ( 256, "Unable to location template file
system_internal_error.tpl.",
"/usr/local/siremis-3.2.0/openbiz/bin/Resource.php", 283, Array(11) ) @
*function:* trigger_error ( "Unable to location template file
system_internal_error.tpl.", 256 ) @
/usr/local/siremis-3.2.0/openbiz/bin/Resource.php 283
*function:* getTplFileWithPath ( "system_internal_error.tpl", "email" ) @
/usr/local/siremis-3.2.0/openbiz/bin/BizSystem.php 544
*function:* getTplFileWithPath ( "system_internal_error.tpl", "email" ) @
/usr/local/siremis-3.2.0/siremis/modules/service/userEmailService.php 108
*function:* SystemInternalErrorEmail ( Array(2), Null ) @
/usr/local/siremis-3.2.0/siremis/modules/common/form/ErrorForm.php 34
*function:* Report ( ) @
/usr/local/siremis-3.2.0/openbiz/bin/BizController.php 310
*function:* invoke ( ) @
/usr/local/siremis-3.2.0/openbiz/bin/BizController.php 110
*function:* dispatchRequest ( ) @
/usr/local/siremis-3.2.0/openbiz/bin/BizController.php 32
*function:* include_once (
"/usr/local/siremis-3.2.0/openbiz/bin/BizController.php" ) @
/usr/local/siremis-3.2.0/siremis/bin/controller.php 6
------------------------------
*
*
Similarly. the all the other optiones under the Ser Menu give errors.
My Config.xml (passwords and IPs modified) follows:
<?xml version="1.0" standalone="no"?>
<Config>
<DataSource>
<Database Name="Default" Driver="Pdo_Mysql" Server="localhost"
Port="3306" DB
Name="siremis" User="siremis" Password="siremisrw" Charset="utf8"/>
<Database Name="Serdb" Driver="Pdo_Pgsql" Server="x.x.x.x" Port="5432"
DBName="dbname" User="dbuser" Password="123456" Charset="utf8"/>
</DataSource>
</Config>
Please advise.
Many thanks
Jonny
*
*
Hi, I have a problem making some changes on siremis front-end
everything was ok except when I try to add a field to upload a file
I got this error:
#2, fopen(ejemplo.csv): failed to open stream: No such file or directory
could anybody help me please? :)
Mi configuration:
DO:
<BizField Name="batch_file" Column="batch_file" Length="64" Required="N"
Type="Blob"/>
Insert:
<Element Name="fld_batch_file" Class="File" FieldName="batch_file"
Label="File (.csv)" AllowURLParam="N"/>
.php:
public function InsertRecord($recArr)
{
return parent::InsertRecord($recArr);
}
SQL:
mysql> desc batch_provision;
+------------+---------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+---------+------+-----+---------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| batch_file | blob | YES | | NULL | |
+------------+---------+------+-----+---------+----------------+
2 rows in set (0.02 sec)
Thanks in advance.
--
Jesús Pérez
VoIP Engineer at Quobis
Fixed: +34 902 999 465
Site: http://www.quobis.com
Dear list,
we are running Kamailio 3.2 together with the included OpenXcap server.
I try to retrieve only part of a certain resource list using XPath, but the
server always returns the full list, see example below. I was so far not
able to retrieve only part of a resource list, independent of the XPath
expression I'm using.
Do I make something wrong or is this a bug?
Thanks and regards,
Fabian
fubeh@orion:~$ curl --digest -u test4:XXXX
http://192.168.1.134:5060/xcap-root/resource-lists/users/sip:test4@192.168.…
<?xml version="1.0"?>
<resource-lists xmlns="urn:ietf:params:xml:ns:resource-lists">
<list name="Business">
<entry uri="sip:test1@192.168.1.134">
<display-name>Test 1</display-name>
</entry>
<entry uri="sip:test122@192.168.1.134">
<display-name>Test 1</display-name>
</entry>
</list>
<list name="Family">
<entry uri="sip:test2@192.168.1.134">
<display-name>Test 2</display-name>
</entry>
<entry uri="sip:test222@192.168.1.134">
<display-name>Test 2</display-name>
</entry>
</list>
<list name="Friends">
<entry uri="sip:test3@192.168.1.134">
<display-name>Test 3</display-name>
</entry>
<entry uri="sip:test322@192.168.1.134">
<display-name>Test 3</display-name>
</entry>
</list>
<list name="Blocked" />
</resource-lists>
It should work. What are your symptoms that it doesn't?
--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com
x-kamailio(a)sidell.org wrote:
>How do I compare $si to a particular IP address value? This doesn't
>seem to work:
>
>if( $si == "123.123.123.123")
>
>_______________________________________________
>SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>sr-users(a)lists.sip-router.org
>http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users