Hi,
bin jetzt schon 2 Nächte meinem Ziel keinen Schritt näher gekommen.
Ziel: Asterisk + NT Mode aktivieren.
Gibt es eigentlich ein Howto nach dem man sich richten kann ? Denn ich habe wirklich jede Anleitung durchprobiert.
Asterisk Boot Cds mit Installation und anschließendem nachrüsten des "Bri-stuff".
Nacktes RedHat9 mit allen dev tools und anschließender Installation über "bri-stuff" ./install.sh.
Aber ich komme einfach nicht zum laden des zaphfc Moduls.
Nach einem "make loadNT" kommt folgende Ausgabe:
Asterisk selbst scheint zu laufen
vielleicht ist es ja nur ne Kleinigkeit. Bin echt am verzweifeln.
Kann jemand den Fehler beim "make loadNT" eingrenzen ?
Es ist möglicherweise das selbe Problem wie hier:
http://www.ip-phone-forum.de/forum/viewtopic.php?t=4105&highlight=loadnt
Ich besitze auch ein Via-Epia Board. Anscheinend müssen auch im Makefile Einträge geändet werden (i686 in i586).
Danke.
RK
bin jetzt schon 2 Nächte meinem Ziel keinen Schritt näher gekommen.
Ziel: Asterisk + NT Mode aktivieren.
Gibt es eigentlich ein Howto nach dem man sich richten kann ? Denn ich habe wirklich jede Anleitung durchprobiert.
Asterisk Boot Cds mit Installation und anschließendem nachrüsten des "Bri-stuff".
Nacktes RedHat9 mit allen dev tools und anschließender Installation über "bri-stuff" ./install.sh.
Aber ich komme einfach nicht zum laden des zaphfc Moduls.
Nach einem "make loadNT" kommt folgende Ausgabe:
Code:
[root@asterisk zaphfc]# make loadNT
cc -c zaphfc.c -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer -O2 -W
all -I/usr/src/linux/include -I../zaptel -Wall -DCONFIG_ZAPATA_BRI_DCHANS
In file included from /usr/include/linux/module.h:20,
from zaphfc.c:16:
/usr/include/linux/modversions.h:1:2: #error Modules should never use kernel-hea
ders system headers,
/usr/include/linux/modversions.h:2:2: #error but rather headers from an appropri
ate kernel-source package.
/usr/include/linux/modversions.h:3:2: #error Change -I/usr/src/linux/include (or
similar) to
/usr/include/linux/modversions.h:4:2: #error -I/lib/modules/$(uname -r)/build/in
clude
/usr/include/linux/modversions.h:5:2: #error to build against the currently-runn
ing kernel.
In file included from /usr/include/linux/interrupt.h:10,
from zaphfc.c:19:
/usr/include/asm/bitops.h:327:2: warning: #warning This includefile is not avail
able on all architectures.
/usr/include/asm/bitops.h:328:2: warning: #warning Using kernel headers in users
pace: atomicity not guaranteed
In file included from zaphfc.c:19:
/usr/include/linux/interrupt.h:44:25: asm/hardirq.h: Datei oder Verzeichnis nich
t gefunden
/usr/include/linux/interrupt.h:45:25: asm/softirq.h: Datei oder Verzeichnis nich
t gefunden
In file included from zaphfc.c:19:
/usr/include/linux/interrupt.h:73: syntax error before "void"
/usr/include/linux/interrupt.h:77: parse error before '(' token
/usr/include/linux/interrupt.h:78: parse error before '(' token
/usr/include/linux/interrupt.h:106: parse error before "atomic_t"
/usr/include/linux/interrupt.h:109: parse error before '}' token
/usr/include/linux/interrupt.h:127: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here
(not in a function)
/usr/include/linux/interrupt.h:127: requested alignment is not a constant
/usr/include/linux/interrupt.h:154: parse error before '(' token
/usr/include/linux/interrupt.h: In function `tasklet_schedule':
/usr/include/linux/interrupt.h:158: dereferencing pointer to incomplete type
/usr/include/linux/interrupt.h: At top level:
/usr/include/linux/interrupt.h:162: parse error before '(' token
/usr/include/linux/interrupt.h: In function `tasklet_hi_schedule':
/usr/include/linux/interrupt.h:166: dereferencing pointer to incomplete type
/usr/include/linux/interrupt.h: In function `tasklet_disable_nosync':
/usr/include/linux/interrupt.h:173: dereferencing pointer to incomplete type
/usr/include/linux/interrupt.h: In function `tasklet_enable':
/usr/include/linux/interrupt.h:187: dereferencing pointer to incomplete type
/usr/include/linux/interrupt.h: In function `tasklet_hi_enable':
/usr/include/linux/interrupt.h:193: dereferencing pointer to incomplete type
/usr/include/linux/interrupt.h: At top level:
/usr/include/linux/interrupt.h:224: parse error before "global_bh_lock"
/usr/include/linux/interrupt.h: In function `mark_bh':
/usr/include/linux/interrupt.h:228: invalid use of undefined type `struct taskle
t_struct'
In file included from /usr/include/linux/fs.h:23,
from /usr/include/linux/capability.h:17,
from /usr/include/linux/binfmts.h:5,
from /usr/include/linux/sched.h:9,
from /usr/include/linux/delay.h:12,
from zaphfc.c:20:
/usr/include/linux/string.h:8:2: warning: #warning Using kernel header in userla
nd!
In file included from /usr/include/linux/sched.h:14,
from /usr/include/linux/delay.h:12,
from zaphfc.c:20:
/usr/include/linux/timex.h: At top level:
/usr/include/linux/timex.h:173: field `time' has incomplete type
In file included from /usr/include/linux/signal.h:4,
from /usr/include/linux/sched.h:25,
from /usr/include/linux/delay.h:12,
from zaphfc.c:20:
/usr/include/asm/signal.h:107: parse error before "sigset_t"
/usr/include/asm/signal.h:110: parse error before '}' token
In file included from /usr/include/linux/sched.h:81,
from /usr/include/linux/delay.h:12,
from zaphfc.c:20:
/usr/include/linux/timer.h:45: parse error before "spinlock_t"
/usr/include/linux/timer.h:53: parse error before '}' token
/usr/include/linux/timer.h:67: parse error before "tvec_base_t"
/usr/include/linux/timer.h:101: parse error before "tvec_bases"
/usr/include/linux/timer.h: In function `init_timer':
/usr/include/linux/timer.h:105: dereferencing pointer to incomplete type
/usr/include/linux/timer.h:105: dereferencing pointer to incomplete type
/usr/include/linux/timer.h:106: dereferencing pointer to incomplete type
/usr/include/linux/timer.h: In function `timer_pending':
/usr/include/linux/timer.h:121: dereferencing pointer to incomplete type
In file included from zaphfc.c:20:
/usr/include/linux/delay.h:13:23: asm/delay.h: Datei oder Verzeichnis nicht gefu
nden
In file included from ../zaptel/zaptel.h:51,
from zaphfc.c:21:
../zaptel/ecdis.h: In function `echo_can_disable_detector_update':
../zaptel/ecdis.h:80: warning: implicit declaration of function `abs'
In file included from ../zaptel/zaptel.h:157,
from zaphfc.c:21:
../zaptel/mec2.h: In function `echo_can_free':
../zaptel/mec2.h:173: warning: implicit declaration of function `kfree'
In file included from ../zaptel/zaptel.h:157,
from zaphfc.c:21:
../zaptel/mec2.h: In function `echo_can_create':
../zaptel/mec2.h:379: warning: implicit declaration of function `kmalloc'
../zaptel/mec2.h:379: `GFP_KERNEL' undeclared (first use in this function)
../zaptel/mec2.h:379: (Each undeclared identifier is reported only once
../zaptel/mec2.h:379: for each function it appears in.)
In file included from zaphfc.c:21:
../zaptel/zaptel.h: At top level:
../zaptel/zaptel.h:935: parse error before "spinlock_t"
../zaptel/zaptel.h:935: warning: no semicolon at end of struct or union
../zaptel/zaptel.h:984: parse error before "readbufq"
../zaptel/zaptel.h:984: warning: type defaults to `int' in declaration of `readb
ufq'
../zaptel/zaptel.h:984: warning: data definition has no type or storage class
../zaptel/zaptel.h:989: parse error before "writebufq"
../zaptel/zaptel.h:989: warning: type defaults to `int' in declaration of `write
bufq'
../zaptel/zaptel.h:989: warning: data definition has no type or storage class
../zaptel/zaptel.h:996: parse error before "eventbufq"
../zaptel/zaptel.h:996: warning: type defaults to `int' in declaration of `event
bufq'
../zaptel/zaptel.h:996: warning: data definition has no type or storage class
../zaptel/zaptel.h:998: parse error before "txstateq"
../zaptel/zaptel.h:998: warning: type defaults to `int' in declaration of `txsta
teq'
../zaptel/zaptel.h:998: warning: data definition has no type or storage class
../zaptel/zaptel.h:1031: parse error before "sel"
../zaptel/zaptel.h:1031: warning: type defaults to `int' in declaration of `sel'
../zaptel/zaptel.h:1031: warning: data definition has no type or storage class
../zaptel/zaptel.h:1122: parse error before '}' token
../zaptel/zaptel.h:1170: parse error before "spinlock_t"
../zaptel/zaptel.h:1170: warning: no semicolon at end of struct or union
../zaptel/zaptel.h:1191: parse error before "maintq"
../zaptel/zaptel.h:1191: warning: type defaults to `int' in declaration of `main
tq'
../zaptel/zaptel.h:1191: warning: data definition has no type or storage class
../zaptel/zaptel.h:1263: parse error before '}' token
../zaptel/zaptel.h: In function `zt_txtone_nextsample':
../zaptel/zaptel.h:1411: dereferencing pointer to incomplete type
../zaptel/zaptel.h:1411: dereferencing pointer to incomplete type
../zaptel/zaptel.h:1412: dereferencing pointer to incomplete type
../zaptel/zaptel.h:1412: dereferencing pointer to incomplete type
../zaptel/zaptel.h:1413: dereferencing pointer to incomplete type
../zaptel/zaptel.h:1413: dereferencing pointer to incomplete type
../zaptel/zaptel.h:1413: dereferencing pointer to incomplete type
../zaptel/zaptel.h:1413: dereferencing pointer to incomplete type
../zaptel/zaptel.h:1414: dereferencing pointer to incomplete type
In file included from zaphfc.c:22:
zaphfc.h: At top level:
zaphfc.h:258: parse error before "spinlock_t"
zaphfc.h:258: warning: no semicolon at end of struct or union
zaphfc.h:259: conflicting types for `irq'
../zaptel/zaptel.h:1177: previous declaration of `irq'
zaphfc.h:277: parse error before '}' token
zaphfc.h:277: warning: type defaults to `int' in declaration of `hfc_card'
zaphfc.h:277: warning: data definition has no type or storage class
zaphfc.h:281: field `span' has incomplete type
zaphfc.h:282: field `chans' has incomplete type
make: *** [zaphfc.o] Fehler 1
Asterisk selbst scheint zu laufen
Code:
[root@asterisk sbin]# ./asterisk -vvvgc
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
Asterisk CVS-HEAD-08/13/04-12:00:00-BRI-stuffed-0.1.0-RC4a, Copyright (C) 1999-2
004 Digium.
Written by Mark Spencer <[email protected]>
=========================================================================
== Parsing '/etc/asterisk/logger.conf': Found
Asterisk Event Logger Started /var/log/asterisk/event_log
== 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 MailboxStatus
== Manager registered action Command
== Manager registered action ExtensionState
== Manager registered action AbsoluteTimeout
== Manager registered action MailboxCount
== Manager registered action ListCommands
== Parsing '/etc/asterisk/manager.conf': Found
== 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'
[Hangup]
== Registered application 'Hangup'
[NoOp]
== Registered application 'NoOp'
[Prefix]
== Registered application 'Prefix'
[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'
[SetVar]
== Registered application 'SetVar'
[StripMSD]
== Registered application 'StripMSD'
[Suffix]
== Registered application 'Suffix'
[Wait]
== Registered application 'Wait'
[WaitExten]
== Registered application 'WaitExten'
Asterisk Dynamic Loader Starting:
== Parsing '/etc/asterisk/modules.conf': Found
[chan_modem.so] => (Generic Voice Modem Driver)
== Parsing '/etc/asterisk/modem.conf': Found
== Loading modem driver chan_modem_aopen.so => (A/Open (Rockwell Chipset) ITU-
2 VoiceModem Driver)
== Registered channel type 'Modem' (Generic Voice Modem Channel Driver)
[res_musiconhold.so] => (Music On Hold Resource)
== Parsing '/etc/asterisk/musiconhold.conf': Found
== Registered application 'MusicOnHold'
== Registered application 'WaitMusicOnHold'
== Registered application 'SetMusicOnHold'
[res_adsi.so] => (ADSI Resource)
== Parsing '/etc/asterisk/adsi.conf': Found
[res_features.so] => (Call Parking 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'
[res_crypto.so] => (Cryptographic Digital Signatures)
-- Loaded PUBLIC key 'iaxtel'
-- Loaded PUBLIC key 'freeworlddialup'
[res_indications.so] => (Indications Configuration)
== Parsing '/etc/asterisk/indications.conf': Found
-- Registered indication country 'cl'
-- Registered indication country 'tw'
-- Registered indication country 'us'
-- Registered indication country 'au'
-- Registered indication country 'fr'
-- Registered indication country 'de'
-- Registered indication country 'nl'
-- Registered indication country 'uk'
-- Registered indication country 'fi'
-- Registered indication country 'no'
-- Registered indication country 'br'
-- Registered indication country 'za'
-- Registered indication country 'it'
-- Registered indication country 'us-o'
-- Registered indication country 'gr'
-- Registered indication country 'ru'
-- Registered indication country 'nz'
-- Setting default indication country to 'us'
== Registered application 'Playtones'
== Registered application 'StopPlaytones'
[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_agi.so] => (Asterisk Gateway Interface (AGI))
== Registered application 'DeadAGI'
== Registered application 'EAGI'
== Registered application 'AGI'
[chan_sip.so] => (Session Initiation Protocol (SIP))
== Parsing '/etc/asterisk/sip.conf': Found
== SIP Listening on 0.0.0.0:5060
== Using TOS bits 24
== Registered channel type 'SIP' (Session Initiation Protocol (SIP))
== Registered application 'SIPDtmfMode'
[chan_modem_bestdata.so] => (BestData (Conexant V.90 Chipset) VoiceModem Driver
)
[chan_modem_i4l.so] => (ISDN4Linux Emulated Modem Driver)
[chan_agent.so] => (Agent Proxy Channel)
== Registered channel type 'Agent' (Call Agent Proxy Channel)
== Registered application 'AgentLogin'
== Registered application 'AgentCallbackLogin'
== Registered application 'AgentMonitorOutgoing'
== Parsing '/etc/asterisk/agents.conf': Found
[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_iax2.so] => (Inter Asterisk eXchange (Ver 2))
== Manager registered action IAXpeers
== Parsing '/etc/asterisk/iax.conf': Found
== Registered channel type 'IAX2' (Inter Asterisk eXchange Driver (Ver 2))
== Using TOS bits 16
== IAX Ready and Listening on 0.0.0.0 port 4569
== Loaded firmware 'iaxy.bin'
== Parsing '/etc/asterisk/iaxprov.conf': Found
-- Loaded provisioning template 'default'
[chan_local.so] => (Local Proxy Channel)
== Registered channel type 'Local' (Local Proxy Channel Driver)
[chan_skinny.so] => (Skinny Client Control Protocol (Skinny))
== Parsing '/etc/asterisk/skinny.conf': Found
Oct 9 19:23:26 WARNING[1076204160]: chan_skinny.c:2584 reload_config: Unable to
get our IP address, Skinny disabled
== Registered channel type 'Skinny' (Skinny Client Control Protocol (Skinny))
[chan_oss.so] => (OSS Console Channel Driver)
== Console is full duplex
== Registered channel type 'Console' (OSS Console Channel Driver)
== Parsing '/etc/asterisk/oss.conf': Found
Oct 9 19:23:26 WARNING[1099524160]: chan_oss.c:239 sound_thread: Read error on
sound device: Resource temporarily unavailable
[chan_phone.so] => (Linux Telephony API Support)
== Parsing '/etc/asterisk/phone.conf': Found
== Registered channel type 'Phone' (Standard Linux Telephony API Driver)
[pbx_config.so] => (Text Extension Configuration)
== Parsing '/etc/asterisk/extensions.conf': Found
-- Setting global variable 'IAXINFO' to 'guest'
-- Registered extension context 'default'
-- Including context 'calls' in context 'default'
-- Registered extension context 'calls'
-- Added extension '1977993' priority 1 to calls
-- Added extension '1977993' priority 2 to calls
-- Added extension '_8.' priority 1 to calls
-- Added extension '_8.' priority 2 to calls
-- Added extension '_8.' priority 3 to calls
-- Added extension '_8.' priority 4 to calls
[pbx_wilcalu.so] => (Wil Cal U (Auto Dialer))
[pbx_spool.so] => (Outgoing Spool Support)
[app_dial.so] => (Dialing Application)
== Registered application 'Dial'
[app_playback.so] => (Trivial Playback Application)
== Registered application 'Playback'
[app_voicemail.so] => (Comedian Mail (Voicemail System))
== Registered application 'VoiceMail'
== Registered application 'VoiceMail2'
== Registered application 'VoiceMailMain'
== Registered application 'VoiceMailMain2'
== Registered application 'MailboxExists'
== Parsing '/etc/asterisk/voicemail.conf': Found
[app_directory.so] => (Extension Directory)
== Registered application 'Directory'
[app_mp3.so] => (Silly MP3 Application)
== Registered application 'MP3Player'
[app_system.so] => (Generic System() application)
== Registered application 'System'
[app_echo.so] => (Simple Echo Application)
== Registered application 'Echo'
[app_record.so] => (Trivial Record Application)
== Registered application 'Record'
[app_image.so] => (Image Transmission Application)
== Registered application 'SendImage'
[app_url.so] => (Send URL Applications)
== Registered application 'SendURL'
[app_disa.so] => (DISA (Direct Inward System Access) Application)
== Registered application 'DISA'
[app_qcall.so] => (Call from Queue)
Oct 9 19:23:26 WARNING[1099524160]: chan_oss.c:269 sound_thread: Read error on
sound device: Resource temporarily unavailable
[app_adsiprog.so] => (Asterisk ADSI Programming Application)
== Registered application 'ADSIProg'
[app_getcpeid.so] => (Get ADSI CPE ID)
== Registered application 'GetCPEID'
[app_milliwatt.so] => (Digital Milliwatt (mu-law) Test Application)
== Registered application 'Milliwatt'
[app_zapateller.so] => (Block Telemarketers with Special Information Tone)
== Registered application 'Zapateller'
[app_setcallerid.so] => (Set CallerID Application)
== Registered application 'SetCallerPres'
== Registered application 'SetCallerID'
[app_festival.so] => (Simple Festival Interface)
== Registered application 'Festival'
[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
== Registered application 'AddQueueMember'
== Registered application 'RemoveQueueMember'
== Parsing '/etc/asterisk/queues.conf': Found
[app_senddtmf.so] => (Send DTMF digits Application)
== Registered application 'SendDTMF'
[app_parkandannounce.so] => (Call Parking and Announce Application)
== Registered application 'ParkAndAnnounce'
[app_striplsd.so] => (Strip trailing digits)
== Registered application 'StripLSD'
[app_setcidname.so] => (Set CallerID Name)
== Registered application 'SetCIDName'
[app_lookupcidname.so] => (Look up CallerID Name from local database)
== Registered application 'LookupCIDName'
[app_substring.so] => ((Deprecated) Save substring digits in a given variable)
== Registered application 'SubString'
[app_macro.so] => (Extension Macros)
== Registered application 'Macro'
[app_authenticate.so] => (Authentication Application)
== Registered application 'Authenticate'
[app_softhangup.so] => (Hangs up the requested channel)
== Registered application 'SoftHangup'
[app_lookupblacklist.so] => (Look up Caller*ID name/number from blacklist datab
ase)
== Registered application 'LookupBlacklist'
[app_waitforring.so] => (Waits until first ring after time)
== Registered application 'WaitForRing'
[app_privacy.so] => (Require phone number to be entered, if no CallerID sent)
== Registered application 'PrivacyManager'
[app_db.so] => (Database access functions for Asterisk extension logic)
== Registered application 'DBget'
== Registered application 'DBput'
== Registered application 'DBdel'
== Registered application 'DBdeltree'
[app_chanisavail.so] => (Check if channel is available)
== Registered application 'ChanIsAvail'
[app_enumlookup.so] => (ENUM Lookup)
== Registered application 'EnumLookup'
== Parsing '/etc/asterisk/enum.conf': Found
[app_transfer.so] => (Transfer)
== Registered application 'Transfer'
[app_setcidnum.so] => (Set CallerID Number)
== Registered application 'SetCIDNum'
[app_cdr.so] => (Make sure asterisk doesn't save CDR for a certain call)
== Registered application 'NoCDR'
[app_hasnewvoicemail.so] => (Indicator for whether a voice mailbox has messages
in a given folder.
== Registered application 'HasVoicemail'
== Registered application 'HasNewVoicemail'
[app_sayunixtime.so] => (Say time)
== Registered application 'SayUnixTime'
== Registered application 'DateTime'
[app_cut.so] => (Cuts up variables)
== Registered application 'Cut'
[app_read.so] => (Read Variable Application)
== Registered application 'Read'
[app_setcdruserfield.so] => (CDR user field apps)
== Registered application 'SetCDRUserField'
== Registered application 'AppendCDRUserField'
== Manager registered action SetCDRUserField
[app_random.so] => (Random goto)
== Registered application 'Random'
[app_ices.so] => (Encode and Stream via icecast and ices)
== Registered application 'ICES'
[app_eval.so] => (Reevaluates strings)
== Registered application 'Eval'
[app_nbscat.so] => (Silly NBS Stream Application)
== Registered application 'NBScat'
[app_sendtext.so] => (Send Text Applications)
== Registered application 'SendText'
[app_exec.so] => (Executes applications)
== Registered application 'Exec'
[app_sms.so] => (SMS/PSTN handler)
== Registered application 'SMS'
[app_groupcount.so] => (Group Management Routines)
== Registered application 'GetGroupCount'
== Registered application 'SetGroup'
== Registered application 'CheckGroup'
[app_txtcidname.so] => (TXTCIDName)
== Registered application 'TXTCIDName'
== Parsing '/etc/asterisk/enum.conf': Found
[app_controlplayback.so] => (Control Playback Application)
== Registered application 'ControlPlayback'
[app_talkdetect.so] => (Playback with Talk Detection)
== Registered application 'BackgroundDetect'
[app_alarmreceiver.so] => (Alarm Receiver for Asterisk)
== Parsing '/etc/asterisk/alarmreceiver.conf': Found
== Registered application 'AlarmReceiver'
[app_userevent.so] => (Custom User Event Application)
== Registered application 'UserEvent'
[app_verbose.so] => (Send verbose output)
== Registered application 'Verbose'
[app_pickup.so] => (PickUp/PickDown/Steal)
== Registered application 'PickDown'
== Registered application 'Steal'
== Registered application 'PickUp'
[skipping app_intercom.so]
[codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator)
== Registered translator 'ilbctolin' from format ILBC to SLINR, cost 12
Oct 9 19:23:26 WARNING[1099524160]: chan_oss.c:269 sound_thread: Read error on
sound device: Resource temporarily unavailable
== Registered translator 'lintoilbc' from format SLINR to ILBC, cost 79
[codec_gsm.so] => (GSM/PCM16 (signed linear) Codec Translator)
== Registered translator 'gsmtolin' from format GSM to SLINR, cost 4
== Registered translator 'lintogsm' from format SLINR to GSM, cost 15
[codec_lpc10.so] => (LPC10 2.4kbps (signed linear) Voice Coder)
== Registered translator 'lpc10tolin' from format LPC10 to SLINR, cost 12
== Registered translator 'lintolpc10' from format SLINR to LPC10, cost 15
[codec_adpcm.so] => (Adaptive Differential PCM Coder/Decoder)
== Registered translator 'adpcmtolin' from format ADPCM to SLINR, cost 1
== Registered translator 'lintoadpcm' from format SLINR to ADPCM, cost 1
[codec_ulaw.so] => (Mu-law Coder/Decoder)
== Registered translator 'ulawtolin' from format ULAW to SLINR, cost 1
== Registered translator 'lintoulaw' from format SLINR to ULAW, cost 1
[codec_alaw.so] => (A-law Coder/Decoder)
== Registered translator 'alawtolin' from format ALAW to SLINR, cost 1
== Registered translator 'lintoalaw' from format SLINR to ALAW, cost 1
[codec_a_mu.so]Oct 9 19:23:26 WARNING[1099524160]: chan_oss.c:269 sound_thread
: Read error on sound device: Resource temporarily unavailable
=> (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_g726.so] => (ITU G.726-32kbps G726 Transcoder)
== Registered translator 'g726tolin' from format G726 to SLINR, cost 9
== Registered translator 'lintog726' from format SLINR to G726, cost 10
[format_gsm.so] => (Raw GSM data)
== Registered file format gsm, extension(s) gsm
[format_wav.so] => (Microsoft WAV format (8000hz Signed Linear))
== Registered file format wav, extension(s) wav
[format_wav_gsm.so] => (Microsoft WAV format (Proprietary GSM))
== Registered file format wav49, extension(s) WAV|wav49
[format_vox.so] => (Dialogic VOX (ADPCM) File Format)
== Registered file format vox, extension(s) vox
[format_pcm.so] => (Raw uLaw 8khz Audio support (PCM))
== Registered file format pcm, extension(s) pcm|ulaw|ul|mu
[format_g729.so] => (Raw G729 data)
== Registered file format g729, extension(s) g729
[format_pcm_alaw.so] => (Raw aLaw 8khz PCM Audio support)
== Registered file format alaw, extension(s) alaw|al
[format_h263.so] => (Raw h263 data)
== Registered file format h263, extension(s) h263
[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_ilbc.so] => (Raw iLBC data)
== Registered file format iLBC, extension(s) ilbc
[format_jpeg.so] => (JPEG (Joint Picture Experts Group) Image Format)
== Registered format 'jpg' (JPEG (Joint Picture Experts Group))
[cdr_csv.so] => (Comma Separated Values CDR Backend)
[cdr_manager.so] => (Asterisk Call Manager CDR Backend)
== Parsing '/etc/asterisk/cdr_manager.conf': Found
== Parsing '/etc/asterisk/enum.conf': Found
== Parsing '/etc/asterisk/logger.conf': Found
Asterisk Event Logger restarted
Asterisk Ready.
*CLI> Oct 9 19:23:26 WARNING[1099524160]: chan_oss.c:269 sound_thread: Read err
or on sound device: Resource temporarily unavailable
Kann jemand den Fehler beim "make loadNT" eingrenzen ?
Es ist möglicherweise das selbe Problem wie hier:
http://www.ip-phone-forum.de/forum/viewtopic.php?t=4105&highlight=loadnt
Ich besitze auch ein Via-Epia Board. Anscheinend müssen auch im Makefile Einträge geändet werden (i686 in i586).
Danke.
RK