[asterisk-users] DONT_OPTIMISE, BETTER_BACKTRACES and performance

2011-11-23 Thread Ishfaq Malik
Hi How much impact on performance do DONT_OPTIMISE and BETTER_BACKTRACES have on a busy (13000+ entries in cdr for yesterday) server? I'm trying to decide whether to have them on in case of crashes or not. -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062 --

[asterisk-users] Is it possible call land into extensions.ael configuration file not in extensions.conf

2011-11-23 Thread virendra bhati
Hi List, I want to change the asterisk flow. right now call startd from extensions.conf. Is there any way by which we can changed it to extensions.ael or extensions.lua ? - Thanks and regards Virendra Bhati +91-9172341457 Software Engineer --

Re: [asterisk-users] Is it possible call land into extensions.ael configuration file not in extensions.conf

2011-11-23 Thread Gohar Ahmed
Hi, Create a context in AEL, or LUA and change the context=ael-context or context=lua-context in sip.conf [default] section or for each sip user decalred who needs to start call in context defined in AEL/LUA? Regards, Gohar From: asterisk-users-boun...@lists.digium.com

[asterisk-users] MWI for non-subscribed Realtime peers?

2011-11-23 Thread Jan Blom
Hi, I have an Asterisk behind an OpenSIPS proxy. The proxy handles registrations and also SIP SUBSCRIBE for MWI. The Asterisk are configured to send NOTIFY to the proxy even when the SUBSCRIBE haven't been received. I can configure a user in sip.conf that works: [az5134939706] type=friend

Re: [asterisk-users] Is it possible call land into extensions.ael configuration file not in extensions.conf

2011-11-23 Thread virendra bhati
Hi Gohar, As per you suggestion I make context into AEL file and working file. But I do little bit RD on that case I make same context into both files(.conf and .ael) and asterisk read 1st .conf files extension. It means if we make anythings into AEL files then asterisk 1st check into .conf file

Re: [asterisk-users] DONT_OPTIMISE, BETTER_BACKTRACES and performance

2011-11-23 Thread Stefan Schmidt
Am 23.11.11 11:39, schrieb Ishfaq Malik: Hi How much impact on performance do DONT_OPTIMISE and BETTER_BACKTRACES have on a busy (13000+ entries in cdr for yesterday) server? I'm trying to decide whether to have them on in case of crashes or not. Hi, IMHO a very big impact. for my system

Re: [asterisk-users] How to use password file withAuthenticateApplication

2011-11-23 Thread bakko
hello, I wrote a post about this (spanish) http://www.voztovoice.org/?q=node/477 Or, if you prefere, using func_odbc http://www.voztovoice.org/?q=node/478 Regards - Bakko-- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] safe_asterisk ?

2011-11-23 Thread Danny Nicholas
Safe_asterisk refers to the bash script /usr/sbin/safe_asterisk which is installed by all Asterisk installs whether by rpm, tar or svn. It does exhibit daemon-like behavior in that it is run as a background process and will restart itself if you kill it incorrectly. From: virendra bhati

Re: [asterisk-users] safe_asterisk ?

2011-11-23 Thread Tzafrir Cohen
On Wed, Nov 23, 2011 at 08:16:36AM -0600, Danny Nicholas wrote: Safe_asterisk refers to the bash script /usr/sbin/safe_asterisk which is installed by all Asterisk installs whether by rpm, tar or svn. It does exhibit daemon-like behavior in that it is run as a background process and will

Re: [asterisk-users] MWI for non-subscribed Realtime peers?

2011-11-23 Thread Jan Blom
Let me answer my own question. That may save someone's frustration in the future. The problem is that the Realtime peer never gets loaded, since SIP REGISTER and SIP SUBSCRIBE never reaches Asterisk. Doing a simple sip show peer az5134939706 load from CLI will force load of peer. However, I

Re: [asterisk-users] safe_asterisk ?

2011-11-23 Thread Paul Belanger
On 11-11-23 09:21 AM, Tzafrir Cohen wrote: On Wed, Nov 23, 2011 at 08:16:36AM -0600, Danny Nicholas wrote: Safe_asterisk refers to the bash script /usr/sbin/safe_asterisk which is installed by all Asterisk installs whether by rpm, tar or svn. It does exhibit daemon-like behavior in that it is

Re: [asterisk-users] Follow me unreachable message default

2011-11-23 Thread Danny Nicholas
1.4.8 is a pretty old version. The simplest option IMO would be to remove/replace the file in /var/lib/asterisk/sounds/followme. You can also check your followme.conf and features.conf settings. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On

Re: [asterisk-users] safe_asterisk ?

2011-11-23 Thread Anton Kvashenkin
This is the right place to ask the question: what is the best practice to run asterisk safe_asterisk-like method, but without _using_ safe_asterisk shell script. Actually, what is safe-asterisk doing? It restarts asterisk process and renames core dumps for better understanding of the scenario of

Re: [asterisk-users] DONT_OPTIMISE, BETTER_BACKTRACES and performance

2011-11-23 Thread Anton Kvashenkin
I think that you should use asterisk with this compile flags when you actually have deadlocks or often crashes. 2011/11/23 Stefan Schmidt s...@sil.at Am 23.11.11 11:39, schrieb Ishfaq Malik: Hi How much impact on performance do DONT_OPTIMISE and BETTER_BACKTRACES have on a busy (13000+

Re: [asterisk-users] Is it possible call land into extensions.ael configuration file not in extensions.conf

2011-11-23 Thread Warren Selby
Sorry for the top post, this is from my phone. Asterisk parses all of the config files (.conf, .ael and .lua, assuming you have the appropriate modules loaded) at the time you load asterisk or reload the dialplan (dialplan reload). It does not read the files each time a new call is started.

Re: [asterisk-users] How to use password file with AuthenticateApplication

2011-11-23 Thread Edwin Lam
On 11/22/11 9:02 PM, virendra bhati wrote: On Mon, Nov 21, 2011 at 6:15 AM, virendra bhati virbh...@gmail.com mailto:virbh...@gmail.com wrote: Hi, After deleting all space no improvements. Try reversing the account code and password hash, like this:

Re: [asterisk-users] Question about Read() application

2011-11-23 Thread Kingsley Tart
Danny, Did you try my local channel idea? Cheers, Kingsley. On Mon, 2011-11-21 at 08:25 -0600, Danny Nicholas wrote: I tried to patch app_read on my development dahdi box as follows: static int unload_module(void) { int res; res = ast_unregister_application(app); /*