virendra bhati
2011-Dec-23 09:03 UTC
[asterisk-users] Dahdi not installed and application's details is missing in Asterisk
Hi , Most of the time I get this error message. And after installed kernel althings will become file. But today after doing all the things I am not getting any good hope. *[root at haddock8-astrx dahdi-linux-complete-2.5.0.2+2.5.0.2]#* make all make -C linux all make[1]: Entering directory `/usr/src/dahdi-linux-complete-2.5.0.2+ 2.5.0.2/linux' make -C drivers/dahdi/firmware firmware-loaders make[2]: Entering directory `/usr/src/dahdi-linux-complete-2.5.0.2+ 2.5.0.2/linux/drivers/dahdi/firmware' make[2]: Leaving directory `/usr/src/dahdi-linux-complete-2.5.0.2+ 2.5.0.2/linux/drivers/dahdi/firmware' You do not appear to have the sources for the 2.6.18-194.11.1.el5 kernel installed. make[1]: *** [modules] Error 1 make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.5.0.2+ 2.5.0.2/linux' make: *** [all] Error 2 this is the information of installed kernel. *[root at haddock8-astrx dahdi-linux-complete-2.5.0.2+2.5.0.2]# *rpm -qa|grep kernel kernel-xen-devel-2.6.18-274.12.1.el5 kernel-debug-devel-2.6.18-274.12.1.el5 kernel-debug-2.6.18-274.12.1.el5 kernel-devel-2.6.18-274.12.1.el5 kernel-doc-2.6.18-274.12.1.el5 kernel-2.6.18-274.12.1.el5 kernel-2.6.18-194.11.1.el5 kernel-headers-2.6.18-274.12.1.el5 kernel-xen-2.6.18-274.12.1.el5 asterisk is installed and working. but meetme application is missing due to dahdi installation. I found new thinks that when I write command at CLI found strange message. *haddock8-astrx*CLI>* core show applications -= Registered Asterisk Applications =- AddQueueMember: ADSIProg: AELSub: AgentLogin: AgentMonitorOutgoing: AGI: Executes an AGI compliant application AlarmReceiver: AMD: Answer: Authenticate: BackGround: BackgroundDetect: Bridge: Busy: ChangeMonitor: Change monitoring filename of a channel ChanIsAvail: ChannelRedirect: ChanSpy: ClearHash: ConfBridge: Congestion: ContinueWhile: ControlPlayback: DateTime: DBdel: DBdeltree: DeadAGI: Executes AGI on a hungup channel Dial: Dictate: Directory: DISA: DumpChan: EAGI: Executes an EAGI compliant application Echo: EndWhile: Exec: ExecIf: ExecIfTime: ExitWhile: ExtenSpy: ExternalIVR: Interfaces with an external IVR application Festival: FollowMe: ForkCDR: GetCPEID: Gosub: GosubIf: Goto: GotoIf: GotoIfTime: Hangup: IAX2Provision: ICES: ImportVar: Incomplete: JabberSend: JabberStatus: Log: Macro: MacroExclusive: MacroExit: MacroIf: MailboxExists: Milliwatt: MinivmAccMess: MinivmDelete: MinivmGreet: MinivmMWI: MinivmNotify: MinivmRecord: MixMonitor: Monitor: Monitor a channel Morsecode: MP3Player: MSet: MusicOnHold: Play Music On Hold indefinitely MYSQL: Do several mySQLy things NBScat: NoCDR: NoOp: ODBC_Commit: ODBC_Rollback: ODBCFinish: Originate: Park: ParkAndAnnounce: ParkedCall: PauseMonitor: Pause monitoring of a channel PauseQueueMember: Pickup: PickupChan: Playback: PlayTones: PrivacyManager: Proceeding: Progress: Queue: QueueLog: RaiseException: Read: ReadExten: ReadFile: Record: RemoveQueueMember: ResetCDR: RetryDial: Return: Ringing: SayAlpha: SayCountPL: SayDigits: SayNumber: SayPhonetic: SayUnixTime: SendDTMF: SendImage: SendText: SendURL: Set: SetAMAFlags: SetCallerPres: SetMusicOnHold: Set default Music On Hold class SIPAddHeader: SIPDtmfMode: SIPRemoveHeader: SMS: SoftHangup: SpeechActivateGrammar: SpeechBackground: SpeechCreate: SpeechDeactivateGrammar: SpeechDestroy: SpeechLoadGrammar: SpeechProcessingSound: SpeechStart: SpeechUnloadGrammar: StackPop: StartMusicOnHold: Play Music On Hold StopMixMonitor: StopMonitor: Stop monitoring a channel StopMusicOnHold: Stop Playing Music On Hold StopPlayTones: System: TestClient: TestServer: Transfer: TryExec: TrySystem: UnpauseMonitor: Unpause monitoring of a channel UnpauseQueueMember: UserEvent: Verbose: VMAuthenticate: VoiceMail: VoiceMailMain: Wait: WaitExten: WaitForNoise: WaitForRing: WaitForSilence: WaitMusicOnHold: Wait, playing Music On Hold WaitUntil: While: Zapateller: -= 164 Applications Registered =- haddock8-astrx*CLI> all information of application and function are missing but working without an issue. Is this problem due to asterisk upgrading. primarily asterisk was installed with rpm (yum install asterisk) and later installed with Asterisk 1.6.2.20.tar.gz .... -- Thanks and regards Virendra Bhati +91-8885268942 Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111223/9dd8bd89/attachment-0001.htm>
Andreas Sikkema
2011-Dec-23 12:03 UTC
[asterisk-users] Dahdi not installed and application's details is missing in Asterisk
> [root at haddock8-astrx dahdi-linux-complete-2.5.0.2+2.5.0.2]# make all > make -C linux all > make[1]: Entering directory > `/usr/src/dahdi-linux-complete-2.5.0.2+2.5.0.2/linux' > make -C drivers/dahdi/firmware firmware-loaders > make[2]: Entering directory > `/usr/src/dahdi-linux-complete-2.5.0.2+2.5.0.2/linux/drivers/dahdi/firmware' > make[2]: Leaving directory > `/usr/src/dahdi-linux-complete-2.5.0.2+2.5.0.2/linux/drivers/dahdi/firmware' > You do not appear to have the sources for the 2.6.18-194.11.1.el5 kernel > installed. > make[1]: *** [modules] Error 1 > make[1]: Leaving directory > `/usr/src/dahdi-linux-complete-2.5.0.2+2.5.0.2/linux' > make: *** [all] Error 2 > > this is the information of installed kernel. > > [root at haddock8-astrx dahdi-linux-complete-2.5.0.2+2.5.0.2]# rpm -qa|grep > kernel > kernel-xen-devel-2.6.18-274.12.1.el5 > kernel-debug-devel-2.6.18-274.12.1.el5 > kernel-debug-2.6.18-274.12.1.el5 > kernel-devel-2.6.18-274.12.1.el5 > kernel-doc-2.6.18-274.12.1.el5 > kernel-2.6.18-274.12.1.el5 > kernel-2.6.18-194.11.1.el5 > kernel-headers-2.6.18-274.12.1.el5 > kernel-xen-2.6.18-274.12.1.el5You have headers installed for the kernel version 2.6.18-274.12.1.el5 but the DAHDI build is looking for kernel headers for 2.6.18-194.11.1.el5. Either install those kernel headers or reboot to kernel version 2.6.18-274.12.1.el5 and try again. -- Andreas