Re: [OpenSIPS-Users] Mysql Crashes and panics

2009-04-19 Thread Geoffrey Mina
It sounds to me like your rating script is doing a full table lock and thus not allowing opensips to insert/update rows into the table until it completes. Are you using InnoDB or MyISAM tables? If you are using InnoDB I would do a SHOW INNODB STATUS at the time of the 'lockup' to verify that you

Re: [OpenSIPS-Users] Need to handle an upstream carrier error - Duplicate INVITE Messages

2009-02-21 Thread Geoffrey Mina
Hello, I have a carrier who provides PSTN gateway services. They have multiple redundant sip gateway devices in their network. The problem occurs when one of their devices starts to have issues. I will receive an INVITE request from both gateways with the same call-id. The problem is that my

Re: [OpenSIPS-Users] Paid Consultation Request

2009-02-12 Thread Geoffrey Mina
Well, just figured I would provide an update. As I was very put off by the general attitude of the community as it related to my request for commercial support and assistance during my deployment phase I started looking elsewhere. Someone on this list suggested I contact the author of the

[OpenSIPS-Users] Paid Consultation Request

2009-02-11 Thread Geoffrey Mina
Hello, I am looking for anyone who would consider themselves an 'expert' in the field of OpenSIPS. My company is launching an OpenSIPS deployment to front-end all the SIP traffic entering our network. I would like to have someone experienced look over my config to give it the proverbial

Re: [OpenSIPS-Users] Paid Consultation Request

2009-02-11 Thread Geoffrey Mina
that by a 2 hour quick check you will be out of trouble, think that this has a very low probability to happen. So nobody good enough for the job will take your request seriously. Adrian On Feb 11, 2009, at 5:46 PM, Geoffrey Mina wrote: Hello, I am looking for anyone who would consider themselves

Re: [OpenSIPS-Users] Paid Consultation Request

2009-02-11 Thread Geoffrey Mina
If it is simply a matter of financials, I would be willing to discuss that matter with any interested party off-line. thanks. On Wed, Feb 11, 2009 at 12:25 PM, Alex Balashov abalas...@evaristesys.com wrote: Iñaki Baz Castillo wrote: 2009/2/11 Adrian Georgescu a...@ag-projects.com: Geoffrey,

Re: [OpenSIPS-Users] Paid Consultation Request

2009-02-11 Thread Geoffrey Mina
. Basically what this comes down to is a scenario of I don't know what I don't know... if that makes any sense. Thanks, Geoff On Wed, Feb 11, 2009 at 12:36 PM, Iñaki Baz Castillo i...@aliax.net wrote: 2009/2/11 Geoffrey Mina geoffreym...@gmail.com: Thanks for your reply, but I tend to disagree. I have

Re: [OpenSIPS-Users] Paid Consultation Request

2009-02-11 Thread Geoffrey Mina
Febrero de 2009, Geoffrey Mina escribió: It's nice to see there are actually some folks out there who can (almost) see where I am coming from. The general response of the community is quite surprising. I was expecting much different responses based on the level of support specific questions

Re: [OpenSIPS-Users] Paid Consultation Request

2009-02-11 Thread Geoffrey Mina
Brett, The 408 in this scenario is generated by OpenSIPS internally. As discussed previously, these systems are simply acting as IVR end points. They ALWAYS answer the call. It is not dependant on anything upstream or outside of the Asterisk server. If OpenSIPS generates an internal timeout...

Re: [OpenSIPS-Users] Paid Consultation Request

2009-02-11 Thread Geoffrey Mina
Baz Castillo i...@aliax.net wrote: El Miércoles, 11 de Febrero de 2009, Geoffrey Mina escribió: ## If we are in-dialog loose_route() should return true and we should ## end up here. I am not sure the subsequent check of has_totag() is ## necessary, but I could be wrong. Yes, you should do

Re: [OpenSIPS-Users] Paid Consultation Request

2009-02-11 Thread Geoffrey Mina
Either a 'bug' or a 'feature'... whatever you want to call it :) It worked as I _expected_, but not as intended. thanks, Geoff On Wed, Feb 11, 2009 at 6:18 PM, Iñaki Baz Castillo i...@aliax.net wrote: El Jueves, 12 de Febrero de 2009, escribió: I have addressed the ds_select_domain() usage

[OpenSIPS-Users] OpenSIPS 1.4 / Asterisk / Dispatcher / Probe / 4XX Error

2009-02-01 Thread Geoffrey Mina
Hello, I am hoping someone can point me in the right direction. I have configured my OpenSIPs server to load balance 10+ asterisk servers using the dispatcher module. To date I have not been able to implement the probe functionality because the OPTIONS and INFO methods both cause asterisk to

Re: [OpenSIPS-Users] OpenSIPS 1.4 / Asterisk / Dispatcher / Probe / 4XX Error

2009-02-01 Thread Geoffrey Mina
How would I configure the ruri in opensips to provide an extension similar to sip:p...@asterisk.mydomain.com? I couldn't get anything other than sip:asterisk.mydomain.com Thanks. Geoff On 2/1/09, Iñaki Baz Castillo i...@aliax.net wrote: El Lunes, 2 de Febrero de 2009, Geoffrey Mina escribió

Re: [OpenSIPS-Users] Dispatcher issue

2009-01-24 Thread Geoffrey Mina
Bogdan, Can you speak a bit on the t_newtran call and it's use as it corresponds to the dispatcher module? Currently I am doing something similar to: (greatly simplified for this email) route{ if(is_method(INVITE)){ ds_select_domain(1,4); t_on_reply(1);

Re: [OpenSIPS-Users] Help!! How to do failover of mysql connection

2008-11-24 Thread Geoffrey Mina
This problem has been solved many times. The absolute most bomb-proof MySQL failover solution involves a combination of DRBD and Linux HA (Heart Beat). The replication model has too many issues IMO. On Sun, Nov 23, 2008 at 9:10 AM, Uwe Kastens [EMAIL PROTECTED] wrote: Hi Krunal, * I