Re: [SR-Users] Siremis - version from git don't work

2017-09-15 Thread Yu Boot
Thanks you, now it works 15.09.2017 17:49, Daniel-Constantin Mierla пишет: You need xml rpc extension for php. You may also consider using jsonrpc instead of xmlrpc. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

Re: [SR-Users] Implementing C or Java file in kamailio

2017-09-15 Thread Daniel-Constantin Mierla
Hello, you can write your own module (in C code) and export functions to use in config. Rather old, but still good devel guide can be a good start:   - https://www.asipto.com/pub/kamailio-devel-guide/#c16moduledev You can also look at other small modules for a start (e.g., alias_db, speeddial,

Re: [SR-Users] Siremis - version from git don't work

2017-09-15 Thread Daniel-Constantin Mierla
You need xml rpc extension for php. You may also consider using jsonrpc instead of xmlrpc. Cheers, Daniel On 15.09.17 15:41, Yu Boot wrote: > Thanks, now it is installed and working. But I can't use XMLRPC > https://pastebin.com/uDxXeW52 > > > 15.09.2017 16:04, Daniel-Constantin Mierla пишет:

Re: [SR-Users] Implementing C or Java file in kamailio

2017-09-15 Thread ycaner
Hello, you can use LUA or Python. there is a video how to use it. https://www.youtube.com/watch?v=79GdDUjG3_s -- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

Re: [SR-Users] Siremis - version from git don't work

2017-09-15 Thread Yu Boot
Thanks, now it is installed and working. But I can't use XMLRPC https://pastebin.com/uDxXeW52 15.09.2017 16:04, Daniel-Constantin Mierla пишет: If you do not have a lot of data that needs to be recreated afterwards (like a lot of admin users), then the simplest way is to delete (make a backup

Re: [SR-Users] Memory configuration

2017-09-15 Thread Olle E. Johansson
Please run “kamcmd tm.stats” - you may have the same issue as the one I have open in the bug tracker. If there are a lot of allocated but not freed transactions you are suffering from the very same issue. /O > On 14 Sep 2017, at 20:36, Joe Baran wrote: > > I feel

Re: [SR-Users] Siremis - version from git don't work

2017-09-15 Thread Daniel-Constantin Mierla
If you do not have a lot of data that needs to be recreated afterwards (like a lot of admin users), then the simplest way is to delete (make a backup before, just to be safe) and recreate it. Otherwise, you should just update the paths and names in the tables with references to the menu and

Re: [SR-Users] Siremis - version from git don't work

2017-09-15 Thread Yu Boot
Thanks you for an answer. Do I need to delete "siremis" db from mysql to install it? 15.09.2017 15:45, Daniel-Constantin Mierla пишет: Hello, you need to do a fresh installation when using git master branch, including a reset of menu. ___

Re: [SR-Users] Siremis - version from git don't work

2017-09-15 Thread Daniel-Constantin Mierla
Hello, you need to do a fresh installation when using git master branch, including a reset of menu. The master version has some radical changes, including the rename of ser module to sipadmin, the serdb id in Config.xml to sipdb, etc... some of these changes were announced a while ago:   -

[SR-Users] Siremis - version from git don't work

2017-09-15 Thread Yu Boot
Downloaded new Siremis version via "git clone" and replaced /var/www/ content by new files. Now any menu entry gives the following error: https://pastebin.com/hV8ngRVx If if copy old Siremis files back, everything works fine. ___ Kamailio (SER) -

Re: [SR-Users] Replacing the From header user part.

2017-09-15 Thread vi...@advaitamtech.com
I got the solution for this. Should have used $fn. Thanks, Vivek -Original Message- From: "vi...@advaitamtech.com" Sent: Thursday, 14 September, 2017 8:07pm To: sr-users@lists.kamailio.org Subject: Replacing the From header user part. Hi All, Am trying

[SR-Users] Implementing C or Java file in kamailio

2017-09-15 Thread Logeshwaran G
Hi, Is there any way to implement my own C or Java program in kamailio.cfg to Validate my own scenarios? Thanks & Kind Regards, *Logeshwaran G* *"Be Hungry, Stay Foolish"* ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org