Re: [SR-Users] Kamailio Not Starting

2016-09-23 Thread E. Schmidbauer
the error says: Not starting : invalid configuration file! Try running it with the path to your configuration file: /usr/sbin/kamailio -P /var/run/kamailio.pid -m 125 -M 32 -u kamailio -g kamailio -c [path to kamailio.cfg] On Fri, Sep 23, 2016 at 10:21 AM, Linux Vince wrote: > Also i noti

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread E. Schmidbauer
Err sorry Mike (not matt) On Thu, Aug 25, 2016 at 9:57 AM, Daniel Tryba wrote: > On Thu, Aug 25, 2016 at 09:38:12AM -0400, Mike Patterson wrote: > > I have configured Kamailio to pass a registration request to another VoIP > > provider. The reason I am doing this is to provide a sip port for us

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread E. Schmidbauer
Hi Matt, Check out this post and config: https://blog.voipxswitch.com/2016/08/11/kamailio-and-freeswitch-on-the-same-server-with-nsq-and-jansson-rpc/ It demonstrates how to handle NAT & forward a REGISTER to FreeSWITCH (on localhost) Thanks, Emmanuel On Thu, Aug 25, 2016 at 9:57 AM, Daniel Tryba

Re: [SR-Users] Problems with RTPPROXY module

2015-08-21 Thread E. Schmidbauer
try apt-get install kamailio-rtpproxy-modules or something similar... if you can't find it, try searching with apt-cache search kamailio On Fri, Aug 21, 2015 at 8:04 AM, Michael Nielsen wrote: > I've installed from Debian package? > > On Fri, Aug 21, 2015 at 1:57 PM, E. S

Re: [SR-Users] Problems with RTPPROXY module

2015-08-21 Thread E. Schmidbauer
You need to install kamailio's rtpproxy module. if you compiled kamailio make sure you have it listed like: make include_modules="rtpproxy" On Fri, Aug 21, 2015 at 7:36 AM, Michael Nielsen wrote: > Hello everyone, > > I'm new to Kamailio and are trying this tutorial: > http://kb.asipto.com/kam

Re: [SR-Users] HA+DRBD setup

2015-07-07 Thread E. Schmidbauer
Here is a howto on kamailio/corosync/pacemaker setup: https://blog.voipxswitch.com/2015/06/29/kamailio-high-availabilityfailover-with-corosync-and-pacemaker-on-debian-7/ I haven't done DRBD with HA yet. On Tue, Jul 7, 2015 at 6:12 AM, solution wrote: > Dear all, > i need kamailio HA+DRBD res

Re: [SR-Users] permissions module, regular expression matching Request URI

2015-05-07 Thread E. Schmidbauer
t; It will make the review process easier as we can add comments to the > patch, if needed. > > If all ok, the patch will be merged once the development is unfrozen -- > now we are in the testing period for next major release 4.3. > > Cheers, > Daniel > > > On 06/05/15 22

Re: [SR-Users] permissions module, regular expression matching Request URI

2015-05-06 Thread E. Schmidbauer
Hello, I have written a patch to add checking for the Request-URI. Please see attached diff. I hope you consider pushing this code upstream. Thanks, Emmanuel On Wed, May 6, 2015 at 12:14 PM, Vik Killa wrote: > Hello, > We would like to match specific calls based on two factors: > 1. the source I