Re: [SR-Users] Ro_CCR function

2015-02-02 Thread Shane Harrison
A little more digging showed that get_dlg() checks callID, fromTag and toTag - clearly this is going to fail if the check is done on an INVITE since the dialog is not yet formed. So now I am confused - how can the ims_charging function Ro_CCR() be called in my kamailio config script upon receip

Re: [SR-Users] Kamailio IMS: can not register

2015-02-02 Thread dfretes
Hi Carsten, Thanks for your response. In fact, i don't have any entries for the domain open-ims.test in /etc/hosts. From the client (a win7 host) in which I have the Boghe, i can ping to open-ims.test, pcscf, icscf and scscf, using the DNS that I configured using bind9 (in the same machine on

Re: [SR-Users] Ro_CCR function

2015-02-02 Thread Shane Harrison
Well further reading :-) and digging has allowed me to understand that the 'location' table is used because of the save('location') call. The ims_charging_module assumes that a table will exist with the same name as the domain specified in the Ro_CCR(). Interestingly, I wasn't successful in us

Re: [SR-Users] Siremis v4.2.0 Released

2015-02-02 Thread Mahmoud Ramadan Ali
Great job...i'm the first one that will try it ! Thanks On Mon, Feb 2, 2015 at 9:01 PM, Elena-Ramona Modroiu wrote: > Hi, > > Siremis v4.2.0 has been released, web management interface aiming at > compatibility with Kamailio v4.2.x series - notes about release are > available at: > > - http://

[SR-Users] Siremis v4.2.0 Released

2015-02-02 Thread Elena-Ramona Modroiu
Hi, Siremis v4.2.0 has been released, web management interface aiming at compatibility with Kamailio v4.2.x series - notes about release are available at: - http://siremis.asipto.com/2015/02/02/siremis-v4-2-0-released/ Ramona ___ SIP Express Rou

Re: [SR-Users] dmq_t_replicate fails with ERROR: t_forward_nonack: no branches for forwarding

2015-02-02 Thread Charles Chance
Hi, Can you send the output of "kamcmd dmq.list_nodes" (mask IP addresses if needed)? I will try to replicate your scenario and come back with a solution shortly. By the way, your dmq "notification_address" parameter looks slightly odd (although I don't know what you're doing with DNS) - it shou

[SR-Users] Does the event_route[tm:local-request] support stateless forwarding configured in the script?

2015-02-02 Thread Klaus Feichtinger
Hello, I´m searching for a way to keep track about success or failure of locally generated SUBSCRIBE transactions, which are typically triggered by the RLS module. In case that a subscription is rejected by the subscribee with any negative response code or the transaction is timing out, I have to

[SR-Users] Get the SDP IP in Kamailio

2015-02-02 Thread Sebastian Damm
Hi, since we integrated IPv6 into our existing routing logic, in some cases "fix_nated_sdp" gets called for IPv6 calls, too. (Actually, this just happens because of the mistakenly detected NAT.) But that ends up with a an error in the log. ERROR: nathelper [nathelper.c:1685]: replace_sdp_ip(): no

Re: [SR-Users] Wrong location entries when using usrloc with Mongo

2015-02-02 Thread Mickael Marrache
Any news regarding this issue? I don't think { "expires" : { "$date" : 1422728781000 }, "expires" : { "$date" : 0 } } is a valid query… Is the intent to remove entries where expires = 1422728781000 or expires = 0? If yes, I think the logical operator $or should be used for that? Let me know

Re: [SR-Users] Grouped dispatching

2015-02-02 Thread Federico Cabiddu
Hi, you could use dispatcher's param "use_default" to achieve this: http://www.kamailio.org/docs/modules/stable/modules/dispatcher.html#dispatcher.p.use_default Regards, Federico On Mon, Feb 2, 2015 at 11:49 AM, Grant Bagdasarian wrote: > Hello, > > > > Would the below scenario be possible

[SR-Users] dmq_t_replicate fails with ERROR: t_forward_nonack: no branches for forwarding

2015-02-02 Thread Leonardo Arena
Hi all, I have three Registrar-only proxies DMQ interconnected [1]. I'm attempting to use a client to register to one of them and replicate REGISTRAR message to the other two. * What it works: - Clients registration to proxy1 - Proxy1 replication of REGISTRAR message to proxy2 * What does not wor

[SR-Users] Grouped dispatching

2015-02-02 Thread Grant Bagdasarian
Hello, Would the below scenario be possible using the dispatcher module or any other routing module? Destination 1: 192.168.1.1 Destination 2: 192.168.1.2 Destination 3: 172.168.1.1 These three destinations belong to the same distribution group(set), but Kamailio has to do the following: Perfo

Re: [SR-Users] Kamailio IMS: can not register

2015-02-02 Thread Carsten Bock
Hi, can you make an ngrep or tcpdump, to see, what actually the reply is? Can you also check, that your DNS is properly working? From bare logs it looks like your P-CSCF does not get any reply from your I-CSCF or it fails to forward it. Remember: /etc/hosts won't work, you need a real DNS-Server.