[SR-Users] Kamailio and Mongodb

2016-07-06 Thread C.
Hi, I am still trying to get Kamailio to work with MongoDB. Followed instructions here https://www.kamailio.org/wiki/tutorials/kamailio-and-mongodb , but I cannot get things to install. Are there any instructions on the exact configu

[SR-Users] Kamailio and Mongodb

2016-07-01 Thread C.
Hi, I have followed instructions on setting up Kamailio with MongoDB backend, and successfully compiled and installed kamailio with the db_mongo module. It can start successfully. However, when I tried to add users using the command: kamctl add test testpasswd t...@mysipserver.com

[SR-Users] Questions about LCR

2015-10-07 Thread Scott C. Fertig
Hello, Sorry to bother and if I sound like a newb thats because I am kind of new (but im trying =) ) I am having some issues getting started using LCR and was wondering if anyone could point me in the right direction and/or let me know what I am doing wrong. I began setting up the other day u

[SR-Users] Ip Address

2015-04-06 Thread badican c-tin
HelloI have a little project and I need to find the ip address from my SIP phone. How can I find my ip addres of the phone?Have you a command or a service whith this functions? Thanks for help !!!Best regards,Constantin___ SIP Express Router (SER) and K

[SR-Users] Enterprise Presence Information

2013-08-22 Thread Ryan C Ash
Good day, Quick question for the group. I am looking at choosing an open source product to potentially use for enterprise presence. The solution would be on the receiving end of SIP NOTIFY messages from Cisco CUCM clusters. This is a very large enterprise environment. I am hoping to stay o

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

[SR-Users] tm and msilo module

2011-10-07 Thread Mark Anthony C. Delfin
it. Thank you in Advance. Regards, Mark Anthony C. Delfin ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Kamailio + rtpproxy talking to multiple carrier gateways - Solution

2011-09-07 Thread Sarat C. Vemuri
properly (included in 3.1.4). b. rr module from trunk to be able to use 2 strings for record_route_preset c. Patched rtpproxy module to actually use the forced ip supplied to force_rtp_proxy. Patch at the end of this message d. rtpproxy version 1.2.1 What to do:

Re: [SR-Users] Kamailio + rtpproxy talking to multiple carrier gateways

2011-09-07 Thread Sarat C. Vemuri
rio that you are trying to implement. The ACK should be handled properly and routed to the upstream carrier (following the same path as the initial INVITE). Regards, Ovidiu Sas On Mon, Sep 5, 2011 at 5:07 PM, Sarat C. Vemuri wrote: > Again, I apologize for this clumsy way of rep

Re: [SR-Users] Kamailio + rtpproxy talking to multiple carrier gateways

2011-09-05 Thread Sarat C. Vemuri
idiu Sas On Sat, Sep 3, 2011 at 2:53 PM, Sarat C. Vemuri wrote: > We are trying to configure Kamailio ?(3.1.x) as a ?boarder proxy? where it > acts as the front for various carrier gateways so that internal UACs and > UASs are unaware of the carrier gateways. > > > > Let me try t

Re: [SR-Users] Kamailio + rtpproxy talking to multiple carrier gateways

2011-09-05 Thread Sarat C. Vemuri
Message-ID: <4e62b466.20...@evaristesys.com> Content-Type: text/plain; charset=windows-1252; format=flowed On 09/03/2011 05:53 PM, Sarat C. Vemuri wrote: > 3.Using request_route_preset(?publicIP?) > > The above ?mostly? works. By that I mean, the INVITE transaction is > prope

[SR-Users] Kamailio + rtpproxy talking to multiple carrier gateways - some via Firewall/NAT

2011-09-03 Thread Sarat C. Vemuri
We are trying to configure Kamailio (3.1.x) as a "boarder proxy" where it acts as the front for various carrier gateways so that internal UACs and UASs are unaware of the carrier gateways. Let me try to present a clear picture of our setup. 1. Kamailio has several NICs (physical or vlan)

[SR-Users] SIP to SMS/HTTP

2011-08-23 Thread Mark Anthony C. Delfin
Hello list, I am not sure if this has been ask before but is there a way that Kamailio can sip received SIP method MESSAGES and then call a URL (Kannel URL). Thank you. Regards, Mark Anthony C. Delfin ___ SIP Express Router (SER) and Kamailio

[SR-Users] sip-router config file syntax question

2010-06-14 Thread Steven C. Blair
I'm migrating from an older version of SER to sip-router. A syntax check of my config file produces a few errors. The most confusing is : 0(27980) WARNING: [cfg.y:3364]: warning in config file /home/blairs/ser-penn.cfg, line 1270, column 22-23: non constant rvalue in ip comparison Line 1270

Re: [SR-Users] t_on_failure to named failure route

2010-04-30 Thread Steven C. Blair
The error is produced within the following block per the config file syntax check "-c". if (method=="INVITE" && !...@to.tag) { t_on_failure("FAILURE_ROUTE"); } From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Frida

[SR-Users] t_on_failure to named failure route

2010-04-30 Thread Steven C. Blair
I'm attempting to run an existing SER config file under a recent build of sip-router. I get a syntax error on the t_on_failure("noroute") call that exists in my config file. The specific error is "bad expression: type mismatch (str instead of int)". I presume this means sip-router does not sup

[SR-Users] Compiling and installing sip-router with some SER modules

2010-04-13 Thread Steven C. Blair
I'd like to build the latest version of sip-router from source but include server modules from the modules_s directory. I thought the command 'make include_modules="modules_s/permissions modules_s/pike modules_s/ratelimit modules_s/sms modules_s/sanity" ' would do the trick but it doesn't. Inst