Displaying 20 results from an estimated 2000 matches similar to: "Continuously core dumping of 1.8 on SLES"
2009 Aug 12
1
app_voicemail.so: undefinied symbol: global_app_buf
Hello,
I recently completed a fresh install of Asterisk
SVN-group-srtp-r183146M-/trunk , and I'm running into an issue getting the
voicemail application module to load. Output from debug shows:
-------------------------------
[Aug 11 22:00:01] NOTICE[20173]: loader.c:875 load_modules: 1 modules will
be loaded.
[Aug 11 22:00:01] WARNING[20173]: loader.c:376 load_dynamic_module: Error
loading
2009 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off?
Thanks
Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk
2006 Oct 23
0
Callmanager 3.3(5) and Asterisk with ooh323 problem
I have searched and searched for over a week on this but can't seem to
find the issue. Calls from CallManager to Asterisk are being
disconnected immediately. I have setup CallManager and Asterisk per
Shaun Ewing's pdf
http://asterisk.edropbox.net/ccmasteriskvm.pdf
I have installed Asterisk 1.4.0-beta3 on Fedora Core 5. I got libpri,
zaptel, and asterisk compiled and installed.
2010 May 12
1
problems with unicall
Hello,
i'm using asterisk 1.4.9 in fedora 7, i was compiled its with this package:
libpri-1.4.2
asterisk-1.4.9
spandsp-0.0.4
unicall-0.0.5pre1
libmfcr2-0.0.3
libsupertone-0.0.2
libunicall-0.0.3
zaptel-1.4.4
i'm using a E1 pci card with R2 but they not work, when I start the asterisk
its generate this log:
[May 12 08:53:24] WARNING[30814] channel.c: No channel type
2010 Mar 09
0
Asterisk 1.6.2.5 crash with chan_capi upon calling to PSTN
Hi,
I am having a problem with (Asterisk is crashing) with a Fritz card PCI
/ chan_capi.
Receiving Calls from PSTN works, but outbound calls make asterisk crash
(Speicherzugriffsfehler/Segmentation fault). The crash occurs upon
dialing with the other phone not even ringing.
I hereby ask if somebody reading this list can confirm or disprove my
issue. Does anbody run a recent asterisk 2.6 with
2009 May 11
1
Problems with res_odbc
Good morning,
I'm having suddenly cut-offs and I don`t know why. It's been hapenning since
I enabled cdr_odbc/func_odbc in my system.
We use func_odbc to register some queue member's events (login, pause, etc.)
at an external DB ('remoto' connector) and to uptade local tables at a local
DB ('local' connector).
Currently we are usind cdr_odbc to Postgresql and cdr_addon
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
Greetings.
Attempting to connect Asterisk to LDAP database using res_config_ldap
module. While trying to register sip client (Ekiga softphone),
according to slapd.log, asterisk connects to LDAP server, asks for
some attributes to modify (they do exist, and asterisk user has all
permissions to do that,
etc). And then asterisk application just crashes.
Without ldap (using just static users'
2010 Feb 02
0
Issue when reloading
Hello list!
I?m having an issue when reloading Asterisk, I?ve had this problem in
Asterisk 1.6.1.6 so I upgrade to 1.6.2.1 version, but I still have the same
error.
For example, I send a "reload" in Asterisk CLI and this is the output:
isb152*CLI> reload
== Parsing '/etc/asterisk/extconfig.conf': == Found
== Parsing '/etc/asterisk/manager.conf': == Found
2006 Jun 26
0
AEL scripting, CUT use and string concatenation
Hi to all,
i'm wondering to realize a dynamic macro that can take the number of
extensions to RING,the ring type and all the parameter in a dynamic way.
I have done this code to test it:
macro pbx-ring-group-ael(pbx_id,num_int,ring_type,timeout,ext_string) {
//; pbx_id = Id of PBX in the DB
//; num_int = Quantity of extensions to ring
//; ring_type = Kind of RING (C=contemporaneous
2008 Feb 21
3
How to get a clean, basic configuration?
Hello
I'm using a standard Asterisk install with default settings, and when
I run "reload", I see that Asterisk fetches configuration information
from a lot more sources than just my extensions.conf and sip.conf.
For instance:
-- Registered indication country 've'
-- Registered indication country 'za'
-- Setting default indication country to
2011 May 05
1
ael context ~~s~~ in macros broke Dial() U() option in 1.6.2.17.2 and newer
Hi,
I think this must be a bug introduced with 1.6.2.17.something.
When I upgrade from asterisk-1.6.2.16.1 to asterisk-1.6.2.17.2 or 1.6.2.18,
my AEL Dial() commands with the "U" options fail with the following error:
[May 3 12:05:54] ERROR[6300] app_stack.c: Attempt to reach a non-existent
destination for gosub: (Context:screen, Extension:s, Priority:1)
Here are the segments
2007 Jan 23
0
AEL parse failure on 1.2.14
Am I doing something really stupid in this AEL macro, or is nesting an
'if' inside a 'switch', inside an 'if' not supported in the 1.2 AEL
parser?
macro stdexten( ext , dev ) {
// First determine if the SIP peer is registered here
Set(aretheyhere=${SIPPEER(${ext}:status)});
if(${aretheyhere:0:2}) == "OK") {
2015 May 12
1
AEL keyword IfTime with variable on time range
Sorry, I forget to tell I tried, but not works.
*Context:*
context ivr_temp2 {
s => {
Proceeding();
str_time_01 = '06:00-12:00|*|*|*'; // Manh?
ifTime (${str_time_01}) {
Playback(ura/bom_dia);
}
}
}
The error is showed on "ael reload".
*Console errors:*
rs0000sr304*CLI> ael reload
Command 'ael reload' failed.
2011 Feb 18
2
pbx_ael.so: undefined symbol: ast_compile_ael2
Hello,
trying to load ael module in asterisk ver 1.6.2 got the following:
asterisk*CLI> module load pbx_ael.so
Unable to load module pbx_ael.so
Command 'module load pbx_ael.so' failed.
[Feb 18 11:25:47] WARNING[7412]: loader.c:449 load_dynamic_module: Error
loading module 'pbx_ael.so': /usr/lib/asterisk/modules/pbx_ael.so: undefined
symbol: ast_compile_ael2
[Feb 18 11:25:47]
2008 Dec 23
2
AEL Variable Warning Messages
I have two offices sharing a phone system. They also share a common
internal context because all of the employees of the second office also
work for the first office. Each office has 4 outside lines and I have
defined 2 channel groups in my zapata.conf. The second office needs all
of their outgoing calls to go out over their lines so the people they
call will have the correct callerID. I
2009 Jul 20
0
No subject
one under my default context at extention.conf.
And what is [pbx_config]?
Thanks
Eyal
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Tzafrir Cohen
Sent: Friday, June 25, 2010 4:05 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Is there a default dial plan that is not in
2007 Feb 23
2
Any way to get rid of AEL created contexts?
"show dialplan" keeps showing contexts created by AEL. I tried deleting
/etc/asterisk/extensions.ael but kept getting these messages in the Asterisk
log:
Feb 14 21:39:53 WARNING[6074] pbx_ael.c: Unable to open
'/etc/asterisk/extensions.ael': No such file or directory
Feb 14 21:39:53 WARNING[6074] pbx.c: Requested contexts didn't get merged
Is there any way to delete or
2007 Sep 11
2
Asterisk 1.4.11, res_features.so, SegFault
Hi All,
I have a really strange issue occuring where if I run "show dialplan" or
"dialplan show" or "dialplan show parkedcalls", then asterisk dumps core.
It only appears to happen with contexts that are created within
res_features. I am able to display all my other dialplans, but, every
time I try to just do a normal "dialplan show" asterisk core dumps
2006 Jan 06
0
--- AEL 2 --- Try it out!
Hello--
I've just written and submitted a new module for asterisk, to the
asterisk bug database.
See http://bugs.digium.com/view.php?id=6021
There is a file there you can download, AEL2v0.3.patch.bz2
and I created a wiki page: http://www.voip-info.org/wiki/view/Asterisk+AEL2
Why did I do it? Because I was very impressed with AEL, but the current
AEL compiler isn't real good at
2010 Jan 21
1
Asterisk & LDAP authentification
Hi everybody,
I would like to use realtime authentification with my LDAP.
My Asterisk is v. 1.6.1.12. I'm using OpenLDAP
The command realtime ldap status is OK.
I have configure these files :
/etc/asterisk/extconfig
/etc/asterisk/res_ldap.conf
/etc/asterisk/extensions.ael
I do nothing and I have that in my console :
[Jan 21 10:41:48] WARNING[30020]: res_config_ldap.c:809