[SR-Users] Configuration to use rtpengine for SRTP

2017-07-25 Thread David Cunningham
Hello, We're configuring Kamailio 4.2 with rtpengine to act as a midpoint between a telephone using TLS/SRTP and Asterisk. There are examples out there for TLS/SRTP with WebRTC, but we're using a plain hard phone, not WebRTC. Would anyone be able to point us towards a Kamaiio configuration which:

Re: [SR-Users] Can kamaillio act as user?

2017-07-25 Thread Anuradha Selvarajan
Hello Daniel, Thank you so much for your reply! Below is my code (just testing our UAC module) and I am unable to start kamailio after adding these codes: I have loadmodule tm and rr as well. loadmodule "uac.so" request_route { . . $uac_req(ruri)="sip:10.118.226.43"; uac_req_s

Re: [SR-Users] xavp questions (variables in root/branch)

2017-07-25 Thread Vasiliy Ganchev
Hi, Daniel! I will play with exploding/evaluating, but on the first glance, seems AVPs with the complex name is preferable way. If have free time may look in PV module, but it will be another discussion. For now thanks for the detailed answers! best regards, Vasiliy -- View this message in c

Re: [SR-Users] Can kamaillio act as user?

2017-07-25 Thread Vasiliy Ganchev
Hi! The UAC module is certainly what you need. What errors do you have with it? cheers -- View this message in context: http://sip-router.1086192.n5.nabble.com/Can-kamaillio-act-as-user-tp160468p160469.html Sent from the Users mailing list archive at Nabble.com.

Re: [SR-Users] I_SCSCF_select function dont return the next SCSCF in IMS network!!!

2017-07-25 Thread Daniel-Constantin Mierla
Hello, good it was sorted out and that you wrote back to provide the solution and close the discussion theread -- it is important, ebcause other people facing same problem can find the answer in the email archive. Cheers, Daniel On 24.07.17 09:55, Mojtaba wrote: > Hi again. > I fixed the proble

Re: [SR-Users] xavp questions (variables in root/branch)

2017-07-25 Thread Daniel-Constantin Mierla
Hello, the xavps were developed in this way so far, if anyone would need to evaluate variables in the name has to write some C code in PV module where the xavps are exported as config variables. As I didn't have any need, I haven't spent any time on this. I think that there are some functions tha

Re: [SR-Users] Can kamaillio act as user?

2017-07-25 Thread Daniel-Constantin Mierla
Hello, uac is the module that is able to do registrations to remote servers. What are the error you get? Also, give the output of kamailio -v Cheers, Daniel On 24.07.17 23:07, Anuradha Selvarajan wrote: > > Hello, > > > > Can Kamaillio act as a user and send SIP registration? If yes, > how/wh