Re: [SR-Users] Kamailio Proxy for Freeswitch

2014-03-11 Thread jay binks
t; > Cheers, > Daniel > > > On 09/03/14 10:04, jay binks wrote: > > So im using Kamailio as a load balancer and proxy in-front of a few > Freeswitch boxes. > > Im not going to use RTP Proxy, as my FS boxes will be public on the > internet ( Direct RTP connectio

Re: [SR-Users] Kamailio Proxy for Freeswitch

2014-03-12 Thread jay binks
BTW... Daniel, you were 100% right... I had missed a record_route in part of my config sigh.. just me being a complete noob with kamailio .. thanks for your assistance. Jay On 12 March 2014 14:13, jay binks wrote: > I have record_route and loose_route in my config ( record ro

Re: [SR-Users] Reminder: about private emails

2014-03-12 Thread jay binks
I apologise if I was one of the offenders. I do however have a question in relation to this thread. Do you offer paid support for kamailio ? if so is there a web page with information about this option ( prices, whats on offer etc ). thanks Jay On 12 March 2014 19:10, Daniel-Constantin Mierla

Re: [SR-Users] problem with geoip.

2014-03-20 Thread jay binks
do you have libgeoip installed ( on your OS ), and have you got the geoip module being loaded in your kamailio config ? Jay On 21 March 2014 15:06, arun Jayaprakash wrote: > Hello, I am trying to set up my Kamailio config file with geoip but I keep > getting the following error: > > ERROR: [mo

Re: [SR-Users] problem with geoip.

2014-03-20 Thread jay binks
? Yes, I have libgeoip installed on my os. > > Thanks, > Arun > > > > On Mar 21, 2014, at 12:21 AM, jay binks wrote: > > do you have libgeoip installed ( on your OS ), > and have you got the geoip module being loaded in your kamailio config ? > > Jay > > On

[SR-Users] Kamailio on Android

2014-03-31 Thread jay binks
I realise this is a little left field, but has anyone compiled kamailio to run on Android ? ( and rtpproxy etc if you know ) would be really handy if there was some experience here. -- Sincerely Jay ___ SIP Express Router (SER) and Kamailio (OpenSER)

[SR-Users] Make deb

2015-04-01 Thread jay binks
is there any way to make deb packages for only 1 of the modules ?? currently it takes a long time to run "make deb" im simply trying to build and package db_cassandra ( need the package for my environment ) As a side note, is there any chance db_cassandra could be added to the kamailio deb packag

Re: [SR-Users] Make deb

2015-04-01 Thread jay binks
Im also trying to track down a bug with the resulting debian package for cassandra. the db_cassandra.so is not included in the package only changelog.gz changelog.Debian.gz and copyright any pointers here would be great ! On 1 April 2015 at 21:50, jay binks wrote: > is there any way to m

Re: [SR-Users] Make deb

2015-04-01 Thread jay binks
io/deb/'. This is the > only way I know to change the packaging content for debs. Then make a > symlink inside root folder of kamailio server named 'debian' to the > respective folder inside 'pkg/kamailio/deb/' and run 'make deb'. > > Cheers, > Da

Re: [SR-Users] Make deb

2015-04-01 Thread jay binks
o fit your needs > - in the root directory with kamailio sources do: > > ln -s pkg/kamailio/deb/wheezy debian > make deb > > And you should get the packaging process started. > > Cheers, > Daniel > > > On 01/04/15 14:46, jay binks wrote: > > Sorry, this confused

[SR-Users] Auth User & is_subscriber

2015-05-04 Thread jay binks
Hey, from the examples it looks like the typical usage of is_subscriber is with $fu ( From User ), however im not 100% sure I want this. in-fact, I want it to be the Auth User that is used. After all if a call was Authed, then we authoritatively know what user it is, and I think this should be us

[SR-Users] SIP Packet identifier

2015-05-18 Thread jay binks
So im logging lots of information to Syslog to assist our helpdesk in diagnosing customer issues. Im seeing LOTS of user agents that re-use the sip Call-ID ( especially in registers ). What im wanting to be able to do is link a log message ( that I log at some point in my dialplan ) to a specific

[SR-Users] Debian package kamailio-tls-modules potential bug ?

2015-05-19 Thread jay binks
I just found something odd in the Debian package for kamailio-als-modules and I'm looking for someone to verify it for me. I verified that I'm using Kamailio 4.2 # Kamailio -v version: kamailio 4.2.0 (x86_64/linux) 36e695 the docs http://kamailio.org/docs/modules/4.2.x/modules/tls.html#tls.p.tls

[SR-Users] dbcassandra schema files

2015-05-25 Thread jay binks
Hi all, Im wondering if anyone can share their schema files for dbcassandra. Ive managed to construct a bunch based on what ive found in git, wiki all over the place, I just want to compare my ones, with some others. specifically the location table. -- Sincerely Jay __

[SR-Users] SIP Auth Realm - From domain or Request domain ?

2015-06-03 Thread jay binks
I have a questions in regards to SIP Auth, and specifically how Asterisk 13 with PJSIP appears to send Invites. It seems that the typical Kamailio config sends the SIP auth challenge with the from domain as the auth realm. however in the case of the Asterisk 13 ( PJSIP ) invite, the from domain is

[SR-Users] Dispatcher and options_reply

2015-06-18 Thread jay binks
Hello, So Im using dispatcher to poll SBC's behind my kamailio load balancer. What I need to do is get a count of how many "active" SBC's there are in the dispatcher module. ( how many SBC's are actively responding to their options ping ) so that I can then use this info when I reply to an OPTI

Re: [SR-Users] Question about how location server_id is supposed to be used.

2015-08-05 Thread jay binks
Interesting, because ive never used server_id .. should this be an integer, or can it be a string like the hostname of the box ? Jay On 5 August 2015 at 07:22, Daniel-Constantin Mierla wrote: > Hello, > > if you have several Kamailio servers sharing the same database in db only > mode, then on

[SR-Users] Dialog module - db_fetch_rows

2015-08-23 Thread jay binks
Hey All, Im just after someone else thoughts on if this is a bug. After reading : http://kamailio.org/docs/modules/3.3.x/modules_k/dialog.html#idp148408 Im lead to understand that setting *modparam("dialog", "db_fetch_rows", 0)* should instruct the dialog module to write dialogs to the DB, but no

Re: [SR-Users] Dialog module - db_fetch_rows

2015-08-23 Thread jay binks
Further to this, I have created a pull request that I think should behave better. https://github.com/kamailio/kamailio/pull/295 On 24 August 2015 at 10:06, jay binks wrote: > Hey All, > > Im just after someone else thoughts on if this is a bug. > > After reading : > http:/

Re: [SR-Users] Dialog module - db_fetch_rows

2015-08-24 Thread jay binks
omething that worth combining with the > "no-read" mode, then a new parameter can be added, like db_skip_load. > > Cheers, > Daniel > > > On 24/08/15 02:25, jay binks wrote: > > Further to this, I have created a pull request that I think should behave > better.

[SR-Users] Best practise for limiting concurrent calls across a cluster

2015-09-03 Thread jay binks
Hey all, So I have a cluster of Kamailio servers ( 4 servers currently, soon to be 8 ), I'm looking for suggestions about the BEST way to achieve concurrent call limiting on a per customer basis, across the whole cluster. Initially I mis-read the dialog module documentation and assumed that dialo

Re: [SR-Users] Best practise for limiting concurrent calls across a cluster

2015-09-03 Thread jay binks
ice implementation, various transport > mediums are avail i.e. RPC etc. What database are you currently using ? > > Sincerely, > Brandon Armstead > > > On Sep 3, 2015, at 5:19 PM, jay binks wrote: > > > > Hey all, > > > > So I have a cluster of Kamailio servers

[SR-Users] Dispatcher Module & ds_load_list enhancement

2015-12-10 Thread jay binks
Just an observation and enhancement suggestion. VERY occasionally Ive been getting *ERROR: [parser/parse_param.c:591]: parse_params2(): parse_params(): No memory left* Now I know this is the root of the problem BUT ... it would be nice if it didnt leave my kamailio with no dispatchers at all.

[SR-Users] kamailio and db_cassandra

2013-11-18 Thread jay binks
Hi all, can anyone comment on the lack of a debian package for the db_cassandra module ?? I understand there may be reasons to not distribute the binary, but I was really hoping to find a control file so I can build my own package. any hints / pointers on the best way to achive this and the reas

Re: [SR-Users] kamailio and db_cassandra

2013-11-18 Thread jay binks
t; some other packages (e.g. libthrift-dev), which are not in the > > standard debian repositories. > > > > For adding a designated Debian-Package for Cassandra, i've made the > > changes in a separate branch: > > > > > > 2013/11/18 jay binks : > >> Hi a

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread jay binks
November 2013 20:12, Victor Seva wrote: > 2013/11/19 jay binks : > > Thanks for the help !!! > > > > I have checked out your branch from git and am having a few issues with > it.. > > hopefully you can assist. > > Can you try thi

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread jay binks
I GOT IT !!! thanks to http://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for I edited the script /usr/bin/dpkg-shlibdeps, changing this : my $ignore_missing_info = 0; to my $ignore_missing_info = 1; On 20 November 2013 14:58, jay binks

[SR-Users] bug in authdb_mod ??

2013-12-09 Thread jay binks
So when Im trying to use is_subscriber & load_credentials together, It seems I have either hit a bug or just a bad config ( but I dont think its the latter ) My symptom is that only the field on the far right of "load_credentials" ever returns the correct value, the other fields are always null.

Re: [SR-Users] bug in authdb_mod ??

2013-12-09 Thread jay binks
wrote: > What version are you using? > > Daniel > > > On 09/12/13 12:17, jay binks wrote: > > > So when Im trying to use is_subscriber & load_credentials together, It > seems I have either hit a bug or just a bad config ( but I dont think its > the latter ) >

Re: [SR-Users] bug in authdb_mod ??

2013-12-09 Thread jay binks
ropose a patch for me to test. Thanks Jay On 9 December 2013 21:34, jay binks wrote: > kamailio -v > version: kamailio 4.2.0 > > im still digging, but my current hunch is that my prior diagnosis may be > wrong, and this might be in db_cassandra ... > still digging,

Re: [SR-Users] bug in authdb_mod ??

2013-12-09 Thread jay binks
ng smaller might not be so safe. ( unless there is a limit elsewhere I should observe ) Jay On 9 December 2013 22:14, jay binks wrote: > Ok my latest makes me think this is an issue in db_cassandra. > > when I add the following debug line it displays as expected. > > 496

[SR-Users] is_in_subnet & Multiple CIDR subnets

2014-01-13 Thread jay binks
So Im looking at a way of implementing IP Network ACL's in kamailio.. block all except specific subnets etc.. it seems I can do what I need with the IPOps module and is_in_subnet but is_in_subnet will only take 1 CIDR notation subnet, and I want to be able to put ( For example ) 192.168.1.1/24,17

Re: [SR-Users] is_in_subnet & Multiple CIDR subnets

2014-01-14 Thread jay binks
his should be fine for now, but how good would it be if ipops module could handle this in a single function call ? On 14 January 2014 20:17, Daniel Tryba wrote: > On Monday 13 January 2014 13:06:56 jay binks wrote: > > So Im looking at a way of implementing IP Network ACL's in

[SR-Users] dialog module - dialogs not deleted on BYE

2014-02-05 Thread jay binks
Im fairly use to the dialog module, and I can not seem to get the dialogs to be removed from the dialogs table on hangup ( BYE ). What am I missing here.. this seems very basic and is essential to using dialog module for for channel limiting. any help would be great. maybe there is an example con

Re: [SR-Users] MI commands ?

2014-02-05 Thread jay binks
I call my "MI Commands" like this ... kamctl mi dlg_list On 6 February 2014 10:29, arun Jayaprakash wrote: > Hello, what do I need to do to be able to run MI commands on Kamailio 4.0? > When I run MI commands from Siremis no results come back. Thank you. > > Arun > >

Re: [SR-Users] MI commands ?

2014-02-05 Thread jay binks
Sorry, I have never used siremis... On 6 February 2014 14:18, arun Jayaprakash wrote: > I think I found the link, let me give it a shot. > > http://siremis.asipto.com/install-mi-commands-panel/ > > Thanks, > Arun > > ---------- > *Fro

Re: [SR-Users] dialog module - dialogs not deleted on BYE

2014-02-05 Thread jay binks
ry 2014 21:54, jay binks wrote: > Im fairly use to the dialog module, > and I can not seem to get the dialogs to be removed from the dialogs table > on hangup ( BYE ). > > What am I missing here.. > this seems very basic and is essential to using dialog module for for > chann

Re: [SR-Users] dialog module - dialogs not deleted on BYE

2014-02-05 Thread jay binks
think its dependent on db_update_period parameter. So any changes > happening to dialogs are likely not committed to db at max this time value. > > kamailio.org/docs/modules/4.1.x/modules/dialog.html#idp125200 > > Thank you. > > > > > On Thu, Feb 6, 2014 at 5:35 AM, jay binks

[SR-Users] dialog module with DB Backend

2014-02-18 Thread jay binks
Hi all, im using the dialog module with db_cassandra backend.. I dont believe this issue is related to cassandra, but its worth mentioning anyways. so... I run kamailio, make calls, see dialogs in the DB.. and I Can use "kamctl mi dlg_list" and see that dialogs go away when I hangup a call.. When

Re: [SR-Users] dialog module with DB Backend

2014-02-23 Thread jay binks
Am I REALLY the only person who has ever run into this !? On 19 February 2014 14:08, jay binks wrote: > Hi all, im using the dialog module with db_cassandra backend.. > I dont believe this issue is related to cassandra, but its worth > mentioning anyways. > > so... I run kamai

Re: [SR-Users] dialog module with DB Backend

2014-02-24 Thread jay binks
as of yet ... Im still yet to find anything that makes me thing this is db_cassandra mis-behaving. if im wrong, please point me in the right direction. Jay On 24 February 2014 17:54, jay binks wrote: > Am I REALLY the only person who has ever run into this !? > > > On 19 February

Re: [SR-Users] [sr-dev] dialog module with DB Backend

2014-03-04 Thread jay binks
server? I expect that people would have reported such issue for other database engines so far. Still it might be an issue, just that was not noticed... > > Cheers, > Daniel > > On 24/02/14 11:19, jay binks wrote: > > So poking round the code for the dialog module > Im

Re: [SR-Users] [sr-dev] dialog module with DB Backend

2014-03-04 Thread jay binks
Just noticed the same thing in db_cassa_delete.. patch updated to fix both Jay On 5 March 2014 12:52, jay binks wrote: > Hi All, > > so Ive done what Carlos suggested and swapped out my dialog db to Mysql > rather than cassandra. > All worked 100% as you would expect. > &g

Re: [SR-Users] [sr-dev] dialog module with DB Backend

2014-03-05 Thread jay binks
n you review if the other 'return 1' expose the >> same issue? I noticed another one in db_cassa_delete and in db_cassa_query. >> >> Thanks, >> Daniel >> >> >> On 05/03/14 03:57, jay binks wrote: >> >> Just noticed the same thing in db_

Re: [SR-Users] [sr-dev] dialog module with DB Backend

2014-03-06 Thread jay binks
nother one in db_cassa_delete and in db_cassa_query. > > Thanks, > Daniel > > > On 05/03/14 03:57, jay binks wrote: > > Just noticed the same thing in db_cassa_delete.. > patch updated to fix both > > Jay > > > On 5 March 2014 12:52, jay binks wrote: > &

[SR-Users] Kamailio Proxy for Freeswitch

2014-03-09 Thread jay binks
So im using Kamailio as a load balancer and proxy in-front of a few Freeswitch boxes. Im not going to use RTP Proxy, as my FS boxes will be public on the internet ( Direct RTP connection is fine ). I want ALL SIP to go via Kamailio, but the issue im running into is that the SIP Contact header has

[SR-Users] (no subject)

2016-06-24 Thread jay binks
Hi Guys, Im using a keepalived solution between 2 kamailio boxes, with net.ipv4.ip_nonlocal_bind =1 . On the "non master" I pretty much constantly get these logs in syslog. What Im looking for is a way to suppress these because they are expected in my configuration. is there any way to tell kama

Re: [SR-Users] (no subject)

2016-06-26 Thread jay binks
I cant believe I sent this without a subject... OOPS ! if I might re-post ( with a subject ) if there are no replies in a few days. On 25 June 2016 at 10:40, jay binks wrote: > Hi Guys, > > Im using a keepalived solution between 2 kamailio boxes, with > net.ipv4.ip_nonlocal_bind &

Re: [SR-Users] (no subject)

2016-06-29 Thread jay binks
en= lines from kamailio.cfg? > > Best regards, > Joel. > > - Original Message - > > From: "jay binks" > > To: "Kamailio (SER) - Users Mailing List" > > > Sent: Sunday, June 26, 2016 8:40:47 PM > > Subject: Re: [SR-Users] (no subject) &g

Re: [SR-Users] (no subject)

2016-06-29 Thread jay binks
definitely working on fixing this, but have managed to track > the issue upstream into open-vswitch itself! We're working on fixing > it, but it'll take longer. Turns out, we're not the only ones to see > this - we found a similar bug going on on the Google cloud!" > &

Re: [SR-Users] (no subject)

2016-06-29 Thread jay binks
: > > kamctl mi debug -2 > > The increase it to the default when the ip is assigned. > Cheers, > Daniel > > > On 29/06/16 11:47, jay binks wrote: > > Nah these are physical hosts in colocated DC space. > > so just for clarity, the issue is not with the floati

[SR-Users] issue with memcached module

2016-09-01 Thread jay binks
otocol doc for memcache says " is an arbitrary 16-bit unsigned integer" ) I think the memcache module really needs a way to let the user specify the value of the flag. something like a modparam to override the flag value on every set. has anyone else run in to this ?

Re: [SR-Users] issue with memcached module

2016-09-02 Thread jay binks
; memcached.html#memcached.p.stringify > > Cheers, > Dragos > > On 02/09/2016 03:45, jay binks wrote: > > if I use the memached module in kamailio to set STRING data in memcache, > > this is not readable from PHP. > > > > This is because kamailio uses the "v

Re: [SR-Users] (no subject)

2017-01-24 Thread jay binks
Debug or similar ? ) if can we have a flag in kamailio, that says "im using ip_nonlocal_bind", so dont show these errors.. they are expected ( in some cases ) Pretty Please !! :) Jay On 29 June 2016 at 20:36, jay binks wrote: > haha wow yea ok, that is one option. > I might