Re: [SR-Users] get server parameters from DB when kamailio starts

2012-02-14 Thread Daniel-Constantin Mierla
Hello, On 2/13/12 7:48 PM, Uri Shacked wrote: thanks. i find the htable module a little confusing, or a little harder to understand. (although i said so on the mtree and today i find myself using it a lot). you have to understand first the structures behind it:

Re: [SR-Users] CAcert root in Lumicall

2012-02-14 Thread Daniel-Constantin Mierla
Hello, On 2/9/12 11:52 PM, Daniel Pocock wrote: On 09/02/12 21:49, Daniel-Constantin Mierla wrote: Hello, On 2/9/12 5:21 PM, Daniel Pocock wrote: On 09/02/12 01:41, Daniel Pocock wrote: I've been contemplating Daniel's earlier question about using the CAcert certificates with Lumicall

Re: [SR-Users] Dialogs not removed from memory, and occasionally persistent in DB as well

2012-02-14 Thread Øyvind Kolbu
On 2012-02-14 at 11:38, Daniel-Constantin Mierla wrote: can you create the transaction with t_newtran() somewhere before calling dlg manage? It should absorb retransmissions before going into dialog processing. After creating the transaction, use either send_reply() or t_reply() instead of

Re: [SR-Users] CAcert root in Lumicall

2012-02-14 Thread Daniel Pocock
I installed it from the download page, worked fine on android 2.2 -- had no time to test it yet, but I noticed some warning messages during installation. Not sure if it is specific for each android phone type or for android in general, but I was alerted that I will allow the application do

[SR-Users] creating DB in MySQL for Homer Capture server gives errors

2012-02-14 Thread Nelson Pereira
Hi all, Trying to create the Homer SIP capture (Kamailio) DB and getting an error: Error SQL query: CREATE TABLE `sip_capture` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date` timestamp NOT NULL DEFAULT '-00-00 00:00:00', `micro_ts` bigint(18) NOT NULL DEFAULT '0',

Re: [SR-Users] creating DB in MySQL for Homer Capture server gives errors

2012-02-14 Thread Alexandr Dubovikov
Hi Nelson, your mysql server is old. The best way upgrade your mysql server minimum up to 5.1.43, if not, don't use UNIX_TIMESTAMP partitioning for this mysql. Wbr, Alexandr 14.02.2012 15:25, Nelson Pereira wrote:

[SR-Users] problems since upgrading mysql and php

2012-02-14 Thread Nelson Pereira
Getting the bellow error after upgrading php and mysql as requested: Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster

Re: [SR-Users] Record-route and high avaibility

2012-02-14 Thread Anto
Hello, Ok ;-). Thanks ! Best regards Anto 2012/2/8 Daniel-Constantin Mierla mico...@gmail.com: Hello, On 2/5/12 8:31 PM, Anto wrote: Hello I have a proxy that makes the function of balancer and I have a doubt. This balancing between two proxies that do accounting, if any falls during

[SR-Users] Kamailio Asterisk Followup

2012-02-14 Thread Greg Mannie
Hello Sorry for another newbie question, but eventually with your greatly appreciated help I will get proficient in this application. After reading much RFC reading and docs for Kamailio I see where the benefits of using the sip proxy for registering devices while using asterisk for

Re: [SR-Users] problems since upgrading mysql and php

2012-02-14 Thread dotnetdub
On 14 February 2012 18:42, Nelson Pereira npere...@cbnco.com wrote: Getting the bellow error after upgrading php and mysql as requested: ** ** Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is

[SR-Users] AVP obtain with regular expression

2012-02-14 Thread Anto
Hello I'm using AVP, but I can not finish assimilating the concept. I try to input messages, according to their DID. Once it enters an INVITE message treatment with alias_db for its user, but I want some AVP for each DID. I can think of three cases. The first I have no very clear if possible and