Re: [SR-Users] 4.4 compiler warnings on debian jessie

2016-05-12 Thread Ovidiu Sas
If you have a patch, I can test it for you. -ovidiu On May 11, 2016 10:56, wrote: > > debian jessie c compiler complains about these in kamailio 4.4: > > > > CC (gcc) [sip-proxy]mem/tlsf_malloc.o > > mem/tlsf_malloc.c: In function

Re: [SR-Users] Familiar topic about Kamailio with Asterisk behind NAT

2015-10-09 Thread Ovidiu Sas
If the SDP is correct, then you might have specific issues related to your specific deployment case. Snippets from others config files won't help. You really need to investigate and understand your particular issue that you are facing and fix it accordingly. Regards, Ovidiu Sas On Oct 8, 2015 09

Re: [SR-Users] Familiar topic about Kamailio with Asterisk behind NAT

2015-10-08 Thread Ovidiu Sas
If the SDP is correct, then you might have specific issues related to your specific deployment case. Snippets from others config files won't help. You really need to investigate and understand your particular issue that you are facing and fix it accordingly. Regards, Ovidiu Sas On Oct 8, 2015 09

Re: [SR-Users] Familiar topic about Kamailio with Asterisk behind NAT

2015-09-30 Thread Ovidiu Sas
? Then you might deal with a bogus SIP client. Take a look at other clients that are working and find out why this particular one doesn't work. Regards, Ovidiu Sas On Wed, Sep 30, 2015 at 4:22 AM, Dirk Teurlings - SIGNET B.V. <dteurli...@signet.nl> wrote: > Hi, > > I found some

Re: [SR-Users] Best practices for troubleshooting deadlocks?

2015-09-28 Thread Ovidiu Sas
There is 'kamctl trap' which does a backtrace on all kamailio processes, similar with what your script does. Use top to identify which processes are locked (100% CPU utilization) and after that ... code inspection. -ovidiu On Mon, Sep 28, 2015 at 1:26 PM, Alex Balashov

Re: [SR-Users] Re-invites from carrier breaks the call

2015-02-19 Thread Ovidiu Sas
Well ... kamailio is a proxy (not a B2BUA), and in dialog requests should not point at the proxy. If you are paranoid about it, then you can alter signalling by mangling and de-mangling the Contact header for requests and reply to achieve that. Regards, Ovidiu Sas On Thu, Feb 19, 2015 at 12:59

Re: [SR-Users] rtpproxy bridge ie ei behind NAT (like in aws EC2)

2015-02-16 Thread Ovidiu Sas
You could simply let the RTP traffic to flow directly between FS and endpoints (no need for rtpproxy). All you need to do is: - forward the appropriate RTP ports to FS; - fix the private IP in SDP by replacing it with the public IP for the inbound rtp streams (to FS). -ovidiu On Mon, Feb 16,

Re: [SR-Users] xhttp_rpc - dispatcher html-rpc

2015-01-12 Thread Ovidiu Sas
Check if dispatcher.reload works via the rpc interface: kamcmd dispatcher.reload Also, which version of kamailio are you using: kamailio -V Regards, Ovidiu Sas On Mon, Jan 12, 2015 at 7:04 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Maybe you can run kamailio with debug=3 and see

Re: [SR-Users] Kamailio fails to generate core dump

2015-01-03 Thread Ovidiu Sas
understand it allows one to examine the return code of a dead child to determine if it returned a core dump. Is further information available in such a case, like a kind of errno for such cases? -- Alex On 01/03/2015 05:00 PM, Ovidiu Sas wrote: Pretty annoying problem :( Here's how I enable core

Re: [SR-Users] Thread safety of shared variables

2014-11-19 Thread Ovidiu Sas
It shouldn't ... Based on how many workers and cores you have, the probability of having collisions should be pretty low. You can process more then the minimum of workers/cores available on your server. Regards, Ovidiu Sas On Wed, Nov 19, 2014 at 11:21 AM, Alex Balashov abalas

Re: [SR-Users] Thread safety of shared variables

2014-11-19 Thread Ovidiu Sas
s/You can process/You can't process Typo :) -ovidiu On Wed, Nov 19, 2014 at 11:35 AM, Ovidiu Sas o...@voipembedded.com wrote: It shouldn't ... Based on how many workers and cores you have, the probability of having collisions should be pretty low. You can process more then the minimum

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Ovidiu Sas
Yes, you can. But this will break subsequent CSeq numbers in all requests within the dialog. Also, you will need to restore proper CSeq for replies to the INVITE for which the CSeq was altered. -ovidiu On Oct 30, 2014 9:59 AM, Yuriy Gorlichenko ovoshl...@gmail.com wrote: Does it possible

Re: [SR-Users] RPM Based installs...

2014-10-24 Thread Ovidiu Sas
Maybe it has to do with the old dependency on libconfuse. The dependency is no longer required since 4.1 and all release bigger then 4.1 should provide the rpm. Right now, the rpm is available for Fedora:

Re: [SR-Users] dispatcher behind NAT - lost ACK

2014-10-24 Thread Ovidiu Sas
) for external traffic. Regards, Ovidiu Sas On Thu, Oct 23, 2014 at 11:40 PM, Nicholas Gill n...@etellicom.com wrote: Hi Ovidiu, On 18/10/14 00:37, Ovidiu Sas wrote: Which is bad, it should be the IP of the FS server. I investigated and I'm not sure this is the issue. Unfortunately when I

Re: [SR-Users] dispatcher behind NAT - lost ACK

2014-10-17 Thread Ovidiu Sas
that by doing some header and routing manipulations. Regards, Ovidiu Sas On Thu, Oct 16, 2014 at 9:09 PM, Nicholas Gill n...@etellicom.com wrote: Hello sr-users, We have Kamailio (behind NAT) configured acting as a proxy in front of some FreeSWITCH servers. There appears to be something amiss

Re: [SR-Users] Fwd: presence module issue with NOTIFY messsage.

2014-10-14 Thread Ovidiu Sas
. On Fri, Oct 10, 2014 at 8:39 PM, Ovidiu Sas o...@voipembedded.com wrote: I would prefer to have add_contact_alias deprecated and then dropped (less confusing this way). -ovidiu On Fri, Oct 10, 2014 at 9:31 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: On 10/10/14 14:54, Ovidiu Sas

Re: [SR-Users] Fwd: presence module issue with NOTIFY messsage.

2014-10-10 Thread Ovidiu Sas
I don't think this is documented anywhere and it's challenging for someone not familiar with kamailio to deal with it. Maybe we should open a bug report to make presence *_contact_alias friendly. -ovidiu On Fri, Oct 10, 2014 at 5:16 AM, Daniel-Constantin Mierla mico...@gmail.com wrote:

Re: [SR-Users] Fwd: presence module issue with NOTIFY messsage.

2014-10-10 Thread Ovidiu Sas
I would prefer to have add_contact_alias deprecated and then dropped (less confusing this way). -ovidiu On Fri, Oct 10, 2014 at 9:31 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: On 10/10/14 14:54, Ovidiu Sas wrote: I don't think this is documented anywhere and it's challenging

Re: [SR-Users] Adding Dynamic Routing Module management to Siremis

2014-10-03 Thread Ovidiu Sas
As an alternative, you can try to use the kamailio embedded provisioning module: http://kamailio.org/docs/modules/devel/modules/xhttp_pi Regards, Ovidiu Sas On Fri, Oct 3, 2014 at 9:08 PM, cpcnetworking cpcnetwork...@gmail.com wrote: Anybody have some insight or pointers? Thx

Re: [SR-Users] Looking for some help

2014-09-04 Thread Ovidiu Sas
Take a look here: http://www.kamailio.org/w/business/ Regards, Ovidiu Sas On Thu, Sep 4, 2014 at 5:24 PM, Sharan Harkisoon sha...@sharktek.net wrote: I am in need of a Kamailio expert that has some availability for consulting services (remote is fine). Feel free to contact me for details

Re: [SR-Users] UAC remote registration - refreshing database

2014-07-03 Thread Ovidiu Sas
Porting the registrant module is not straight forward. Best solution here - as Daniel pointed out - would be to enhance the existing implementation. -ovidiu On Thu, Jul 3, 2014 at 6:32 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, not having against adding alternatives to

Re: [SR-Users] Setting priority (q) for kamctl ul add

2014-06-19 Thread Ovidiu Sas
kamctl is a basic script to get users familiarized with kamailio tables. You will need to use SQL command to configure specific fields. Alternatively you can install siremis or enable the xhttp_pi module. Regards, Ovidiu Sas On Jun 20, 2014 12:16 AM, David Wilson d...@zaq.com.au wrote: Hi All

Re: [SR-Users] PERMISSIONS module issue

2014-04-15 Thread Ovidiu Sas
Use the dialplan module for dealing with DIDs. Regards, Ovidiu Sas On Tue, Apr 15, 2014 at 11:42 AM, PIERRE Laurent ltpie...@gmail.com wrote: Hi, Yes we're used to configuring allow/deny files because we need to manage a numbering plans ( authorize DID numbers, short numbers, international

Re: [SR-Users] Web interface for kamailio

2014-03-11 Thread Ovidiu Sas
If you want to gather/visualize statistics, you can use the xhttp_rpc module: http://kamailio.org/docs/modules/devel/modules/xhttp_rpc.html It's a simple built in web interface for all rpc commands. Regards, Ovidiu Sas On Tue, Mar 11, 2014 at 11:02 AM, malik sherif asheri...@hotmail.comwrote

Re: [SR-Users] Debian init script log_faiulre_msg

2014-03-08 Thread Ovidiu Sas
Pushed! Thanks for the report. Regards, Ovidiu Sas On Fri, Mar 7, 2014 at 10:42 AM, Corey Edwards ten...@zmonkey.org wrote: There's a typo in the Debian init script. Is this the correct place to report packaging bugs? --- /etc/init.d/kamailio2014-03-06 13:42:23.0 -0700 +++ /tmp

Re: [SR-Users] Incorrect Contact address

2014-03-05 Thread Ovidiu Sas
No, you are not dealing with a buggy client. As Carlos pointed out, you are dealing with standard SIP loose routing mechanism. Time to read the RFC :) Regards, Ovidiu Sas On Wed, Mar 5, 2014 at 2:24 PM, Marc Soda ms...@coredial.com wrote: Yeah, I think I'm dealing with a buggy client

Re: [SR-Users] HTABLE update from DB

2014-02-23 Thread Ovidiu Sas
Declare the table without autoexpire. Check again the module README. Regards, Ovidiu Sas On Feb 23, 2014 11:23 AM, Uri Shacked ushac...@gmail.com wrote: Hi, Following my issue with reloading data. I am thinking of a way to keep data updated in memory. I read the HTABLE module again

Re: [SR-Users] HTABLE update from DB

2014-02-23 Thread Ovidiu Sas
It is working for sure, because I'm using it (reloading from db to refresh memory cache). Regards, Ovidiu Sas On Feb 23, 2014 11:56 AM, Uri Shacked ushac...@gmail.com wrote: It does not work...I tried with autoexpire=0, I tried with no autoexpires define, I Tried defining a number and see

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-20 Thread Ovidiu Sas
You don't need B2B functionality to provide SBC functionality. SBC is a loose term these days. All you need is properly crafted signaling to achieve you requirements. Using a SIP proxy server as an SBC is pretty common these days. Regards Ovidiu Sas On Feb 20, 2014 5:55 PM, Francesco Maria

Re: [SR-Users] Performance impact with AVP and VAR's

2014-02-20 Thread Ovidiu Sas
or a dedicated module :) On Feb 20, 2014 5:38 PM, Alex Balashov abalas...@evaristesys.com wrote: Can you give some example of your use cases for them? I cannot say for sure, but my intuition is that if you have three hundred variables in any program, you're doing something wrong. At that

Re: [SR-Users] Performance impact with AVP and VAR's

2014-02-20 Thread Ovidiu Sas
AVPs are in shared men and protected by locks. VARs are not. There shouldn't be a big impact on using lots of them. Are you experiencing any issues? Regards Ovidiu Sas On Feb 20, 2014 7:32 PM, Jijo realj...@gmail.com wrote: We have defined dedicated AVP variables for each feature. For example

Re: [SR-Users] Dialog

2014-02-09 Thread Ovidiu Sas
-_shared_memory_variables Store anything that you need upon receiving a 18x provisional reply and delete the data when a final reply to an initial INVITE is received. In between, you can access/retrieve data while handling a new INVITE that you want to modify/alter. Regards, Ovidiu Sas On Sun, Feb 9

Re: [SR-Users] Dialog

2014-02-08 Thread Ovidiu Sas
This is the typical BLF case. Why don't you use BLF/presence to do it? If you really want to do it from the script you can save all the required info in a cache and retrieve it from there, instead of messing with the dialog module. Regards, Ovidiu Sas On Feb 7, 2014 7:37 AM, John Murray john.mur

Re: [SR-Users] Asterisk re-INVITE race condition, error 500.

2014-01-30 Thread Ovidiu Sas
Maybe adding a Retry-After header to the 500 might help. Regards, Ovidiu Sas On Mon, Jun 3, 2013 at 8:20 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: This is a known problem without simple solution. It can also happen if the ACK gets lost somewhere. The proper solution is to fix

Re: [SR-Users] Kamailio behind NAT

2014-01-21 Thread Ovidiu Sas
Yes, it will. Regards, Ovidiu Sas On Tue, Jan 21, 2014 at 9:03 AM, John Smith jsmith...@mail.com wrote: Using advertised IP address in manage_rttproxy would work with unpatched rtpproxy? Thank you - Original Message - From: Klaus Darilion Sent: 01/21/14 05:18 AM To: Kamailio

Re: [SR-Users] ingress timer

2014-01-01 Thread Ovidiu Sas
Take a look at the following module parameters: http://kamailio.org/docs/modules/4.1.x/modules/tm.html#fr_timer_avp http://kamailio.org/docs/modules/4.1.x/modules/tm.html#fr_inv_timer_avp Regards, Ovidiu Sas On Jan 2, 2014 12:03 AM, Kelvin Chua kel...@gmail.com wrote: i would like to have

Re: [SR-Users] [sr-dev] Kamailio v4.1.0 Released - new major version is out

2013-12-05 Thread Ovidiu Sas
For those who like to run kamailio on small routers or other embedded systems, the optware feeds are updated: http://www.nslu2-linux.org/wiki/Optware/HomePage Regards, Ovidiu Sas On Wed, Dec 4, 2013 at 10:10 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Kamailio v4.1.0 is out – a new

Re: [SR-Users] Kamailio stability/timing problem w.r.t. registrations?

2013-11-27 Thread Ovidiu Sas
Try to attach gdb to the kamailio processes and run a full backtrace. Regards, Ovidiu Sas On Wed, Nov 27, 2013 at 5:16 AM, Sotas Development sotas...@gmail.com wrote: Hi, In the mean time we have gathered more information on this problem: As given below, kamailio stops grabbing UDP SIP

Re: [SR-Users] Books

2013-11-27 Thread Ovidiu Sas
Your first read should be: http://tools.ietf.org/html/rfc3261 After that, dealing with kamailio will be much easier :) Regards, Ovidiu Sas On Wed, Nov 27, 2013 at 11:33 AM, Joli Martinez mrjoli...@gmail.com wrote: Hello, Is there any books you would recommend reading so I can learn more

Re: [SR-Users] Log files

2013-11-26 Thread Ovidiu Sas
Most likely it's a bogus script. Sometimes just sending a dummy reply, will stop the script sending SIP requests. Check the User-Agent header and from username to see if you can identify the script and google around for it. Regards, Ovidiu Sas On Tue, Nov 26, 2013 at 4:17 PM, Joli Martinez

Re: [SR-Users] Log files

2013-11-26 Thread Ovidiu Sas
Google around for friendly-scanner to learn more about it. In the mean time, allow the packets to be handled by kamailio and send a 200ok back - maybe this will stop the attack. After the attack is stopped, simply drop all friendly-scanner SIP requests :) Regards, Ovidiu Sas On Tue, Nov 26, 2013

Re: [SR-Users] Kamailio stability/timing problem w.r.t. registrations?

2013-11-13 Thread Ovidiu Sas
In a previous e-mail, you posted a warning that you had while compiling: no native memory barrier implementations, falling back to slow lock based workarround which means that you are already running without atomic locks. Regards, Ovidiu Sas On Wed, Nov 13, 2013 at 10:40 AM, Sotas Development

Re: [SR-Users] xHttp_PI Module

2013-11-02 Thread Ovidiu Sas
Please post your questions to the mailing list instead of sending private e-mails. The subscriber provisioning via xhttp is supported only for plaintext passwords. Set modparam(auth_db, calculate_ha1, 1) and it will work fine. Regards, Ovidiu Sas On Sat, Nov 2, 2013 at 12:22 PM, Abdul Hakeem

Re: [SR-Users] [sr-dev] Kamailio Tech Admin Group

2013-10-29 Thread Ovidiu Sas
I can give a hand on this. I already maintain the kamailio optware feeds for embedded systems. Regards, Ovidiu Sas On Mon, Oct 28, 2013 at 4:49 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, being discussed during last Devel IRC Meeting, we are planing to build a Kamailio

Re: [SR-Users] Decoding HTTP URLs in event_route[xhttp:request]

2013-09-25 Thread Ovidiu Sas
Great! Now don't forget to update the wiki: - http://www.kamailio.org/wiki/cookbooks/devel/transformations#parameters_list_transformations and create the new entry for url transformations: - http://www.kamailio.org/wiki/cookbooks/devel/transformations#url_transformations Regards, Ovidiu Sas

Re: [SR-Users] Decoding HTTP URLs in event_route[xhttp:request]

2013-09-22 Thread Ovidiu Sas
,[param_delimiter]} - {param.name,index,[param_delimiter]} - {param.count,[param_delimiter]} Regards, Ovidiu Sas On Sun, Sep 22, 2013 at 4:50 AM, Peter Dunkley peter.dunk...@crocodilertc.net wrote: Hello, Does anyone have any ideas about this? If not it's something I want to try and do before

Re: [SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread Ovidiu Sas
Please open a bug report about it. And please check that your cross compilation is sane (no includes from your local build system). Regards, Ovidiu Sas On Thu, Sep 12, 2013 at 10:10 AM, Tirant Lo Blanc tirantloblan...@yahoo.es wrote: I managed to fix it by adding: #include linux/types.h

[SR-Users] rtpproxy behind NAT

2013-07-06 Thread Ovidiu Sas
rtpproxy_offer/answer, the second parameter must be properly populated with the external public IP for streams from public network. I hope this brings some light over this highly debated topic. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com

Re: [SR-Users] Siremis 4.0 with Kamailio 4.0

2013-06-28 Thread Ovidiu Sas
If you simply want a web interface for MI/RPC commands, take a look at the xhttp_rpc module: http://kamailio.org/docs/modules/devel/modules/xhttp_rpc Regards, Ovidiu Sas On Fri, Jun 28, 2013 at 5:09 PM, Geoffrey Mina geoffreym...@gmail.com wrote: I am having some trouble getting Siremis 4.0

Re: [SR-Users] Xhttp_pi DB Query Clause Operators

2013-06-27 Thread Ovidiu Sas
: /* clause_cols operator */ - '' 'lt;' - '' 'gt;' - '=' '=' - '=' 'lt;=' - '=' 'gt;=' - '!=' '!=' Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Thu, Jun 27, 2013 at 7:01 AM, Simpson Chua simpsonc...@yahoo.com wrote: Hi

Re: [SR-Users] [sr-dev] releasing v4.0.2

2013-06-07 Thread Ovidiu Sas
Here's a list of compiler warnings: CC (gcc) [kamailio] cfg/cfg_ctx.o cfg/cfg_ctx.c: In function âcfg_set_nowâ: cfg/cfg_ctx.c:490:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] cfg/cfg_ctx.c:494:5: warning: dereferencing type-punned

Re: [SR-Users] [sr-dev] releasing v4.0.2

2013-06-07 Thread Ovidiu Sas
not getting them on my devel computer, perhaps other devs can jump and fix some if they get them. Cheers, Daniel On 6/7/13 6:06 PM, Ovidiu Sas wrote: Here's a list of compiler warnings: CC (gcc) [kamailio] cfg/cfg_ctx.o cfg/cfg_ctx.c: In function ācfg_set_nowā: cfg/cfg_ctx.c:490

Re: [SR-Users] kamcmd vs kamctl

2013-06-04 Thread Ovidiu Sas
). Also, for running RPC commands via a web interface see: http://kamailio.org/docs/modules/4.0.x/modules/xhttp_rpc.html Regards, Ovidiu Sas On Tue, Jun 4, 2013 at 4:07 AM, DanB danb.li...@gmail.com wrote: Hey Daniel, Thanks for the answer. It makes more sense now. Have a good one! DanB

Re: [SR-Users] home pbx server experience

2013-05-15 Thread Ovidiu Sas
I need to. Regards, Ovidiu Sas On Tue, May 14, 2013 at 10:27 AM, u ueberwachungsst...@googlemail.com wrote: I would like to share my experience with kamailio and other home pbx servers. Kamailio on my kirkwood home router for my 6 SIP users is perhaps overkill: I don't really need mysql

Re: [SR-Users] Porting kamailio4 to OpenWrt

2013-03-12 Thread Ovidiu Sas
You are cross compiling and you need to use CROSS_COMPILE. Take a look at the Makefile used to build for optware on all kind of embedded platforms: http://svn.nslu2-linux.org/svnroot/optware/trunk/make/kamailio.mk Regards, Ovidiu Sas On Tue, Mar 12, 2013 at 11:02 AM, Jiri Slachta slac

Re: [SR-Users] [sr-dev] Update existing module or create new?

2013-02-21 Thread Ovidiu Sas
http://sip-router.org/contribute/ http://sip-router.org/tracker/ Regards, Ovidiu Sas On Thu, Feb 21, 2013 at 5:37 PM, Charles Chance charles.cha...@sipcentric.com wrote: Hi, On 06/02/2013 15:16, Henning Westerholt wrote: Am Dienstag, 5. Februar 2013, 13:55:41 schrieb Charles Chance

Re: [SR-Users] modifying global data-structures using Rtimer module

2013-02-05 Thread Ovidiu Sas
Why don't you just simply use db_text? http://kamailio.org/docs/modules/devel/modules/db_text.html Regards, Ovidiu Sas On Mon, Feb 4, 2013 at 11:34 PM, Kiran Bhosale kiranbhosa...@gmail.com wrote: Hi we have developed the custom module which stores the registered users in a file.now we

Re: [SR-Users] Kamailio stability/timing problem w.r.t. registrations?

2013-01-28 Thread Ovidiu Sas
4.0 (current trunk) is in code freeze. I would suggest to test the trunk version (next 4.0). Even openser 1.3 requires patches to be properly cross compiled. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com -- Forwarded message -- From: Sotas Development

Re: [SR-Users] Kamailio stability/timing problem w.r.t. registrations?

2013-01-17 Thread Ovidiu Sas
deployment with plenty of CPU and memory. Also tuning the config (by removing everything that you don't need might help with memory utilization). Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Thu, Jan 17, 2013 at 8:41 AM, Sotas Development sotas...@gmail.com wrote: Daniel

Re: [SR-Users] Kamailio stability/timing problem w.r.t. registrations?

2013-01-17 Thread Ovidiu Sas
compiled. Depending on your ARM CPU, atomic locks may or may not work. I tested openser without atomic locks (using regular locks) and it worked fine. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Thu, Jan 17, 2013 at 12:43 PM, Sotas Development sotas...@gmail.com wrote

Re: [SR-Users] Simple command to insert attributes to domain_attrs

2013-01-09 Thread Ovidiu Sas
, a new script will be available to generate the the framework for tables defined in kamctlrc (same behavior as kamdbctl). Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Wed, Jan 9, 2013 at 9:54 AM, Philippe Sultan philippe.sul...@gmail.com wrote: Hi, I'm migrating

Re: [SR-Users] Kamailio behind NAT - best practice

2013-01-04 Thread Ovidiu Sas
, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Thu, Jan 3, 2013 at 5:11 AM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Hi! Up to now I could avoid Kamailio setups with Kamailio behind NAt. But this time I have to deal with it. That's why I want to ask what others

Re: [SR-Users] How to set variable externally

2012-12-21 Thread Ovidiu Sas
/modules/3.3.x/modules_k/cfgutils.html http://kamailio.org/docs/modules/3.3.x/modules_k/cfgutils.html#id2533439 http://kamailio.org/docs/modules/3.3.x/modules_k/cfgutils.html#id2494518 http://kamailio.org/docs/modules/3.3.x/modules_k/cfgutils.html#id2494559 Regards, Ovidiu Sas On Fri, Dec 21

Re: [SR-Users] [sr-dev] kamailio-ser integration - status update

2012-12-20 Thread Ovidiu Sas
On Thu, Dec 20, 2012 at 11:04 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: On 12/20/12 4:13 PM, Ovidiu Sas wrote: On Thu, Dec 20, 2012 at 9:39 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: - nathelper - some extra functionality, not sure if can be kept completely Maybe

Re: [SR-Users] [sr-dev] kamailio-ser integration - db modules

2012-12-20 Thread Ovidiu Sas
On Thu, Dec 20, 2012 at 11:20 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: What's the difference between the db1 and db2 interface? It is not the case here, modules_k/ldap does not have any relation to database interface. Any database module db_[DatabaseType] implements an API. SER

Re: [SR-Users] [sr-dev] New developer: Konstantin Mosesov

2012-12-10 Thread Ovidiu Sas
Hello Konstantin, Welcome to the team! Happy kamailio pythoning ez! -ovidiu On Mon, Dec 10, 2012 at 12:28 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, I want to announce that a new developer got GIT write access to repository: Konstantin Mosesov - he has contributed patches

[SR-Users] kamailio vs.ser

2012-12-03 Thread Ovidiu Sas
flavours? My suggestion would be to focus one one single flavour and go forward with it for the next release. Comments? Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

Re: [SR-Users] Kamailio v3.3.2 Released

2012-12-03 Thread Ovidiu Sas
-linux.org/wiki/Optware/Platforms Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Tue, Oct 16, 2012 at 11:00 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, Kamailio SIP Server v3.3.2 stable release is out. This is a maintenance release of the latest stable

Re: [SR-Users] Presence on Cisco/Linksys handsets

2012-11-29 Thread Ovidiu Sas
config. Cheers Mark -- Mark Boyce On 29 Nov 2012, at 19:09, Ovidiu Sas wrote: Do you see a subscription from the phone? A SUBSCRIBE message being sent when the phone registers? -ovidiu On Thu, Nov 29, 2012 at 1:52 PM, Mark Boyce m...@darkorigins.com wrote: Hi All I'm slowly

Re: [SR-Users] Shared Call Appearances module

2012-11-21 Thread Ovidiu Sas
On Tue, Nov 20, 2012 at 5:17 PM, Andrew Mortensen admor...@isc.upenn.edu wrote: On Nov 20, 2012, at 3:43 PM, Ovidiu Sas o...@voipembedded.com wrote: Hello Andrew, First of all, thank you for sharing your work. I was following this thread and I have a couple of questions. Why do you need

[SR-Users] NEW: new module: xhttp_pi

2012-10-28 Thread Ovidiu Sas
and feedback is appreciated. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com ___ 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

Re: [SR-Users] has_sdp()??

2012-10-17 Thread Ovidiu Sas
Making the rtpproxy user friendly would be the right approach here. Then based on return code, the script admin should be able to handle all scenarios. -ovidiu On Wed, Oct 17, 2012 at 12:09 PM, Juha Heinanen j...@tutpro.com wrote: Ovidiu Sas writes: That could be relatively easy to implement

Re: [SR-Users] has_sdp()??

2012-10-17 Thread Ovidiu Sas
On the other hand, is_audio_on_hold(): http://kamailio.org/docs/modules/devel/modules_k/textops.html#id2523065 could be re-worked/re-named to provide media status. -ovidiu On Wed, Oct 17, 2012 at 12:16 PM, Ovidiu Sas o...@voipembedded.com wrote: Making the rtpproxy user friendly would

Re: [SR-Users] $fs syntax

2012-10-17 Thread Ovidiu Sas
IIRC, port is also optional. -ovidiu On Wed, Oct 17, 2012 at 11:27 AM, Juha Heinanen j...@tutpro.com wrote: Daniel-Constantin Mierla writes: the value returned by $fs is always with proto, afaik. When you assign something to it is just to identify the listening socket, i.e., the given

Re: [SR-Users] has_sdp()??

2012-10-17 Thread Ovidiu Sas
Then parse_sdp needs to be updated to return explicit error codes :( -ovidiu On Wed, Oct 17, 2012 at 12:35 PM, Juha Heinanen j...@tutpro.com wrote: Ovidiu Sas writes: On the other hand, is_audio_on_hold(): http://kamailio.org/docs/modules/devel/modules_k/textops.html#id2523065 could be re

Re: [SR-Users] $fs syntax

2012-10-17 Thread Ovidiu Sas
...@tutpro.com wrote: Ovidiu Sas writes: IIRC, port is also optional. lets say that you have two listening ports on the same ip, one that is used for external traffic and the other for internal. if you leave port out when you force the socket, which socket it is using? -- juha

Re: [SR-Users] has_sdp()??

2012-10-17 Thread Ovidiu Sas
used pattern: SDP in INVITE/200ok as opposed to 200ok/AC. So ... yes, not all cases are covered, but it seems that most common scenarios are covered. -ovidiu On Wed, Oct 17, 2012 at 12:57 PM, Juha Heinanen j...@tutpro.com wrote: Ovidiu Sas writes: Making the rtpproxy user friendly would

Re: [SR-Users] no socket found for match second RR

2012-09-21 Thread Ovidiu Sas
Sorry Juha, I forgot to reply to you that I added that warning in the code for the same reason. What do you mean by a parameter that disables looking for the socket? -ovidiu On Fri, Sep 21, 2012 at 9:28 AM, Juha Heinanen j...@tutpro.com wrote: Daniel-Constantin Mierla writes: the second is

Re: [SR-Users] no socket found for match second RR

2012-09-21 Thread Ovidiu Sas
advertised addresses and call appropriately loose_route(). Because of this, I implemented the warning disable parameter. It is not optimal either, because for traffic through real sockets the warning should be printed. Regards. Ovidiu Sas On Fri, Sep 21, 2012 at 10:18 AM, Juha Heinanen j...@tutpro.com

Re: [SR-Users] $200 bounty

2012-06-20 Thread Ovidiu Sas
If you really want to hire someone to configure your kamailio server, then your starting point should be here: http://www.kamailio.org/w/business-directory/ Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Wed, Jun 20, 2012 at 1:47 PM, copycall d...@copycall.com wrote

Re: [SR-Users] [SIREMIS] send MI Commands to multiple kamailio servers

2012-05-15 Thread Ovidiu Sas
on the mailing list. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Tue, May 15, 2012 at 12:49 AM, SamyGo govoi...@gmail.com wrote: Thanks to both of you Elena and  Ovidius - Since I'm not a php programmer so I can't promise a patch at this stage, however, I am planning

Re: [SR-Users] [SIREMIS] send MI Commands to multiple kamailio servers

2012-05-14 Thread Ovidiu Sas
For running mi commands on remote servers you could consider using the new xhttp_rpc module: http://kamailio.org/docs/modules/devel/modules/xhttp_rpc.html Regards, Ovidiu Sas On Mon, May 14, 2012 at 1:45 PM, Elena-Ramona Modroiu ram...@asipto.com wrote: Hi, current version of siremis does

Re: [SR-Users] Limiting registrations to known users without auth

2012-03-07 Thread Ovidiu Sas
/modules/stable/modules_k/db_sqlite.html This should be compatible with sqlops. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Wed, Mar 7, 2012 at 11:18 AM, Pedro Antonio Vico Solano pvsol...@amper.es wrote: Thanks for the clarification, Daniel. I've tried

Re: [SR-Users] [newbie] questions

2012-01-30 Thread Ovidiu Sas
request through a specific interface. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Mon, Jan 30, 2012 at 7:13 PM, Me mojo1...@privatedemail.net wrote: It's not a smart-arse reply; it's sincere, earnest advice. Really?! Perhaps you could explain to me how exactly

Re: [SR-Users] Kamailio : Listening on multiple ports behind NAT

2012-01-17 Thread Ovidiu Sas
/cookbooks/devel/pseudovariables#send_address_attributes Based on that, you should know through which interface the INVITE should be sent and therefore you should be able to set the proper Record-Route header. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Tue, Jan 17

Re: [SR-Users] usrloc, timer process and cache cleanup

2011-12-22 Thread Ovidiu Sas
The replace solution will mask the real issue. The flag that is in the usrloc should switch between update or insert and that is the real fix. Regards, Ovidiu Sas -- VoIP Embedded, Inc.http://www.voipembedded.com On Thu, Dec 22, 2011 at 12:58 PM, Daniel-Constantin Mierla mico...@gmail.com wrote

Re: [SR-Users] usrloc, timer process and cache cleanup

2011-12-22 Thread Ovidiu Sas
rather see the original issue instead of being masked and let it trigger other issues later on which would be more difficult to debug. Regards, Ovidiu Sas ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip

Re: [SR-Users] using xhttp_rpc to send MESSAGE to SIP user from web server

2011-12-17 Thread Ovidiu Sas
/xhttp_rpc.html#id2521422 It is better to use the xmlrpc module for this kind of functionality. http://kamailio.org/docs/modules/stable/modules/xmlrpc.html Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Sat, Dec 17, 2011 at 10:37 AM, Krishna Kurapati kkura...@gmail.com

Re: [SR-Users] Problem to verify contact header

2011-12-07 Thread Ovidiu Sas
You would want to have: if(_msg-contact!= NULL _msg-contact-body.s!= NULL){ Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Wed, Dec 7, 2011 at 11:24 AM, Bruno Bresciani bruno.bresci...@gmail.com wrote: Hi All, Kamailio generate a core at line below if(_msg

Re: [SR-Users] rate limit module

2011-12-02 Thread Ovidiu Sas
Take a look at the rl_set_dbg command: http://www.kamailio.org/docs/modules/1.5.x/ratelimit.html#id2506196 Enable debug mode and you will see in the logs what ratelimit is doing internally. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Fri, Dec 2, 2011 at 2:56 PM

Re: [SR-Users] rate limit module

2011-12-02 Thread Ovidiu Sas
It is allow up to 50 calls/30sec. You can verify that by observing the debug logs. Regards, Ovidiu Sas On Fri, Dec 2, 2011 at 4:11 PM, Fabian Borot fbo...@hotmail.com wrote: thank you Ovidiu, the debug it really helps. please help me out with these questions though: modparam(ratelimit

Re: [SR-Users] undefined symbol: dprint_crit

2011-11-29 Thread Ovidiu Sas
Probably you are having a linker issue. For which platform are you trying to build? In the trunk, there are a couple of fixes for cross compiling but the work is not 100% completed. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Mon, Nov 28, 2011 at 1:55 PM, Ämin

Re: [SR-Users] parse 503 message

2011-11-22 Thread Ovidiu Sas
You need to use t_check_status inside a failure_route.Take a look at the default config to see how a failure_route is enabled. Regards,Ovidiu Sas On Tue, Nov 22, 2011 at 3:20 PM, Robert R rob1...@gmail.com wrote: Hi, How can I set a filter for receiving 5xx messages, i.e. how can I parse 503

Re: [SR-Users] [Kamailio-Users] Converting rtpproxy recorded .rtp file to .wav file

2011-11-18 Thread Ovidiu Sas
as an a-law stream will create garbled sound. I posted a more descriptive procedure on how to extract audio from rtpproxy pcap files here:http://voipembedded.wordpress.com/extracting-audio-from-calls-recorded-with-rtpproxy/ Regards,Ovidiu Sas On Thu, Jan 14, 2010 at 5:37 PM, Vikram Ragukumar vraguku

Re: [SR-Users] Can the SBC (Kamailio 3.1.x and FreeSWITCH 1.0.6+) do Upper Registration?

2011-11-14 Thread Ovidiu Sas
Take a look at path module: http://kamailio.org/docs/modules/stable/modules_k/path.html Check if your softswitch has support for path. That will be the simpler approach. Regards, Ovidiu Sas On Mon, Nov 14, 2011 at 11:21 AM, edson.gomes.leme edson.gomes.l...@uol.com.br wrote: Hi I am using

[SR-Users] New module: xhttp_rpc

2011-11-14 Thread Ovidiu Sas
info about the module please see the README file. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org

Re: [SR-Users] Directory missing compiling dbtext module

2011-11-05 Thread Ovidiu Sas
If modules_s/dbtext is no longer maintained, then it should be dropped and db_text from modules_k should be moved to modules. Regards, Ovidiu Sas On Sat, Nov 5, 2011 at 7:18 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, I am not sure the dbtext module from modules_s is actually

Re: [SR-Users] Force signalling??

2011-10-20 Thread Ovidiu Sas
You really need to read RFC 3261 (see the loose-routing behaviour - Route and Record-Route headers). Regards, Ovidiu Sas On Thu, Oct 20, 2011 at 9:29 PM, Skyler skchopper...@gmail.com wrote: Hi, On Thu, 2011-10-20 at 17:58 -0400, Alex Balashov wrote: This is where record_route() comes

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

2011-09-07 Thread Ovidiu Sas
It seems that you are on the right path now. Regards, Ovidiu Sas On Wed, Sep 7, 2011 at 5:22 AM, Sarat C. Vemuri sarat.vem...@fthco.com wrote: Ovidiu, Thanks for your time.  The fixes I pulled in is the latest rr module only. I didn't see anything in that diff to make this work.  Could you

Re: [SR-Users] force_rtp_proxy/rtpproxy_offer/answer not replacing ip addr.

2011-07-07 Thread Ovidiu Sas
only trunk On Thu, Jul 7, 2011 at 2:17 AM, MingHon gming...@gmail.com wrote: Hi, Thanks! do you think willl any other version will work? like version 3.0.x? Cheers, MingHon ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

  1   2   >