Re: [SR-Users] Problem implementing usrloc via dmq

2017-09-08 Thread Aleksandar Sosic
Any updates about this problem? -- Aleksandar Sosic mail: alex.so...@timenet.it skype: alex.sosic cell: +385 91 2505 146 On Tue, Sep 5, 2017 at 5:32 PM, Charles Chance wrote: > Hi, > > Glad you solved it - omitting the call to dmq_handle_message() appears to be >

[SR-Users] dialog keep-alive don't work

2017-09-08 Thread Yu Boot
Hello. I'm using following dialog module settings: modparam("dialog", "db_url", DBURL) modparam("dialog", "db_mode", 1) modparam("dialog", "dlg_flag", 4) modparam("dialog", "dlg_match_mode", 1) modparam("dialog", "profiles_with_value", "limithash ; caller") modparam("dialog", "ka_timer", 10)

Re: [SR-Users] append_branch + dispatcher

2017-09-08 Thread Daniel-Constantin Mierla
If you want to do user location lookup for all branches, not only for r-uri, use:   - https://www.kamailio.org/docs/modules/stable/modules/registrar.html#registrar.f.lookup_branches instead of just lookup(...). Cheers, Daniel On 08.09.17 10:36, Aidar Kamalov wrote: > After I add

Re: [SR-Users] append_branch + dispatcher

2017-09-08 Thread Daniel-Constantin Mierla
Hello, append_branch() is setting only request uri (r-uri) for the extra branch. If you need to set also outbound proxy (dst uri), use the sbranch function:   - https://www.kamailio.org/docs/modules/stable/modules/pv.html#pv.f.sbranch_append Cheers, Daniel On 08.09.17 08:52, Aidar Kamalov

Re: [SR-Users] need some help about acc module

2017-09-08 Thread Yu Boot
Hello. Take your accounting code for INVITE and copy and modify it like this:     if (is_method("OPTIONS")) {     setflag(FLT_ACC); # do accounting     } 08.09.2017 8:30, Vidja Prashant пишет: Hello, I have some feature required changes in acc module. In acc module we

[SR-Users] need some help about acc module

2017-09-08 Thread Vidja Prashant
Hello, I have some feature required changes in acc module. In acc module we getting cdrs in database only which have METHOD=INVITE METHOD=BYE but in my setup I also get METHOD=OPTIONS so I need this entry also in acc table in kamailio database. so which changes i need to do in kamailio acc