[SR-Users] Action: restructuring the source code tree

2016-12-07 Thread Daniel-Constantin Mierla
Hello, today I am going to do the restructuring of the source code tree as discussed previously. - http://lists.sip-router.org/pipermail/sr-dev/2016-December/037715.html If anyone has patches to push using existing structure, do it before 12:00UTC today. If you need more time, write to sr-dev

Re: [SR-Users] Error using Siremis 4.3.0

2016-12-07 Thread Daniel-Constantin Mierla
Hello, can you look in error.log of apache and see if you get more hints from there about what was the actual error? Also, inside siremis tree, check siremis/logs/ -- there are some *.log files that will provide more details about the error. The messages below suggest a template is missing, but

Re: [SR-Users] Kamailio TM - t_set_fr

2016-12-07 Thread Daniel-Constantin Mierla
Hello, I haven't found any error message related to tm in the logs you attached. You say that if you omit the first parameter, everything works ok? Can you try to set the first parameter to a non-zero value? Cheers, Daniel On 06/12/2016 16:45, José Seabra wrote: > Hello Daniel, > > Yes, i have

Re: [SR-Users] rtjson + uac + event - OK, ACK and BYE display name not updated

2016-12-07 Thread Daniel-Constantin Mierla
Hello, the replacement of From and To is done via the uac module -- inside it is the code for doing these operations. rtjson doesn't have much to do with subsequent operations. But iirc, the module does the update only for URIs, being the required values not to be changed from RFC point of view.

Re: [SR-Users] Send SIP Info within a dialog using $uac_req(method)="INFO"

2016-12-07 Thread Jonathan Hunter
Hello, Perfect that all works great, I can trigger a SIP INFO message as required. Sorry for hassling you so much! Many thanks Jon From: Daniel-Constantin Mierla Sent: 06 December 2016 07:46 To: Jonathan Hunter; Kamailio SER - Users Mailing List Subject:

Re: [SR-Users] Action: restructuring the source code tree (progress)

2016-12-07 Thread Daniel-Constantin Mierla
Hello, most of the restructuring planned the source code tree has been pushed to git repository. Compilation and installation should work for most of the modules. Few of them that need to install additional tools are next to be updated. Then I still have several relocations to do mainly related t

Re: [SR-Users] rtjson + uac + event - OK, ACK and BYE display name not updated

2016-12-07 Thread Diego Nadares
Hi Daniel, thanks for your reply. I think uac it's configured with dialog module allready for storing those values. In fact, it's changing display and uri partially. These are my uac and dlg params: modparam("dialog","dlg_flag", FLD_START) modparam("uac","restore_mode","auto") modparam("uac", "re

Re: [SR-Users] Kamailio TM - t_set_fr

2016-12-07 Thread José Seabra
Hi Daniel, Yes if I omit the first parameter it works, and if I configure other value than 0 on first parameter it only enters on failure route after expire the value configured on first parameter, for example; I i set t_set_fr(1,2000), call will only enter in failure route after 1 miliseco

Re: [SR-Users] rtjson + uac + event - OK, ACK and BYE display name not updated

2016-12-07 Thread Daniel-Constantin Mierla
Hello, the code doing the replace for From/To is in module uac/replace.c. Cheers, daniel On 07/12/2016 15:47, Diego Nadares wrote: > Hi Daniel, thanks for your reply. I think uac it's configured with > dialog module allready for storing those values. In fact, it's > changing display and uri par

[SR-Users] Siremis manual to learn

2016-12-07 Thread Saranga Nagesh
Hi, I have installed kamailio and Siremis in centos but I don't know how to use Siremis. Can you forward me manual or link to learn about Siremis. Thanks & Best Regards, Nagesh Saranga ___ SIP Express Router (SER) and Kamailio (OpenSER) -

Re: [SR-Users] rtjson + uac + event - OK, ACK and BYE display name not updated

2016-12-07 Thread Diego Nadares
Hi Daniel, thanks again. I modified the code and now it's working as I need. Do you think this could be useful for anybody else? If so I can show/send you the code to verify it's ok and then ask for a pull request. Thanks again! Diego ___ SIP Express Ro

Re: [SR-Users] Kamailio TM - t_set_fr

2016-12-07 Thread Daniel-Constantin Mierla
Hello, do you get any 1xx response after sending out the request? Cheers, Daniel On 07/12/2016 21:11, José Seabra wrote: > Hi Daniel, > Yes if I omit the first parameter it works, and if I configure other > value than 0 on first parameter it only enters on failure route after > expire the value