Hi, I'm using Siremis 3.2 ans Kamailio 3.2.3 for my final project of my bachloor degree
I would like to know how Siremis and Kamailio work together? Like:
If I decide to set a protocol in the acl trusted in Siremis like TLS, ok, it works well !! But I need to know the different links between siremis and kamailio to working well.. Why?
Cause I need to implement in Siremis a filter form on the sdpops module, and it has to work well of course with the database of ser!
So.. What are the different steps to do this?
- Create new table sdpops in ser - create the form in siremis and view .. - what in kamailio.cfg??
I found this: http://kb.asipto.com/siremis:install32x:new-views
OK, but in my case, I need to do that for SDPOPS, which is a module of kamailio, whithout any table and components about!
I mean, there is no openser.sdpops in the database of kamailio, so create the table ok.. but what are the columns, datas, to set in ??
cause I tried php gen_meta.php Serdb sdpops ser.acl.sdpops of course it does not work --> no openser.sdpops ......
thx in advance for your help
Best regards
Hi,
On 5/3/12 3:52 PM, Grégoire Vandendeurpel wrote:
Hi, I'm using Siremis 3.2 ans Kamailio 3.2.3 for my final project of my bachloor degree
I would like to know how Siremis and Kamailio work together? Like:
If I decide to set a protocol in the acl trusted in Siremis like TLS, ok, it works well !! But I need to know the different links between siremis and kamailio to working well..
there are two main categories in the interaction between siremis and kamailio:
1) siremis offers web views to manage records in database tables used by kamailio 2) siremis offers several tools to interact with kamailio via MI/XMLRPC and display graphics based on statistics exported by kamailio
Why?
Cause I need to implement in Siremis a filter form on the sdpops module, and it has to work well of course with the database of ser!
Right now siremis is developed to work with kamailio database (which is created by 'kamctldb create' and is named so far 'openser').
So.. What are the different steps to do this?
- Create new table sdpops in ser
- create the form in siremis and view ..
- what in kamailio.cfg??
I found this: http://kb.asipto.com/siremis:install32x:new-views
OK, but in my case, I need to do that for SDPOPS, which is a module of kamailio, whithout any table and components about!
I mean, there is no openser.sdpops in the database of kamailio, so create the table ok.. but what are the columns, datas, to set in ??
cause I tried php gen_meta.php Serdb sdpops ser.acl.sdpops of course it does not work --> no openser.sdpops ......
sdpops module does not use any database table. It exports only functions to use in config file, the parameters being given from config file (nothing is loaded from database by sdpops).
I don't understand why you look of a database view in siremis for sdpops module, it does not have/need one.
You should describe in more details what exactly you want to do and we may be able to give some hints how to implement it. Give some example of records you want to store and what kamailio should do with them.
Regards, Ramona
thx in advance for your help
Best regards
-- /*Grégoire Vandendeurpel, */ / / /_IT Sector_/
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
Hello, Thx already for your first explanation. I'm going to describe more precisaly what is my purpose:
About my final project:
On one physical machine, I use 4 virtual machines, which are : one with kamailio 3.2.3, asterisk 1.6.13, odbc and Siremis 3.2 An other one is a first client in an other virtual subnet as kamailio.. which reprisents the "public network" ! The two others virtual machines are in the same subnet as Kamailio which represent the "private network" ( like a company and the public network) So, everything in the private network works well, with TLS, Siremis and asterisk, perfect communication!
I still need to make the route between the two subnet but this is easy and What I need more is to make a filter on SDP media managed by Siremis like:
This is why I need to use the sdpops module of Kamailio, of course. I need to make the possibilities in Siremis to set things like : this subnet or this address -> remove this media like application, video , only audio can be allow ! This is the filter I need to make it work. Of course in Siremis because , I m simulating calls from public network and into the private network of a company . And it as to be user friendly, not spacially for a computer scientist. This is why, I need to make this simple filter on the media of sdp, and user friendly in Siremis.
Thank u in advance for your help
Best regards
2012/5/3 Elena-Ramona Modroiu ramona@asipto.com
Hi,
On 5/3/12 3:52 PM, Grégoire Vandendeurpel wrote:
Hi, I'm using Siremis 3.2 ans Kamailio 3.2.3 for my final project of my bachloor degree
I would like to know how Siremis and Kamailio work together? Like:
If I decide to set a protocol in the acl trusted in Siremis like TLS, ok, it works well !! But I need to know the different links between siremis and kamailio to working well..
there are two main categories in the interaction between siremis and kamailio:
- siremis offers web views to manage records in database tables used by
kamailio 2) siremis offers several tools to interact with kamailio via MI/XMLRPC and display graphics based on statistics exported by kamailio
Why?
Cause I need to implement in Siremis a filter form on the sdpops module, and it has to work well of course with the database of ser!
Right now siremis is developed to work with kamailio database (which is created by 'kamctldb create' and is named so far 'openser').
So.. What are the different steps to do this?
Create new table sdpops in ser
create the form in siremis and view ..
what in kamailio.cfg??
I found this: http://kb.asipto.com/siremis:install32x:new-views
OK, but in my case, I need to do that for SDPOPS, which is a module of kamailio, whithout any table and components about!
I mean, there is no openser.sdpops in the database of kamailio, so create the table ok.. but what are the columns, datas, to set in ??
cause I tried php gen_meta.php Serdb sdpops ser.acl.sdpops of course it does not work --> no openser.sdpops ......
sdpops module does not use any database table. It exports only functions to use in config file, the parameters being given from config file (nothing is loaded from database by sdpops).
I don't understand why you look of a database view in siremis for sdpops module, it does not have/need one.
You should describe in more details what exactly you want to do and we may be able to give some hints how to implement it. Give some example of records you want to store and what kamailio should do with them.
Regards, Ramona
thx in advance for your help
Best regards
-- *Grégoire Vandendeurpel, *
*IT Sector*
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users