[SR-Users] want to see active users SIP users

2017-02-23 Thread Mandar Nagarkar
Hello Everyone, I want to see active users SIP users for this purpose I checked the location table of kamailio database it does have active users entries however as per my observation there is 45 secs to 1 min delay before the entry actually added to this table i.e. suppose if I am registering

Re: [SR-Users] Parallel Forking with Different Call-Id

2017-02-23 Thread Daniel-Constantin Mierla
Hello, On 23/02/2017 12:47, Kjeld Flarup wrote: > I ran into the same problem. Just that I may have more than two parallel > forks. > Am I right, that I need a kamailio instance for each fork. > what kind of problem? The next hop is matching on R-URI or it requires different Call-ID because of ot

Re: [SR-Users] Fetching proxy-autheticate header from 407 Response

2017-02-23 Thread Daniel-Constantin Mierla
On 23/02/2017 12:18, Daniel Tryba wrote: > On Thu, Feb 23, 2017 at 12:54:17PM +0530, vi...@advaitamtech.com wrote: >> It dint solve my problem. Am not able to get the proxy authenticate >> header values using the module you mentioned too. Does this allow to >> fetch the SIP header individually?

Re: [SR-Users] How to release call without having to use fromTag and toTag, and resume a suspended call

2017-02-23 Thread Daniel-Constantin Mierla
Hello, terminating a call can be done only via dialog module, because it is the one that tracks active calls and keeps all the attributes required to generate BYE requests. You can also trigger the termination of call through RPC commands (like jsonrpc or xmlrpc): - https://www.kamailio.org/do

Re: [SR-Users] Kamailio 4.2 crashed

2017-02-23 Thread Daniel-Constantin Mierla
Hello, is that all the output of 'bt full'? Having just frame 0 is quite odd. Cheers, Daniel On 23/02/2017 16:44, Igor Potjevlesch wrote: > > Hello, > > > > I got two coredumps: > > (gdb) bt full > > #0 0x0061ab8e in qm_insert_free (qm=0x7f0f7fca7000, > frag=0x7f0f8f6f6268) at mem/q_

[SR-Users] Kamailio 4.2 crashed

2017-02-23 Thread Igor Potjevlesch
Hello, I got two coredumps: (gdb) bt full #0 0x0061ab8e in qm_insert_free (qm=0x7f0f7fca7000, frag=0x7f0f8f6f6268) at mem/q_malloc.c:180 f = 0x7f0f8f6c45e8 prev = 0x0 hash = 5 And (gdb) bt full #0 0x0061b935 in qm_detach_free (qm=0x7f0f7fca7000

Re: [SR-Users] Parallel Forking with Different Call-Id

2017-02-23 Thread Kjeld Flarup
I ran into the same problem. Just that I may have more than two parallel forks. Am I right, that I need a kamailio instance for each fork. -- View this message in context: http://sip-router.1086192.n5.nabble.com/Parallel-Forking-with-Different-Call-Id-tp150146p156310.html Sent from the Users ma

Re: [SR-Users] Fetching proxy-autheticate header from 407 Response

2017-02-23 Thread Daniel Tryba
On Thu, Feb 23, 2017 at 12:54:17PM +0530, vi...@advaitamtech.com wrote: > > It dint solve my problem. Am not able to get the proxy authenticate > header values using the module you mentioned too. Does this allow to > fetch the SIP header individually? Yes, it use it to extract (part of) the co

[SR-Users] How to release call without having to use fromTag and toTag, and resume a suspended call

2017-02-23 Thread Cassandra Yurekli
To whom it may concern, There are several points I don’t quite understand regarding a couple of kamailio modules. I have a main application which controls calls by sending command messages via a socket (for example reject this sip invites). I communicate with the socket client via evapi module