Tengo una Sangoma A200 bien configurada. Todo indica que Dahdi
funciona a la perfección. El problema es que el módulo de dahdi, el
chan_dahdi.so no se carga en asterisk. Tengo estas versiones:
asterisk-1.4.29
asterisk-addons-1.4.10
dahdi-linux-2.2.1
dahdi-tools-2.2.1
Al compilarlas no me han dado errores y parece que todo iba bien.
Los principales archivos son los siguientes:
/etc/dahdi/system.conf
----------------------------------
fxsks=1
echocanceller=mg2,1
fxsks=2
echocanceller=mg2,2
fxoks=3
echocanceller=mg2,3
fxoks=4
echocanceller=mg2,4
fxoks=5
echocanceller=mg2,5
fxoks=6
echocanceller=mg2,6
fxoks=7
echocanceller=mg2,7
fxoks=8
echocanceller=mg2,8
fxoks=9
echocanceller=mg2,9
fxoks=10
echocanceller=mg2,10
fxoks=11
echocanceller=mg2,11
fxoks=12
echocanceller=mg2,12
fxoks=13
echocanceller=mg2,13
fxoks=14
echocanceller=mg2,14
fxoks=15
echocanceller=mg2,15
fxoks=16
echocanceller=mg2,16
fxoks=17
echocanceller=mg2,17
fxoks=18
echocanceller=mg2,18
loadzone = es
defaultzone = es
-----------------------------------------
En el /etc/asterisk/chan_dahdi.conf tengo:
[trunkgroups]
[channels]
language=es
progzone=es
context=default
usecallerid=yes
hidecallerid=no
callwaiting=no
usecallingpres=yes
callwaitingcallerid=no
threewaycalling=no
transfer=yes
canpark=no
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=2.0
txgain=3.0
group=1
callgroup=1
pickupgroup=1
immediate=no
;Sangoma AFT-A200 [slot:4 bus:4 span:1] <wanpipe1>
context=pstn
group=0
echocancel=yes
faxdetect=fax
callerid=asreceived
signalling = fxs_ks
channel => 1
context=pstn
group=0
echocancel=yes
faxdetect=fax
signalling = fxs_ks
channel => 2
context=internal
callerid=01
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 3
context=internal
callerid=02
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 4
context=internal
callerid=03
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 5
context=internal
callerid=04
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 6
context=internal
callerid=05
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 7
context=internal
callerid=06
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 8
ontext=internal
callerid=07
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 9
context=internal
callerid=08
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 10
context=internal
callerid=09
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 11
context=internal
callerid=010
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 12
context=internal
callerid=011
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 13
context=recepcion
callerid=012
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 14
context=internal
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 15
context=internal
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 16
context=internal
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 17
context=recepcion
group=1
echocancel=yes
faxdetect=fax
signalling = fxo_ks
channel => 18
---------------------------
Este es una copia del zapata que tenía y me funcionaba.
el dahdi-channels.conf no lo uso, creo que no es necesario.
El fichero de extensiones es muy simplificado para encontrar el error
más fácilmente:
[globals]
[general]
autofallthrough=yes
[default]
[pstn]
exten => s,1,NoOp
exten => s,2,Answer()
exten => s,3,Dial(DAHDI/14,,tTRr)
exten => s,4,Congestion
exten => s,5,Hangup(
[fax]
exten => fax,1,Answer
exten => fax,2,NoOp(${CALLERID})
exten => fax,3,Wait(2)
exten => fax,4,Dial(DAHDI/16,,r)
exten => fax,5,Congestion
exten => fax,6,Hangup()
[internal]
exten => 01,1,Answer()
exten => 01,2,Dial(DAHDI/14,,tT)
exten => 01,3,Congestion
exten => 01,4,Hangup()
[recepcion]
include => internal
exten => _X.,1,Answer()
exten => _X.,2,Dial(DAHDI/1/${EXTEN},,tT)
exten => _X.,3,Hangup()
-------------------------------------
Cuando hago:
module unload chan_dahdi.so
module load chan_dahdi.so
me da estos errores:
load_dynamic_module: Error loading module 'chan_dahdi.so': /usr/lib/
asterisk/modules/chan_dahdi.so: undefined symbol: ast_masq_park_call
load_resource: Module 'chan_dahdi.so' could not be loaded.
Por supuesto que /usr/lib/asterisk/modules/chan_dahdi.so existe.
También me da este segundo error:
load_dynamic_module: Error loading module 'app_dial.so': /usr/lib/
asterisk/modules/app_dial.so: undefined symbol: ast_feature_detect
load_resource: Module 'app_dial.so' could not be loaded.
Pero este segundo error puede ser por no tener configurada la tarjeta
de sonido.
¿Que es ast_masq_park_call y para que lo necesito si tengo
callwaiting=no?
No hay mucha información por ahí sobre estos problemas así que gracias
de antemano.
Un saludo
Pando
so: undefined symbol: ast_masq_park_call
load_resource: Module 'chan_dahdi.so' could not be loaded.
--
Este email pertenece a la lista de Asterisk-ES (http://www.asterisk-es.org)
~~~~~ Normas de la lista Asterisk-ES: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://comunidad.asterisk-es.org/index.php?title=Lista:normas-asterisk-es
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Para anular la suscripción: asterisk-es...@googlegroups.com
Adjunto la mega salida que da el comando 'asterisk -gvvvvvcdddddddddd'
A ver si veis algo que no veo yo. Gracias de nuevo.
Asterisk 1.4.29, Copyright (C) 1999 - 2009 Digium, Inc. and
others.
Created by Mark Spencer
<mark...@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty'
for details.
This is free software, with components licensed under the GNU General
Public
License version 2 and other licenses; you are welcome to redistribute
it under
certain conditions. Type 'core show license' for
details.
=========================================================================
== Parsing '/etc/asterisk/asterisk.conf': Parsing /etc/asterisk/
asterisk.conf
Found
== Parsing '/etc/asterisk/extconfig.conf': Parsing /etc/asterisk/
extconfig.conf
Found
== Parsing '/etc/asterisk/logger.conf': Parsing /etc/asterisk/
logger.conf
Found
Asterisk Event Logger Started /var/log/asterisk/
event_log
Asterisk Dynamic Loader
Starting:
== Parsing '/etc/asterisk/modules.conf':
Found
== Parsing '/etc/asterisk/dnsmgr.conf':
Found
== Parsing '/etc/asterisk/http.conf':
Found
== Manager registered action
Ping
== Manager registered action
Events
== Manager registered action
Logoff
== Manager registered action
Hangup
== Manager registered action
Status
== Manager registered action
Setvar
== Manager registered action
Getvar
== Manager registered action
GetConfig
== Manager registered action
UpdateConfig
== Manager registered action
Redirect
== Manager registered action
Originate
== Manager registered action
Command
== Manager registered action
ExtensionState
== Manager registered action
AbsoluteTimeout
== Manager registered action
MailboxStatus
== Manager registered action
MailboxCount
== Manager registered action
ListCommands
== Manager registered action
UserEvent
== Manager registered action
WaitEvent
== Parsing '/etc/asterisk/manager.conf':
Found
== Parsing '/etc/asterisk/users.conf':
Found
== Parsing '/etc/asterisk/cdr.conf':
Found
[Jan 26 20:19:26] NOTICE[4002]: cdr.c:1451 do_reload: CDR simple
logging
enabled.
== Parsing '/etc/asterisk/rtp.conf':
Found
== RTP Allocating from port range 10000 ->
20000
== Parsing '/etc/asterisk/udptl.conf':
Found
== UDPTL allocating from port range 4000 ->
4999
Asterisk PBX Core
Initializing
Registering builtin
applications:
[Answer]
== Registered application
'Answer'
[BackGround]
== Registered application
'BackGround'
[Busy]
== Registered application
'Busy'
[Congestion]
== Registered application
'Congestion'
[Goto]
== Registered application
'Goto'
[GotoIf]
== Registered application
'GotoIf'
[GotoIfTime]
== Registered application
'GotoIfTime'
[ExecIfTime]
== Registered application
'ExecIfTime'
[Hangup]
== Registered application
'Hangup'
[NoOp]
== Registered application
'NoOp'
[Progress]
== Registered application
'Progress'
[ResetCDR]
== Registered application
'ResetCDR'
[Ringing]
== Registered application
'Ringing'
[SayNumber]
== Registered application
'SayNumber'
[SayDigits]
== Registered application
'SayDigits'
[SayAlpha]
== Registered application
'SayAlpha'
[SayPhonetic]
== Registered application
'SayPhonetic'
[SetAMAFlags]
== Registered application
'SetAMAFlags'
[SetGlobalVar]
== Registered application
'SetGlobalVar'
[Set]
== Registered application
'Set'
[ImportVar]
== Registered application
'ImportVar'
[Wait]
== Registered application
'Wait'
[WaitExten]
== Registered application
'WaitExten'
== Manager registered action
DBGet
== Manager registered action
DBPut
== Parsing '/etc/asterisk/enum.conf':
Found
Asterisk Dynamic Loader
Starting:
== Parsing '/etc/asterisk/modules.conf':
Found
[Jan 26 20:19:26] NOTICE[4002]: loader.c:983 load_modules: 148 modules
will be
loaded.
== Registered file format h263, extension(s)
h263
format_h263.so => (Raw H.263
data)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_getcpeid.so': /usr/lib/asterisk/modules/
app_getcpeid.so: undefined symbol:
ast_adsi_unload_session
== Registered file format sln, extension(s) sln|
raw
format_sln.so => (Raw Signed Linear Audio support
(SLN))
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_mgcp.so': /usr/lib/asterisk/modules/
chan_mgcp.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_sip.so': /usr/lib/asterisk/modules/
chan_sip.so: undefined symbol:
ast_parking_ext
== Registered file format g726-40, extension(s)
g726-40
== Registered file format g726-32, extension(s)
g726-32
== Registered file format g726-24, extension(s)
g726-24
== Registered file format g726-16, extension(s)
g726-16
format_g726.so => (Raw G.726 (16/24/32/40kbps)
data)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_adsiprog.so': /usr/lib/asterisk/modules/
app_adsiprog.so: undefined symbol:
ast_adsi_unload_session
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_iax2.so': /usr/lib/asterisk/modules/
chan_iax2.so: undefined symbol:
ast_parking_ext
== Registered file format h264, extension(s)
h264
format_h264.so => (Raw H.264
data)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_parkandannounce.so': /usr/lib/asterisk/
modules/app_parkandannounce.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'res_agi.so': /usr/lib/asterisk/modules/
res_agi.so: undefined symbol:
ast_masq_park_call
== Registered file format wav, extension(s)
wav
format_wav.so => (Microsoft WAV format (8000Hz Signed
Linear))
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_speech_utils.so': /usr/lib/asterisk/modules/
app_speech_utils.so: undefined symbol:
ast_speech_start
== Registered file format gsm, extension(s)
gsm
format_gsm.so => (Raw GSM
data)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_agent.so': /usr/lib/asterisk/modules/
chan_agent.so: undefined symbol:
ast_monitor_start
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_voicemail.so': /usr/lib/asterisk/modules/
app_voicemail.so: undefined symbol:
ast_adsi_load_soft_key
== Registered file format g723sf, extension(s) g723|
g723sf
format_g723.so => (G.723.1 Simple Timestamp File
Format)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_queue.so': /usr/lib/asterisk/modules/
app_queue.so: undefined symbol:
ast_monitor_start
== Registered file format vox, extension(s)
vox
format_vox.so => (Dialogic VOX (ADPCM) File
Format)
== Registered file format g729, extension(s)
g729
format_g729.so => (Raw G729
data)
== Registered file format wav49, extension(s) WAV|
wav49
format_wav_gsm.so => (Microsoft WAV format (Proprietary
GSM))
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'res_features.so': /usr/lib/asterisk/modules/
res_features.so: undefined symbol:
ast_adsi_unload_session
== Registered file format iLBC, extension(s)
ilbc
format_ilbc.so => (Raw iLBC
data)
== Registered format 'jpg' (JPEG (Joint Picture Experts
Group))
format_jpeg.so => (JPEG (Joint Picture Experts Group) Image
Format)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_followme.so': /usr/lib/asterisk/modules/
app_followme.so: undefined symbol:
ast_bridge_call
== Registered file format pcm, extension(s) pcm|ulaw|ul|
mu
== Registered file format alaw, extension(s) alaw|
al
== Registered file format au, extension(s)
au
== Registered file format g722, extension(s)
g722
format_pcm.so => (Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722
16Khz)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_dahdi.so': /usr/lib/asterisk/modules/
chan_dahdi.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_dial.so': /usr/lib/asterisk/modules/
app_dial.so: undefined symbol:
ast_feature_detect
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_getcpeid.so': /usr/lib/asterisk/modules/
app_getcpeid.so: undefined symbol:
ast_adsi_unload_session
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_mgcp.so': /usr/lib/asterisk/modules/
chan_mgcp.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_sip.so': /usr/lib/asterisk/modules/
chan_sip.so: undefined symbol:
ast_parking_ext
== Registered custom function
SMDI_MSG_RETRIEVE
== Registered custom function
SMDI_MSG
== Parsing '/etc/asterisk/smdi.conf':
Found
== Unregistered custom function
SMDI_MSG_RETRIEVE
== Unregistered custom function
SMDI_MSG
[Jan 26 20:19:26] WARNING[4002]: res_smdi.c:1365 load_module: No SMDI
interfaces are available to listen on, not starting SMDI
listener.
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_adsiprog.so': /usr/lib/asterisk/modules/
app_adsiprog.so: undefined symbol:
ast_adsi_unload_session
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_iax2.so': /usr/lib/asterisk/modules/
chan_iax2.so: undefined symbol:
ast_parking_ext
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_parkandannounce.so': /usr/lib/asterisk/
modules/app_parkandannounce.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'res_agi.so': /usr/lib/asterisk/modules/
res_agi.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_speech_utils.so': /usr/lib/asterisk/modules/
app_speech_utils.so: undefined symbol:
ast_speech_start
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_agent.so': /usr/lib/asterisk/modules/
chan_agent.so: undefined symbol:
ast_monitor_start
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_voicemail.so': /usr/lib/asterisk/modules/
app_voicemail.so: undefined symbol:
ast_adsi_load_soft_key
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_queue.so': /usr/lib/asterisk/modules/
app_queue.so: undefined symbol:
ast_monitor_start
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'res_features.so': /usr/lib/asterisk/modules/
res_features.so: undefined symbol:
ast_adsi_unload_session
res_speech.so => (Generic Speech Recognition
API)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_followme.so': /usr/lib/asterisk/modules/
app_followme.so: undefined symbol:
ast_bridge_call
== Parsing '/etc/asterisk/adsi.conf':
Found
res_adsi.so => (ADSI
Resource)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_dahdi.so': /usr/lib/asterisk/modules/
chan_dahdi.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_dial.so': /usr/lib/asterisk/modules/
app_dial.so: undefined symbol:
ast_feature_detect
== Registered application
'Monitor'
== Registered application
'StopMonitor'
== Registered application
'ChangeMonitor'
== Registered application
'PauseMonitor'
== Registered application
'UnpauseMonitor'
== Manager registered action
Monitor
== Manager registered action
StopMonitor
== Manager registered action
ChangeMonitor
== Manager registered action
PauseMonitor
== Manager registered action
UnpauseMonitor
res_monitor.so => (Call Monitoring
Resource)
== Registered application
'Morsecode'
app_morsecode.so => (Morse
code)
== Parsing '/etc/asterisk/codecs.conf':
Found
-- codec_gsm: using generic
PLC
== Registered translator 'gsmtolin' from format gsm to slin, cost
2
== Registered translator 'lintogsm' from format slin to gsm, cost
1
codec_gsm.so => (GSM Coder/
Decoder)
== Parsing '/etc/asterisk/codecs.conf':
Found
-- codec_adpcm: using generic
PLC
== Registered translator 'adpcmtolin' from format adpcm to slin,
cost
1
== Registered translator 'lintoadpcm' from format slin to adpcm,
cost
1
codec_adpcm.so => (Adaptive Differential PCM Coder/
Decoder)
== Registered application
'GetCPEID'
app_getcpeid.so => (Get ADSI CPE
ID)
== Registered application
'SendURL'
app_url.so => (Send URL
Applications)
== Registered application
'ChanSpy'
== Registered application
'ExtenSpy'
app_chanspy.so => (Listen to the audio of an active
channel)
== Registered application
'Echo'
app_echo.so => (Simple Echo
Application)
== Parsing '/etc/asterisk/cdr_custom.conf':
Found
cdr_custom.so => (Customizable Comma Separated Values CDR
Backend)
res_clioriginate.so => (Call origination from the
CLI)
== Registered application
'Read'
app_read.so => (Read Variable
Application)
== Registered custom function
BASE64_ENCODE
== Registered custom function
BASE64_DECODE
func_base64.so => (base64 encode/decode dialplan
functions)
== Registered custom function
MUSICCLASS
func_moh.so => (Music-on-hold dialplan
function)
== Registered application
'While'
== Registered application
'EndWhile'
== Registered application
'ExitWhile'
== Registered application
'ContinueWhile'
app_while.so => (While Loops and Conditional
Execution)
== Registered custom function
VMCOUNT
== Registered application
'HasVoicemail'
== Registered application
'HasNewVoicemail'
app_hasnewvoicemail.so => (Indicator for whether a voice mailbox has
messages in a given
folder.)
== Registered application
'DumpChan'
app_dumpchan.so => (Dump Info About The Calling
Channel)
== Registered custom function
CALLERID
func_callerid.so => (Caller ID related dialplan
function)
== Registered application
'NBScat'
app_nbscat.so => (Silly NBS Stream
Application)
== Registered custom function
CUT
== Registered custom function
SORT
func_cut.so => (Cut out information from a
string)
pbx_spool.so => (Outgoing Spool
Support)
pbx_loopback.so => (Loopback
Switch)
== Registered custom function
RAND
func_rand.so => (Random number dialplan
function)
== Parsing '/etc/asterisk/meetme.conf':
Found
== Parsing '/etc/asterisk/sla.conf':
Found
== Manager registered action
MeetmeMute
== Manager registered action
MeetmeUnmute
== Registered application
'MeetMeAdmin'
== Registered application
'MeetMeCount'
== Registered application
'MeetMe'
== Registered application
'SLAStation'
== Registered application
'SLATrunk'
app_meetme.so => (MeetMe conference
bridge)
== Registered custom function
CDR
func_cdr.so => (CDR dialplan
function)
== Parsing '/etc/asterisk/cdr.conf':
Found
cdr_csv.so => (Comma Separated Values CDR
Backend)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_mgcp.so': /usr/lib/asterisk/modules/
chan_mgcp.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'chan_mgcp.so' could not be
loaded.
== Parsing '/etc/asterisk/oss.conf':
Found
== Registered channel type 'Console' (OSS Console Channel
Driver)
chan_oss.so => (OSS Console Channel
Driver)
== Registered custom function
ENV
== Registered custom function
STAT
func_env.so => (Environment/filesystem dialplan
functions)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_sip.so': /usr/lib/asterisk/modules/
chan_sip.so: undefined symbol:
ast_parking_ext
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'chan_sip.so' could not be
loaded.
== Registered application
'ForkCDR'
app_forkcdr.so => (Fork The CDR into 2 separate
entities)
== Registered application
'SayCountPL'
app_saycountpl.so => (Say polish counting
words)
== Registered custom function
ISNULL
== Registered custom function
SET
== Registered custom function
EXISTS
== Registered custom function
IF
== Registered custom function
IFTIME
func_logic.so => (Logical dialplan
functions)
res_convert.so => (File format conversion CLI
command)
== Registered application
'ReadFile'
app_readfile.so => (Stores output of file into a
variable)
== Registered application
'StackPop'
== Registered application
'Return'
== Registered application
'GosubIf'
== Registered application
'Gosub'
app_stack.so => (Stack
Routines)
== Registered custom function
DB
== Registered custom function
DB_EXISTS
== Registered custom function
DB_DELETE
func_db.so => (Database (astdb) related dialplan
functions)
== Parsing '/etc/asterisk/phone.conf':
Found
== Registered channel type 'Phone' (Standard Linux Telephony API
Driver)
chan_phone.so => (Linux Telephony API
Support)
-- Loaded PUBLIC key
'freeworlddialup'
-- Loaded PUBLIC key
'iaxtel'
res_crypto.so => (Cryptographic Digital
Signatures)
== Registered application
'UserEvent'
app_userevent.so => (Custom User Event
Application)
== Registered application
'Exec'
== Registered application
'TryExec'
== Registered application
'ExecIf'
app_exec.so => (Executes dialplan
applications)
== Registered application
'RealTimeUpdate'
== Registered application
'RealTime'
app_realtime.so => (Realtime Data Lookup/
Rewrite)
== Parsing '/etc/asterisk/amd.conf':
Found
-- AMD defaults: initialSilence [2500] greeting [1500]
afterGreetingSilence [800] totalAnalysisTime [5000] minimumWordLength
[100] betweenWordsSilence [50] maximumNumberOfWords [3]
silenceThreshold
[256]
== Registered application
'AMD'
app_amd.so => (Answering Machine Detection
Application)
== Registered application
'SetCDRUserField'
== Registered application
'AppendCDRUserField'
== Manager registered action
SetCDRUserField
app_setcdruserfield.so => (CDR user field
apps)
== Registered application
'ZapScan'
== Registered application
'DAHDIScan'
app_dahdiscan.so => (Scan Zap channels
application)
== Registered custom function
FIELDQTY
== Registered custom function
FILTER
== Registered custom function
REGEX
== Registered custom function
ARRAY
== Registered custom function
QUOTE
== Registered custom function
CSV_QUOTE
== Registered custom function
LEN
== Registered custom function
STRFTIME
== Registered custom function
STRPTIME
== Registered custom function
EVAL
== Registered custom function
KEYPADHASH
== Registered custom function
SPRINTF
func_strings.so => (String handling dialplan
functions)
== Registered application
'DAHDIBarge'
== Registered application
'ZapBarge'
app_dahdibarge.so => (Barge in on channel
application)
== Registered application
'MP3Player'
app_mp3.so => (Silly MP3
Application)
[Jan 26 20:19:26] NOTICE[4002]: chan_ooh323.c:2532 load_module:
---------------------------------------------------------------------------------
--- ******* IMPORTANT NOTE
***********
---
--- This module is currently unsupported. Use it at your own
risk.
---
---------------------------------------------------------------------------------
== Parsing '/etc/asterisk/ooh323.conf':
Found
-- == Setting default context to
default
== Registered channel type 'OOH323' (Objective Systems H323 Channel
Driver)
chan_ooh323.so => (Objective Systems H323
Channel)
== Registered application
'Authenticate'
app_authenticate.so => (Authentication
Application)
== Registered application
'SendText'
app_sendtext.so => (Send Text
Applications)
== Registered application
'ADSIProg'
app_adsiprog.so => (Asterisk ADSI Programming
Application)
== Registered application
'MixMonitor'
== Registered application
'StopMixMonitor'
app_mixmonitor.so => (Mixed Audio Monitoring
Application)
== Registered application
'BackgroundDetect'
app_talkdetect.so => (Playback with Talk
Detection)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_iax2.so': /usr/lib/asterisk/modules/
chan_iax2.so: undefined symbol:
ast_parking_ext
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'chan_iax2.so' could not be
loaded.
== Registered application
'SayUnixTime'
== Registered application
'DateTime'
app_sayunixtime.so => (Say
time)
== Registered application
'Milliwatt'
app_milliwatt.so => (Digital Milliwatt (mu-law) Test
Application)
== Parsing '/etc/asterisk/cdr_manager.conf':
Found
cdr_manager.so => (Asterisk Manager Interface CDR
Backend)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_parkandannounce.so': /usr/lib/asterisk/
modules/app_parkandannounce.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'app_parkandannounce.so' could not be
loaded.
== Registered application
'Directory'
app_directory.so => (Extension
Directory)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'res_agi.so': /usr/lib/asterisk/modules/
res_agi.so: undefined symbol:
ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'res_agi.so' could not be
loaded.
== Parsing '/etc/asterisk/skinny.conf':
Found
== Skinny listening on
0.0.0.0:2000
== Registered channel type 'Skinny' (Skinny Client Control Protocol
(Skinny))
== Registered application
'SoftHangup'
app_softhangup.so => (Hangs up the requested
channel)
== Registered application
'SendImage'
app_image.so => (Image Transmission
Application)
== Registered custom function
MD5
== Registered custom function
CHECK_MD5
func_md5.so => (MD5 digest dialplan
functions)
== Registered application
'PrivacyManager'
app_privacy.so => (Require phone number to be entered, if no CallerID
sent)
== Registered application
'SpeechCreate'
== Registered application
'SpeechLoadGrammar'
== Registered application
'SpeechUnloadGrammar'
== Registered application
'SpeechActivateGrammar'
== Registered application
'SpeechDeactivateGrammar'
== Registered application
'SpeechStart'
== Registered application
'SpeechBackground'
== Registered application
'SpeechDestroy'
== Registered application
'SpeechProcessingSound'
== Registered custom function
SPEECH
== Registered custom function
SPEECH_SCORE
== Registered custom function
SPEECH_TEXT
== Registered custom function
SPEECH_GRAMMAR
== Registered custom function
SPEECH_ENGINE
== Registered custom function
SPEECH_RESULTS_TYPE
app_speech_utils.so => (Dialplan Speech
Applications)
== Registered application
'ChannelRedirect'
app_channelredirect.so => (Channel
Redirect)
== Registered file format mp3, extension(s)
mp3
format_mp3.so => (MP3 format [Any rate but 8000hz mono is
optimal])
== Registered application
'WaitForRing'
app_waitforring.so => (Waits until first ring after
time)
== Registered application
'Transfer'
app_transfer.so =>
(Transfer)
== Registered application
'MacroExit'
== Registered application
'MacroIf'
== Registered application
'MacroExclusive'
== Registered application
'Macro'
app_macro.so => (Extension
Macros)
== Registered application
'Page'
app_page.so => (Page Multiple
Phones)
== Registered custom function
REALTIME
func_realtime.so => (Read/Write values from a RealTime
repository)
== Registered channel type 'Agent' (Call Agent Proxy
Channel)
== Parsing '/etc/asterisk/agents.conf':
Found
== Parsing '/etc/asterisk/users.conf':
Found
== Registered application
'AgentLogin'
== Registered application
'AgentCallbackLogin'
== Registered application
'AgentMonitorOutgoing'
== Manager registered action
Agents
== Manager registered action
AgentLogoff
== Manager registered action
AgentCallbackLogin
== Registered custom function
AGENT
chan_agent.so => (Agent Proxy
Channel)
== Registered custom function
URIDECODE
== Registered custom function
URIENCODE
func_uri.so => (URI encode/decode dialplan
functions)
== Registered application
'VoiceMail'
== Registered application
'VoiceMailMain'
== Registered application
'MailboxExists'
== Registered application
'VMAuthenticate'
== Parsing '/etc/asterisk/voicemail.conf':
Found
== Parsing '/etc/asterisk/users.conf':
Found
app_voicemail.so => (Comedian Mail (Voicemail
System))
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_queue.so': /usr/lib/asterisk/modules/
app_queue.so: undefined symbol:
ast_bridge_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'app_queue.so' could not be
loaded.
== Registered application
'SetCallerPres'
== Registered application
'SetCallerID'
app_setcallerid.so => (Set CallerID
Application)
== Registered application
'Pickup'
app_directed_pickup.so => (Directed Call Pickup
Application)
== Parsing '/etc/asterisk/codecs.conf':
Found
-- codec_ulaw: using generic
PLC
== Registered translator 'ulawtolin' from format ulaw to slin, cost
1
== Registered translator 'lintoulaw' from format slin to ulaw, cost
1
codec_ulaw.so => (mu-Law Coder/
Decoder)
== Parsing '/etc/asterisk/codecs.conf':
Found
-- codec_g726: using generic
PLC
== Registered translator 'g726tolin' from format g726 to slin, cost
1
== Registered translator 'lintog726' from format slin to g726, cost
1
== Registered translator 'g726aal2tolin' from format g726aal2 to
slin, cost
1
== Registered translator 'lintog726aal2' from format slin to
g726aal2, cost
1
codec_g726.so => (ITU G.726-32kbps G726
Transcoder)
== Registered application
'SMS'
app_sms.so => (SMS/PSTN
handler)
== Registered custom function
MATH
func_math.so => (Mathematical dialplan
function)
[Jan 26 20:19:26] NOTICE[4002]: pbx_ael.c:4471 pbx_load_module:
Starting AEL load
process.
[Jan 26 20:19:26] NOTICE[4002]: pbx_ael.c:4478 pbx_load_module: AEL
load process: calculated config file name '/etc/asterisk/
extensions.ael'.
[Jan 26 20:19:26] NOTICE[4002]: pbx_ael.c:4486 pbx_load_module: AEL
load process: parsed config file name '/etc/asterisk/
extensions.ael'.
[Jan 26 20:19:26] NOTICE[4002]: pbx_ael.c:4489 pbx_load_module: AEL
load process: checked config file name '/etc/asterisk/
extensions.ael'.
== Setting global variable 'CONSOLE' to 'Console/
dsp'
== Setting global variable 'IAXINFO' to
'guest'
== Setting global variable 'TRUNK' to 'Zap/
g2'
== Setting global variable 'TRUNKMSD' to
'1'
-- Registered extension context 'ael-dundi-e164-
canonical'
-- Registered extension context 'ael-dundi-e164-
customers'
-- Registered extension context 'ael-dundi-e164-via-
pstn'
-- Registered extension context 'ael-dundi-e164-
local'
-- Including context 'ael-dundi-e164-canonical' in context 'ael-
dundi-e164-
local'
-- Including context 'ael-dundi-e164-customers' in context 'ael-
dundi-e164-
local'
-- Including context 'ael-dundi-e164-via-pstn' in context 'ael-
dundi-e164-
local'
-- Registered extension context 'ael-dundi-e164-
switch'
-- Including switch 'DUNDi/e164' in context 'ael-dundi-e164-
switch'
-- Registered extension context 'ael-dundi-e164-
lookup'
-- Including context 'ael-dundi-e164-local' in context 'ael-dundi-
e164-
lookup'
-- Including context 'ael-dundi-e164-switch' in context 'ael-dundi-
e164-
lookup'
-- Registered extension context 'macro-ael-dundi-
e164'
-- Registered extension context 'ael-
iaxtel700'
-- Registered extension context 'ael-
iaxprovider'
-- Registered extension context 'ael-
trunkint'
-- Including context 'ael-dundi-e164-lookup' in context 'ael-
trunkint'
-- Registered extension context 'ael-
trunkld'
-- Including context 'ael-dundi-e164-lookup' in context 'ael-
trunkld'
-- Registered extension context 'ael-
trunklocal'
-- Registered extension context 'ael-
trunktollfree'
-- Registered extension context 'ael-
international'
-- Including context 'ael-longdistance' in context 'ael-
international'
-- Including context 'ael-trunkint' in context 'ael-
international'
-- Registered extension context 'ael-
longdistance'
-- Including context 'ael-local' in context 'ael-
longdistance'
-- Including context 'ael-trunkld' in context 'ael-
longdistance'
-- Registered extension context 'ael-
local'
-- Including context 'ael-default' in context 'ael-
local'
-- Including context 'ael-trunklocal' in context 'ael-
local'
-- Including context 'ael-iaxtel700' in context 'ael-
local'
-- Including context 'ael-trunktollfree' in context 'ael-
local'
-- Including context 'ael-iaxprovider' in context 'ael-
local'
-- Registered extension context 'macro-ael-std-exten-
ael'
-- Registered extension context 'ael-
demo'
-- Registered extension context 'ael-
default'
-- Including context 'ael-demo' in context 'ael-
default'
-- Added extension 's' priority 1 to macro-ael-dundi-
e164
-- Added extension 's' priority 2 to macro-ael-dundi-
e164
-- Added extension 's' priority 3 to macro-ael-dundi-
e164
-- Added extension 's' priority 4 to macro-ael-dundi-
e164
-- Added extension '_91700XXXXXXX' priority 1 to ael-
iaxtel700
-- Added extension '_9011.' priority 1 to ael-
trunkint
-- Added extension '_9011.' priority 2 to ael-
trunkint
-- Added extension '_91NXXNXXXXXX' priority 1 to ael-
trunkld
-- Added extension '_91NXXNXXXXXX' priority 2 to ael-
trunkld
-- Added extension '_9NXXXXXX' priority 1 to ael-
trunklocal
-- Added extension '_91800NXXXXXX' priority 1 to ael-
trunktollfree
-- Added extension '_91888NXXXXXX' priority 1 to ael-
trunktollfree
-- Added extension '_91877NXXXXXX' priority 1 to ael-
trunktollfree
-- Added extension '_91866NXXXXXX' priority 1 to ael-
trunktollfree
-- Added extension 's' priority 1 to macro-ael-std-exten-
ael
-- Added extension 's' priority 2 to macro-ael-std-exten-
ael
-- Added extension 's' priority 3 to macro-ael-std-exten-
ael
-- Added extension 's' priority 4 to macro-ael-std-exten-
ael
-- Added extension 's' priority 5 to macro-ael-std-exten-
ael
-- Added extension 's' priority 6 to macro-ael-std-exten-
ael
-- Added extension 's' priority 7 to macro-ael-std-exten-
ael
-- Added extension 's' priority 8 to macro-ael-std-exten-
ael
-- Added extension 'a' priority 1 to macro-ael-std-exten-
ael
-- Added extension 'a' priority 2 to macro-ael-std-exten-
ael
-- Added extension 'a' priority 3 to macro-ael-std-exten-
ael
-- Added extension '_sw-1-.' priority 10 to macro-ael-std-exten-
ael
-- Added extension '_sw-1-.' priority 11 to macro-ael-std-exten-
ael
-- Added extension 'sw-1-' priority 10 to macro-ael-std-exten-
ael
-- Added extension 'sw-1-BUSY' priority 10 to macro-ael-std-exten-
ael
-- Added extension 'sw-1-BUSY' priority 11 to macro-ael-std-exten-
ael
-- Added extension 's' priority 1 to ael-
demo
-- Added extension 's' priority 2 to ael-
demo
-- Added extension 's' priority 3 to ael-
demo
-- Added extension 's' priority 4 to ael-
demo
-- Added extension 's' priority 5 to ael-
demo
-- Added extension 's' priority 6 to ael-
demo
-- Added extension 's' priority 7 to ael-
demo
-- Added extension 's' priority 8 to ael-
demo
-- Added extension 's' priority 9 to ael-
demo
-- Added extension 's' priority 10 to ael-
demo
-- Added extension 's' priority 11 to ael-
demo
-- Added extension 's' priority 12 to ael-
demo
-- Added extension '2' priority 1 to ael-
demo
-- Added extension '2' priority 2 to ael-
demo
-- Added extension '3' priority 1 to ael-
demo
-- Added extension '3' priority 2 to ael-
demo
-- Added extension '1000' priority 1 to ael-
demo
-- Added extension '500' priority 1 to ael-
demo
-- Added extension '500' priority 2 to ael-
demo
-- Added extension '500' priority 3 to ael-
demo
-- Added extension '500' priority 4 to ael-
demo
-- Added extension '600' priority 1 to ael-
demo
-- Added extension '600' priority 2 to ael-
demo
-- Added extension '600' priority 3 to ael-
demo
-- Added extension '600' priority 4 to ael-
demo
-- Added extension '_1234' priority 1 to ael-
demo
-- Added extension '8500' priority 1 to ael-
demo
-- Added extension '8500' priority 2 to ael-
demo
-- Added extension '#' priority 1 to ael-
demo
-- Added extension '#' priority 2 to ael-
demo
-- Added extension 't' priority 1 to ael-
demo
-- Added extension 'i' priority 1 to ael-
demo
[Jan 26 20:19:26] NOTICE[4002]: pbx_ael.c:4491 pbx_load_module: AEL
load process: compiled config file name '/etc/asterisk/
extensions.ael'.
[Jan 26 20:19:26] NOTICE[4002]: pbx_ael.c:4494 pbx_load_module: AEL
load process: merged config file name '/etc/asterisk/
extensions.ael'.
[Jan 26 20:19:26] NOTICE[4002]: pbx_ael.c:4497 pbx_load_module: AEL
load process: verified config file name '/etc/asterisk/
extensions.ael'.
pbx_ael.so => (Asterisk Extension Language
Compiler)
== Parsing '/etc/asterisk/indications.conf':
Found
-- Registered indication country
'at'
-- Registered indication country
'au'
-- Registered indication country
'bg'
-- Registered indication country
'br'
-- Registered indication country
'be'
-- Registered indication country
'ch'
-- Registered indication country
'cl'
-- Registered indication country
'cn'
-- Registered indication country
'cz'
-- Registered indication country
'de'
-- Registered indication country
'dk'
-- Registered indication country
'ee'
-- Registered indication country
'es'
-- Registered indication country
'fi'
-- Registered indication country
'fr'
-- Registered indication country
'gr'
-- Registered indication country
'hu'
-- Registered indication country
'il'
-- Registered indication country
'in'
-- Registered indication country
'it'
-- Registered indication country
'lt'
-- Registered indication country
'jp'
-- Registered indication country
'mx'
-- Registered indication country
'my'
-- Registered indication country
'nl'
-- Registered indication country
'no'
-- Registered indication country
'nz'
-- Registered indication country
'ph'
-- Registered indication country
'pl'
-- Registered indication country
'pt'
-- Registered indication country
'ru'
-- Registered indication country
'se'
-- Registered indication country
'sg'
-- Registered indication country
'th'
-- Registered indication country
'uk'
-- Registered indication country
'us'
-- Registered indication country 'us-
o'
-- Registered indication country
'tw'
-- Registered indication country
've'
-- Registered indication country
'za'
-- Setting default indication country to
'es'
== Registered application
'PlayTones'
== Registered application
'StopPlayTones'
res_indications.so => (Indications
Resource)
== Registered application
'ExternalIVR'
app_externalivr.so => (External IVR Interface
Application)
== Parsing '/etc/asterisk/festival.conf':
Found
== Registered application
'Festival'
app_festival.so => (Simple Festival
Interface)
== Registered custom function
ENUMLOOKUP
== Registered custom function
TXTCIDNAME
func_enum.so => (ENUM related dialplan
functions)
== Registered application
'Flash'
app_flash.so => (Flash channel
application)
== Registered application
'Record'
app_record.so => (Trivial Record
Application)
== Registered application
'DAHDIRAS'
== Registered application
'ZapRAS'
app_dahdiras.so => (DAHDI RAS
Application)
== Registered channel type 'Local' (Local Proxy Channel
Driver)
chan_local.so => (Local Proxy Channel (Note: used internally by other
modules))
== Parsing '/etc/asterisk/codecs.conf':
Found
-- CODEC SPEEX: Setting Quality to
3
-- CODEC SPEEX: Setting Complexity to
2
-- CODEC SPEEX: Perceptual Enhancement Mode.
[on]
-- CODEC SPEEX: VAD Mode.
[on]
-- CODEC SPEEX: VBR Mode.
[on]
-- CODEC SPEEX: Disabling
ABR
-- CODEC SPEEX: Setting VBR Quality to
4.000000
-- CODEC SPEEX: DTX Mode.
[off]
-- CODEC SPEEX: Preprocessing.
[off]
-- CODEC SPEEX: Preprocessor VAD.
[off]
-- CODEC SPEEX: Preprocessor AGC.
[off]
-- CODEC SPEEX: Setting preprocessor AGC Level to
8000.000000
-- CODEC SPEEX: Preprocessor Denoise.
[off]
-- CODEC SPEEX: Preprocessor Dereverb.
[off]
-- CODEC SPEEX: Setting preprocessor Dereverb Decay to
0.400000
-- CODEC SPEEX: Setting preprocessor Dereverb Level to
0.300000
== Registered translator 'speextolin' from format speex to slin,
cost
1
== Registered translator 'lintospeex' from format slin to speex,
cost
14
codec_speex.so => (Speex Coder/
Decoder)
== Registered custom function
SHA1
func_sha1.so => (SHA-1 computation dialplan
function)
== Registered application
'ChanIsAvail'
app_chanisavail.so => (Check channel
availability)
== Parsing '/etc/asterisk/features.conf':
Found
-- Registered extension context
'parkedcalls'
-- Added extension '700' priority 1 to
parkedcalls
== Registered application
'ParkedCall'
== Registered application
'Park'
== Manager registered action
ParkedCalls
== Manager registered action
Park
res_features.so => (Call Features
Resource)
== Registered custom function
GROUP_COUNT
== Registered custom function
GROUP_MATCH_COUNT
== Registered custom function
GROUP_LIST
== Registered custom function
GROUP
func_groupcount.so => (Channel group dialplan
functions)
== Parsing '/etc/asterisk/extensions.conf':
Found
-- Registered extension context
'default'
-- Registered extension context
'pstn'
-- Added extension 's' priority 1 to
pstn
-- Added extension 's' priority 2 to
pstn
-- Added extension 's' priority 3 to
pstn
-- Added extension 's' priority 4 to
pstn
[Jan 26 20:19:26] WARNING[4002]: pbx_config.c:2288 pbx_load_config: No
closing parenthesis found? 'Hangup
('
-- Added extension 's' priority 5 to
pstn
-- Registered extension context
'fax'
-- Added extension 'fax' priority 1 to
fax
-- Added extension 'fax' priority 2 to
fax
-- Added extension 'fax' priority 3 to
fax
-- Added extension 'fax' priority 4 to
fax
-- Added extension 'fax' priority 5 to
fax
-- Added extension 'fax' priority 6 to
fax
-- Registered extension context
'internal'
-- Added extension '01' priority 1 to
internal
-- Added extension '01' priority 2 to
internal
-- Added extension '01' priority 3 to
internal
-- Added extension '01' priority 4 to
internal
-- Registered extension context
'recepcion'
-- Including context 'internal' in context
'recepcion'
-- Added extension '_X.' priority 1 to
recepcion
-- Added extension '_X.' priority 2 to
recepcion
-- Added extension '_X.' priority 3 to
recepcion
== Parsing '/etc/asterisk/users.conf':
Found
pbx_config.so => (Text Extension
Configuration)
== Registered application
'Log'
== Registered application
'Verbose'
app_verbose.so => (Send verbose
output)
== Registered custom function
CURL
func_curl.so => (Load external
URL)
== Parsing '/etc/asterisk/alarmreceiver.conf':
Found
== Registered application
'AlarmReceiver'
app_alarmreceiver.so => (Alarm Receiver for
Asterisk)
== Registered custom function
CHANNEL
func_channel.so => (Channel information dialplan
function)
== Parsing '/etc/asterisk/say.conf':
Found
== Registered application
'Playback'
app_playback.so => (Sound File Playback
Application)
== Parsing '/etc/asterisk/codecs.conf':
Found
-- codec_alaw: using generic
PLC
== Registered translator 'alawtolin' from format alaw to slin, cost
1
== Registered translator 'lintoalaw' from format slin to alaw, cost
1
codec_alaw.so => (A-law Coder/
Decoder)
== Registered application
'Zapateller'
app_zapateller.so => (Block Telemarketers with Special Information
Tone)
== Registered application
'TrySystem'
== Registered application
'System'
app_system.so => (Generic System()
application)
== Registered application
'LookupCIDName'
app_lookupcidname.so => (Look up CallerID Name from local
database)
== Registered application
'WaitForSilence'
app_waitforsilence.so => (Wait For
Silence)
== Manager registered action
PlayDTMF
== Registered application
'SendDTMF'
app_senddtmf.so => (Send DTMF digits
Application)
== Registered translator 'alawtoulaw' from format alaw to ulaw, cost
1
== Registered translator 'ulawtoalaw' from format ulaw to alaw, cost
1
codec_a_mu.so => (A-law and Mulaw direct Coder/
Decoder)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_followme.so': /usr/lib/asterisk/modules/
app_followme.so: undefined symbol:
ast_bridge_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'app_followme.so' could not be
loaded.
== Registered application
'Dictate'
app_dictate.so => (Virtual Dictation
Machine)
== Parsing '/etc/asterisk/codecs.conf':
Found
-- codec_zap: using generic
PLC
== No hardware transcoders
found.
codec_dahdi.so => (Generic DAHDI Transcoder Codec
Translator)
== Registered custom function
AUDIOHOOK_INHERIT
func_audiohookinherit.so => (Audiohook inheritance
function)
== Registered application
'DISA'
app_disa.so => (DISA (Direct Inward System Access)
Application)
== Registered custom function LANGUAGE
func_language.so => (Channel language dialplan function)
pbx_realtime.so => (Realtime Switch)
== Registered application 'Random'
app_random.so => (Random goto)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'chan_dahdi.so': /usr/lib/asterisk/modules/
chan_dahdi.so: undefined symbol: ast_masq_park_call
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'chan_dahdi.so' could not be loaded.
== Registered custom function GLOBAL
func_global.so => (Global variable dialplan functions)
== Parsing '/etc/asterisk/dundi.conf': Found
== Using TOS bits 0
== DUNDi Ready and Listening on 0.0.0.0 port 4520
== Registered custom function DUNDILOOKUP
pbx_dundi.so => (Distributed Universal Number Discovery (DUNDi))
== Parsing '/etc/asterisk/musiconhold.conf': Found
== Registered application 'MusicOnHold'
== Registered application 'WaitMusicOnHold'
== Registered application 'SetMusicOnHold'
== Registered application 'StartMusicOnHold'
== Registered application 'StopMusicOnHold'
res_musiconhold.so => (Music On Hold Resource)
== Parsing '/etc/asterisk/codecs.conf': Found
-- codec_lpc10: using generic PLC
== Registered translator 'lpc10tolin' from format lpc10 to slin,
cost 1
== Registered translator 'lintolpc10' from format slin to lpc10,
cost 2
codec_lpc10.so => (LPC10 2.4kbps Coder/Decoder)
[Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
Error loading module 'app_dial.so': /usr/lib/asterisk/modules/
app_dial.so: undefined symbol: ast_feature_detect
[Jan 26 20:19:26] WARNING[4002]: loader.c:761 load_resource: Module
'app_dial.so' could not be loaded.
== Registered custom function TIMEOUT
func_timeout.so => (Channel timeout dialplan functions)
== Registered application 'NoCDR'
app_cdr.so => (Tell Asterisk to not maintain a CDR for the current
call)
== Registered application 'ControlPlayback'
app_controlplayback.so => (Control Playback Application)
== Registered application 'DBdel'
== Registered application 'DBdeltree'
app_db.so => (Database Access Functions)
== Registered custom function BLACKLIST
== Registered application 'LookupBlacklist'
app_lookupblacklist.so => (Look up Caller*ID name/number from
blacklist database)
== Registered application 'SetTransferCapability'
app_settransfercapability.so => (Set ISDN Transfer Capability)
== Registered application 'TestClient'
== Registered application 'TestServer'
app_test.so => (Interface Test Application)
== Registered application 'ICES'
app_ices.so => (Encode and Stream via icecast and ices)
Asterisk Ready.
*CLI>
[..]
> Found
> [Jan 26 20:19:26] NOTICE[4002]: loader.c:983 load_modules: 148 modules
> will be
> loaded.
> == Registered file format h263, extension(s)
> h263
> format_h263.so => (Raw H.263
> data)
> [Jan 26 20:19:26] WARNING[4002]: loader.c:381 load_dynamic_module:
> Error loading module 'app_getcpeid.so': /usr/lib/asterisk/modules/
> app_getcpeid.so: undefined symbol:
> ast_adsi_unload_session
Pareciera que el problema estubo al compilar los módulos. Te
recomiendo que hagas un en los fuentes de asterisk:
make clean
./configure
make
make install
Asegúrate de que ./configure no de ningún error, si te dice que falta
algo, instálalo y ejecuta ./configure nuevamente.
Si usas Debian puedes ejecutar este comando antes de ./configure :
apt-get build-dep asterisk
Saludos,
--
Linux User: 255902
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Pero he resuelto mi problema pasandome a la versión 1.6. No me gusta
estar a la última porque prefiero la estabilidad a la funcionalidad.
La versión 1.2 ya no la podía poner porque me daba problemas con la
librería C que tengo, creo que era por el hardened que tengo en gcc y
en libc y había oído que la versión 1.4 soportaba bien estas cosas.
Además para lo que lo necesito el 70% de las características de
asterisk me sobran. Solo uso FXO, y SIP.
Bueno lo dicho, con un ./configure && make && make install de la
versión 1.6 todo ha ido de maravilla. No sé que le pasaba a esta
versión de asterisk que no me ayudaba a entender el error. No me gusta
haberlo solucionado así pero almenos es una solución.
Gracias a todos.
Un saludo
On 27 ene, 20:23, "RazaMetaL | Only The Good Die Young"
--
Este email pertenece a la lista de Asterisk-ES (http://www.asterisk-es.org)
~~~~~ Normas de la lista Asterisk-ES: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://comunidad.asterisk-es.org/index.php?title=Lista:normas-asterisk-es
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Para anular la suscripción: asterisk-es...@googlegroups.com