[OpenSIPS-Users] Compress RTP packets in opensips or rtpproxy

2014-07-28 Thread kaushik parmar
Hello, I want to compress RTP packets in opensips or rtpproxy. Can anyone guide me or give me suggestion to achieve compression of media packets in opensips or rtpproxy? I have referred LZ77 , LZW , Huffman , ROHC algorithm for compression. Is there any specific file that can compress RTP packets

Re: [OpenSIPS-Users] How to enable rest_client module ??

2014-07-28 Thread Pasan Meemaduma
Hi Venkatesh, normally #apt-cache search opensips  should list down all available packages for opensips, If its not listed it either not available in repo you'll have to contact repo maintainer to get the pkg build, I think its not available since its still in beta stage. On Tuesday, 29 Jul

[OpenSIPS-Users] How to enable rest_client module ??

2014-07-28 Thread Venkatesh Macha
Hi everyone, I am trying to use opensips rest_client module. Now i have *opensips 1.11.2-notls (x86_64/linux)* installed from Debian package on ubuntu. My question is how can i enable rest_client??? i mean if we want to use mysql we are going to install* opensips-mysql-module* lik

Re: [OpenSIPS-Users] nat helper timer error

2014-07-28 Thread Pasan Meemaduma
Hi Bogdan, Nope, mode 2 :) modparam("usrloc", "db_mode", 2) On Monday, 28 July 2014, 17:06, Bogdan-Andrei Iancu wrote: Hi Pasan, What db_mode do you use in the usrloc module ? I hope not 3 :D . Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.

Re: [OpenSIPS-Users] Handling Timeouts Between INVITE Provisional Responses

2014-07-28 Thread Jamuel Starkey
Thanks, Bogdan--great feature in 1.11.x I was originally looking in the 1.8.x man pages. I just got 1.11.2 working here in dev and the feature works great. One question--any reason that if I xlog the $T_fr_timeout or $T_fr_inv_timeout variables they return 0 whenever they were not explicit

Re: [OpenSIPS-Users] Long delay for relaying the response

2014-07-28 Thread Bogdan-Andrei Iancu
Hi, Do you use any media relay in your setup ? or anything else to imply external interaction while handling the replies ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 11.07.2014 21:39, Gary Nyquist wrote: Hi, Please see the attached pictu

[OpenSIPS-Users] mediaproxy-dispatcher extra fields in database

2014-07-28 Thread Edwin
I am using mediaproxy-dispatcher 2.6.1 with the (mysql) database backend. The id, call_id, from_tag and to_tag are created on first start. The rest of the data is in the info field. I would like to add extra fields like caller_codec, callee_codec, caller_remote etc. Is this possible and if so how

Re: [OpenSIPS-Users] Handling Timeouts Between INVITE Provisional Responses

2014-07-28 Thread Bogdan-Andrei Iancu
Hi, fr_timeout is the interval between the request and the first provisional reply - shortly, how long to to wait for the first provisional reply. fr_inv_timeout is the interval between the request and the final reply (2xx or negative) - shortly, how long to wait for completing the transacti

Re: [OpenSIPS-Users] uac_auth to uac_registrant module

2014-07-28 Thread Bogdan-Andrei Iancu
Hi, 1) on changing cseq as a simple text - this is not wise as you break the sequence of cseq number in the dialog; we are working on a feature to allow you do that in sip-wise way. 2) about realm, the proxy/www -Authenticate header (in the 401/407 reply) has the realm parameter; you can gra

Re: [OpenSIPS-Users] OpenSIPS freeze

2014-07-28 Thread Bogdan-Andrei Iancu
Hi Stas, It looks like one of the processes gets stuck in doing something (maybe an I/O ?) while keeping a lock - the rest of processes will get one by one stuck in that taken lock. This is not easy to debug - as a start you could try to get a bt from each opensips script. Opensipsctl for 1.

Re: [OpenSIPS-Users] R: R: R: R: does opensips work with public sipserver?

2014-07-28 Thread Bogdan-Andrei Iancu
Hi Fabio, maybe there is mistake in setting 1103 both as RURI and FROM, while TO is different. I would expect to have RURI + TO the same and FROM different. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 18.07.2014 17:00, Fabio Di Gennaro wro

Re: [OpenSIPS-Users] opensips remote db

2014-07-28 Thread Ricky Keele
Thanks found the issue did not move the version table from original db to remote one. Ricky On 7/28/2014 11:25 AM, Ricky Keele wrote: Hello, Could someone help me with why opensips will not start with remote db defined. ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start

[OpenSIPS-Users] OpenSIPS 1.11.1 and Control Panel 5 - php warning & notice being logged

2014-07-28 Thread Gary Patton
Good afternoon. I keep getting this PHP warning and notice every time my "get_opensips_stats.php" cron job runs: PHP Warning: Creating default object from empty value in /var/www/5.0/config/db.inc.php on line 25PHP Notice: Undefined variable: arg_list in /var/www/5.0/web/common/mi_comm.php on

[OpenSIPS-Users] opensips remote db

2014-07-28 Thread Ricky Keele
Hello, Could someone help me with why opensips will not start with remote db defined. ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start failed error log [root@dalc1-db01-osip01 ~]# tail -f /var/log/messages Jul 28 16:22:40 dalc1-db01-osip01 /usr/local/sbin/opensips[834

Re: [OpenSIPS-Users] registration for each subscriber ID and IP

2014-07-28 Thread Bogdan-Andrei Iancu
Hi, Simply create a new field to the subscriber table and populate it by hand after creating the subcriber (do an update on the table). Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 28.07.2014 16:36, Лытаев Антон Викторович wrote: How to add

Re: [OpenSIPS-Users] Options Probing From drouting/lb modules

2014-07-28 Thread Bogdan-Andrei Iancu
Hi Bobby, There is no straight way to do it now (unless some over complicated solutions). The plan is to add Events for gateway failing. Similar like we have in the dispatcher module (see http://www.opensips.org/html/docs/modules/1.11.x/dispatcher.html#id295069). And having an Event in place

Re: [OpenSIPS-Users] registration for each subscriber ID and IP

2014-07-28 Thread Bogdan-Andrei Iancu
Hi, I would rather suggest (instead of using the permissions module) to put an extra field into the subscriber table and put the IP over there. You can load that field during auth process via the "load_credentials" parameter : http://www.opensips.org/html/docs/modules/1.11.x/auth_db.html#id29

Re: [OpenSIPS-Users] High Reliable Couchbase Queries

2014-07-28 Thread Jonathan Hulme
Hi Vlad, I have ran some tests on level 4 (Debug) and when using memcached driver I get the following: DBG:core:cachedb_fetch: from script [memcached] - with grp [cbdb] ERROR:cachedb_memcached:wrap_memcached_get: Failed to get: SERVER ERROR If I use couchbase I get: DBG:c

Re: [OpenSIPS-Users] Radius accounting for CDRTool

2014-07-28 Thread Tijmen de Mes
Hi, I’ve updated the docs and included a sample for OpenSIPS 1.10: http://cdrtool.ag-projects.com/projects/cdrtool/wiki/Installation_Guide#OpenSIPS-setup   If you are unable to make it work with this sample, please look at the docs of the acc module. --  Tijmen de Mes AG-Projects On 22 juli 20