opt_asterisk_3.0.0-RC5 für fli4l 3.0.x

Status
Für weitere Antworten geschlossen.
Ja, es gibt beide, und soweit ich das beurteilen kann(WinSCP), sind beide identisch.
 
ploieel schrieb:
Ja, es gibt beide, und soweit ich das beurteilen kann(WinSCP), sind beide identisch.

Bitte nochmals:

rm /usr/lib/asterisk/modules/chan_capi.so

dann

ls /usr/lib/asterisk/modules/chan_capi.so

muss weg sein!

läuft asterisk jetzt weiter?

Edit: "Die Befehlszeile rm ....usw. habe ich ausgeführt. EDIT: Danach die Kiste rebootet."

Nach dem reboot ist die chan_capi.so natürlich wieder drinnen - biite nach dem rm .. keinen fli4l-reboot, nur asterisk neu starten!
 
Code:
fli4l 3.0.1 # rm /usr/lib/asterisk/modules/chan_capi.so
rm: cannot remove `/usr/lib/asterisk/modules/chan_capi.so': No such file or directory
fli4l 3.0.1 # ls /usr/lib/asterisk/modules/chan_capi.so
ls: /usr/lib/asterisk/modules/chan_capi.so: No such file or directory
fli4l 3.0.1 #

EDIT: auch noch in /opt/files/usr....bla chan_capi.so löschen?


Habs einfach mal versucht:

Code:
fli4l 3.0.1 # rm /opt/files/usr/lib/asterisk/modules/chan_capi.so
rm: cannot remove `/opt/files/usr/lib/asterisk/modules/chan_capi.so': No such file or directory
fli4l 3.0.1 #
 
ploieel schrieb:
Code:
fli4l 3.0.1 # rm /usr/lib/asterisk/modules/chan_capi.so
rm: cannot remove `/usr/lib/asterisk/modules/chan_capi.so': No such file or directory
fli4l 3.0.1 # ls /usr/lib/asterisk/modules/chan_capi.so
ls: /usr/lib/asterisk/modules/chan_capi.so: No such file or directory
fli4l 3.0.1 #

EDIT: auch noch in /opt/files/usr....bla chan_capi.so löschen?

Da die beiden Bibliotheken aufeinander verlinkt sind ist dies nicht notwendig.
Jetzt asterisk neu starten - keinen fli4l reboot sonst ist ja die capi wieder drinnen!
 
Hallo Günter,

du hast vom alten asterisk die /etc/asterisk.conf übernommen, möglicherweise ist dies das Problem (gib mir bitte mal den Inhalt hier aus)!
 
Code:
 fli4l 3.0.1 # asterisk restart
fli4l 3.0.1 # asterisk -gcccvvv
  == Parsing '/etc/asterisk/asterisk.conf': Found
  == Parsing '/etc/asterisk/extconfig.conf': Found
Asterisk 1.2.4-BRIstuffed-0.3.0-PRE-1l, Copyright (C) 1999 - 2006 Digium, Inc. and others.
Created by Mark Spencer <[email protected]>
Asterisk comes with ABSOLUTELY NO WARRANTY; type '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 'show license' for details.
=========================================================================
  == Parsing '/etc/asterisk/logger.conf': Found
Asterisk Event Logger Started /var/log/asterisk/event_log
  == Parsing '/etc/asterisk/dnsmgr.conf': Found
Asterisk Dynamic Loader loading preload modules:
  == Parsing '/etc/asterisk/modules.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 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
  == Parsing '/etc/asterisk/manager.conf': Found
  == Parsing '/etc/asterisk/cdr.conf': Found
Mar 29 21:21:27 NOTICE[18944]: cdr.c:1188 do_reload: CDR simple logging enabled.
  == Parsing '/etc/asterisk/rtp.conf': Found
  == RTP Allocating from port range 10000 -> 20000
Asterisk PBX Core Initializing
Registering builtin applications:
 [AbsoluteTimeout]
  == Registered application 'AbsoluteTimeout'
 [Answer]
  == Registered application 'Answer'
 [BackGround]
  == Registered application 'BackGround'
 [Busy]
  == Registered application 'Busy'
 [Congestion]
  == Registered application 'Congestion'
 [DigitTimeout]
  == Registered application 'DigitTimeout'
 [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'
 [ResponseTimeout]
  == Registered application 'ResponseTimeout'
 [Ringing]
  == Registered application 'Ringing'
 [SayNumber]
  == Registered application 'SayNumber'
 [SayDigits]
  == Registered application 'SayDigits'
 [SayAlpha]
  == Registered application 'SayAlpha'
 [SayPhonetic]
  == Registered application 'SayPhonetic'
 [SetAccount]
  == Registered application 'SetAccount'
 [SetAMAFlags]
  == Registered application 'SetAMAFlags'
 [SetGlobalVar]
  == Registered application 'SetGlobalVar'
 [SetLanguage]
  == Registered application 'SetLanguage'
 [Set]
  == Registered application 'Set'
 [SetVar]
  == Registered application 'SetVar'
 [ImportVar]
  == Registered application 'ImportVar'
 [Wait]
  == Registered application 'Wait'
 [WaitExten]
  == Registered application 'WaitExten'
Asterisk Dynamic Loader Starting:
  == Parsing '/etc/asterisk/modules.conf': Found
 [chan_capi.so]Mar 29 21:21:27 WARNING[18944]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/chan_capi.so: cannot open shared object file: No such file or directory
Mar 29 21:21:27 WARNING[18944]: loader.c:499 load_modules: Loading module chan_capi.so failed!
fli4l 3.0.1 #

Bitte eine richtige Befehlszeile für "restart". :)


EDIT:

hier meine asterisk.txt aus dem config-Verzeichnis:

Code:
#----------------------------------------------------------------------------
# /config/asterisk.txt - config file
#
# Creation:     30.10.2004 jrg
# Last Update:  $Id: rc400.asterisk,v 1.0 2004/11/29 18:35:00 jrg Exp $
#----------------------------------------------------------------------------

OPT_ASTERISK='yes'

#
# CAPI-Karte für externen ISDN Anschluss aktiv
#

ASTERISK_CAPI='yes'

#
# Settings for capi.conf
#

ASTERISK_GENERATE_CAPI='no'

ASTERISK_CAPI_MSN='123456'

#
# HFC-Karte für internen ISDN Anschluss aktiv
#

ASTERISK_HFC='yes'

#
# X100P-Karte für externen analogen Anschluss aktiv
#

ASTERISK_X100P='no'

ASTERISK_X100P_NUM='654321'

#
# Settings for zapata.conf and zaptel.conf
#

ASTERISK_GENERATE_ZAP='yes'

#
# Holt den Namen zur anrufenden Telefonnummer vom "Örtlichen"
#

ASTERISK_GETCALLERID='yes'

#
# Settings for modules.conf
#

ASTERISK_GENERATE_MODULES='yes'

#
# Settings for sip.conf
#

ASTERISK_GENERATE_SIP='no'

ASTERISK_EXTERNHOST='test.dyndns.org'		# FULL hostname of your DynDNS-Domain
ASTERISK_IP_NET='192.168.227.2 255.255.255.0'	# Your internal IP Network

ASTERISK_SIP_N='2'				# update N entries

# sipgate
# 1und1

ASTERISK_SIP_1_PROVIDER='1und1'			# provider
ASTERISK_SIP_1_USER='test1'			# username
ASTERISK_SIP_1_PASSWORD='test1'			# password
ASTERISK_SIP_1_HOSTNAME='sip.1und1.de'		# FULL hostname of your SIP-Provider

ASTERISK_SIP_2_PROVIDER='sipgate'		# provider
ASTERISK_SIP_2_USER='test2'			# username
ASTERISK_SIP_2_PASSWORD='test2'			# password
ASTERISK_SIP_2_HOSTNAME='sip.sipgate.de'	# FULL hostname of your SIP-Provider

#
# Settings for extensions.conf and voicemail.conf
#

ASTERISK_GENERATE_EXTENSIONS='no'

ASTERISK_INT_MSN_N='2'
ASTERISK_INT_1_MSN='1234'			# 1. internal MSN
ASTERISK_INT_1_VM_PASSWORD='4711'		# password of Voicemail of 1. internal MSN
ASTERISK_INT_2_MSN='5678'			# 2. internal MSN
ASTERISK_INT_2_VM_PASSWORD='911'		# password of Voicemail of 2. internal MSN

die asterisk.txt aus dem ext-Verzeichnis ist unverändert geblieben.
 
Zuletzt bearbeitet:
Irgendwas ist hier oberfaul!
die chan_capi.so ist in der modules.conf auf noload gesetzt und obendrein fehlt das modul im Verzeichnis und er will es trotzdem laden (hab ich noch nie erlebt!) :-(

Du solltest die /etc/asterisk.conf nicht überschreiben. Dort ist hinterlegt wo er seine Module findet. Nimm mal das Original aus dem RC3-package. Oder vergleich beide mal (das aus dem RC3 und welches du vom alten opt übernommen hast).
 
wie sieht der Inhalt der /etc/asterisk.conf aus?
 
unter etc gibt es keine asterisk.conf, /etc/asterisk/asterisk.conf:

Code:
[directories]
astetcdir => /etc/asterisk
astmoddir => /usr/lib/asterisk/modules
astvarlibdir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run
astlogdir => /var/log/asterisk
 
Hallo Netview;
darf ich bitte mal kurz was dazwischen fragen, weil ich etwas nicht ganz verstanden habe? Ganz kurze Antwort reicht mir. :)

Wenn ich auf dem Router die chan_capi.so lösche, und mache ein reboot, OHNE natürlich einen neuen FLI hochzuladen, wo holt dann die Kiste die chan_capi.so wieder her, wie Du weiter oben sagtest? Offenbar liegt das Modul in gepackten Files, denke ich da richtig?
 
Hi,

hab auch noch etwas mit der aktuellen Version getestet.
Ist leider ziemlich frustrierend.
Asterisk startet nach wie vor nur wenn ich ein paar Module ausknipse.

noload => res_musiconhold.so
noload = chan_zap.so
noload = chan_iax2.so

IAX2 habe ich mit diversen configs getestet, auch mit der Version aus dem Paket. Immer das gleiche Theater.
Code:
[chan_iax2.so] => (Inter Asterisk eXchange (Ver 2))
  == Registered custom function IAXPEER
  == Registered application 'IAX2Provision'
  == Manager registered action IAXpeers
  == Manager registered action IAXnetstats
  == Parsing '/etc/asterisk/iax.conf': Found
Mar 29 22:22:10 ERROR[4998]: netsock.c:140 ast_netsock_bindaddr: Unable to bind to 192.168.1.2 port 4569: Address already in use
Mar 29 22:22:10 WARNING[4998]: chan_iax2.c:8669 set_config: Unable apply binding to '192.168.1.2' at line 17
  == Registered channel type 'IAX2' (Inter Asterisk eXchange Driver (Ver 2))
Mar 29 22:22:10 ERROR[4998]: netsock.c:140 ast_netsock_bindaddr: Unable to bind to 0.0.0.0 port 4569: Address already in use
Mar 29 22:22:11 ERROR[4998]: chan_iax2.c:9605 load_module: Unable to create network socket: Address already in use
Mar 29 22:22:11 WARNING[4998]: loader.c:414 __load_resource: chan_iax2.so: load_module failed, returning -1
  == Unregistered custom function IAXPEER
  == Manager unregistered action IAXpeers
  == Manager unregistered action IAXnetstats
  == Unregistered application 'IAX2Provision'
  == Unregistered channel type 'IAX2'
Mar 29 22:22:11 WARNING[4998]: loader.c:554 load_modules: Loading module chan_iax2.so failed!

Gruß Henning
 
Hi,

die Meldung unable to bind to address hat mich denn doch etwas stutzig gemacht. Habe einfach mal den Port für IAX2 geändert.
Dann kommt er etwas weiter und beendet sich mit einem Segmentation fault.
Versucht man * dann noch mal zu starten gibt es wieder die Meldung unable to bind. Es bleiben bei einem Absturz also noch Reste im System zurück...
Code:
 [app_adsiprog.so] => (Asterisk ADSI Programming Application)
  == Registered application 'ADSIProg'
  == Manager registered action DBget
  == Manager registered action DBput
  == Manager registered action DBdel
  == Parsing '/etc/asterisk/enum.conf': Found
Asterisk Ready.
*CLI> Segmentation fault
fli4l 3.0.1 #

Ich glaube ich werde mich die nächsten Tage mal mit der alten Version beschäftigen. Irgendwann möchte ich nämlich mal wieder richtig telefonieren können
Bei mir heißt es im Moment nämlich: Entweder fli4l 2.1.9 mit asterisk, oder 3.0.1 ohne * :(

Gruß Henning
 
[Zitat]
Asterisk startet nach wie vor nur wenn ich ein paar Module ausknipse.
[/Zitat Ende]

Ich schalte mich mal für heute hier aus, morgen wird man weitersehen.
Und dann knipse ich hier das Licht aus. ;-) Gute Nacht.
 
ploieel schrieb:
Hallo Netview;
darf ich bitte mal kurz was dazwischen fragen, weil ich etwas nicht ganz verstanden habe? Ganz kurze Antwort reicht mir. :)

Wenn ich auf dem Router die chan_capi.so lösche, und mache ein reboot, OHNE natürlich einen neuen FLI hochzuladen, wo holt dann die Kiste die chan_capi.so wieder her, wie Du weiter oben sagtest? Offenbar liegt das Modul in gepackten Files, denke ich da richtig?

Diese module stehen in dem tar-file, welches nach dem mount in der rc997.asterisk ausgepackt wird. Das auspacken erfolgt bei jedem restart.
 
fow0ryl schrieb:
Hi,

die Meldung unable to bind to address hat mich denn doch etwas stutzig gemacht. Habe einfach mal den Port für IAX2 geändert.
Dann kommt er etwas weiter und beendet sich mit einem Segmentation fault.
Versucht man * dann noch mal zu starten gibt es wieder die Meldung unable to bind. Es bleiben bei einem Absturz also noch Reste im System zurück...
Code:
 [app_adsiprog.so] => (Asterisk ADSI Programming Application)
  == Registered application 'ADSIProg'
  == Manager registered action DBget
  == Manager registered action DBput
  == Manager registered action DBdel
  == Parsing '/etc/asterisk/enum.conf': Found
Asterisk Ready.
*CLI> Segmentation fault
fli4l 3.0.1 #

Ich glaube ich werde mich die nächsten Tage mal mit der alten Version beschäftigen. Irgendwann möchte ich nämlich mal wieder richtig telefonieren können
Bei mir heißt es im Moment nämlich: Entweder fli4l 2.1.9 mit asterisk, oder 3.0.1 ohne * :(

Gruß Henning

Der Anfang meiner iax.conf sieht so aus:
Code:
; Inter-Asterisk eXchange driver definition
;
;
; General settings, like port number to bind to, and
; an option address (the default is to bind to all
; local addresses).
;
[general]
;port=5036
;bindaddr=192.168.0.1
;
also alles auf Kommentar!

Ich muss nochmals betonen, dass es nur bedingt möglich ist die alten configs der asterisk-Version 1.0.x einfach in die 1.2.x zu kopieren. Zunächst immer die aktuellen config-samples unter /etc/asterisk (1.2.x Version) mit den Alten abgleichen - sonst knallt es.

Nebenbei bemerkt: habt ihr auch in der base.txt des fli4l (die filter entsprechend gesetzt)?

..
INPUT_LIST_7='prot:udp 4569 ACCEPT NOLOG' # allow iax2 -> asterisk
INPUT_LIST_8='prot:udp 5036 ACCEPT NOLOG' # allow iax -> asterisk
INPUT_LIST_9='prot:udp 5060 ACCEPT NOLOG' # allow sip -> asterisk
INPUT_LIST_10='prot:udp 10000-20000 ACCEPT NOLOG' # allow rtp -> asterisk
 
Hi,

meine Input List sieht so aus:

INPUT_LIST_N='5'
INPUT_LIST_1='IP_NET_1 ACCEPT' # allow all hosts in the local network access to the router
INPUT_LIST_2='tmpl:samba DROP NOLOG' # drop (or reject) samba access
# without logging, otherwise the log
# file will be filled with useless
# entries
INPUT_LIST_3='prot:udp 5060 ACCEPT' # allow sip (web.de) -> asterisk
INPUT_LIST_4='prot:udp 5062 ACCEPT' # allow sip (web.de) -> asterisk
INPUT_LIST_5='prot:udp 30000-30005 ACCEPT' # allow rtp

Warum soll ich IAX2 in der Input List freigeben?
Ich verwende IAX2 nur im lokalen Netz. Das ist gerade über WLAN Stecken deutlich effektiver, weil weniger Resourcen-fressend.

Den Abbruch bekomme ich auch mit der mitgelieferten iax.conf.
Auch alle anderen Abbrüche sind mit den default config's reproduzierbar.

Gruß Henning
 
bin deprimiert

Hallo Henning,

dann bin ich mit meinem Latein langsam am Ende. Ich hatte die Bristuff-Binaries auf meinem fli4l drauf (hfc abgeschaltet) und alles lief. Es gibt hier im Forum auch einen putty-snapshot davon und SkiRitchy hat die Version auch erfolgreich am Laufen :-(

Ich weiss jetzt wirklich nicht mehr, wo das Problem bei euch liegen könnte ! :-(

Schade finde ich auch, dass das opt sehr oft heruntergeladen wird, aber im Prinzip nur eine Konversation zwischen Dir, Günter und mir stattfindet.

Vielleicht lösche ich in der download-Sektion wieder alles und fertig!

Habt ihr schon mal das alternative opt probiert (ein Teil als package und ein Teil auf HD)?

Ich könnte dies ebenfalls mit dem aktuellen bristuff versehen!

Sorry - bin halt langsam etwas deprimiert und wahrscheinlich denkt ihr auch ich biete hier nur Schrott an?!

Edit: Ihr müsst IAX2 natürlich nicht nach Außen freigeben. Ich nutze halt einige IAX-Provider wie voipjet, dusnet, purtel etc.
 
Hi,

was glaubst du eigentlich wie frustriert ich bin.
:bluescre:

Das laden von iax2 funktioniert nur beim ersten Aufruf des *.
Dazu habe ich in der modules.conf jetzt 2 Einträge fix eingebaut.
noload => chan_zap.so
noload => res_musiconhold.so

Der * läd dann alles mögliche an Modulen kommt bis zum CLI und grützt dann ab.
Vielleicht ist irgendeine genutzte Bibliothek noch nicht die richtige.

Hier noch mal ein paar Angaben. Vielleicht siehst du ja etwas.
Code:
li4l 3.0.1 # asterisk -vvvvcg
  == Parsing '/etc/asterisk/asterisk.conf': Found
  == Parsing '/etc/asterisk/extconfig.conf': Found
Asterisk 1.2.4-BRIstuffed-0.3.0-PRE-1l, Copyright (C) 1999 - 2006 Digium, Inc. and others.
Created by Mark Spencer <[email protected]>
Asterisk comes with ABSOLUTELY NO WARRANTY; type '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 'show license' for details.
=========================================================================
  == Parsing '/etc/asterisk/logger.conf': Found
Asterisk Event Logger Started /var/log/asterisk/event_log
  == Parsing '/etc/asterisk/dnsmgr.conf': Found
Asterisk Dynamic Loader loading preload modules:
  == Parsing '/etc/asterisk/modules.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 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
  == Parsing '/etc/asterisk/manager.conf': Found
  == Parsing '/etc/asterisk/cdr.conf': Found
Mar 30 18:37:11 NOTICE[4705]: cdr.c:1188 do_reload: CDR simple logging enabled.
  == Parsing '/etc/asterisk/rtp.conf': Found
  == RTP Allocating from port range 10000 -> 20000
Asterisk PBX Core Initializing
Registering builtin applications:
 [AbsoluteTimeout]
  == Registered application 'AbsoluteTimeout'
 [Answer]
  == Registered application 'Answer'
 [BackGround]
  == Registered application 'BackGround'
 [Busy]
  == Registered application 'Busy'
 [Congestion]
  == Registered application 'Congestion'
 [DigitTimeout]
  == Registered application 'DigitTimeout'
 [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'
 [ResponseTimeout]
  == Registered application 'ResponseTimeout'
 [Ringing]
  == Registered application 'Ringing'
 [SayNumber]
  == Registered application 'SayNumber'
 [SayDigits]
  == Registered application 'SayDigits'
 [SayAlpha]
  == Registered application 'SayAlpha'
 [SayPhonetic]
  == Registered application 'SayPhonetic'
 [SetAccount]
  == Registered application 'SetAccount'
 [SetAMAFlags]
  == Registered application 'SetAMAFlags'
 [SetGlobalVar]
  == Registered application 'SetGlobalVar'
 [SetLanguage]
  == Registered application 'SetLanguage'
 [Set]
  == Registered application 'Set'
 [SetVar]
  == Registered application 'SetVar'
 [ImportVar]
  == Registered application 'ImportVar'
 [Wait]
  == Registered application 'Wait'
 [WaitExten]
  == Registered application 'WaitExten'
Asterisk Dynamic Loader Starting:
  == Parsing '/etc/asterisk/modules.conf': Found
 [chan_capi.so] => (Common ISDN API for Asterisk)
  == Parsing '/etc/asterisk/capi.conf': Found
    -- Registering at CAPI (blocksize=160)
  == This box has 2 capi controller(s).
    -- CAPI/contr1 supports DTMF
    -- CAPI/contr1 supports supplementary services
       > supplementary services : 0x000003ff
       >  HOLD/RETRIEVE TERMINAL-PORTABILITY ECT 3PTY CF CD MCID CCBS MWI CCNR
    -- CAPI/contr1 private options=0x01000001
    -- CAPI/contr2 private options=0x01000001
    -- capi_pvt ISDN1-pseudo-D (*,default,2,2) (0,4,64)
    -- capi_pvt ISDN1 (*,default,2,2) (0,4,64)
    -- capi_pvt ISDN1 (*,default,2,2) (0,4,64)
    -- listening on contr1 CIPmask = 0x1fff03ff
Mar 30 18:37:11 NOTICE[4705]: chan_capi.c:4992 cc_post_init_capi: Unused contr2
  == Registered channel type 'CAPI' (Common ISDN API Driver ($Revision: 271 $))
  == Registered application 'capiCommand'
  == Registered custom function VANITYNUMBER
 [res_watchdog.so] => (Watchdog Resource)
 [skipping res_musiconhold.so]
 [res_monitor.so] => (Call Monitoring Resource)
  == Registered application 'Monitor'
  == Registered application 'StopMonitor'
  == Registered application 'ChangeMonitor'
  == Manager registered action Monitor
  == Manager registered action StopMonitor
  == Manager registered action ChangeMonitor
 [res_indications.so] => (Indications Configuration)
  == Parsing '/etc/asterisk/indications.conf': Found
    -- Registered indication country 'at'
    -- Registered indication country 'au'
    -- 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 'it'
    -- Registered indication country 'lt'
    -- Registered indication country 'mx'
    -- Registered indication country 'nl'
    -- Registered indication country 'no'
    -- Registered indication country 'nz'
    -- Registered indication country 'pl'
    -- Registered indication country 'pt'
    -- Registered indication country 'ru'
    -- Registered indication country 'se'
    -- Registered indication country 'sg'
    -- Registered indication country 'uk'
    -- Registered indication country 'us'
    -- Registered indication country 'us-o'
    -- Registered indication country 'tw'
    -- Registered indication country 'za'
    -- Setting default indication country to 'us'
  == Registered application 'PlayTones'
  == Registered application 'StopPlayTones'
 [res_features.so] => (Call Features Resource)
  == 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
  == Registered application 'HoldedCall'
  == Registered application 'AutoanswerLogin'
  == Registered application 'Autoanswer'
 [res_crypto.so] => (Cryptographic Digital Signatures)
    -- Loaded PUBLIC key 'iaxtel'
    -- Loaded PUBLIC key 'freeworlddialup'
 [res_agi.so] => (Asterisk Gateway Interface (AGI))
  == Registered application 'DeadAGI'
  == Registered application 'EAGI'
  == Registered application 'XAGI'
  == Registered application 'AGI'
 [res_adsi.so] => (ADSI Resource)
  == Parsing '/etc/asterisk/adsi.conf': Found
 [pbx_spool.so] => (Outgoing Spool Support)
 [pbx_realtime.so] => (Realtime Switch)
 [pbx_loopback.so] => (Loopback Switch)
 [pbx_functions.so] => (Builtin dialplan functions)
  == Registered custom function MD5
  == Registered custom function CHECK_MD5
  == Registered custom function MATH
  == Registered custom function GROUP_COUNT
  == Registered custom function GROUP_MATCH_COUNT
  == Registered custom function GROUP
  == Registered custom function GROUP_LIST
  == Registered custom function FIELDQTY
  == Registered custom function REGEX
  == Registered custom function LEN
  == Registered custom function STRFTIME
  == Registered custom function EVAL
  == Registered custom function CDR
  == Registered custom function ISNULL
  == Registered custom function SET
  == Registered custom function EXISTS
  == Registered custom function IF
  == Registered custom function IFTIME
  == Registered custom function ENV
  == Registered custom function DB
  == Registered custom function DB_EXISTS
  == Registered custom function TIMEOUT
  == Registered custom function LANGUAGE
  == Registered custom function MUSICCLASS
 [skipping pbx_dundi.so]
 [pbx_config.so] => (Text Extension Configuration)
  == Parsing '/etc/asterisk/extensions.conf': Found
  == Setting global variable 'RINGTIME' to '40'
    -- Registered extension context 'macro-CeckCaller'
    -- Added extension 's' priority 1 to macro-CeckCaller
    -- Added extension 's' priority 2 to macro-CeckCaller
    -- Added extension 's' priority 3 to macro-CeckCaller
    -- Added extension 's' priority 4 to macro-CeckCaller
    -- Added extension 's' priority 5 to macro-CeckCaller
    -- Added extension 's' priority 6 to macro-CeckCaller
    -- Added extension 's-NOTIME' priority 1 to macro-CeckCaller
    -- Added extension 's-NOTIME' priority 2 to macro-CeckCaller
    -- Added extension 's-NOTIME' priority 3 to macro-CeckCaller
    -- Added extension 's-NOTIME' priority 4 to macro-CeckCaller
    -- Added extension 's-NOTIME' priority 5 to macro-CeckCaller
    -- Added extension 's-NOANSWER' priority 1 to macro-CeckCaller
    -- Added extension 's-NOANSWER' priority 2 to macro-CeckCaller
    -- Added extension 's-NOANSWER' priority 3 to macro-CeckCaller
    -- Added extension 's-NOANSWER' priority 4 to macro-CeckCaller
    -- Registered extension context 'macro-localcall'
    -- Added extension 's' priority 1 to macro-localcall
    -- Added extension 's' priority 2 to macro-localcall
    -- Added extension 's' priority 3 to macro-localcall
    -- Added extension 's' priority 4 to macro-localcall
    -- Added extension 's-ISDN' priority 1 to macro-localcall
    -- Added extension 's-ISDN' priority 2 to macro-localcall
    -- Added extension 's-ISDN' priority 3 to macro-localcall
    -- Added extension 's-ISDN' priority 103 to macro-localcall
    -- Added extension 's-ISDN' priority 104 to macro-localcall
    -- Added extension 's-VOIP' priority 1 to macro-localcall
    -- Added extension 's-VOIP' priority 2 to macro-localcall
    -- Added extension 's-VOIP' priority 102 to macro-localcall
    -- Added extension 's-VOIP' priority 103 to macro-localcall
    -- Added extension 's-DIALERROR' priority 1 to macro-localcall
    -- Added extension 's-DIALERROR' priority 2 to macro-localcall
    -- Added extension 's-VOICEMAILERROR' priority 1 to macro-localcall
    -- Added extension 's-VOICEMAILERRO' priority 2 to macro-localcall
    -- Added extension 's-NOANSWER' priority 1 to macro-localcall
    -- Added extension 's-NOANSWER' priority 2 to macro-localcall
    -- Added extension 's-BUSY' priority 1 to macro-localcall
    -- Added extension 's-BUSY' priority 2 to macro-localcall
    -- Added extension '_s-.' priority 1 to macro-localcall
    -- Registered extension context 'AnrufNachExtern'
    -- Added extension '_9.' priority 1 to AnrufNachExtern
    -- Added extension '_9.' priority 2 to AnrufNachExtern
    -- Added extension '_0.' priority 1 to AnrufNachExtern
    -- Added extension '_0.' priority 2 to AnrufNachExtern
    -- Registered extension context 'AnrufVonIntern'
    -- Added extension '_3XX' priority 1 to AnrufVonIntern
    -- Added extension '_1XX' priority 1 to AnrufVonIntern
    -- Added extension '930140' priority 1 to AnrufVonIntern
    -- Added extension '930142' priority 1 to AnrufVonIntern
    -- Added extension 'henning.ryll' priority 1 to AnrufVonIntern
    -- Added extension '4930140' priority 1 to AnrufVonIntern
    -- Added extension '_4ZXX' priority 1 to AnrufVonIntern
    -- Registered extension context 'default'
    -- Including context 'AnrufVonIntern' in context 'default'
    -- Including context 'AnrufNachExtern' in context 'default'
    -- Including context 'parkedcalls' in context 'default'
 [pbx_ael.so] => (Asterisk Extension Language Compiler)
    -- Registered extension context 'macro-std-exten-ael'
    -- Added extension 's' priority 1 to macro-std-exten-ael
    -- Added extension 's' priority 2 to macro-std-exten-ael
    -- Added extension 's' priority 3 to macro-std-exten-ael
    -- Added extension 's' priority 4 to macro-std-exten-ael
    -- Added extension 's' priority 5 to macro-std-exten-ael
    -- Added extension 'sw-4-BUSY' priority 1 to macro-std-exten-ael
    -- Added extension 'sw-4-BUSY' priority 2 to macro-std-exten-ael
    -- Added extension '_sw-4-.' priority 1 to macro-std-exten-ael
    -- Added extension 'a' priority 1 to macro-std-exten-ael
    -- Added extension 'a' priority 2 to macro-std-exten-ael
    -- Registered extension context 'ael-demo'
    -- 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 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 's' priority 7 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 '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 '#' 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
 [skipping chan_zap.so]
 [skipping chan_skinny.so]
 [chan_sip.so] => (Session Initiation Protocol (SIP))
  == Parsing '/etc/asterisk/sip.conf': Found
Mar 30 18:37:31 WARNING[4705]: chan_sip.c:12589 reload_config: Invalid address for externhost keyword: die-rylls.dyndns.org
Mar 30 18:38:12 WARNING[4705]: acl.c:244 ast_get_ip_or_srv: Unable to lookup 'sip.web.de'
  == SIP Listening on 0.0.0.0:5060
  == Using TOS bits 16
  == Parsing '/etc/asterisk/sip_notify.conf': Found
  == Registered channel type 'SIP' (Session Initiation Protocol (SIP))
  == Registered application 'SIPDtmfMode'
  == Registered application 'SIPAddHeader'
  == Registered application 'SIPGetHeader'
  == Registered custom function SIP_HEADER
  == Registered custom function SIPPEER
  == Registered custom function SIPCHANINFO
  == Registered custom function CHECKSIPDOMAIN
  == Manager registered action SIPpeers
  == Manager registered action SIPshowpeer
  == Manager registered action SIPNotify
 [skipping chan_sccp.so]
 [chan_phone.so] => (Linux Telephony API Support)
  == Parsing '/etc/asterisk/phone.conf': Found
  == Registered channel type 'Phone' (Standard Linux Telephony API Driver)
 [skipping chan_oss.so]
 [chan_mgcp.so] => (Media Gateway Control Protocol (MGCP))
  == Parsing '/etc/asterisk/mgcp.conf': Found
  == MGCP Listening on 0.0.0.0:2727
  == Using TOS bits 0
  == Registered channel type 'MGCP' (Media Gateway Control Protocol (MGCP))
 [chan_local.so] => (Local Proxy Channel)
  == Registered channel type 'Local' (Local Proxy Channel Driver)
 [chan_iax2.so] => (Inter Asterisk eXchange (Ver 2))
  == Registered custom function IAXPEER
  == Registered application 'IAX2Provision'
  == Manager registered action IAXpeers
  == Manager registered action IAXnetstats
  == Parsing '/etc/asterisk/iax.conf': Found
  == Using TOS bits 0
  == Binding IAX2 to '192.168.100.2:4569'
  == Registered channel type 'IAX2' (Inter Asterisk eXchange Driver (Ver 2))
  == IAX Ready and Listening
  == Loaded firmware 'iaxy.bin'
  == Parsing '/etc/asterisk/iaxprov.conf': Found
    -- Loaded provisioning template 'default'
 [chan_features.so] => (Feature Proxy Channel)
  == Registered channel type 'Feature' (Feature Proxy Channel Driver)
 [chan_agent.so] => (Agent Proxy Channel)
  == Registered channel type 'Agent' (Call Agent Proxy Channel)
  == Registered application 'AgentLogin'
  == Registered application 'AgentCallbackLogin'
  == Registered application 'AgentMonitorOutgoing'
  == Manager registered action Agents
  == Manager registered action AgentLogoff
  == Manager registered action AgentCallbackLogin
  == Parsing '/etc/asterisk/agents.conf': Found
 [skipping res_musiconhold.so]
 [skipping pbx_dundi.so]
 [func_uri.so] => (URI encode/decode functions)
  == Registered custom function URIDECODE
  == Registered custom function URIENCODE
 [func_enum.so] => (ENUM Related Functions)
  == Registered custom function ENUMLOOKUP
  == Registered custom function TXTCIDNAME
 [func_callerid.so] => (Caller ID related dialplan function)
  == Registered custom function CALLERID
 [format_wav_gsm.so] => (Microsoft WAV format (Proprietary GSM))
  == Registered file format wav49, extension(s) WAV|wav49
 [format_wav.so] => (Microsoft WAV format (8000hz Signed Linear))
  == Registered file format wav, extension(s) wav
 [format_vox.so] => (Dialogic VOX (ADPCM) File Format)
  == Registered file format vox, extension(s) vox
 [format_sln.so] => (Raw Signed Linear Audio support (SLN))
  == Registered file format sln, extension(s) sln|raw
 [format_pcm_alaw.so] => (Raw aLaw 8khz PCM Audio support)
  == Registered file format alaw, extension(s) alaw|al
 [format_pcm.so] => (Raw uLaw 8khz Audio support (PCM))
  == Registered file format pcm, extension(s) pcm|ulaw|ul|mu
 [format_jpeg.so] => (JPEG (Joint Picture Experts Group) Image Format)
  == Registered format 'jpg' (JPEG (Joint Picture Experts Group))
 [format_ilbc.so] => (Raw iLBC data)
  == Registered file format iLBC, extension(s) ilbc
 [format_h263.so] => (Raw h263 data)
  == Registered file format h263, extension(s) h263
 [format_gsm.so] => (Raw GSM data)
  == Registered file format gsm, extension(s) gsm
 [format_g729.so] => (Raw G729 data)
  == Registered file format g729, extension(s) g729
 [format_g726.so] => (Raw G.726 (16/24/32/40kbps) data)
  == 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_g723.so] => (G.723.1 Simple Timestamp File Format)
  == Registered file format g723sf, extension(s) g723|g723sf
 [format_au.so] => (Sun Microsystems AU format (signed linear))
  == Registered file format au, extension(s) au
 [codec_ulaw.so] => (Mu-law Coder/Decoder)
  == 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_speex.so] => (Speex/PCM16 (signed linear) Codec Translator)
  == 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 18
  == Registered translator 'lintospeex' from format slin to speex, cost 246
 [codec_lpc10.so] => (LPC10 2.4kbps (signed linear) Voice Coder)
  == Parsing '/etc/asterisk/codecs.conf': Found
    -- codec_lpc10: using generic PLC
  == Registered translator 'lpc10tolin' from format lpc10 to slin, cost 15
  == Registered translator 'lintolpc10' from format slin to lpc10, cost 21
 [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator)
  == Registered translator 'ilbctolin' from format ilbc to slin, cost 28
  == Registered translator 'lintoilbc' from format slin to ilbc, cost 94
 [codec_gsm.so] => (GSM/PCM16 (signed linear) Codec Translator)
  == Parsing '/etc/asterisk/codecs.conf': Found
    -- codec_gsm: using generic PLC
  == Registered translator 'gsmtolin' from format gsm to slin, cost 6
  == Registered translator 'lintogsm' from format slin to gsm, cost 18
 [codec_g729a.so] => (Annex A/B (floating point) G.729 Codec (optimized for i386))
Mar 30 18:38:13 NOTICE[4705]: codec_g729.c:460 load_module: G.729 transcoding module Copyright (C) 1999-2005 Digium, Inc.
Mar 30 18:38:13 NOTICE[4705]: codec_g729.c:461 load_module: This module is supplied under a commercial license granted by Digium, Inc.
Mar 30 18:38:13 NOTICE[4705]: codec_g729.c:462 load_module: Please see the full license text supplied by the accompanying
Mar 30 18:38:13 NOTICE[4705]: codec_g729.c:463 load_module: "register" utility, or ask for a copy from Digium.
  == G.729 Host-ID: 3d:46:93:68:43:97:ec:f7:af:bd:b2:d9:7d:5a:6f:65:66:bd:35:bc
  == Found total of 0 G.729 licenses
 [codec_g726.so] => (ITU G.726-32kbps G726 Transcoder)
  == Parsing '/etc/asterisk/codecs.conf': Found
    -- codec_g726: using generic PLC
  == Registered translator 'g726tolin' from format g726 to slin, cost 12
  == Registered translator 'lintog726' from format slin to g726, cost 13
 [codec_a_mu.so] => (A-law and Mulaw direct Coder/Decoder)
  == Registered translator 'alawtoulaw' from format alaw to ulaw, cost 1
  == Registered translator 'ulawtoalaw' from format ulaw to alaw, cost 1
 [codec_alaw.so] => (A-law Coder/Decoder)
  == 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_adpcm.so] => (Adaptive Differential PCM 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 2
 [skipping chan_zap.so]
 [skipping chan_skinny.so]
 [skipping chan_sccp.so]
 [skipping chan_oss.so]
 [cdr_manager.so] => (Asterisk Call Manager CDR Backend)
  == Parsing '/etc/asterisk/cdr_manager.conf': Found
 [cdr_custom.so] => (Customizable Comma Separated Values CDR Backend)
  == Parsing '/etc/asterisk/cdr_custom.conf': Found
 [cdr_csv.so] => (Comma Separated Values CDR Backend)
 [app_zapscan.so] => (Scan Zap channels application)
  == Registered application 'ZapScan'
 [app_zapras.so] => (Zap RAS Application)
  == Registered application 'ZapRAS'
 [app_zapbarge.so] => (Barge in on Zap channel application)
  == Registered application 'ZapBarge'
 [app_zapateller.so] => (Block Telemarketers with Special Information Tone)
  == Registered application 'Zapateller'
 [app_while.so] => (While Loops and Conditional Execution)
  == Registered application 'While'
  == Registered application 'ExecIf'
  == Registered application 'EndWhile'
 [app_waitforsilence.so] => (Wait For Silence)
  == Registered application 'WaitForSilence'
 [app_waitforring.so] => (Waits until first ring after time)
  == Registered application 'WaitForRing'
 [app_voicemail.so] => (Comedian Mail (Voicemail System))
  == Registered application 'VoiceMail'
  == Registered application 'VoiceMailMain'
  == Registered application 'MailboxExists'
  == Registered application 'VMAuthenticate'
  == Parsing '/etc/asterisk/voicemail.conf': Found
 [app_verbose.so] => (Send verbose output)
  == Registered application 'Verbose'
 [app_userevent.so] => (Custom User Event Application)
  == Registered application 'UserEvent'
 [app_url.so] => (Send URL Applications)
  == Registered application 'SendURL'
 [app_txtcidname.so] => (TXTCIDName)
  == Registered application 'TXTCIDName'
 [app_transfer.so] => (Transfer)
  == Registered application 'Transfer'
 [app_test.so] => (Interface Test Application)
  == Registered application 'TestClient'
  == Registered application 'TestServer'
 [app_talkdetect.so] => (Playback with Talk Detection)
  == Registered application 'BackgroundDetect'
 [app_system.so] => (Generic System() application)
  == Registered application 'TrySystem'
  == Registered application 'System'
 [app_stack.so] => (Stack Routines)
  == Registered application 'StackPop'
  == Registered application 'Return'
  == Registered application 'GosubIf'
  == Registered application 'Gosub'
 [app_softhangup.so] => (Hangs up the requested channel)
  == Registered application 'SoftHangup'
 [app_sms.so] => (SMS/PSTN handler)
  == Registered application 'SMS'
 [app_settransfercapability.so] => (Set ISDN Transfer Capability)
  == Registered application 'SetTransferCapability'
 [app_setrdnis.so] => (Set RDNIS Number)
  == Registered application 'SetRDNIS'
 [app_setcidnum.so] => (Set CallerID Number)
  == Registered application 'SetCIDNum'
 [app_setcidname.so] => (Set CallerID Name)
  == Registered application 'SetCIDName'
 [app_setcdruserfield.so] => (CDR user field apps)
  == Registered application 'SetCDRUserField'
  == Registered application 'AppendCDRUserField'
  == Manager registered action SetCDRUserField
 [app_setcallerid.so] => (Set CallerID Application)
  == Registered application 'SetCallerPres'
  == Registered application 'SetCallerID'
 [app_sendtext.so] => (Send Text Applications)
  == Registered application 'SendText'
 [app_senddtmf.so] => (Send DTMF digits Application)
  == Registered application 'SendDTMF'
 [app_segfault.so] => (Application for crashing Asterisk with a segmentation fault)
  == Registered application 'Segfault'
 [app_sayunixtime.so] => (Say time)
  == Registered application 'SayUnixTime'
  == Registered application 'DateTime'
 [app_record.so] => (Trivial Record Application)
  == Registered application 'Record'
 [app_realtime.so] => (Realtime Data Lookup/Rewrite)
  == Registered application 'RealTimeUpdate'
  == Registered application 'RealTime'
 [app_readfile.so] => (Stores content of file into a variable)
  == Registered application 'ReadFile'
 [app_read.so] => (Read Variable Application)
  == Registered application 'Read'
 [app_random.so] => (Random goto)
  == Registered application 'Random'
 [app_queue.so] => (True Call Queueing)
  == Registered application 'Queue'
  == Manager registered action Queues
  == Manager registered action QueueStatus
  == Manager registered action QueueAdd
  == Manager registered action QueueRemove
  == Manager registered action QueuePause
  == Registered application 'AddQueueMember'
  == Registered application 'RemoveQueueMember'
  == Registered application 'PauseQueueMember'
  == Registered application 'UnpauseQueueMember'
  == Registered custom function QUEUEAGENTCOUNT
  == Parsing '/etc/asterisk/queues.conf': Found
 [app_privacy.so] => (Require phone number to be entered, if no CallerID sent)
  == Registered application 'PrivacyManager'
 [app_playback.so] => (Sound File Playback Application)
  == Registered application 'Playback'
 [app_pickup.so] => (PickUp/PickDown/Steal/PickupChan/StealChan)
  == Registered application 'StealChan'
  == Registered application 'PickupChan'
  == Registered application 'PickDown'
  == Registered application 'Steal'
  == Registered application 'PickUp'
 [app_parkandannounce.so] => (Call Parking and Announce Application)
  == Registered application 'ParkAndAnnounce'
 [app_page.so] => (Page Multiple Phones)
  == Registered application 'Page'
 [app_nbscat.so] => (Silly NBS Stream Application)
  == Registered application 'NBScat'
 [app_mp3.so] => (Silly MP3 Application)
  == Registered application 'MP3Player'
 [app_mixmonitor.so] => (Mixed Audio Monitoring Application)
  == Registered application 'MixMonitor'
 [app_milliwatt.so] => (Digital Milliwatt (mu-law) Test Application)
  == Registered application 'Milliwatt'
 [app_meetme.so] => (MeetMe conference bridge)
  == Parsing '/etc/asterisk/meetme.conf': Found
  == Registered application 'MeetMeAdmin'
  == Registered application 'MeetMeCount'
  == Registered application 'MeetMe'
 [app_md5.so] => (MD5 checksum applications)
  == Registered application 'MD5Check'
  == Registered application 'MD5'
 [app_math.so] => (Basic Math Functions)
  == Registered application 'Math'
 [app_macro.so] => (Extension Macros)
  == Registered application 'MacroExit'
  == Registered application 'MacroIf'
  == Registered application 'Macro'
 [app_lookupcidname.so] => (Look up CallerID Name from local database)
  == Registered application 'LookupCIDName'
 [app_lookupblacklist.so] => (Look up Caller*ID name/number from blacklist database)
  == Registered application 'LookupBlacklist'
 [app_image.so] => (Image Transmission Application)
  == Registered application 'SendImage'
 [app_ices.so] => (Encode and Stream via icecast and ices)
  == Registered application 'ICES'
 [app_hasnewvoicemail.so] => (Indicator for whether a voice mailbox has messages in a given folder.
  == Registered custom function VMCOUNT
  == Registered application 'HasVoicemail'
  == Registered application 'HasNewVoicemail'
 [app_groupcount.so] => (Group Management Routines)
  == Registered application 'GetGroupCount'
  == Registered application 'SetGroup'
  == Registered application 'CheckGroup'
  == Registered application 'GetGroupMatchCount'
 [app_getcpeid.so] => (Get ADSI CPE ID)
  == Registered application 'GetCPEID'
 [app_forkcdr.so] => (Fork The CDR into 2 separate entities.)
  == Registered application 'ForkCDR'
 [app_flash.so] => (Flash zap trunk application)
  == Registered application 'Flash'
 [app_festival.so] => (Simple Festival Interface)
  == Registered application 'Festival'
 [app_externalivr.so] => (External IVR Interface Application)
  == Registered application 'ExternalIVR'
 [app_exec.so] => (Executes applications)
  == Registered application 'Exec'
 [app_eval.so] => (Reevaluates strings)
  == Registered application 'Eval'
 [app_enumlookup.so] => (ENUM Lookup)
  == Registered application 'EnumLookup'
  == Parsing '/etc/asterisk/enum.conf': Found
 [app_echo.so] => (Simple Echo Application)
  == Registered application 'Echo'
 [app_dumpchan.so] => (Dump Info About The Calling Channel)
  == Registered application 'DumpChan'
 [app_disa.so] => (DISA (Direct Inward System Access) Application)
  == Registered application 'DISA'
 [app_directory.so] => (Extension Directory)
  == Registered application 'Directory'
 [app_directed_pickup.so] => (Directed Call Pickup Application)
  == Registered application 'DPickup'
 [app_dictate.so] => (Virtual Dictation Machine)
  == Registered application 'Dictate'
 [app_dial.so] => (Dialing Application)
  == Registered application 'Dial'
  == Registered application 'RetryDial'
 [app_devstate.so] => (Application for sending device state messages)
  == Registered channel type 'DS' (Application for sending device state messages)
  == Manager registered action Devstate
  == Registered application 'Devstate'
 [app_db.so] => (Database Access Functions)
  == Registered application 'DBget'
  == Registered application 'DBput'
  == Registered application 'DBdel'
  == Registered application 'DBdeltree'
 [app_cut.so] => (Cut out information from a string)
  == Registered custom function CUT
  == Registered custom function SORT
  == Registered application 'Sort'
  == Registered application 'Cut'
 [app_controlplayback.so] => (Control Playback Application)
  == Registered application 'ControlPlayback'
 [app_chanspy.so] => (Listen to the audio of an active channel
)
  == Registered application 'ChanSpy'
 [app_chanisavail.so] => (Check channel availability)
  == Registered application 'ChanIsAvail'
 [app_cdr.so] => (Tell Asterisk to not maintain a CDR for the current call)
  == Registered application 'NoCDR'
 [app_callingpres.so] => (Callingpres(number): Changes the presentation for the callerid. Should )
  == Registered application 'CallingPres'
 [app_authenticate.so] => (Authentication Application)
  == Registered application 'Authenticate'
 [app_alarmreceiver.so] => (Alarm Receiver for Asterisk)
  == Parsing '/etc/asterisk/alarmreceiver.conf': Found
  == Registered application 'AlarmReceiver'
 [app_adsiprog.so] => (Asterisk ADSI Programming Application)
  == Registered application 'ADSIProg'
  == Manager registered action DBget
  == Manager registered action DBput
  == Manager registered action DBdel
  == Parsing '/etc/asterisk/enum.conf': Found
Asterisk Ready.
*CLI> Segmentation fault

Code:
fli4l 3.0.1 # ls -Al /lib/
drwxr-xr-x    2 root     root          400 Mar 30 18:34 iptables
-rwxr-xr-x    1 root     root        99756 Mar 30 17:50 ld-2.2.5.so
lrwxrwxrwx    1 root     root           26 Mar 30 18:35 ld-linux.so.2 -> /opt/files/lib/ld-2.2.5.so
-rwxr-xr-x    1 root     root        17209 Mar 30 17:50 ld-uClibc-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 ld-uClibc.so.0 -> ld-uClibc-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 libc.so -> libuClibc-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 libc.so.0 -> libuClibc-0.9.28.so
-rwxr-xr-x    1 root     root      1394238 Mar 30 17:50 libc.so.6
-rwxr-xr-x    1 root     root         9005 Mar 30 17:50 libcrypt-0.9.28.so
lrwxrwxrwx    1 root     root           18 Mar 30 18:33 libcrypt.so -> libcrypt-0.9.28.so
lrwxrwxrwx    1 root     root           18 Mar 30 18:33 libcrypt.so.0 -> libcrypt-0.9.28.so
-rwxr-xr-x    1 root     root         9209 Mar 30 17:50 libdl-0.9.28.so
lrwxrwxrwx    1 root     root           15 Mar 30 18:33 libdl.so -> libdl-0.9.28.so
lrwxrwxrwx    1 root     root           15 Mar 30 18:33 libdl.so.0 -> libdl-0.9.28.so
-rwxr-xr-x    1 root     root        14605 Mar 30 17:50 libdl.so.2
-rwxr-xr-x    1 root     root        28108 Mar 30 17:50 libgcc_s.so.1
lrwxrwxrwx    1 root     root           14 Mar 30 18:33 libm.so -> libm-0.9.28.so
lrwxrwxrwx    1 root     root           14 Mar 30 18:33 libm.so.0 -> libm-0.9.28.so
-rwxr-xr-x    1 root     root       188574 Mar 30 17:50 libm.so.6
lrwxrwxrwx    1 root     root           32 Mar 30 18:35 libncurses.so.5 -> /opt/files/lib/libncurses.so.5.2
-rwxr-xr-x    1 root     root       333142 Mar 30 17:50 libncurses.so.5.2
-rwxr-xr-x    1 root     root         4665 Mar 30 17:50 libnsl-0.9.28.so
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 libnsl.so -> libnsl-0.9.28.so
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 libnsl.so.0 -> libnsl-0.9.28.so
-rwxr-xr-x    1 root     root        16184 Mar 30 17:50 libnss_dns.so.2
-rwxr-xr-x    1 root     root       106670 Mar 30 17:50 libpthread.so.0
-rwxr-xr-x    1 root     root         4665 Mar 30 17:50 libresolv-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 libresolv.so -> libresolv-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 libresolv.so.0 -> libresolv-0.9.28.so
-rwxr-xr-x    1 root     root        66112 Mar 30 17:50 libresolv.so.2
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 librpc.so -> librpc-0.9.28.so
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 librpc.so.0 -> librpc-0.9.28.so
-rwxr-xr-x    1 root     root       202801 Mar 30 17:50 libuClibc-0.9.28.so
-rwxr-xr-x    1 root     root         4849 Mar 30 17:50 libutil-0.9.28.so
lrwxrwxrwx    1 root     root           17 Mar 30 18:33 libutil.so -> libutil-0.9.28.so
lrwxrwxrwx    1 root     root           17 Mar 30 18:33 libutil.so.0 -> libutil-0.9.28.so
drwxr-xr-x    3 root     root           60 Mar 30 17:50 modules

Code:
fli4l 3.0.1 # ls -Al /opt/files/lib/
drwxr-xr-x    2 root     root          400 Mar 30 18:34 iptables
-rwxr-xr-x    1 root     root        99756 Mar 30 17:50 ld-2.2.5.so
lrwxrwxrwx    1 root     root           26 Mar 30 18:35 ld-linux.so.2 -> /opt/files/lib/ld-2.2.5.so
-rwxr-xr-x    1 root     root        17209 Mar 30 17:50 ld-uClibc-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 ld-uClibc.so.0 -> ld-uClibc-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 libc.so -> libuClibc-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 libc.so.0 -> libuClibc-0.9.28.so
-rwxr-xr-x    1 root     root      1394238 Mar 30 17:50 libc.so.6
-rwxr-xr-x    1 root     root         9005 Mar 30 17:50 libcrypt-0.9.28.so
lrwxrwxrwx    1 root     root           18 Mar 30 18:33 libcrypt.so -> libcrypt-0.9.28.so
lrwxrwxrwx    1 root     root           18 Mar 30 18:33 libcrypt.so.0 -> libcrypt-0.9.28.so
-rwxr-xr-x    1 root     root         9209 Mar 30 17:50 libdl-0.9.28.so
lrwxrwxrwx    1 root     root           15 Mar 30 18:33 libdl.so -> libdl-0.9.28.so
lrwxrwxrwx    1 root     root           15 Mar 30 18:33 libdl.so.0 -> libdl-0.9.28.so
-rwxr-xr-x    1 root     root        14605 Mar 30 17:50 libdl.so.2
-rwxr-xr-x    1 root     root        28108 Mar 30 17:50 libgcc_s.so.1
lrwxrwxrwx    1 root     root           14 Mar 30 18:33 libm.so -> libm-0.9.28.so
lrwxrwxrwx    1 root     root           14 Mar 30 18:33 libm.so.0 -> libm-0.9.28.so
-rwxr-xr-x    1 root     root       188574 Mar 30 17:50 libm.so.6
lrwxrwxrwx    1 root     root           32 Mar 30 18:35 libncurses.so.5 -> /opt/files/lib/libncurses.so.5.2
-rwxr-xr-x    1 root     root       333142 Mar 30 17:50 libncurses.so.5.2
-rwxr-xr-x    1 root     root         4665 Mar 30 17:50 libnsl-0.9.28.so
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 libnsl.so -> libnsl-0.9.28.so
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 libnsl.so.0 -> libnsl-0.9.28.so
-rwxr-xr-x    1 root     root        16184 Mar 30 17:50 libnss_dns.so.2
-rwxr-xr-x    1 root     root       106670 Mar 30 17:50 libpthread.so.0
-rwxr-xr-x    1 root     root         4665 Mar 30 17:50 libresolv-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 libresolv.so -> libresolv-0.9.28.so
lrwxrwxrwx    1 root     root           19 Mar 30 18:33 libresolv.so.0 -> libresolv-0.9.28.so
-rwxr-xr-x    1 root     root        66112 Mar 30 17:50 libresolv.so.2
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 librpc.so -> librpc-0.9.28.so
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 librpc.so.0 -> librpc-0.9.28.so
-rwxr-xr-x    1 root     root       202801 Mar 30 17:50 libuClibc-0.9.28.so
-rwxr-xr-x    1 root     root         4849 Mar 30 17:50 libutil-0.9.28.so
lrwxrwxrwx    1 root     root           17 Mar 30 18:33 libutil.so -> libutil-0.9.28.so
lrwxrwxrwx    1 root     root           17 Mar 30 18:33 libutil.so.0 -> libutil-0.9.28.so
drwxr-xr-x    3 root     root           60 Mar 30 17:50 modules

Code:
fli4l 3.0.1 # ls -Al /opt/files/usr/lib
drwxrwxrwt    3 400      401            60 Mar 30 18:35 asterisk
drwxr-xr-x    2 root     root           60 Mar 30 18:34 isdn
lrwxrwxrwx    1 root     root           18 Mar 30 18:34 libcapi20.so -> libcapi20.so.3.0.4
lrwxrwxrwx    1 root     root           39 Mar 30 18:35 libcapi20.so.3 -> /opt/files/usr/lib/libcapi20.so.3.0.4as
-rw-r--r--    1 root     root        31620 Mar 30 17:51 libcapi20.so.3.0.4
-rw-r--r--    1 root     root        86269 Mar 30 17:51 libcapi20.so.3.0.4as
-rw-r--r--    1 root     root       957699 Mar 30 17:51 libcrypto.so.0.9.6
lrwxrwxrwx    1 root     root           32 Mar 30 18:35 libgcc_s.so -> /opt/files/usr/lib/libgcc_s.so.1
-rwxr-xr-x    1 root     root       788096 Mar 30 17:51 libgcc_s.so.1
lrwxrwxrwx    1 root     root           32 Mar 30 18:35 libpri.so.1 -> /opt/files/usr/lib/libpri.so.1.0
-rwxr-xr-x    1 root     root       327083 Mar 30 17:51 libpri.so.1.0
-rwxr-xr-x    1 root     root       185869 Mar 30 17:51 libspeex.so.1
-rw-r--r--    1 root     root       206173 Mar 30 17:51 libssl.so.0.9.6
lrwxrwxrwx    1 root     root           37 Mar 30 18:35 libtonezone.so.1 -> /opt/files/usr/lib/libtonezone.so.1.0
-rwxr-xr-x    1 root     root       115419 Mar 30 17:51 libtonezone.so.1.0
-rw-r--r--    1 root     root         5446 Mar 30 17:51 openvpn-down-root.so
drwxr-xr-x    3 root     root           60 Mar 30 18:34 pppd

Das einzige was mir bis dahin aufgefallen ist, dass einige Links ins leere zeigen. Ich habe aber keine Ahnung, ob die libs benötigt werden.
Code:
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 librpc.so -> librpc-0.9.28.so
lrwxrwxrwx    1 root     root           16 Mar 30 18:33 librpc.so.0 -> librpc-0.9.28.so
lrwxrwxrwx    1 root     root           14 Mar 30 18:33 libm.so -> libm-0.9.28.so
lrwxrwxrwx    1 root     root           14 Mar 30 18:33 libm.so.0 -> libm-0.9.28.so

Abgesehen davon finde ich es auch ziemlich schade, daß die Beteiligung hier ziemlich mau ist.

Gruß Henning
 
Sind deine segmentation faults immer an unterschiedlichen Stellen?

Welchen Prozessor verwendest du?

meine enum.conf:
Code:
;
; ENUM Configuration for resolving phone numbers over DNS
;
; Sample config for Asterisk
;
[general]
;
; The search list for domains may be customized.  Domains are searched
; in the order they are listed here.
;
search => e164.org
search => e164.arpa
;
; If you'd like to use the E.164.org public ENUM registery in addition
; to the official e164.arpa one, uncomment the following line
;
;search => e164.org
;
; As there are more H323 drivers available you have to select to which
; drive a H323 URI will map. Default is "H323".
;
h323driver => H323
 
Nur durchhalten...es wird schon

Hallo,

ich lese hier schon die ganze Zeit mit.
Zur Zeit lauft bei mir FLI 3.0.1 mit * (opt_asterisk_2.0.0-RC3_public) mit der Tiscali Phone flat auf einem AMD K7 400. Leider fehlt mir Faxrcv deshalb hoffe ich Ihr bekommt es ans laufen!

Wenn ich ein bischen mehr Zeit hätte würde ich einen zweiten FLI aufsetzen um mitzutesten. Vielleicht komme ich nächste Woche dazu! Ich berichte euch dann natürlich!

Bis dahin wünsch ich euch viel erfolg

Stefan
 
Status
Für weitere Antworten geschlossen.

Statistik des Forums

Themen
246,469
Beiträge
2,252,587
Mitglieder
374,225
Neuestes Mitglied
Artem333
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.