Unable to download kickstart file

Trying to install latest distro on a Supermicro 5051A-EHF-D525 from an 8Gig USB stick. After a long pause it halts installation with the “Unable to download kickstart file” message.

This really does not surprise me since I can’t see how it could download anything before the network adapter has been set up. How can I specify the network adapter settings before it tries to download this file? Or how is this supposed to work?

Thank,

-Ted-

Ok, so CentOS wants to believe everyone has a DHCP server. Personally I think that’s a little presumptuous, especially since I don’t have one on that subnet and have no plans to add one any time soon.

To get around that you have to specify the Interface parameters in the syslinux.cfg file in the distro. Fortunately, I have mine on a bootable USB stick since my platform does not have a CD drive, otherwise I’d have a read-only disk and have to start over.

This may not be perfect since when it came up it seemed confused about the parameters but at least I had the opportunity to enter the correct ones. On the distro disk - and if you plan to burn this to CD you’ll have to edit the file in the iso before you do so - edit the syslinux.cfg file as follows for the version you need (or all of them)

before

after

apparently there is a parameter that simply tells it to ask, but I have not gotten it to work yet. At least this gets you out of a jam.

-Ted-

I’ve got the same issue here. I’m installing the 1.87.29.55 32bit distro. I get the same, immediate kickstart error. What doesn’t make full sense is that there are some versions of the distro I can get to pass through this error (or not appear at all) but for an older version I get this message.
How is this related to DHCP?
Please help. I’m about to get shot for this. (only kidding, but it feels that way)

Jason

Well, the kickstart file is a internet sourced bootstrap file for the installer. “Failure to load…” simply means the distro installer could not successfully go get it. Failure to get to the internet and download that file will produce that error. There is no one cause for a server not to connect to the internet.

In my case I know I do not have a DHCP server on the voice subnet, so I know that my server has no way to set up its interface without either a DHCP server or me manually entering the parameters. Since I was not about to install a DHCP server just to do an install I needed to find a way to set up the interface manually.

If you don’t have a DHCP server from which the specific machine that you are trying to instal can pull a VALID interface configuration then there is no way its going to pull the kickstart file and you’d have to configure the interface manually. However, there is a myriad of other reasons why you could get that error.

Actually, one reason that would be distro specific is maybe the file does not exist. When it fails it shows the URL for the file it was trying to pull. Take that URL, plug it into a web browser and see if you actually get a file… or just a 404 error. Now if the file does not exist, I can’t help you there.

His older version as I told him in another post is not around anymore. We only keep the last 4 versions around.

As far as your issue the first thing andaconda does before trying to get the kickstart is let you set network information. My test server that I install on 20 times a week has no DHCP on the network and I have to define static information and than it pulls the kickstart.

I can assure you it never asked, it just fails… so you know what that means.

sure enough… I do not have a DHCP server on the subnet that hands out valid interface configurations, and that’s intentional. However, the server did make a DHCP request and someone, somewhere, answered it… and the interface parameters it got back are not any of my subnets.

So, I would have to amend my problem to be that when I know I have no valid DHCP, and I know I need to enter interface parameters manually, I need a way to do that that wins out over any other stupidity that may be going on.

Question:

What’s the oldest, stable version of the distro I can download, burn to cd and have the kickstart initiate properly?

Second Question:
If I have success with that version of the distro, what is the process for creating a full install CD that doesn’t point to the internet for the installer files? Is there a how to article to do this?

What my issue and concern is: From version to version, there are a myriad of other parameters and variables that could affect even the simplest of PBX environments. I’ve got to be absolutely clear that if a client has a hardware failure I can get them back up and running on a new box and not have dial out errors 24, 48 or 72 hours later. I’m afraid to not have a way back to square one.

This has been the case with the latest distro. The same configuration, extensions, ring groups, dial plans… all entered into the new distro, 72 hours of issue free running and then BAM - glitch out session…

I found it! There is an old D-Link DVG-1120S T/A out there that provides 2 channels for a few POTS devices. It seems that box has a integral DHCP server with a factory default set to ON and its handing out some bogus 192.168.1.xx subnet.

But this just brings me back to the fact that I know what to expect from my network, and what not to expect. I should have a choice, I should not have something making bad guesses.

I am in Tony’s camp. I sure would love to know what you guys are doing.

We (my company) have literally 1000’s of managed extensions and we are more than 50% through our updates to the distro. We have tested, retested etc. We have call centers, remote users, VPN’s, iSymphony, FOP2, xtelsio, etc. We were bitten by the IAX memory leak but now that has been solved in the latest Asterisk build.

I realize that this is purely empirical evidence but all the hyperbolic comments don’t help us get to the root of the issue either.

The distro should be clean, simple and business class. That is the design goal.

This is happening on the last 2 boxes I tried to install with the latest and greatest flavor (Thursday of last week I downloaded and installed)

I get a short period of time where everything is fine, then everything starts falling apart and outbound calls start failing. To reinforce the network stability concerns, I have another office right next door running the same firewall, the same ISP, the same POE Switch, practically identical that has been up for almost 4 months with zero issues.

[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MeetMe’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SLAStation’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SLATrunk’
[2012-04-23 20:01:50] DEBUG[3051] xmldoc.c: Cannot find variable ‘description’ in tree ‘MEETME_INFO’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘MEETME_INFO’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_meetme.so => (MeetMe conference bridge)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘DEVICE_STATE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘HINT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_devstate.so => (Gets or sets a device state in the dialplan)
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/cdr.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] WARNING[3051] cel_manager.c: Failed to load configuration file. CEL manager Module not activated.
[2012-04-23 20:01:50] WARNING[3051] cdr_manager.c: Failed to load configuration file. Module not activated.
[2012-04-23 20:01:50] ERROR[3051] cdr_custom.c: Unable to load cdr_custom.conf. Not logging custom CSV CDRs.
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: cdr_custom.so => (Customizable Comma Separated Values CDR Backend)
[2012-04-23 20:01:50] ERROR[3051] cdr_syslog.c: Unable to load cdr_syslog.conf. Not logging custom CSV CDRs to syslog.
[2012-04-23 20:01:50] ERROR[3051] cel_custom.c: Unable to load cel_custom.conf. Not logging CEL to custom CSVs.
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: cel_custom.so => (Customizable Comma Separated Values CEL Backend)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechCreate’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechLoadGrammar’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechUnloadGrammar’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechActivateGrammar’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechDeactivateGrammar’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechStart’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechBackground’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechDestroy’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SpeechProcessingSound’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SPEECH’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SPEECH_SCORE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SPEECH_TEXT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SPEECH_GRAMMAR’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SPEECH_ENGINE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SPEECH_RESULTS_TYPE’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_speech_utils.so => (Dialplan Speech Applications)
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘g722tolin’ from format g722 to slin, cost 2000
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lintog722’ from format slin to g722, cost 2000
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘g722tolin16’ from format g722 to slin16, cost 2000
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lin16tog722’ from format slin16 to g722, cost 1999
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: codec_g722.so => (ITU G.722-64kbps G722 Transcoder)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘MUTEAUDIO’
[2012-04-23 20:01:50] VERBOSE[3051] manager.c: == Manager registered action MuteAudio
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: res_mutestream.so => (Mute audio stream resources)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘BLACKLIST’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_blacklist.so => (Look up Caller*ID name/number from blacklist database)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘NoCDR’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_cdr.so => (Tell Asterisk to not maintain a CDR for the current call)
[2012-04-23 20:01:50] ERROR[3051] pbx_dundi.c: Unable to load config dundi.conf
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘While’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘EndWhile’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ExitWhile’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ContinueWhile’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_while.so => (While Loops and Conditional Execution)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Dictate’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_dictate.so => (Virtual Dictation Machine)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘DBdel’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘DBdeltree’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_db.so => (Database Access Functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ControlPlayback’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_controlplayback.so => (Control Playback Application)
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/cdr_mysql.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: cdr_mysql.so => (MySQL CDR Backend)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘DIALGROUP’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_dialgroup.so => (Dialgroup dialplan function)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘GLOBAL’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SHARED’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_global.so => (Variable dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ChannelRedirect’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_channelredirect.so => (Redirects a given channel to a dialplan target)
[2012-04-23 20:01:50] NOTICE[3051] chan_ooh323.c: Unable to load config ooh323.conf, OOH323 disabled
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: chan_ooh323.so => (Objective Systems H323 Channel)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MacroExit’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MacroIf’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MacroExclusive’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Macro’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_macro.so => (Extension Macros)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SoftHangup’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_softhangup.so => (Hangs up the requested channel)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘NBScat’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_nbscat.so => (Silly NBS Stream Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Exec’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘TryExec’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ExecIf’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_exec.so => (Executes dialplan applications)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Pickup’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘PickupChan’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_directed_pickup.so => (Directed Call Pickup Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘CALLCOMPLETION’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_callcompletion.so => (Call Control Configuration Function)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘RAND’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_rand.so => (Random number dialplan function)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘WaitUntil’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_waituntil.so => (Wait until specified time)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SayUnixTime’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘DateTime’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_sayunixtime.so => (Say time)
[2012-04-23 20:01:50] VERBOSE[3051] res_security_log.c: – Security Logging Enabled
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: res_security_log.so => (Security Event Logging)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘PITCH_SHIFT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_pitchshift.so => (Audio Effects Dialplan Functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘EXTENSION_STATE’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_extstate.so => (Gets an extension’s state in the dialplan)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘ENV’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘STAT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘FILE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘FILE_COUNT_LINE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘FILE_FORMAT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_env.so => (Environment/filesystem dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘g726tolin’ from format g726 to slin, cost 2000
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lintog726’ from format slin to g726, cost 3000
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘g726aal2tolin’ from format g726aal2 to slin, cost 2000
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lintog726aal2’ from format slin to g726aal2, cost 3999
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: codec_g726.so => (ITU G.726-32kbps G726 Transcoder)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Directory’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_directory.so => (Extension Directory)
[2012-04-23 20:01:50] VERBOSE[3051] codec_dahdi.c: == No hardware transcoders found.
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: codec_dahdi.so => (Generic DAHDI Transcoder Codec Translator)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘BackgroundDetect’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_talkdetect.so => (Playback with Talk Detection)
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lpc10tolin’ from format lpc10 to slin, cost 4000
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lintolpc10’ from format slin to lpc10, cost 5000
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: codec_lpc10.so => (LPC10 2.4kbps Coder/Decoder)
[2012-04-23 20:01:50] VERBOSE[3051] res_agi.c: == AGI Command ‘gosub’ registered
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘StackPop’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Return’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘GosubIf’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Gosub’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘LOCAL’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘LOCAL_PEEK’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_stack.so => (Dialplan subroutines (Gosub, Return, etc))
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: res_convert.so => (File format conversion CLI command)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘AES_DECRYPT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘AES_ENCRYPT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_aes.so => (AES dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘REALTIME’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘REALTIME_STORE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘REALTIME_DESTROY’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘REALTIME_FIELD’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘REALTIME_HASH’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_realtime.so => (Read/Write/Store/Destroy values from a RealTime repository)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘WaitForRing’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_waitforring.so => (Waits until first ring after time)
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: res_realtime.so => (Realtime Data Lookup/Rewrite)
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: pbx_realtime.so => (Realtime Switch)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘GROUP_COUNT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘GROUP_MATCH_COUNT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘GROUP_LIST’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘GROUP’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_groupcount.so => (Channel group dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ExternalIVR’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_externalivr.so => (External IVR Interface Application)
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘adpcmtolin’ from format adpcm to slin, cost 1
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lintoadpcm’ from format slin to adpcm, cost 1
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: codec_adpcm.so => (Adaptive Differential PCM Coder/Decoder)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘LOCK’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘TRYLOCK’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘UNLOCK’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_lock.so => (Dialplan mutexes)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘AELSub’
[2012-04-23 20:01:50] NOTICE[3051] pbx_ael.c: Starting AEL load process.
[2012-04-23 20:01:50] NOTICE[3051] pbx_ael.c: File /etc/asterisk/extensions.ael not found; AEL declining load
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SendText’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_sendtext.so => (Send Text Applications)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Playback’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_playback.so => (Sound File Playback Application)
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/phone.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] channel.c: == Registered channel type ‘Phone’ (Standard Linux Telephony API Driver)
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: chan_phone.so => (Linux Telephony API Support)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘ICONV’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_iconv.so => (Charset conversions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘UserEvent’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_userevent.so => (Custom User Event Application)
[2012-04-23 20:01:50] ERROR[3051] res_clialiases.c: res_clialiases configuration file ‘cli_aliases.conf’ not found
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: res_clialiases.so => (CLI Aliases)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SetCallerPres’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_setcallerid.so => (Set CallerID Presentation Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MYSQL’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_mysql.so => (Simple Mysql Interface)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Log’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Verbose’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_verbose.so => (Send verbose output)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MP3Player’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_mp3.so => (Silly MP3 Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ReadExten’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘VALID_EXTEN’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_readexten.so => (Read and evaluate extension validity)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Echo’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_echo.so => (Simple Echo Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘CUT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SORT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_cut.so => (Cut out information from a string)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SayCountPL’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_saycountpl.so => (Say polish counting words)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Zapateller’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_zapateller.so => (Block Telemarketers with Special Information Tone)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SMS’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_sms.so => (SMS/PSTN handler)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ChanIsAvail’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_chanisavail.so => (Check channel availability)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SHA1’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_sha1.so => (SHA-1 computation dialplan function)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘CALLERPRES’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘CALLERID’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘CONNECTEDLINE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘REDIRECTING’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_callerid.so => (Party ID related dialplan functions (Caller-ID, Connected-line, Redirecting))
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SRVQUERY’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SRVRESULT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_srv.so => (SRV related dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘ISNULL’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SET’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘EXISTS’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘IF’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘IFTIME’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘IMPORT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_logic.so => (Logical dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/voicemail.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/vm_general.inc’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/vm_email.inc’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘VoiceMail’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘VoiceMailMain’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MailboxExists’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘VMAuthenticate’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘VMSayName’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘MAILBOX_EXISTS’
[2012-04-23 20:01:50] VERBOSE[3051] manager.c: == Manager registered action VoicemailUsersList
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_voicemail.so => (Comedian Mail (Voicemail System))
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Read’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_read.so => (Read Variable Application)
[2012-04-23 20:01:50] ERROR[3051] ais/clm.c: Could not initialize cluster membership service: Try Again
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘ENUMRESULT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘ENUMQUERY’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘ENUMLOOKUP’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘TXTCIDNAME’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_enum.so => (ENUM related dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] res_fax.c: – Registered handler for ‘Spandsp’ (Spandsp FAX Driver)
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: res_fax_spandsp.so => (Spandsp G.711 and T.38 FAX Technologies)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘TestClient’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘TestServer’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_test.so => (Interface Test Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘AST_CONFIG’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_config.so => (Asterisk configuration file variable access)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘PP_EACH_USER’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘PP_EACH_EXTENSION’
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip_general_additional.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip_general_custom.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip_nat.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip_registrations_custom.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip_registrations.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip_custom.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip_additional.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/sip_custom_post.conf’: [2012-04-23 20:01:50] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:50] WARNING[3051] res_phoneprov.c: Unable to load users.conf
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: res_phoneprov.so => (HTTP Phone Provisioning)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Morsecode’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_morsecode.so => (Morse code)
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘alawtoulaw’ from format alaw to ulaw, cost 1
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘ulawtoalaw’ from format ulaw to alaw, cost 1
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: codec_a_mu.so => (A-law and Mulaw direct Coder/Decoder)
[2012-04-23 20:01:50] ERROR[3051] app_amd.c: Configuration file amd.conf missing.
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘FRAME_TRACE’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_frame_trace.so => (Frame Trace for internal ast_frame debugging.)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Milliwatt’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_milliwatt.so => (Digital Milliwatt (mu-law) Test Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Originate’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_originate.so => (Originate call)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SHELL’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_shell.so => (Returns the output of a shell command)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘DB’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘DB_EXISTS’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘DB_DELETE’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_db.so => (Database (astdb) related dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Flite’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_flite.so => (Flite TTS Interface)
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: res_clioriginate.so => (Call origination and redirection from the CLI)
[2012-04-23 20:01:50] VERBOSE[3051] bridging.c: == Registered bridge technology softmix
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: bridge_softmix.so => (Multi-party software based channel mixing)
[2012-04-23 20:01:50] VERBOSE[3051] bridging.c: == Registered bridge technology simple_bridge
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: bridge_simple.so => (Simple two channel bridging module)
[2012-04-23 20:01:50] WARNING[3051] app_followme.c: No follow me config file (followme.conf), so no follow me
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘DISA’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_disa.so => (DISA (Direct Inward System Access) Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘DAHDIBarge’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_dahdibarge.so => (Barge in on DAHDI channel application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘URIDECODE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘URIENCODE’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_uri.so => (URI encode/decode dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘gsmtolin’ from format gsm to slin, cost 1000
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lintogsm’ from format slin to gsm, cost 3000
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: codec_gsm.so => (GSM Coder/Decoder)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Page’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_page.so => (Page Multiple Phones)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘MD5’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_md5.so => (MD5 digest dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] file.c: == Registered file format mp3, extension(s) mp3
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: format_mp3.so => (MP3 format [Any rate but 8000hz mono is optimal])
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Transfer’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_transfer.so => (Transfers a caller to another extension)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SendImage’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_image.so => (Image Transmission Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘VERSION’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_version.so => (Get Asterisk Version/Build Info)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MixMonitor’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘StopMixMonitor’
[2012-04-23 20:01:50] VERBOSE[3051] manager.c: == Manager registered action MixMonitorMute
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_mixmonitor.so => (Mixed Audio Monitoring Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘WaitForSilence’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘WaitForNoise’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_waitforsilence.so => (Wait For Silence)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SPRINTF’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_sprintf.so => (SPRINTF dialplan function)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘VOLUME’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_volume.so => (Technology independent volume control)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MinivmRecord’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MinivmGreet’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MinivmNotify’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MinivmDelete’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MinivmAccMess’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘MinivmMWI’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘MINIVMACCOUNT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘MINIVMCOUNTER’
[2012-04-23 20:01:50] WARNING[3051] app_minivm.c: Failed to load configuration file. Module activated with default settings.
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_minivm.so => (Mini VoiceMail (A minimal Voicemail e-mail System))
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘VMCOUNT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_vmcount.so => (Indicator for whether a voice mailbox has messages in a given folder.)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ChanSpy’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ExtenSpy’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘DAHDIScan’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_chanspy.so => (Listen to the audio of an active channel)
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: pbx_spool.so => (Outgoing Spool Support)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ADSIProg’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_adsiprog.so => (Asterisk ADSI Programming Application)
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘ulawtolin’ from format ulaw to slin, cost 1
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lintoulaw’ from format slin to ulaw, cost 1
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘lintotestlaw’ from format slin to testlaw, cost 1
[2012-04-23 20:01:50] VERBOSE[3051] translate.c: == Registered translator ‘testlawtolin’ from format testlaw to slin, cost 1
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: codec_ulaw.so => (mu-Law Coder/Decoder)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SendURL’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_url.so => (Send URL Applications)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘GetCPEID’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_getcpeid.so => (Get ADSI CPE ID)
[2012-04-23 20:01:50] VERBOSE[3051] manager.c: == Manager registered action PlayDTMF
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘SendDTMF’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_senddtmf.so => (Send DTMF digits Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Record’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_record.so => (Trivial Record Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Flash’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_flash.so => (Flash channel application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ReadFile’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_readfile.so => (Stores output of file into a variable)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘CELGenUserEvent’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_celgenuserevent.so => (Generate an User-Defined CEL event)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘PrivacyManager’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_privacy.so => (Require phone number to be entered, if no CallerID sent)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘TIMEOUT’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_timeout.so => (Channel timeout dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘DIALPLAN_EXISTS’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_dialplan.so => (Dialplan Context/Extension/Priority Checking Functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: – Registered extension context ‘app_dial_gosub_virtual_context’; registrar: app_dial
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: – Added extension ‘s’ priority 1 to app_dial_gosub_virtual_context
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Dial’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘RetryDial’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_dial.so => (Dialing Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘CHANNEL’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘CHANNELS’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘MASTER_CHANNEL’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_channel.so => (Channel information dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘BASE64_ENCODE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘BASE64_DECODE’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_base64.so => (base64 encode/decode dialplan functions)
[2012-04-23 20:01:50] WARNING[3051] app_festival.c: No such configuration file festival.conf
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ParkAndAnnounce’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_parkandannounce.so => (Call Parking and Announce Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘FIELDQTY’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘FIELDNUM’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘FILTER’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘REPLACE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘LISTFILTER’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘REGEX’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘ARRAY’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘QUOTE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘CSV_QUOTE’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘LEN’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘STRFTIME’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘STRPTIME’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘EVAL’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘KEYPADHASH’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘HASHKEYS’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘HASH’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘ClearHash’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘TOUPPER’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘TOLOWER’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘SHIFT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘POP’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘PUSH’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘UNSHIFT’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered custom function ‘PASSTHRU’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: func_strings.so => (String handling dialplan functions)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘Authenticate’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_authenticate.so => (Authentication Application)
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘PlayTones’
[2012-04-23 20:01:50] VERBOSE[3051] pbx.c: == Registered application ‘StopPlayTones’
[2012-04-23 20:01:50] VERBOSE[3051] loader.c: app_playtones.so => (Playtones Application)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘ForkCDR’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: app_forkcdr.so => (Fork The CDR into 2 separate entities)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘AUDIOHOOK_INHERIT’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: func_audiohookinherit.so => (Audiohook inheritance function)
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: pbx_loopback.so => (Loopback Switch)
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: res_limit.so => (Resource limits)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘CDR’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: func_cdr.so => (Call Detail Record (CDR) dialplan function)
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: bridge_builtin_features.so => (Built in bridging features)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘DumpChan’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: app_dumpchan.so => (Dump Info About The Calling Channel)
[2012-04-23 20:01:51] VERBOSE[3051] translate.c: == Registered translator ‘alawtolin’ from format alaw to slin, cost 1
[2012-04-23 20:01:51] VERBOSE[3051] translate.c: == Registered translator ‘lintoalaw’ from format slin to alaw, cost 1
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: codec_alaw.so => (A-law Coder/Decoder)
[2012-04-23 20:01:51] VERBOSE[3051] bridging.c: == Registered bridge technology multiplexed_bridge
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: bridge_multiplexed.so => (Multiplexed two channel bridging module)
[2012-04-23 20:01:51] ERROR[3051] chan_unistim.c: Unable to load config unistim.conf
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘DAHDIRAS’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: app_dahdiras.so => (DAHDI ISDN Remote Access Server)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘AGC’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘DENOISE’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: func_speex.so => (Noise reduction and Automatic Gain Control (AGC))
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘ICES’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: app_ices.so => (Encode and Stream via icecast and ices)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘MATH’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘INC’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘DEC’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: func_math.so => (Mathematical dialplan function)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘TrySystem’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘System’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: app_system.so => (Generic System() application)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘IFMODULE’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: func_module.so => (Checks if Asterisk module is loaded in memory)
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘SYSINFO’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: func_sysinfo.so => (System information related functions)
[2012-04-23 20:01:51] NOTICE[3051] app_queue.c: No queuerules.conf file found, queues will not follow penalty rules
[2012-04-23 20:01:51] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/queues.conf’: [2012-04-23 20:01:51] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:51] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/queues_general_additional.conf’: [2012-04-23 20:01:51] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:51] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/queues_custom_general.conf’: [2012-04-23 20:01:51] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:51] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/queues_custom.conf’: [2012-04-23 20:01:51] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:51] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/queues_additional.conf’: [2012-04-23 20:01:51] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:51] VERBOSE[3051] config.c: == Parsing ‘/etc/asterisk/queues_post_custom.conf’: [2012-04-23 20:01:51] VERBOSE[3051] config.c: == Found
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: – Registered extension context ‘app_queue_gosub_virtual_context’; registrar: app_queue
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: – Added extension ‘s’ priority 1 to app_queue_gosub_virtual_context
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘Queue’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘AddQueueMember’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘RemoveQueueMember’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘PauseQueueMember’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘UnpauseQueueMember’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered application ‘QueueLog’
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action Queues
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueueStatus
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueueSummary
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueueAdd
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueueRemove
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueuePause
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueueLog
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueuePenalty
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueueRule
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueueReload
[2012-04-23 20:01:51] VERBOSE[3051] manager.c: == Manager registered action QueueReset
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘QUEUE_VARIABLES’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘QUEUE_EXISTS’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘QUEUE_MEMBER’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘QUEUE_MEMBER_COUNT’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘QUEUE_MEMBER_LIST’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘QUEUE_WAITING_COUNT’
[2012-04-23 20:01:51] VERBOSE[3051] pbx.c: == Registered custom function ‘QUEUE_MEMBER_PENALTY’
[2012-04-23 20:01:51] VERBOSE[3051] loader.c: app_queue.so => (True Call Queueing)
[2012-04-23 20:01:51] VERBOSE[3051] asterisk.c: Asterisk Ready.
[2012-04-23 20:02:02] NOTICE[3447] manager.c: 127.0.0.1 tried to authenticate with nonexistent user ‘manager’
[2012-04-23 20:02:02] NOTICE[3447] manager.c: 127.0.0.1 failed to authenticate as ‘manager’
[2012-04-23 20:02:10] NOTICE[3461] manager.c: 127.0.0.1 tried to authenticate with nonexistent user ‘manager’
[2012-04-23 20:02:10] NOTICE[3461] manager.c: 127.0.0.1 failed to authenticate as ‘manager’
[2012-04-23 20:02:17] NOTICE[3464] manager.c: 127.0.0.1 tried to authenticate with nonexistent user ‘manager’
[2012-04-23 20:02:17] NOTICE[3464] manager.c: 127.0.0.1 failed to authenticate as ‘manager’
[2012-04-23 20:02:24] NOTICE[3467] manager.c: 127.0.0.1 tried to authenticate with nonexistent user ‘manager’
[2012-04-23 20:02:24] NOTICE[3467] manager.c: 127.0.0.1 failed to authenticate as ‘manager’

Please do not post 500 lines in the forum, use Pastebin.ca

Also need copy of output of ‘top’ command and ‘service asterisk status’ when Asterisk crashes.

Can I enter these commands in the CLI of the GUI to get them for you? I suck at the command line.

Nope, they are Linux commands. Just type them as I quoated them. Use putty so you can cut and paste easily.

Yup and now that you have DHCP off I bet it will prompt you for network information. As I said I do this daily. The version supported still are any that have the .210.57 in them as FreePBX 2.9 is now no longer supported by us.

As far as making a full install we have one coming out shortly. It is in a private Beta all this week and should have a public Beta in the next week or so.

The easiest way to deal with this seems to be just don’t plug in the network cable until you get a prompt for the interface parameters. If you don’t wasn’t it to use DHCP, don’t let it see a DHCP server.

To Ted.

ks=http://kickstart.freepbxdistro.org//netinstall/32bit/1.89.210.57/index.php

After the host name need two //