Re: [SR-Users] Busy return code when a user has an ongoing transaction

2016-10-10 Thread Gholamreza Sabery
Thanks a lot Daniel. On Mon, Oct 10, 2016 at 9:31 PM, Daniel-Constantin Mierla wrote: > > > On 10/10/16 13:21, Gholamreza Sabery wrote: > > I want to be able to return a Busy code foe a user that is talking to > > someone else and receives an INVITE for a new call. How can I > > implement this i

Re: [SR-Users] Busy return code when a user has an ongoing transaction

2016-10-10 Thread Daniel-Constantin Mierla
On 10/10/16 13:21, Gholamreza Sabery wrote: > I want to be able to return a Busy code foe a user that is talking to > someone else and receives an INVITE for a new call. How can I > implement this in Kamailio? > You can use dialog module to track active calls and group them in profiles using user

Re: [SR-Users] prefix_route and db_cluster not working

2016-10-10 Thread Daniel-Constantin Mierla
Hello, the prefix_route module was written by SER guys, when Kamailio and SER were split projects, and it uses what we refer as DB APIv2 (specific for ser project), while db_cluster implements DB APIv1 (specific for kamailio project). >From my point of view, it will be easier to add support for D

[SR-Users] Busy return code when a user has an ongoing transaction

2016-10-10 Thread Gholamreza Sabery
I want to be able to return a Busy code foe a user that is talking to someone else and receives an INVITE for a new call. How can I implement this in Kamailio? Regards ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@

[SR-Users] prefix_route and db_cluster not working

2016-10-10 Thread Martin Nyström
Hi, I have an issue when I am unable to get prefix_route to work together with db_cluster. If I set the db_url manually it works great, pointing it to a specific database. However we need the redundancy for this module. Dispatcher uses the same cluster without any issues. The following are my

Re: [SR-Users] Order of record-route

2016-10-10 Thread Daniel-Constantin Mierla
On 07/10/16 15:13, Dirk Teurlings - Signet B.V. wrote: > Got an update on this from the firewall's perspective. Apparently the > Barracuda was in (SIP) Proxy mode. After turning that off and just using > plain NAT everything worked like expected. > No surprise to get SIP traffic messed up by a fi

Re: [SR-Users] kamctl - Error opening FIFO

2016-10-10 Thread Daniel-Constantin Mierla
Hello, use sudo (or become root) to run the command, because you don't have enough privileges as a usual user. Cheers, Daniel On 07/10/16 11:26, Hermann Norpois wrote: > Hello, > I have problems with the behaviour of kamctl > > ubuntu@ip-172-31-32-10:/etc/kamailio$ kamctl ul show > ERROR: Error

[SR-Users] Q: (markup) language for defining structures and function prototypes

2016-10-10 Thread Daniel-Constantin Mierla
Hello, writing to see if anyone is aware of any (well known) markup language for defining structures and function prototypes. The goal is to use it for specifying the functions exported by KEMI (https://www.kamailio.org/wiki/devel/config-engines) so we can generate C code for the exported structu