Re: [SR-Users] Enforced TLS, still some packets are through UDP

2012-11-29 Thread Freddy C
Hi, TLS work on TCP 5061 To view the header you can use $ hdr (HEADER_NAME). Not much English, sorry. 2012/11/29 Kamal Palei > Dear All > I ma trying to have all SIP signalling through TLS. Using Kamailio 3.1.5. > > In a typical setup, endpoints initiates call, messages reach Kamailio > prox

Re: [SR-Users] Re-Directing of REGISTER Messages

2012-11-24 Thread Freddy C
Hi, Have you seen this code? http://kb.asipto.com/asterisk:realtime:kamailio-3.3.x-asterisk-10.7.0-astdb 2012/11/24 > Hi > > Can anyone point to a good example of Kamailio performing the function of > Re-direct server. > We would like to forward messages onto another domain for authenticati

[SR-Users] Using uac_req_send function

2012-11-22 Thread Freddy C
Hello, I'm using uac_req_send () to send a request generated in Kamailio (eg Example 1.21. UAC module) $ uac_req (method) = "OPTIONS"; $ uac_req (ruri) = "sip: kamailio.org"; $ uac_req (furi) = "sip: kamailio.org"; $ uac_req (turi) = "sip: kamailio.org"; uac_req_send (); However, I need to captu

[SR-Users] how to use uac_auth in module UAC

2012-11-19 Thread Freddy C
Hello, I have a question about UAC and function module "uac_auth" for a REGISTER request. My idea is to use this when I get a 401 unauthorized response. This answer is captured from failure_route. Then generate the header Authorized and forward the request REGISTER to Asterisk. I could help