Advertisement
Guest User

Untitled

a guest
Jul 6th, 2012
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.99 KB | None | 0 0
  1. [root@yavin ~]# asterisk -c
  2. Asterisk 1.8.13.1, Copyright (C) 1999 - 2012 Digium, Inc. and others.
  3. Created by Mark Spencer <markster@digium.com>
  4. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  5. This is free software, with components licensed under the GNU General Public
  6. License version 2 and other licenses; you are welcome to redistribute it under
  7. certain conditions. Type 'core show license' for details.
  8. =========================================================================
  9. [ Booting...
  10. [ Reading Master Configuration ]
  11. Asterisk Dynamic Loader Starting:
  12. [2012-07-06 11:06:40] NOTICE[11166]: loader.c:1129 load_modules: 2 modules will be loaded.
  13. [2012-07-06 11:06:40] NOTICE[11166]: res_odbc.c:1889 load_module: res_odbc loaded.
  14. res_odbc.so => (ODBC resource)
  15. [2012-07-06 11:06:40] NOTICE[11166]: config.c:2201 ast_config_engine_register: Registered Config Engine odbc
  16. res_config_odbc loaded.
  17. res_config_odbc.so => (Realtime ODBC configuration)
  18. [2012-07-06 11:06:41] NOTICE[11166]: cdr.c:1558 do_reload: CDR simple logging enabled.
  19. Asterisk PBX Core Initializing
  20. Registering builtin applications:
  21. [Answer]
  22. [BackGround]
  23. [Busy]
  24. [Congestion]
  25. [ExecIfTime]
  26. [Goto]
  27. [GotoIf]
  28. [GotoIfTime]
  29. [ImportVar]
  30. [Hangup]
  31. [Incomplete]
  32. [NoOp]
  33. [Proceeding]
  34. [Progress]
  35. [RaiseException]
  36. [ResetCDR]
  37. [Ringing]
  38. [SayAlpha]
  39. [SayDigits]
  40. [SayNumber]
  41. [SayPhonetic]
  42. [Set]
  43. [MSet]
  44. [SetAMAFlags]
  45. [Wait]
  46. [WaitExten]
  47. Asterisk Dynamic Loader Starting:
  48. [2012-07-06 11:06:41] NOTICE[11166]: loader.c:1129 load_modules: 199 modules will be loaded.
  49. res_crypto.so => (Cryptographic Digital Signatures)
  50. res_monitor.so => (Call Monitoring Resource)
  51. [2012-07-06 11:06:41] NOTICE[11166]: res_smdi.c:1418 load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
  52. res_stun_monitor.so => (STUN Network Monitor)
  53. res_speech.so => (Generic Speech Recognition API)
  54. res_agi.so => (Asterisk Gateway Interface (AGI))
  55. res_adsi => (ADSI Resource)
  56. res_calendar.so => (Asterisk Calendar integration)
  57. res_ael_share.so => (share-able code for AEL)
  58. [2012-07-06 11:06:41] WARNING[11166]: loader.c:460 load_dynamic_module: Error loading module 'chan_jingle.so': /usr/lib/asterisk/modules/chan_jingle.so: undefined symbol: ast_aji_get_client
  59. [2012-07-06 11:06:41] WARNING[11166]: loader.c:850 load_resource: Module 'chan_jingle.so' could not be loaded.
  60. [2012-07-06 11:06:41] WARNING[11166]: loader.c:460 load_dynamic_module: Error loading module 'chan_gtalk.so': /usr/lib/asterisk/modules/chan_gtalk.so: undefined symbol: ast_aji_get_client
  61. [2012-07-06 11:06:41] WARNING[11166]: loader.c:850 load_resource: Module 'chan_gtalk.so' could not be loaded.
  62. res_curl.so => (cURL Resource Module)
  63. func_curl.so => (Load external URL)
  64. [2012-07-06 11:06:41] NOTICE[11166]: res_config_ldap.c:1632 parse_config: No directory user found, anonymous binding as default.
  65. [2012-07-06 11:06:41] ERROR[11166]: res_config_ldap.c:1658 parse_config: No directory URL or host found.
  66. [2012-07-06 11:06:41] ERROR[11166]: res_config_ldap.c:1541 load_module: Cannot load LDAP RealTime driver.
  67. res_config_ldap.so => (LDAP realtime interface)
  68. [2012-07-06 11:06:41] NOTICE[11166]: config.c:2201 ast_config_engine_register: Registered Config Engine curl
  69. res_config_curl loaded.
  70. res_config_curl.so => (Realtime Curl configuration)
  71. [2012-07-06 11:06:41] NOTICE[11166]: config.c:2201 ast_config_engine_register: Registered Config Engine mysql
  72. res_config_mysql.so => (MySQL RealTime Configuration Driver)
  73. res_timing_pthread.so => (pthread Timing Interface)
  74. res_timing_dahdi.so => (DAHDI Timing Interface)
  75. res_rtp_multicast.so => (Multicast RTP Engine)
  76. res_rtp_asterisk.so => (Asterisk RTP Stack)
  77. res_musiconhold.so => (Music On Hold Resource)
  78. chan_local.so => (Local Proxy Channel (Note: used internally by other modules))
  79. SIP channel loading...
  80. [2012-07-06 11:06:41] NOTICE[11166]: chan_sip.c:27524 build_peer: The 'username' field for sip peers has been deprecated in favor of the term 'defaultuser'
  81. [2012-07-06 11:06:41] WARNING[11166]: chan_sip.c:27927 display_nat_warning: !!! PLEASE NOTE: Setting 'nat' for a peer/user that differs from the global setting can make
  82. [2012-07-06 11:06:41] WARNING[11166]: chan_sip.c:27928 display_nat_warning: !!! the name of that peer/user discoverable by an attacker. Replies for non-existent peers/users
  83. [2012-07-06 11:06:41] WARNING[11166]: chan_sip.c:27929 display_nat_warning: !!! will be sent to a different port than replies for an existing peer/user. If at all possible,
  84. [2012-07-06 11:06:41] WARNING[11166]: chan_sip.c:27930 display_nat_warning: !!! use the global 'nat' setting and do not set 'nat' per peer/user.
  85. [2012-07-06 11:06:41] WARNING[11166]: chan_sip.c:27931 display_nat_warning: !!! (config category='c7300' global force_rport='Yes' peer/user force_rport='No')
  86. chan_sip.so => (Session Initiation Protocol (SIP))
  87. [2012-07-06 11:06:41] NOTICE[11166]: chan_skinny.c:7260 config_load: Configuring skinny from skinny.conf
  88. chan_skinny.so => (Skinny Client Control Protocol (Skinny))
  89. chan_agent.so => (Agent Proxy Channel)
  90. chan_multicast_rtp.so => (Multicast RTP Paging Channel)
  91. chan_bridge.so => (Bridge Interaction Channel)
  92. [2012-07-06 11:06:41] WARNING[11166]: chan_dahdi.c:17937 process_dahdi: Ignoring any changes to 'userbase' (on reload) at line 23.
  93. [2012-07-06 11:06:41] WARNING[11166]: chan_dahdi.c:17937 process_dahdi: Ignoring any changes to 'vmsecret' (on reload) at line 31.
  94. [2012-07-06 11:06:41] WARNING[11166]: chan_dahdi.c:17937 process_dahdi: Ignoring any changes to 'hassip' (on reload) at line 35.
  95. [2012-07-06 11:06:41] WARNING[11166]: chan_dahdi.c:17937 process_dahdi: Ignoring any changes to 'hasiax' (on reload) at line 39.
  96. [2012-07-06 11:06:41] WARNING[11166]: chan_dahdi.c:17937 process_dahdi: Ignoring any changes to 'hasmanager' (on reload) at line 47.
  97. chan_dahdi.so => (DAHDI Telephony Driver w/PRI)
  98. [2012-07-06 11:06:41] NOTICE[11185]: chan_sip.c:20841 handle_response_peerpoke: Peer '0792' is now Reachable. (60ms / 2000ms)
  99. [2012-07-06 11:06:41] NOTICE[11185]: chan_sip.c:20841 handle_response_peerpoke: Peer 'c7300' is now Reachable. (70ms / 2000ms)
  100. [2012-07-06 11:06:41] NOTICE[11166]: chan_iax2.c:12039 iax2_poke_peer: Still have a callno...
  101. chan_iax2.so => (Inter Asterisk eXchange (Ver 2))
  102. format_g723.so => (G.723.1 Simple Timestamp File Format)
  103. format_gsm.so => (Raw GSM data)
  104. format_siren7.so => (ITU G.722.1 (Siren7, licensed from Polycom))
  105. format_pcm.so => (Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722 16Khz)
  106. format_wav.so => (Microsoft WAV/WAV16 format (8kHz/16kHz Signed Linear))
  107. format_vox.so => (Dialogic VOX (ADPCM) File Format)
  108. format_h264.so => (Raw H.264 data)
  109. format_jpeg.so => (jpeg (joint picture experts group) image format)
  110. format_ilbc.so => (Raw iLBC data)
  111. app_stack.so => (Dialplan subroutines (Gosub, Return, etc))
  112. format_g726.so => (Raw G.726 (16/24/32/40kbps) data)
  113. format_h263.so => (Raw H.263 data)
  114. format_g729.so => (Raw G.729 data)
  115. format_sln.so => (Raw Signed Linear Audio support (SLN))
  116. format_sln16.so => (Raw Signed Linear 16KHz Audio support (SLN16))
  117. format_g719.so => (ITU G.719)
  118. format_siren14.so => (ITU G.722.1 Annex C (Siren14, licensed from Polycom))
  119. format_wav_gsm.so => (Microsoft WAV format (Proprietary GSM))
  120. func_dialplan.so => (Dialplan Context/Extension/Priority Checking Functions)
  121. func_devstate.so => (Gets or sets a device state in the dialplan)
  122. app_meetme.so => (MeetMe conference bridge)
  123. app_confbridge.so => (Conference Bridge Application)
  124. cdr_adaptive_odbc.so => (Adaptive ODBC CDR backend)
  125. cel_custom.so => (Customizable Comma Separated Values CEL Backend)
  126. cel_manager.so => (Asterisk Manager Interface CEL Backend)
  127. cdr_odbc.so => (ODBC CDR Backend)
  128. cdr_custom.so => (Customizable Comma Separated Values CDR Backend)
  129. cdr_manager.so => (Asterisk Manager Interface CDR Backend)
  130. cdr_csv.so => (Comma Separated Values CDR Backend)
  131. cel_odbc.so => (ODBC CEL backend)
  132. func_extstate.so => (Gets an extension's state in the dialplan)
  133. app_record.so => (Trivial Record Application)
  134. app_privacy.so => (Require phone number to be entered, if no CallerID sent)
  135. chan_unistim.so => (UNISTIM Protocol (USTM))
  136. func_sysinfo.so => (System information related functions)
  137. app_softhangup.so => (Hangs up the requested channel)
  138. func_srv.so => (SRV related dialplan functions)
  139. func_lock.so => (Dialplan mutexes)
  140. app_milliwatt.so => (Digital Milliwatt (mu-law) Test Application)
  141. res_convert.so => (File format conversion CLI command)
  142. app_disa.so => (DISA (Direct Inward System Access) Application)
  143. codec_adpcm.so => (Adaptive Differential PCM Coder/Decoder)
  144. app_transfer.so => (Transfers a caller to another extension)
  145. bridge_multiplexed.so => (Multiplexed two channel bridging module)
  146. func_cdr.so => (Call Detail Record (CDR) dialplan function)
  147. app_ices.so => (Encode and Stream via icecast and ices)
  148. app_followme.so => (Find-Me/Follow-Me Application)
  149. codec_gsm.so => (GSM Coder/Decoder)
  150. app_while.so => (While Loops and Conditional Execution)
  151. bridge_softmix.so => (Multi-party software based channel mixing)
  152. pbx_dundi.so => (Distributed Universal Number Discovery (DUNDi))
  153. pbx_config.so => (Text Extension Configuration)
  154. chan_oss.so => (OSS Console Channel Driver)
  155. app_forkcdr.so => (Fork The CDR into 2 separate entities)
  156. func_timeout.so => (Channel timeout dialplan functions)
  157. app_parkandannounce.so => (Call Parking and Announce Application)
  158. pbx_realtime.so => (Realtime Switch)
  159. func_callerid.so => (Party ID related dialplan functions (Caller-ID, Connected-line, Redirecting))
  160. func_logic.so => (Logical dialplan functions)
  161. app_waitforring.so => (Waits until first ring after time)
  162. app_channelredirect.so => (Redirects a given channel to a dialplan target)
  163. func_frame_trace.so => (Frame Trace for internal ast_frame debugging.)
  164. app_read.so => (Read Variable Application)
  165. res_phoneprov.so => (HTTP Phone Provisioning)
  166. func_callcompletion.so => (Call Control Configuration Function)
  167. app_playtones.so => (Playtones Application)
  168. app_festival.so => (Simple Festival Interface)
  169. app_sms.so => (SMS/PSTN handler)
  170. func_pitchshift.so => (Audio Effects Dialplan Functions)
  171. app_amd.so => (Answering Machine Detection Application)
  172. app_verbose.so => (Send verbose output)
  173. codec_a_mu.so => (A-law and Mulaw direct Coder/Decoder)
  174. app_playback.so => (Sound File Playback Application)
  175. func_db.so => (Database (astdb) related dialplan functions)
  176. app_speech_utils.so => (Dialplan Speech Applications)
  177. codec_lpc10.so => (LPC10 2.4kbps Coder/Decoder)
  178. bridge_simple.so => (Simple two channel bridging module)
  179. codec_g726.so => (ITU G.726-32kbps G726 Transcoder)
  180. func_audiohookinherit.so => (Audiohook inheritance function)
  181. app_fax.so => (Simple FAX Application)
  182. app_celgenuserevent.so => (Generate an User-Defined CEL event)
  183. app_readexten.so => (Read and evaluate extension validity)
  184. app_dahdiras.so => (DAHDI ISDN Remote Access Server)
  185. cdr_mysql.so => (MySQL CDR Backend)
  186. app_url.so => (Send URL Applications)
  187. app_nbscat.so => (Silly NBS Stream Application)
  188. app_talkdetect.so => (Playback with Talk Detection)
  189. app_sendtext.so => (Send Text Applications)
  190. func_groupcount.so => (Channel group dialplan functions)
  191. app_dumpchan.so => (Dump Info About The Calling Channel)
  192. res_clioriginate.so => (Call origination and redirection from the CLI)
  193. app_cdr.so => (Tell Asterisk to not maintain a CDR for the current call)
  194. func_realtime.so => (Read/Write/Store/Destroy values from a RealTime repository)
  195. func_aes.so => (AES dialplan functions)
  196. == Aliased CLI command 'hangup request' to 'channel request hangup'
  197. == Aliased CLI command 'originate' to 'channel originate'
  198. == Aliased CLI command 'help' to 'core show help'
  199. == Aliased CLI command 'pri intense debug span' to 'pri set debug 2 span'
  200. == Aliased CLI command 'reload' to 'module reload'
  201. res_clialiases.so => (CLI Aliases)
  202. res_security_log.so => (Security Event Logging)
  203. app_page.so => (Page Multiple Phones)
  204. func_global.so => (Variable dialplan functions)
  205. app_directed_pickup.so => (Directed Call Pickup Application)
  206. app_chanisavail.so => (Check channel availability)
  207. app_minivm.so => (Mini VoiceMail (A minimal Voicemail e-mail System))
  208. func_odbc.so => (ODBC lookups)
  209. app_directory.so => (Extension Directory)
  210. app_senddtmf.so => (Send DTMF digits Application)
  211. codec_g722.so => (ITU G.722-64kbps G722 Transcoder)
  212. [2012-07-06 11:06:41] ERROR[11166]: codec_dahdi.c:579 find_transcoders: Failed to open /dev/dahdi/transcode: No such file or directory
  213. codec_dahdi.so => (Generic DAHDI Transcoder Codec Translator)
  214. func_base64.so => (base64 encode/decode dialplan functions)
  215. func_channel.so => (Channel information dialplan functions)
  216. app_dahdibarge.so => (Barge in on DAHDI channel application)
  217. app_test.so => (Interface Test Application)
  218. app_mixmonitor.so => (Mixed Audio Monitoring Application)
  219. func_module.so => (Checks if Asterisk module is loaded in memory)
  220. app_controlplayback.so => (Control Playback Application)
  221. app_sayunixtime.so => (Say time)
  222. codec_ulaw.so => (mu-Law Coder/Decoder)
  223. app_macro.so => (Extension Macros)
  224. func_shell.so => (Returns the output of a shell command)
  225. app_exec.so => (Executes dialplan applications)
  226. app_adsiprog.so => (Asterisk ADSI Programming Application)
  227. app_setcallerid.so => (Set CallerID Presentation Application)
  228. app_system.so => (Generic System() application)
  229. app_externalivr.so => (External IVR Interface Application)
  230. res_mutestream.so => (Mute audio stream resources)
  231. app_mysql.so => (Simple Mysql Interface)
  232. func_strings.so => (String handling dialplan functions)
  233. func_blacklist.so => (Look up Caller*ID name/number from blacklist database)
  234. app_chanspy.so => (Listen to the audio of an active channel)
  235. res_limit.so => (Resource limits)
  236. app_getcpeid.so => (Get ADSI CPE ID)
  237. pbx_loopback.so => (Loopback Switch)
  238. app_zapateller.so => (Block Telemarketers with Special Information Tone)
  239. func_enum.so => (ENUM related dialplan functions)
  240. func_rand.so => (Random number dialplan function)
  241. app_echo.so => (Simple Echo Application)
  242. codec_alaw.so => (A-law Coder/Decoder)
  243. func_env.so => (Environment/filesystem dialplan functions)
  244. app_flash.so => (Flash channel application)
  245. func_dialgroup.so => (Dialgroup dialplan function)
  246. chan_phone.so => (Linux Telephony API Support)
  247. func_math.so => (Mathematical dialplan function)
  248. app_dictate.so => (Virtual Dictation Machine)
  249. bridge_builtin_features.so => (Built in bridging features)
  250. pbx_spool.so => (Outgoing Spool Support)
  251. app_dial.so => (Dialing Application)
  252. app_image.so => (Image Transmission Application)
  253. app_voicemail.so => (Comedian Mail (Voicemail System))
  254. app_waitforsilence.so => (Wait For Silence)
  255. app_morsecode.so => (Morse code)
  256. app_readfile.so => (Stores output of file into a variable)
  257. func_uri.so => (URI encode/decode dialplan functions)
  258. func_iconv.so => (Charset conversions)
  259. func_sha1.so => (SHA-1 computation dialplan function)
  260. func_cut.so => (Cut out information from a string)
  261. func_config.so => (Asterisk configuration file variable access)
  262. app_userevent.so => (Custom User Event Application)
  263. func_vmcount.so => (Indicator for whether a voice mailbox has messages in a given folder.)
  264. app_mp3.so => (Silly MP3 Application)
  265. func_sprintf.so => (SPRINTF dialplan function)
  266. res_realtime.so => (Realtime Data Lookup/Rewrite)
  267. app_originate.so => (Originate call)
  268. app_waituntil.so => (Wait until specified time)
  269. func_md5.so => (MD5 digest dialplan functions)
  270. func_volume.so => (Technology independent volume control)
  271. app_alarmreceiver.so => (Alarm Receiver for Asterisk)
  272. codec_ilbc.so => (iLBC Coder/Decoder)
  273. func_version.so => (Get Asterisk Version/Build Info)
  274. app_db.so => (Database Access Functions)
  275. app_authenticate.so => (Authentication Application)
  276. app_queue.so => (True Call Queueing)
  277. Asterisk Ready.
  278. *CLI>
  279. *CLI>
  280. *CLI>
  281. *CLI> module load res_jabber.so
  282. Loaded res_jabber.so => (AJI - Asterisk Jabber Interface)
  283. Loaded res_jabber.so
  284. *CLI> module load chan_gtalk.so
  285. Loaded chan_gtalk.so
  286. Loaded chan_gtalk.so => (Gtalk Channel Driver)
  287. *CLI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement