Re: [SR-Users] Kamailio and openLDAP integration.

2016-01-22 Thread Daniel-Constantin Mierla
Hello, you should not have sl_send_reply() after calling the route (REGISTRAR) -- I am referring to the part: route(REGISTRAR); sl_send_reply("200", "ok"); exit; Cheers, Daniel On 21/01/16 14:41, Safdar Khan wrote: > Hi Phil, > Thanks for quick reply

Re: [SR-Users] Kamailio and openLDAP integration.

2016-01-21 Thread Safdar Khan
Hi Phil, Thanks for quick reply and to point to right direction. It is working now and i can make calls.As you have asked the save('location'). Well it was at his default location like route_request{ >route(REGISTRAR); > } > --- > route[REGISTRAR] { > if (!is_method("REGISTER")) return; > if(i

Re: [SR-Users] Kamailio and openLDAP integration.

2016-01-21 Thread Phil Lavin
Are you using Kamailio’s usrloc module? If so, at what point do you save(‘location’)? From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Safdar Khan Sent: 21 January 2016 12:24 To: Kamailio (SER) - Users Mailing List Subject: [SR-Users] Kamailio and openLDAP integration