Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 84.53 KB | None | 0 0
  1. [root@asterisk_server ~]# clear
  2. [root@asterisk_server ~]# service asterisk restart
  3. Restarting asterisk (via systemctl):                       [  OK  ]
  4. [root@asterisk_server ~]# asterisk -cvvv
  5. Asterisk certified/13.13-cert3, Copyright (C) 1999 - 2014, Digium, Inc. and others.
  6. Created by Mark Spencer <markster@digium.com>
  7. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  8. This is free software, with components licensed under the GNU General Public
  9. License version 2 and other licenses; you are welcome to redistribute it under
  10. certain conditions. Type 'core show license' for details.
  11. =========================================================================
  12. [ Initializing Custom Configuration Options ]
  13.   == Parsing '/etc/asterisk/extconfig.conf': Found
  14.   == Parsing '/etc/asterisk/asterisk.conf': Found
  15.   == Manager registered action DBGet
  16.   == Manager registered action DBPut
  17.   == Manager registered action DBDel
  18.   == Manager registered action DBDelTree
  19. PBX UUID: 0d4bf086-94c7-4aef-8dc6-6050a2b0f28e
  20.   == Registered 'audio' codec 'g723' at sample rate '8000' with id '1'
  21.   == Created cached format with name 'g723'
  22.   == Registered 'audio' codec 'ulaw' at sample rate '8000' with id '2'
  23.   == Created cached format with name 'ulaw'
  24.   == Registered 'audio' codec 'alaw' at sample rate '8000' with id '3'
  25.   == Created cached format with name 'alaw'
  26.   == Registered 'audio' codec 'gsm' at sample rate '8000' with id '4'
  27.   == Created cached format with name 'gsm'
  28.   == Registered 'audio' codec 'g726' at sample rate '8000' with id '5'
  29.   == Created cached format with name 'g726'
  30.   == Registered 'audio' codec 'g726aal2' at sample rate '8000' with id '6'
  31.   == Created cached format with name 'g726aal2'
  32.   == Registered 'audio' codec 'adpcm' at sample rate '8000' with id '7'
  33.   == Created cached format with name 'adpcm'
  34.   == Registered 'audio' codec 'slin' at sample rate '8000' with id '8'
  35.   == Created cached format with name 'slin'
  36.   == Registered 'audio' codec 'slin' at sample rate '12000' with id '9'
  37.   == Created cached format with name 'slin12'
  38.   == Registered 'audio' codec 'slin' at sample rate '16000' with id '10'
  39.   == Created cached format with name 'slin16'
  40.   == Registered 'audio' codec 'slin' at sample rate '24000' with id '11'
  41.   == Created cached format with name 'slin24'
  42.   == Registered 'audio' codec 'slin' at sample rate '32000' with id '12'
  43.   == Created cached format with name 'slin32'
  44.   == Registered 'audio' codec 'slin' at sample rate '44100' with id '13'
  45.   == Created cached format with name 'slin44'
  46.   == Registered 'audio' codec 'slin' at sample rate '48000' with id '14'
  47.   == Created cached format with name 'slin48'
  48.   == Registered 'audio' codec 'slin' at sample rate '96000' with id '15'
  49.   == Created cached format with name 'slin96'
  50.   == Registered 'audio' codec 'slin' at sample rate '192000' with id '16'
  51.   == Created cached format with name 'slin192'
  52.   == Registered 'audio' codec 'lpc10' at sample rate '8000' with id '17'
  53.   == Created cached format with name 'lpc10'
  54.   == Registered 'audio' codec 'g729' at sample rate '8000' with id '18'
  55.   == Created cached format with name 'g729'
  56.   == Registered 'audio' codec 'speex' at sample rate '8000' with id '19'
  57.   == Created cached format with name 'speex'
  58.   == Registered 'audio' codec 'speex' at sample rate '16000' with id '20'
  59.   == Created cached format with name 'speex16'
  60.   == Registered 'audio' codec 'speex' at sample rate '32000' with id '21'
  61.   == Created cached format with name 'speex32'
  62.   == Registered 'audio' codec 'ilbc' at sample rate '8000' with id '22'
  63.   == Created cached format with name 'ilbc'
  64.   == Registered 'audio' codec 'g722' at sample rate '16000' with id '23'
  65.   == Created cached format with name 'g722'
  66.   == Registered 'audio' codec 'siren7' at sample rate '16000' with id '24'
  67.   == Created cached format with name 'siren7'
  68.   == Registered 'audio' codec 'siren14' at sample rate '32000' with id '25'
  69.   == Created cached format with name 'siren14'
  70.   == Registered 'audio' codec 'testlaw' at sample rate '8000' with id '26'
  71.   == Created cached format with name 'testlaw'
  72.   == Registered 'audio' codec 'g719' at sample rate '48000' with id '27'
  73.   == Created cached format with name 'g719'
  74.   == Registered 'audio' codec 'opus' at sample rate '48000' with id '28'
  75.   == Created cached format with name 'opus'
  76.   == Registered 'image' codec 'jpeg' at sample rate '0' with id '29'
  77.   == Created cached format with name 'jpeg'
  78.   == Registered 'image' codec 'png' at sample rate '0' with id '30'
  79.   == Created cached format with name 'png'
  80.   == Registered 'video' codec 'h261' at sample rate '1000' with id '31'
  81.   == Created cached format with name 'h261'
  82.   == Registered 'video' codec 'h263' at sample rate '1000' with id '32'
  83.   == Created cached format with name 'h263'
  84.   == Registered 'video' codec 'h263p' at sample rate '1000' with id '33'
  85.   == Created cached format with name 'h263p'
  86.   == Registered 'video' codec 'h264' at sample rate '1000' with id '34'
  87.   == Created cached format with name 'h264'
  88.   == Registered 'video' codec 'mpeg4' at sample rate '1000' with id '35'
  89.   == Created cached format with name 'mpeg4'
  90.   == Registered 'video' codec 'vp8' at sample rate '1000' with id '36'
  91.   == Created cached format with name 'vp8'
  92.   == Registered 'text' codec 'red' at sample rate '0' with id '37'
  93.   == Created cached format with name 'red'
  94.   == Registered 'text' codec 't140' at sample rate '0' with id '38'
  95.   == Created cached format with name 't140'
  96.   == Registered 'audio' codec 'none' at sample rate '8000' with id '39'
  97.   == Created cached format with name 'none'
  98.   == Registered 'audio' codec 'silk' at sample rate '8000' with id '40'
  99.   == Created cached format with name 'silk8'
  100.   == Registered 'audio' codec 'silk' at sample rate '12000' with id '41'
  101.   == Created cached format with name 'silk12'
  102.   == Registered 'audio' codec 'silk' at sample rate '16000' with id '42'
  103.   == Created cached format with name 'silk16'
  104.   == Registered 'audio' codec 'silk' at sample rate '24000' with id '43'
  105.   == Created cached format with name 'silk24'
  106.   == Sorcery registered wizard 'bucket'
  107.   == Sorcery registered wizard 'bucket_file'
  108.   == Parsing '/etc/asterisk/sorcery.conf': Found
  109.   == Parsing '/etc/asterisk/stasis.conf': Found
  110.   == Parsing '/etc/asterisk/logger.conf': Found
  111.   == Parsing '/etc/asterisk/pjproject.conf': Found
  112.   == Message handler 'dialplan' registered.
  113.   == Registered custom function 'MESSAGE'
  114.   == Registered custom function 'MESSAGE_DATA'
  115.   == Registered application 'MessageSend'
  116.   == Manager registered action MessageSend
  117.   == Manager registered action DataGet
  118.   == Registered channel type 'Surrogate' (Surrogate channel used to pull channel from an application)
  119.   == Parsing '/etc/asterisk/codecs.conf': Found
  120.   == Manager registered action BridgeTechnologyList
  121.   == Manager registered action BridgeTechnologySuspend
  122.   == Manager registered action BridgeTechnologyUnsuspend
  123.  Asterisk Dynamic Loader Starting:
  124.   == Parsing '/etc/asterisk/modules.conf': Found
  125.   == Parsing '/etc/asterisk/features.conf': Found
  126.   == Registered custom function 'FEATURE'
  127.   == Registered custom function 'FEATUREMAP'
  128.   == Registered application 'Bridge'
  129.   == Manager registered action Bridge
  130.   == Parsing '/etc/asterisk/dnsmgr.conf': Found
  131.   == Parsing '/etc/asterisk/acl.conf': Found
  132.   == Parsing '/etc/asterisk/http.conf': Found
  133.   == Parsing '/etc/asterisk/indications.conf': Found
  134.     -- Registered indication country 'at'
  135.     -- Registered indication country 'au'
  136.     -- Registered indication country 'bg'
  137.     -- Registered indication country 'br'
  138.     -- Registered indication country 'be'
  139.     -- Registered indication country 'ch'
  140.     -- Registered indication country 'cl'
  141.     -- Registered indication country 'cn'
  142.     -- Registered indication country 'cz'
  143.     -- Registered indication country 'de'
  144.     -- Registered indication country 'dk'
  145.     -- Registered indication country 'ee'
  146.     -- Registered indication country 'es'
  147.     -- Registered indication country 'fi'
  148.     -- Registered indication country 'fr'
  149.     -- Registered indication country 'gr'
  150.     -- Registered indication country 'hu'
  151.     -- Registered indication country 'il'
  152.     -- Registered indication country 'in'
  153.     -- Registered indication country 'it'
  154.     -- Registered indication country 'lt'
  155.     -- Registered indication country 'jp'
  156.     -- Registered indication country 'mx'
  157.     -- Registered indication country 'my'
  158.     -- Registered indication country 'nl'
  159.     -- Registered indication country 'no'
  160.     -- Registered indication country 'nz'
  161.     -- Registered indication country 'ph'
  162.     -- Registered indication country 'pl'
  163.     -- Registered indication country 'pt'
  164.     -- Registered indication country 'ru'
  165.     -- Registered indication country 'se'
  166.     -- Registered indication country 'sg'
  167.     -- Registered indication country 'th'
  168.     -- Registered indication country 'uk'
  169.     -- Registered indication country 'us'
  170.     -- Registered indication country 'us-old'
  171.     -- Registered indication country 'tw'
  172.     -- Registered indication country 've'
  173.     -- Registered indication country 'za'
  174.     -- Setting default indication country to 'us'
  175.   == Parsing '/etc/asterisk/cdr.conf': Found
  176. [Jul 11 08:19:45] NOTICE[28899]: cdr.c:4180 cdr_toggle_runtime_options: CDR simple logging enabled.
  177.   == Parsing '/etc/asterisk/dsp.conf': Found
  178.   == Parsing '/etc/asterisk/udptl.conf': Found
  179.  Asterisk PBX Core Initializing
  180.   == Registering builtin functions:
  181.   == Registered custom function 'EXCEPTION'
  182.   == Registered custom function 'TESTTIME'
  183.   == Manager registered action ShowDialPlan
  184.   == Manager registered action ExtensionStateList
  185.   == Registered application 'Answer'
  186.   == Registered application 'BackGround'
  187.   == Registered application 'Busy'
  188.   == Registered application 'Congestion'
  189.   == Registered application 'ExecIfTime'
  190.   == Registered application 'Goto'
  191.   == Registered application 'GotoIf'
  192.   == Registered application 'GotoIfTime'
  193.   == Registered application 'ImportVar'
  194.   == Registered application 'Hangup'
  195.   == Registered application 'Incomplete'
  196.   == Registered application 'NoOp'
  197.   == Registered application 'Proceeding'
  198.   == Registered application 'Progress'
  199.   == Registered application 'RaiseException'
  200.   == Registered application 'Ringing'
  201.   == Registered application 'SayAlpha'
  202.   == Registered application 'SayAlphaCase'
  203.   == Registered application 'SayDigits'
  204.   == Registered application 'SayNumber'
  205.   == Registered application 'SayPhonetic'
  206.   == Registered application 'SetAMAFlags'
  207.   == Registered application 'Wait'
  208.   == Registered application 'WaitExten'
  209.   == Registered application 'Set'
  210.   == Registered application 'MSet'
  211.   == Registered channel type 'Local' (Local Proxy Channel Driver)
  212.   == Manager registered action LocalOptimizeAway
  213.   == Parsing '/etc/asterisk/cel.conf': Found
  214.   == Manager registered action Ping
  215.   == Manager registered action Events
  216.   == Manager registered action Logoff
  217.   == Manager registered action Login
  218.   == Manager registered action Challenge
  219.   == Manager registered action Hangup
  220.   == Manager registered action Status
  221.   == Manager registered action Setvar
  222.   == Manager registered action Getvar
  223.   == Manager registered action GetConfig
  224.   == Manager registered action GetConfigJSON
  225.   == Manager registered action UpdateConfig
  226.   == Manager registered action CreateConfig
  227.   == Manager registered action ListCategories
  228.   == Manager registered action Redirect
  229.   == Manager registered action Atxfer
  230.   == Manager registered action Originate
  231.   == Manager registered action Command
  232.   == Manager registered action ExtensionState
  233.   == Manager registered action PresenceState
  234.   == Manager registered action AbsoluteTimeout
  235.   == Manager registered action MailboxStatus
  236.   == Manager registered action MailboxCount
  237.   == Manager registered action ListCommands
  238.   == Manager registered action SendText
  239.   == Manager registered action UserEvent
  240.   == Manager registered action WaitEvent
  241.   == Manager registered action CoreSettings
  242.   == Manager registered action CoreStatus
  243.   == Manager registered action Reload
  244.   == Manager registered action LoggerRotate
  245.   == Manager registered action CoreShowChannels
  246.   == Manager registered action ModuleLoad
  247.   == Manager registered action ModuleCheck
  248.   == Manager registered action AOCMessage
  249.   == Manager registered action Filter
  250.   == Manager registered action BlindTransfer
  251.   == Registered custom function 'AMI_CLIENT'
  252.   == Parsing '/etc/asterisk/manager.conf': Found
  253.   == Manager registered action BridgeList
  254.   == Manager registered action BridgeInfo
  255.   == Manager registered action BridgeDestroy
  256.   == Manager registered action BridgeKick
  257.   == Parsing '/etc/asterisk/users.conf': Found
  258.   == Parsing '/etc/asterisk/enum.conf': Found
  259.   == Registered application 'CallCompletionRequest'
  260.   == Registered application 'CallCompletionCancel'
  261.   == Parsing '/etc/asterisk/ccss.conf': Found
  262.   == Parsing '/etc/asterisk/ccss.conf': Found
  263.  Asterisk Dynamic Loader Starting:
  264.   == Parsing '/etc/asterisk/modules.conf': Found
  265. [Jul 11 08:19:46] NOTICE[28899]: loader.c:1446 load_modules: 256 modules will be loaded.
  266.  Loading res_odbc_transaction.so.
  267.   == Registered application 'ODBC_Commit'
  268.   == Registered application 'ODBC_Rollback'
  269.   == Registered custom function 'ODBC'
  270.   == res_odbc_transaction.so => (ODBC transaction resource)
  271.  Loading res_odbc.so.
  272.   == Parsing '/etc/asterisk/res_odbc.conf': Found
  273. [Jul 11 08:19:46] NOTICE[28899]: res_odbc.c:1089 load_module: res_odbc loaded.
  274.   == res_odbc.so => (ODBC resource)
  275.  Loading res_sorcery_config.so.
  276.   == Sorcery registered wizard 'config'
  277.   == res_sorcery_config.so => (Sorcery Configuration File Object Wizard)
  278.  Loading res_sorcery_realtime.so.
  279.   == Sorcery registered wizard 'realtime'
  280.   == res_sorcery_realtime.so => (Sorcery Realtime Object Wizard)
  281.  Loading res_pjsip_config_wizard.so.
  282.   == res_pjsip_config_wizard.so => (PJSIP Config Wizard)
  283.  Loading res_format_attr_opus.so.
  284.   == Registered format interface for codec 'opus'
  285.   == res_format_attr_opus.so => (Opus Format Attribute Module)
  286.  Loading res_sorcery_astdb.so.
  287.   == Sorcery registered wizard 'astdb'
  288.   == res_sorcery_astdb.so => (Sorcery Astdb Object Wizard)
  289.  Loading res_sorcery_memory.so.
  290.   == Sorcery registered wizard 'memory'
  291.   == res_sorcery_memory.so => (Sorcery In-Memory Object Wizard)
  292.  Loading res_sorcery_memory_cache.so.
  293.   == Sorcery registered wizard 'memory_cache'
  294.   == Manager registered action SorceryMemoryCacheExpireObject
  295.   == Manager registered action SorceryMemoryCacheExpire
  296.   == Manager registered action SorceryMemoryCacheStaleObject
  297.   == Manager registered action SorceryMemoryCacheStale
  298.   == Manager registered action SorceryMemoryCachePopulate
  299.   == res_sorcery_memory_cache.so => (Sorcery Memory Cache Object Wizard)
  300.  Loading res_pjproject.so.
  301.   == Parsing '/etc/asterisk/sorcery.conf': Found
  302.   == Parsing '/etc/asterisk/pjproject.conf': Found
  303.   == res_pjproject.so => (PJPROJECT Log and Utility Support)
  304.  Loading res_pjsip.so.
  305.   == Parsing '/etc/asterisk/sorcery.conf': Found
  306.   == Parsing '/etc/asterisk/pjsip.conf': Found
  307.     -- Local IPv4 address determined to be: 192.168.1.132
  308.     -- Local IPv6 address determined to be: fe80::679d:d1a4:d980:37e1
  309.   == Manager registered action PJSIPShowEndpoints
  310.   == Manager registered action PJSIPShowEndpoint
  311.   == Parsing '/etc/asterisk/pjsip.conf': Found
  312.   == Parsing '/etc/asterisk/pjsip_wizard.conf': Found
  313.   == Parsing '/etc/asterisk/pjsip.conf': Found
  314.   == Parsing '/etc/asterisk/pjsip_wizard.conf': Found
  315.   == Parsing '/etc/asterisk/pjsip.conf': Found
  316.   == Parsing '/etc/asterisk/pjsip.conf': Found
  317.   == Parsing '/etc/asterisk/pjsip_wizard.conf': Found
  318.   == Parsing '/etc/asterisk/pjsip.conf': Found
  319.   == Parsing '/etc/asterisk/pjsip.conf': Found
  320.   == Parsing '/etc/asterisk/pjsip.conf': Found
  321.   == Manager registered action PJSIPQualify
  322.   == Endpoint sipus_endpoint is now Reachable
  323.   == Endpoint anveodirect_endpoint is now Reachable
  324.   == Endpoint anoluck is now Reachable
  325.   == Endpoint kalunna is now Reachable
  326.   == Endpoint stephanie is now Reachable
  327.   == Endpoint toby is now Reachable
  328.   == res_pjsip.so => (Basic SIP resource)
  329.  Loading res_xmpp.so.
  330.   == Parsing '/etc/asterisk/xmpp.conf': Found
  331.   == Manager registered action JabberSend
  332.   == Registered application 'JabberSend'
  333.   == Registered application 'JabberSendGroup'
  334.   == Registered application 'JabberStatus'
  335.   == Registered application 'JabberJoin'
  336.   == Registered application 'JabberLeave'
  337.   == Registered custom function 'JABBER_STATUS'
  338.   == Registered custom function 'JABBER_RECEIVE'
  339.     -- Message technology 'xmpp' registered.
  340.   == res_xmpp.so => (Asterisk XMPP Interface)
  341.  Loading res_http_websocket.so.
  342.   == WebSocket registered sub-protocol 'echo'
  343.   == res_http_websocket.so => (HTTP WebSocket Support)
  344.  Loading res_stun_monitor.so.
  345.   == Parsing '/etc/asterisk/res_stun_monitor.conf': Found
  346.   == res_stun_monitor.so => (STUN Network Monitor)
  347.  Loading res_monitor.so.
  348.   == Registered application 'Monitor'
  349.   == Registered application 'StopMonitor'
  350.   == Registered application 'ChangeMonitor'
  351.   == Registered application 'PauseMonitor'
  352.   == Registered application 'UnpauseMonitor'
  353.   == Manager registered action Monitor
  354.   == Manager registered action StopMonitor
  355.   == Manager registered action ChangeMonitor
  356.   == Manager registered action PauseMonitor
  357.   == Manager registered action UnpauseMonitor
  358.   == res_monitor.so => (Call Monitoring Resource)
  359.  Loading res_smdi.so.
  360.   == Parsing '/etc/asterisk/smdi.conf': Found
  361.   == Registered custom function 'SMDI_MSG_RETRIEVE'
  362.   == Registered custom function 'SMDI_MSG'
  363.   == res_smdi.so => (Simplified Message Desk Interface (SMDI) Resource)
  364.  Loading res_srtp.so.
  365.   == res_srtp.so => (Secure RTP (SRTP))
  366.  Loading res_pjsip_pubsub.so.
  367.   == Parsing '/etc/asterisk/sorcery.conf': Found
  368.   == Parsing '/etc/asterisk/pjsip.conf': Found
  369.   == Parsing '/etc/asterisk/pjsip.conf': Found
  370.   == Manager registered action PJSIPShowSubscriptionsInbound
  371.   == Manager registered action PJSIPShowSubscriptionsOutbound
  372.   == Manager registered action PJSIPShowResourceLists
  373.   == res_pjsip_pubsub.so => (PJSIP event resource)
  374.  Loading res_pjsip_outbound_publish.so.
  375.   == Parsing '/etc/asterisk/sorcery.conf': Found
  376.   == Parsing '/etc/asterisk/pjsip.conf': Found
  377.   == res_pjsip_outbound_publish.so => (PJSIP Outbound Publish Support)
  378.  Loading res_crypto.so.
  379.   == res_crypto.so => (Cryptographic Digital Signatures)
  380.  Loading res_rtp_multicast.so.
  381.   == Registered RTP engine 'multicast'
  382.   == res_rtp_multicast.so => (Multicast RTP Engine)
  383.  Loading res_ari.so.
  384.   == Parsing '/etc/asterisk/ari.conf': Found
  385.   == res_ari.so => (Asterisk RESTful Interface)
  386.  Loading res_stasis_recording.so.
  387.   == res_stasis_recording.so => (Stasis application recording support)
  388.  Loading res_pjsip_session.so.
  389.   == res_pjsip_session.so => (PJSIP Session resource)
  390.  Loading res_ari_model.so.
  391.   == res_ari_model.so => (ARI Model validators)
  392.  Loading res_speech.so.
  393.   == res_speech.so => (Generic Speech Recognition API)
  394.  Loading res_agi.so.
  395.   == AGI Command 'answer' registered
  396.   == AGI Command 'asyncagi break' registered
  397.   == AGI Command 'channel status' registered
  398.   == AGI Command 'database del' registered
  399.   == AGI Command 'database deltree' registered
  400.   == AGI Command 'database get' registered
  401.   == AGI Command 'database put' registered
  402.   == AGI Command 'exec' registered
  403.   == AGI Command 'get data' registered
  404.   == AGI Command 'get full variable' registered
  405.   == AGI Command 'get option' registered
  406.   == AGI Command 'get variable' registered
  407.   == AGI Command 'hangup' registered
  408.   == AGI Command 'noop' registered
  409.   == AGI Command 'receive char' registered
  410.   == AGI Command 'receive text' registered
  411.   == AGI Command 'record file' registered
  412.   == AGI Command 'say alpha' registered
  413.   == AGI Command 'say digits' registered
  414.   == AGI Command 'say number' registered
  415.   == AGI Command 'say phonetic' registered
  416.   == AGI Command 'say date' registered
  417.   == AGI Command 'say time' registered
  418.   == AGI Command 'say datetime' registered
  419.   == AGI Command 'send image' registered
  420.   == AGI Command 'send text' registered
  421.   == AGI Command 'set autohangup' registered
  422.   == AGI Command 'set callerid' registered
  423.   == AGI Command 'set context' registered
  424.   == AGI Command 'set extension' registered
  425.   == AGI Command 'set music' registered
  426.   == AGI Command 'set priority' registered
  427.   == AGI Command 'set variable' registered
  428.   == AGI Command 'stream file' registered
  429.   == AGI Command 'control stream file' registered
  430.   == AGI Command 'tdd mode' registered
  431.   == AGI Command 'verbose' registered
  432.   == AGI Command 'wait for digit' registered
  433.   == AGI Command 'speech create' registered
  434.   == AGI Command 'speech set' registered
  435.   == AGI Command 'speech destroy' registered
  436.   == AGI Command 'speech load grammar' registered
  437.   == AGI Command 'speech unload grammar' registered
  438.   == AGI Command 'speech activate grammar' registered
  439.   == AGI Command 'speech deactivate grammar' registered
  440.   == AGI Command 'speech recognize' registered
  441.   == Registered application 'DeadAGI'
  442.   == Registered application 'EAGI'
  443.   == Manager registered action AGI
  444.   == Registered application 'AGI'
  445.   == res_agi.so => (Asterisk Gateway Interface (AGI))
  446.  Loading res_fax.so.
  447.   == Parsing '/etc/asterisk/res_fax.conf': Found
  448.   == Registered application 'SendFAX'
  449.   == Registered application 'ReceiveFAX'
  450.   == Manager registered action FAXSessions
  451.   == Manager registered action FAXSession
  452.   == Manager registered action FAXStats
  453.   == Registered custom function 'FAXOPT'
  454.   == res_fax.so => (Generic FAX Applications)
  455.  Loading res_calendar.so.
  456.   == Parsing '/etc/asterisk/calendar.conf': Found
  457.   == Registered custom function 'CALENDAR_BUSY'
  458.   == Registered custom function 'CALENDAR_EVENT'
  459.   == Registered custom function 'CALENDAR_QUERY'
  460.   == Registered custom function 'CALENDAR_QUERY_RESULT'
  461.   == Registered custom function 'CALENDAR_WRITE'
  462.   == res_calendar.so => (Asterisk Calendar integration)
  463.  Loading res_stasis_playback.so.
  464.   == res_stasis_playback.so => (Stasis application playback support)
  465.  Loading res_stasis.so.
  466.   == Message handler 'ari' registered.
  467.   == res_stasis.so => (Stasis application support)
  468.  Loading res_stasis_snoop.so.
  469.   == res_stasis_snoop.so => (Stasis application snoop support)
  470.  Loading res_stasis_answer.so.
  471.   == res_stasis_answer.so => (Stasis application answer support)
  472.  Loading func_periodic_hook.so.
  473.     -- Registered extension context '__func_periodic_hook_context__'; registrar: func_periodic_hook
  474.     -- Added extension 'hook' priority 1 (CID match '') to __func_periodic_hook_context__
  475.     -- Added extension 'hook' priority 2 (CID match '') to __func_periodic_hook_context__
  476.     -- Added extension 'hook' priority 3 (CID match '') to __func_periodic_hook_context__
  477.     -- Added extension 'hook' priority 4 (CID match '') to __func_periodic_hook_context__
  478.     -- Added extension 'hook' priority 5 (CID match '') to __func_periodic_hook_context__
  479.     -- Added extension 'hook' priority 6 (CID match '') to __func_periodic_hook_context__
  480.     -- Added extension 'beep' priority 1 (CID match '') to __func_periodic_hook_context__
  481.     -- Added extension 'beep' priority 2 (CID match '') to __func_periodic_hook_context__
  482.   == Registered custom function 'PERIODIC_HOOK'
  483.   == func_periodic_hook.so => (Periodic dialplan hooks.)
  484.  Loading res_stasis_device_state.so.
  485.   == res_stasis_device_state.so => (Stasis application device state support)
  486.  Loading res_parking.so.
  487.   == Parsing '/etc/asterisk/res_parking.conf': Found
  488.     -- Registered extension context 'parkedcalls'; registrar: res_parking
  489.     -- Added extension '700' priority 1 to parkedcalls
  490.     -- Added extension '701' priority 1 to parkedcalls
  491.     -- Added extension '702' priority 1 to parkedcalls
  492.     -- Added extension '703' priority 1 to parkedcalls
  493.     -- Added extension '704' priority 1 to parkedcalls
  494.     -- Added extension '705' priority 1 to parkedcalls
  495.     -- Added extension '706' priority 1 to parkedcalls
  496.     -- Added extension '707' priority 1 to parkedcalls
  497.     -- Added extension '708' priority 1 to parkedcalls
  498.     -- Added extension '709' priority 1 to parkedcalls
  499.     -- Added extension '710' priority 1 to parkedcalls
  500.     -- Added extension '711' priority 1 to parkedcalls
  501.     -- Added extension '712' priority 1 to parkedcalls
  502.     -- Added extension '713' priority 1 to parkedcalls
  503.     -- Added extension '714' priority 1 to parkedcalls
  504.     -- Added extension '715' priority 1 to parkedcalls
  505.     -- Added extension '716' priority 1 to parkedcalls
  506.     -- Added extension '717' priority 1 to parkedcalls
  507.     -- Added extension '718' priority 1 to parkedcalls
  508.     -- Added extension '719' priority 1 to parkedcalls
  509.     -- Added extension '720' priority 1 to parkedcalls
  510.   == Registered application 'Park'
  511.   == Registered application 'ParkedCall'
  512.   == Registered application 'ParkAndAnnounce'
  513.   == Manager registered action Parkinglots
  514.   == Manager registered action ParkedCalls
  515.   == Manager registered action Park
  516.   == res_parking.so => (Call Parking Resource)
  517.  Loading res_curl.so.
  518.   == res_curl.so => (cURL Resource Module)
  519.  Loading func_curl.so.
  520.   == Registered custom function 'CURL'
  521.   == Registered custom function 'CURLOPT'
  522.   == func_curl.so => (Load external URL)
  523.  Loading res_config_curl.so.
  524.   == Parsing '/etc/asterisk/res_curl.conf': Found
  525.   == res_config_curl.so => (Realtime Curl configuration)
  526.  Loading res_config_odbc.so.
  527.   == res_config_odbc.so => (Realtime ODBC configuration)
  528.  Loading res_config_sqlite3.so.
  529.   == Parsing '/etc/asterisk/res_config_sqlite3.conf': Found
  530.   == res_config_sqlite3.so => (SQLite 3 realtime config engine)
  531.  Loading res_timing_timerfd.so.
  532.   == res_timing_timerfd.so => (Timerfd Timing Interface)
  533.  Loading res_pjsip_authenticator_digest.so.
  534.   == res_pjsip_authenticator_digest.so => (PJSIP authentication resource)
  535.  Loading res_pjsip_endpoint_identifier_ip.so.
  536.   == Parsing '/etc/asterisk/sorcery.conf': Found
  537.   == Parsing '/etc/asterisk/pjsip.conf': Found
  538.   == Parsing '/etc/asterisk/pjsip_wizard.conf': Found
  539.   == res_pjsip_endpoint_identifier_ip.so => (PJSIP IP endpoint identifier)
  540.  Loading res_pjsip_endpoint_identifier_user.so.
  541.   == res_pjsip_endpoint_identifier_user.so => (PJSIP username endpoint identifier)
  542.  Loading res_pjsip_transport_management.so.
  543.   == res_pjsip_transport_management.so => (PJSIP Reliable Transport Management)
  544.  Loading res_pjsip_registrar.so.
  545.   == Manager registered action PJSIPShowRegistrationsInbound
  546.   == Manager registered action PJSIPShowRegistrationInboundContactStatuses
  547.   == res_pjsip_registrar.so => (PJSIP Registrar Support)
  548.  Loading res_pjsip_pidf_digium_body_supplement.so.
  549.   == res_pjsip_pidf_digium_body_supplement.so => (PJSIP PIDF Digium presence supplement)
  550.  Loading res_format_attr_celt.so.
  551.   == Registered format interface for codec 'celt'
  552.   == res_format_attr_celt.so => (CELT Format Attribute Module)
  553.  Loading res_pjsip_pidf_eyebeam_body_supplement.so.
  554.   == res_pjsip_pidf_eyebeam_body_supplement.so => (PJSIP PIDF Eyebeam supplement)
  555.  Loading res_format_attr_silk.so.
  556.   == Registered format interface for codec 'silk'
  557.   == res_format_attr_silk.so => (SILK Format Attribute Module)
  558.  Loading res_format_attr_siren14.so.
  559.   == Registered format interface for codec 'siren14'
  560.   == res_format_attr_siren14.so => (Siren14 Format Attribute Module)
  561.  Loading res_pjsip_dialog_info_body_generator.so.
  562.   == res_pjsip_dialog_info_body_generator.so => (PJSIP Extension State Dialog Info+XML Provider)
  563.  Loading res_pjsip_xpidf_body_generator.so.
  564.   == res_pjsip_xpidf_body_generator.so => (PJSIP Extension State PIDF Provider)
  565.  Loading res_format_attr_vp8.so.
  566.   == Registered format interface for codec 'vp8'
  567.   == res_format_attr_vp8.so => (VP8 Format Attribute Module)
  568.  Loading res_musiconhold.so.
  569.   == Parsing '/etc/asterisk/musiconhold.conf': Found
  570.   == Registered application 'MusicOnHold'
  571.   == Registered application 'StartMusicOnHold'
  572.   == Registered application 'StopMusicOnHold'
  573.   == res_musiconhold.so => (Music On Hold Resource)
  574.  Loading res_format_attr_g729.so.
  575.   == Registered format interface for codec 'g729'
  576.   == res_format_attr_g729.so => (G.729 Format Attribute Module)
  577.  Loading res_pjsip_mwi_body_generator.so.
  578.   == res_pjsip_mwi_body_generator.so => (PJSIP MWI resource)
  579.  Loading res_pjsip_outbound_authenticator_digest.so.
  580.   == res_pjsip_outbound_authenticator_digest.so => (PJSIP authentication resource)
  581.  Loading res_rtp_asterisk.so.
  582.   == Registered RTP engine 'asterisk'
  583.   == Parsing '/etc/asterisk/rtp.conf': Found
  584.   == RTP Allocating from port range 10000 -> 20000
  585.   == res_rtp_asterisk.so => (Asterisk RTP Stack)
  586.  Loading res_format_attr_siren7.so.
  587.   == Registered format interface for codec 'siren7'
  588.   == res_format_attr_siren7.so => (Siren7 Format Attribute Module)
  589.  Loading res_pjsip_pidf_body_generator.so.
  590.   == res_pjsip_pidf_body_generator.so => (PJSIP Extension State PIDF Provider)
  591.  Loading res_pjsip_mwi.so.
  592.   == res_pjsip_mwi.so => (PJSIP MWI resource)
  593.  Loading res_pjsip_exten_state.so.
  594.   == res_pjsip_exten_state.so => (PJSIP Extension State Notifications)
  595.  Loading res_pjsip_publish_asterisk.so.
  596.   == Parsing '/etc/asterisk/sorcery.conf': Found
  597.   == Parsing '/etc/asterisk/pjsip.conf': Found
  598.   == res_pjsip_publish_asterisk.so => (PJSIP Asterisk Event PUBLISH Support)
  599.  Loading chan_rtp.so.
  600.   == Registered channel type 'MulticastRTP' (Multicast RTP Paging Channel Driver)
  601.   == Registered channel type 'UnicastRTP' (Unicast RTP Media Channel Driver)
  602.   == chan_rtp.so => (RTP Media Channel)
  603.  Loading res_pjsip_t38.so.
  604.   == res_pjsip_t38.so => (PJSIP T.38 UDPTL Support)
  605.  Loading res_pjsip_sdp_rtp.so.
  606.   == res_pjsip_sdp_rtp.so => (PJSIP SDP RTP/AVP stream handler)
  607.  Loading chan_iax2.so.
  608.   == Parsing '/etc/asterisk/iax.conf': Found
  609.   == Parsing '/etc/asterisk/users.conf': Found
  610.   == Binding IAX2 to default address 0.0.0.0:4569
  611.   == Registered application 'IAX2Provision'
  612.   == Registered custom function 'IAXPEER'
  613.   == Registered custom function 'IAXVAR'
  614.   == Manager registered action IAXpeers
  615.   == Manager registered action IAXpeerlist
  616.   == Manager registered action IAXnetstats
  617.   == Manager registered action IAXregistry
  618.   == Registered channel type 'IAX2' (Inter Asterisk eXchange Driver (Ver 2))
  619.   == 10 helper threads started
  620.   == IAX Ready and Listening
  621.   == Parsing '/etc/asterisk/iaxprov.conf': Found
  622.     -- Loaded provisioning template 'default'
  623.   == chan_iax2.so => (Inter Asterisk eXchange (Ver 2))
  624.  Loading chan_motif.so.
  625.   == Parsing '/etc/asterisk/motif.conf': Found
  626.   == Registered RTP glue 'Motif'
  627.   == Registered channel type 'Motif' (Motif Jingle Channel Driver)
  628.   == chan_motif.so => (Motif Jingle Channel Driver)
  629.  Loading chan_pjsip.so.
  630.   == Registered RTP glue 'PJSIP'
  631.   == Registered channel type 'PJSIP' (PJSIP Channel Driver)
  632.   == Registered custom function 'PJSIP_DIAL_CONTACTS'
  633.   == Registered custom function 'PJSIP_MEDIA_OFFER'
  634.   == Registered custom function 'PJSIP_SEND_SESSION_REFRESH'
  635.   == chan_pjsip.so => (PJSIP Channel Driver)
  636.  Loading app_stack.so.
  637.   == AGI Command 'gosub' registered
  638.   == Registered application 'StackPop'
  639.   == Registered application 'Return'
  640.   == Registered application 'GosubIf'
  641.   == Registered application 'Gosub'
  642.   == Registered custom function 'LOCAL'
  643.   == Registered custom function 'LOCAL_PEEK'
  644.   == Registered custom function 'STACK_PEEK'
  645.   == app_stack.so => (Dialplan subroutines (Gosub, Return, etc))
  646.  Loading format_sln.so.
  647.   == Registered file format sln, extension(s) sln|raw
  648.   == Registered file format sln12, extension(s) sln12
  649.   == Registered file format sln16, extension(s) sln16
  650.   == Registered file format sln24, extension(s) sln24
  651.   == Registered file format sln32, extension(s) sln32
  652.   == Registered file format sln44, extension(s) sln44
  653.   == Registered file format sln48, extension(s) sln48
  654.   == Registered file format sln96, extension(s) sln96
  655.   == Registered file format sln192, extension(s) sln192
  656.   == format_sln.so => (Raw Signed Linear Audio support (SLN) 8khz-192khz)
  657.  Loading func_dialplan.so.
  658.   == Registered custom function 'DIALPLAN_EXISTS'
  659.   == Registered custom function 'VALID_EXTEN'
  660.   == func_dialplan.so => (Dialplan Context/Extension/Priority Checking Functions)
  661.  Loading format_g719.so.
  662.   == Registered file format g719, extension(s) g719
  663.   == format_g719.so => (ITU G.719)
  664.  Loading format_h264.so.
  665.   == Registered file format h264, extension(s) h264
  666.   == format_h264.so => (Raw H.264 data)
  667.  Loading format_wav_gsm.so.
  668.   == Registered file format wav49, extension(s) WAV|wav49
  669.   == format_wav_gsm.so => (Microsoft WAV format (Proprietary GSM))
  670.  Loading format_g723.so.
  671.   == Registered file format g723sf, extension(s) g723|g723sf
  672.   == format_g723.so => (G.723.1 Simple Timestamp File Format)
  673.  Loading format_pcm.so.
  674.   == Registered file format pcm, extension(s) pcm|ulaw|ul|mu|ulw
  675.   == Registered file format alaw, extension(s) alaw|al|alw
  676.   == Registered file format au, extension(s) au
  677.   == Registered file format g722, extension(s) g722
  678.   == format_pcm.so => (Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722 16Khz)
  679.  Loading format_g726.so.
  680.   == Registered file format g726-40, extension(s) g726-40
  681.   == Registered file format g726-32, extension(s) g726-32
  682.   == Registered file format g726-24, extension(s) g726-24
  683.   == Registered file format g726-16, extension(s) g726-16
  684.   == format_g726.so => (Raw G.726 (16/24/32/40kbps) data)
  685.  Loading format_h263.so.
  686.   == Registered file format h263, extension(s) h263
  687.   == format_h263.so => (Raw H.263 data)
  688.  Loading format_siren7.so.
  689.   == Registered file format siren7, extension(s) siren7
  690.   == format_siren7.so => (ITU G.722.1 (Siren7, licensed from Polycom))
  691.  Loading format_siren14.so.
  692.   == Registered file format siren14, extension(s) siren14
  693.   == format_siren14.so => (ITU G.722.1 Annex C (Siren14, licensed from Polycom))
  694.  Loading format_ilbc.so.
  695.   == Registered file format iLBC, extension(s) ilbc
  696.   == format_ilbc.so => (Raw iLBC data)
  697.  Loading res_pjsip_acl.so.
  698.   == Parsing '/etc/asterisk/sorcery.conf': Found
  699.   == Parsing '/etc/asterisk/pjsip.conf': Found
  700.   == res_pjsip_acl.so => (PJSIP ACL Resource)
  701.  Loading res_pjsip_registrar_expire.so.
  702.   == res_pjsip_registrar_expire.so => (PJSIP Contact Auto-Expiration)
  703.  Loading format_gsm.so.
  704.   == Registered file format gsm, extension(s) gsm
  705.   == format_gsm.so => (Raw GSM data)
  706.  Loading format_wav.so.
  707.   == Registered file format wav, extension(s) wav
  708.   == Registered file format wav16, extension(s) wav16
  709.   == format_wav.so => (Microsoft WAV/WAV16 format (8kHz/16kHz Signed Linear))
  710.  Loading res_pjsip_header_funcs.so.
  711.   == Registered custom function 'PJSIP_HEADER'
  712.   == res_pjsip_header_funcs.so => (PJSIP Header Functions)
  713.  Loading res_pjsip_send_to_voicemail.so.
  714.   == res_pjsip_send_to_voicemail.so => (PJSIP REFER Send to Voicemail Support)
  715.  Loading format_g729.so.
  716.   == Registered file format g729, extension(s) g729
  717.   == format_g729.so => (Raw G.729 data)
  718.  Loading format_ogg_vorbis.so.
  719.   == Registered file format ogg_vorbis, extension(s) ogg
  720.   == format_ogg_vorbis.so => (OGG/Vorbis audio)
  721.  Loading res_adsi.so.
  722.   == Parsing '/etc/asterisk/adsi.conf': Found
  723.   == res_adsi.so => (ADSI Resource)
  724.  Loading res_pjsip_caller_id.so.
  725.   == res_pjsip_caller_id.so => (PJSIP Caller ID Support)
  726.  Loading res_pjsip_transport_websocket.so.
  727.   == WebSocket registered sub-protocol 'sip'
  728.   == res_pjsip_transport_websocket.so => (PJSIP WebSocket Transport Support)
  729.  Loading res_pjsip_refer.so.
  730.   == res_pjsip_refer.so => (PJSIP Blind and Attended Transfer Support)
  731.  Loading res_pjsip_path.so.
  732.   == res_pjsip_path.so => (PJSIP Path Header Support)
  733.  Loading res_pjsip_rfc3326.so.
  734.   == res_pjsip_rfc3326.so => (PJSIP RFC3326 Support)
  735.  Loading res_pjsip_outbound_registration.so.
  736.   == Parsing '/etc/asterisk/sorcery.conf': Found
  737.   == Manager registered action PJSIPUnregister
  738.   == Manager registered action PJSIPRegister
  739.   == Manager registered action PJSIPShowRegistrationsOutbound
  740.   == Parsing '/etc/asterisk/pjsip.conf': Found
  741.   == Parsing '/etc/asterisk/pjsip_wizard.conf': Found
  742.   == res_pjsip_outbound_registration.so => (PJSIP Outbound Registration Support)
  743.  Loading res_pjsip_dlg_options.so.
  744.   == res_pjsip_dlg_options.so => (SIP OPTIONS in dialog handler)
  745.  Loading res_pjsip_messaging.so.
  746.     -- Message technology 'pjsip' registered.
  747.   == res_pjsip_messaging.so => (PJSIP Messaging Support)
  748.  Loading res_pjsip_diversion.so.
  749.   == res_pjsip_diversion.so => (PJSIP Add Diversion Header Support)
  750.  Loading res_pjsip_one_touch_record_info.so.
  751.   == res_pjsip_one_touch_record_info.so => (PJSIP INFO One Touch Recording Support)
  752.  Loading res_pjsip_logger.so.
  753.   == res_pjsip_logger.so => (PJSIP Packet Logger)
  754.  Loading res_pjsip_nat.so.
  755.   == res_pjsip_nat.so => (PJSIP NAT Support)
  756.  Loading res_pjsip_notify.so.
  757.   == Parsing '/etc/asterisk/pjsip_notify.conf': Found
  758.   == Manager registered action PJSIPNotify
  759.   == res_pjsip_notify.so => (CLI/AMI PJSIP NOTIFY Support)
  760.  Loading res_pjsip_dtmf_info.so.
  761.   == res_pjsip_dtmf_info.so => (PJSIP DTMF INFO Support)
  762.  Loading res_pjsip_sips_contact.so.
  763.   == res_pjsip_sips_contact.so => (UAC SIPS Contact support)
  764.  Loading res_pjsip_empty_info.so.
  765.   == res_pjsip_empty_info.so => (PJSIP Empty INFO Support)
  766.  Loading func_devstate.so.
  767.   == Registered custom function 'DEVICE_STATE'
  768.   == Registered custom function 'HINT'
  769.   == func_devstate.so => (Gets or sets a device state in the dialplan)
  770.  Loading app_agent_pool.so.
  771.   == Manager registered action Agents
  772.   == Manager registered action AgentLogoff
  773.   == Registered custom function 'AGENT'
  774.   == Registered application 'AgentLogin'
  775.   == Registered application 'AgentRequest'
  776.   == Parsing '/etc/asterisk/agents.conf': Found
  777.   == app_agent_pool.so => (Call center agent pool applications)
  778.  Loading func_presencestate.so.
  779.   == Registered custom function 'PRESENCE_STATE'
  780.   == func_presencestate.so => (Gets or sets a presence state in the dialplan)
  781.  Loading app_confbridge.so.
  782.   == Parsing '/etc/asterisk/confbridge.conf': Found
  783. [Jul 11 08:19:48] NOTICE[28899]: confbridge/conf_config_parser.c:2094 verify_default_profiles: Adding default_menu menu to app_confbridge
  784.   == Registered channel type 'CBRec' (Conference Bridge Recording Channel)
  785.   == Registered channel type 'CBAnn' (Conference Bridge Announcing Channel)
  786.   == Registered application 'ConfBridge'
  787.   == Registered custom function 'CONFBRIDGE'
  788.   == Registered custom function 'CONFBRIDGE_INFO'
  789.   == Manager registered action ConfbridgeList
  790.   == Manager registered action ConfbridgeListRooms
  791.   == Manager registered action ConfbridgeMute
  792.   == Manager registered action ConfbridgeUnmute
  793.   == Manager registered action ConfbridgeKick
  794.   == Manager registered action ConfbridgeUnlock
  795.   == Manager registered action ConfbridgeLock
  796.   == Manager registered action ConfbridgeStartRecord
  797.   == Manager registered action ConfbridgeStopRecord
  798.   == Manager registered action ConfbridgeSetSingleVideoSrc
  799.   == app_confbridge.so => (Conference Bridge Application)
  800.  Loading res_calendar_ews.so.
  801.   == Registered calendar type 'ews' (MS Exchange Web Service calendars)
  802.   == res_calendar_ews.so => (Asterisk MS Exchange Web Service Calendar Integration)
  803.  Loading res_calendar_icalendar.so.
  804.   == Registered calendar type 'ical' (iCalendar .ics calendars)
  805.   == res_calendar_icalendar.so => (Asterisk iCalendar .ics file integration)
  806.  Loading res_calendar_caldav.so.
  807.   == Registered calendar type 'caldav' (CalDAV calendars)
  808.   == res_calendar_caldav.so => (Asterisk CalDAV Calendar Integration)
  809.  Loading res_calendar_exchange.so.
  810.   == Registered calendar type 'exchange' (MS Exchange calendars)
  811.   == res_calendar_exchange.so => (Asterisk MS Exchange Calendar Integration)
  812.  Loading cdr_custom.so.
  813.   == Parsing '/etc/asterisk/cdr_custom.conf': Found
  814.   == cdr_custom.so => (Customizable Comma Separated Values CDR Backend)
  815.  Loading cdr_syslog.so.
  816.   == Parsing '/etc/asterisk/cdr_syslog.conf': Found
  817.  Loading cdr_manager.so.
  818.   == Parsing '/etc/asterisk/cdr_manager.conf': Found
  819.   == cdr_manager.so => (Asterisk Manager Interface CDR Backend)
  820.  Loading cdr_adaptive_odbc.so.
  821.   == Parsing '/etc/asterisk/cdr_adaptive_odbc.conf': Found
  822.   == cdr_adaptive_odbc.so => (Adaptive ODBC CDR backend)
  823.  Loading cel_odbc.so.
  824.   == Parsing '/etc/asterisk/cel_odbc.conf': Found
  825.   == cel_odbc.so => (ODBC CEL backend)
  826.  Loading cel_custom.so.
  827.   == Parsing '/etc/asterisk/cel_custom.conf': Found
  828. [Jul 11 08:19:48] NOTICE[28899]: cel_custom.c:97 load_config: No mappings found in cel_custom.conf. Not logging CEL to custom CSVs.
  829.  Added CEL CSV mapping for 0 files.
  830.   == cel_custom.so => (Customizable Comma Separated Values CEL Backend)
  831.  Loading cel_manager.so.
  832.   == Parsing '/etc/asterisk/cel.conf': Found
  833.   == cel_manager.so => (Asterisk Manager Interface CEL Backend)
  834.  Loading func_shell.so.
  835.   == Registered custom function 'SHELL'
  836.   == func_shell.so => (Collects the output generated by a command executed by the system shell)
  837.  Loading func_sorcery.so.
  838.   == Registered custom function 'AST_SORCERY'
  839.   == func_sorcery.so => (Get a field from a sorcery object)
  840.  Loading func_speex.so.
  841.   == Registered custom function 'AGC'
  842.   == Registered custom function 'DENOISE'
  843.   == func_speex.so => (Noise reduction and Automatic Gain Control (AGC))
  844.  Loading func_base64.so.
  845.   == Registered custom function 'BASE64_ENCODE'
  846.   == Registered custom function 'BASE64_DECODE'
  847.   == func_base64.so => (base64 encode/decode dialplan functions)
  848.  Loading codec_alaw.so.
  849.   == Registered translator 'alawtolin' from codec alaw to slin, table cost, 900000, computational cost 31
  850.   == Registered translator 'lintoalaw' from codec slin to alaw, table cost, 600000, computational cost 20
  851.   == codec_alaw.so => (A-law Coder/Decoder)
  852.  Loading func_groupcount.so.
  853.   == Registered custom function 'GROUP_COUNT'
  854.   == Registered custom function 'GROUP_MATCH_COUNT'
  855.   == Registered custom function 'GROUP_LIST'
  856.   == Registered custom function 'GROUP'
  857.   == func_groupcount.so => (Channel group dialplan functions)
  858.  Loading func_channel.so.
  859.   == Registered custom function 'CHANNEL'
  860.   == Registered custom function 'CHANNELS'
  861.   == Registered custom function 'MASTER_CHANNEL'
  862.   == func_channel.so => (Channel information dialplan functions)
  863.  Loading func_hangupcause.so.
  864.   == Registered custom function 'HANGUPCAUSE'
  865.   == Registered custom function 'HANGUPCAUSE_KEYS'
  866.   == Registered application 'HangupCauseClear'
  867.   == func_hangupcause.so => (HANGUPCAUSE related functions and applications)
  868.  Loading func_cut.so.
  869.   == Registered custom function 'CUT'
  870.   == Registered custom function 'SORT'
  871.   == func_cut.so => (Cut out information from a string)
  872.  Loading func_version.so.
  873.   == Registered custom function 'VERSION'
  874.   == func_version.so => (Get Asterisk Version/Build Info)
  875.  Loading func_dialgroup.so.
  876.   == Registered custom function 'DIALGROUP'
  877.   == func_dialgroup.so => (Dialgroup dialplan function)
  878.  Loading func_cdr.so.
  879.   == Registered custom function 'CDR'
  880.   == Registered custom function 'CDR_PROP'
  881.   == func_cdr.so => (Call Detail Record (CDR) dialplan functions)
  882.  Loading func_timeout.so.
  883.   == Registered custom function 'TIMEOUT'
  884.   == func_timeout.so => (Channel timeout dialplan functions)
  885.  Loading func_iconv.so.
  886.   == Registered custom function 'ICONV'
  887.   == func_iconv.so => (Charset conversions)
  888.  Loading func_extstate.so.
  889.   == Registered custom function 'EXTENSION_STATE'
  890.   == func_extstate.so => (Gets an extension's state in the dialplan)
  891. Loading func_srv.so.
  892.  == Registered custom function 'SRVQUERY'
  893.  == Registered custom function 'SRVRESULT'
  894.  == func_srv.so => (SRV related dialplan functions)
  895. Loading func_logic.so.
  896.  == Registered custom function 'ISNULL'
  897.  == Registered custom function 'SET'
  898.  == Registered custom function 'EXISTS'
  899.  == Registered custom function 'IF'
  900.  == Registered custom function 'IFTIME'
  901.  == Registered custom function 'IMPORT'
  902.  == func_logic.so => (Logical dialplan functions)
  903. Loading func_volume.so.
  904.  == Registered custom function 'VOLUME'
  905.  == func_volume.so => (Technology independent volume control)
  906. Loading func_realtime.so.
  907.  == Registered custom function 'REALTIME'
  908.  == Registered custom function 'REALTIME_STORE'
  909.  == Registered custom function 'REALTIME_DESTROY'
  910.  == Registered custom function 'REALTIME_FIELD'
  911.  == Registered custom function 'REALTIME_HASH'
  912.  == func_realtime.so => (Read/Write/Store/Destroy values from a RealTime repository)
  913. Loading func_math.so.
  914.  == Registered custom function 'MATH'
  915.  == Registered custom function 'INC'
  916.  == Registered custom function 'DEC'
  917.  == func_math.so => (Mathematical dialplan function)
  918. Loading func_config.so.
  919.  == Registered custom function 'AST_CONFIG'
  920.  == func_config.so => (Asterisk configuration file variable access)
  921. Loading func_pjsip_endpoint.so.
  922.  == Registered custom function 'PJSIP_ENDPOINT'
  923.  == func_pjsip_endpoint.so => (Get information about a PJSIP endpoint)
  924. Loading func_jitterbuffer.so.
  925.  == Registered custom function 'JITTERBUFFER'
  926.  == func_jitterbuffer.so => (Jitter buffer for read side of channel.)
  927. Loading codec_gsm.so.
  928.  == Registered translator 'gsmtolin' from codec gsm to slin, table cost, 900000, computational cost 584
  929.  == Registered translator 'lintogsm' from codec slin to gsm, table cost, 600000, computational cost 901
  930.  == codec_gsm.so => (GSM Coder/Decoder)
  931. Loading codec_speex.so.
  932.  == Parsing '/etc/asterisk/codecs.conf': Found
  933.    -- CODEC SPEEX: Setting Quality to 3
  934.    -- CODEC SPEEX: Setting Complexity to 2
  935.    -- CODEC SPEEX: Perceptual Enhancement Mode. [on]
  936.    -- CODEC SPEEX: VAD Mode. [on]
  937.    -- CODEC SPEEX: VBR Mode. [on]
  938.    -- CODEC SPEEX: Disabling ABR
  939.    -- CODEC SPEEX: Setting VBR Quality to 4.000000
  940.    -- CODEC SPEEX: DTX Mode. [off]
  941.    -- CODEC SPEEX: Preprocessing. [off]
  942.    -- CODEC SPEEX: Preprocessor VAD. [off]
  943.    -- CODEC SPEEX: Preprocessor AGC. [off]
  944.    -- CODEC SPEEX: Setting preprocessor AGC Level to 8000.000000
  945.    -- CODEC SPEEX: Preprocessor Denoise. [off]
  946.    -- CODEC SPEEX: Preprocessor Dereverb. [off]
  947.    -- CODEC SPEEX: Setting preprocessor Dereverb Decay to 0.400000
  948.    -- CODEC SPEEX: Setting preprocessor Dereverb Level to 0.300000
  949.  == Registered translator 'speextolin' from codec speex to slin, table cost, 900000, computational cost 852
  950.  == Registered translator 'lintospeex' from codec slin to speex, table cost, 600000, computational cost 5418
  951.  == Registered translator 'speexwbtolin16' from codec speex to slin, table cost, 900000, computational cost 1672
  952.  == Registered translator 'lin16tospeexwb' from codec slin to speex, table cost, 600000, computational cost 7768
  953.  == Registered translator 'speexuwbtolin32' from codec speex to slin, table cost, 900000, computational cost 999999
  954.  == Registered translator 'lin32tospeexuwb' from codec slin to speex, table cost, 600000, computational cost 999999
  955.  == codec_speex.so => (Speex Coder/Decoder)
  956. Loading func_module.so.
  957.  == Registered custom function 'IFMODULE'
  958.  == func_module.so => (Checks if Asterisk module is loaded in memory)
  959. Loading res_ari_endpoints.so.
  960.  == res_ari_endpoints.so => (RESTful API module - Endpoint resources)
  961. Loading app_waituntil.so.
  962.  == Registered application 'WaitUntil'
  963.  == app_waituntil.so => (Wait until specified time)
  964. Loading app_voicemail.so.
  965.  == Parsing '/etc/asterisk/voicemail.conf': Found
  966.  == Parsing '/etc/asterisk/users.conf': Found
  967.  == Registered application 'VoiceMail'
  968.  == Registered application 'VoiceMailMain'
  969.  == Registered application 'MailboxExists'
  970.  == Registered application 'VMAuthenticate'
  971.  == Registered application 'VoiceMailPlayMsg'
  972.  == Registered application 'VMSayName'
  973.  == Registered custom function 'MAILBOX_EXISTS'
  974.  == Registered custom function 'VM_INFO'
  975.  == Manager registered action VoicemailUsersList
  976.  == Manager registered action VoicemailRefresh
  977.  == app_voicemail.so => (Comedian Mail (Voicemail System))
  978. Loading app_verbose.so.
  979.  == Registered application 'Log'
  980.  == Registered application 'Verbose'
  981.  == app_verbose.so => (Send verbose output)
  982. Loading app_cdr.so.
  983.  == Registered application 'NoCDR'
  984.  == Registered application 'ResetCDR'
  985.  == app_cdr.so => (Tell Asterisk to not maintain a CDR for the current call)
  986. Loading app_followme.so.
  987.  == Parsing '/etc/asterisk/followme.conf': Found
  988.  == Registered application 'FollowMe'
  989.  == app_followme.so => (Find-Me/Follow-Me Application)
  990. Loading app_system.so.
  991.  == Registered application 'TrySystem'
  992.  == Registered application 'System'
  993.  == app_system.so => (Generic System() application)
  994. Loading app_celgenuserevent.so.
  995.  == Registered application 'CELGenUserEvent'
  996.  == app_celgenuserevent.so => (Generate an User-Defined CEL event)
  997. Loading app_softhangup.so.
  998.  == Registered application 'SoftHangup'
  999.  == app_softhangup.so => (Hangs up the requested channel)
  1000. Loading app_sendtext.so.
  1001.  == Registered application 'SendText'
  1002.  == app_sendtext.so => (Send Text Applications)
  1003. Loading pbx_loopback.so.
  1004.  == pbx_loopback.so => (Loopback Switch)
  1005. Loading app_mixmonitor.so.
  1006.  == Registered application 'MixMonitor'
  1007.  == Registered application 'StopMixMonitor'
  1008.  == Manager registered action MixMonitorMute
  1009.  == Manager registered action MixMonitor
  1010.  == Manager registered action StopMixMonitor
  1011.  == Registered custom function 'MIXMONITOR'
  1012.  == app_mixmonitor.so => (Mixed Audio Monitoring Application)
  1013. Loading func_rand.so.
  1014.  == Registered custom function 'RAND'
  1015.  == func_rand.so => (Random number dialplan function)
  1016. Loading res_clialiases.so.
  1017.  == Parsing '/etc/asterisk/cli_aliases.conf': Found
  1018.  == Aliased CLI command 'hangup request' to 'channel request hangup'
  1019.  == Aliased CLI command 'originate' to 'channel originate'
  1020.  == Aliased CLI command 'help' to 'core show help'
  1021.  == Aliased CLI command 'pri intense debug span' to 'pri set debug intense span'
  1022.  == Aliased CLI command 'reload' to 'module reload'
  1023.  == Aliased CLI command 'pjsip reload' to 'module reload res_pjsip.so res_pjsip_authenticator_digest.so res_pjsip_endpoint_identifier_ip.so res_pjsip_mwi.so res_pjsip_notify.so res_pjsip_outbound_publish.so res_pjsip_publish_asterisk.so res_pjsip_outbound_registration.so'
  1024.  == res_clialiases.so => (CLI Aliases)
  1025. Loading func_lock.so.
  1026.  == Registered custom function 'LOCK'
  1027.  == Registered custom function 'TRYLOCK'
  1028.  == Registered custom function 'UNLOCK'
  1029.  == func_lock.so => (Dialplan mutexes)
  1030. Loading app_stasis.so.
  1031.  == Registered application 'Stasis'
  1032.  == app_stasis.so => (Stasis dialplan application)
  1033. Loading app_macro.so.
  1034.  == Registered application 'MacroExit'
  1035.  == Registered application 'MacroIf'
  1036.  == Registered application 'MacroExclusive'
  1037.  == Registered application 'Macro'
  1038.  == app_macro.so => (Extension Macros)
  1039. Loading bridge_simple.so.
  1040.  == Registered bridge technology simple_bridge
  1041.  == bridge_simple.so => (Simple two channel bridging module)
  1042. Loading app_directory.so.
  1043.  == Registered application 'Directory'
  1044.  == app_directory.so => (Extension Directory)
  1045. Loading res_ari_applications.so.
  1046.  == res_ari_applications.so => (RESTful API module - Stasis application resources)
  1047. Loading func_sprintf.so.
  1048.  == Registered custom function 'SPRINTF'
  1049.  == func_sprintf.so => (SPRINTF dialplan function)
  1050. Loading app_privacy.so.
  1051.  == Registered application 'PrivacyManager'
  1052.  == app_privacy.so => (Require phone number to be entered, if no CallerID sent)
  1053. Loading app_transfer.so.
  1054.  == Registered application 'Transfer'
  1055.  == app_transfer.so => (Transfers a caller to another extension)
  1056. Loading func_callerid.so.
  1057.  == Registered custom function 'CALLERPRES'
  1058.  == Registered custom function 'CALLERID'
  1059.  == Registered custom function 'CONNECTEDLINE'
  1060.  == Registered custom function 'REDIRECTING'
  1061.  == func_callerid.so => (Party ID related dialplan functions (Caller-ID, Connected-line, Redirecting))
  1062. Loading res_security_log.so.
  1063.    -- Security Logging Enabled
  1064.  == res_security_log.so => (Security Event Logging)
  1065. Loading func_uri.so.
  1066.  == Registered custom function 'URIDECODE'
  1067.  == Registered custom function 'URIENCODE'
  1068.  == func_uri.so => (URI encode/decode dialplan functions)
  1069. Loading app_record.so.
  1070.  == Registered application 'Record'
  1071.  == app_record.so => (Trivial Record Application)
  1072. Loading app_playtones.so.
  1073.  == Registered application 'PlayTones'
  1074.  == Registered application 'StopPlayTones'
  1075.  == app_playtones.so => (Playtones Application)
  1076. Loading res_mutestream.so.
  1077.  == Registered custom function 'MUTEAUDIO'
  1078.  == Manager registered action MuteAudio
  1079.  == res_mutestream.so => (Mute audio stream resources)
  1080. Loading app_channelredirect.so.
  1081.  == Registered application 'ChannelRedirect'
  1082.  == app_channelredirect.so => (Redirects a given channel to a dialplan target)
  1083. Loading func_md5.so.
  1084.  == Registered custom function 'MD5'
  1085.  == func_md5.so => (MD5 digest dialplan functions)
  1086. Loading app_disa.so.
  1087.  == Registered application 'DISA'
  1088.  == app_disa.so => (DISA (Direct Inward System Access) Application)
  1089. Loading res_realtime.so.
  1090.  == res_realtime.so => (Realtime Data Lookup/Rewrite)
  1091. Loading res_format_attr_h263.so.
  1092.  == Registered format interface for codec 'h263'
  1093.  == Registered format interface for codec 'h263p'
  1094.  == res_format_attr_h263.so => (H.263 Format Attribute Module)
  1095. Loading res_ari_events.so.
  1096.  == WebSocket registered sub-protocol 'ari'
  1097.  == res_ari_events.so => (RESTful API module - WebSocket resource)
  1098. Loading app_amd.so.
  1099.  == Parsing '/etc/asterisk/amd.conf': Found
  1100.    -- AMD defaults: initialSilence [2500] greeting [1500] afterGreetingSilence [800] totalAnalysisTime [5000] minimumWordLength [100] betweenWordsSilence [50] maximumNumberOfWords [3] silenceThreshold [256] maximumWordLength [5000]
  1101.  == Registered application 'AMD'
  1102.  == app_amd.so => (Answering Machine Detection Application)
  1103. Loading res_ari_asterisk.so.
  1104.  == res_ari_asterisk.so => (RESTful API module - Asterisk resources)
  1105. Loading app_milliwatt.so.
  1106.  == Registered application 'Milliwatt'
  1107.  == app_milliwatt.so => (Digital Milliwatt (mu-law) Test Application)
  1108. Loading res_limit.so.
  1109.  == res_limit.so => (Resource limits)
  1110. Loading app_echo.so.
  1111.  == Registered application 'Echo'
  1112.  == app_echo.so => (Simple Echo Application)
  1113. Loading chan_bridge_media.so.
  1114.  == Registered channel type 'Announcer' (Bridge Media Announcing Channel Driver)
  1115.  == Registered channel type 'Recorder' (Bridge Media Recording Channel Driver)
  1116.  == chan_bridge_media.so => (Bridge Media Channel Driver)
  1117. Loading app_readexten.so.
  1118.  == Registered application 'ReadExten'
  1119.  == app_readexten.so => (Read and evaluate extension validity)
  1120. Loading func_vmcount.so.
  1121.  == Registered custom function 'VMCOUNT'
  1122.  == func_vmcount.so => (Indicator for whether a voice mailbox has messages in a given folder.)
  1123. Loading res_ari_recordings.so.
  1124.  == res_ari_recordings.so => (RESTful API module - Recording resources)
  1125. Loading codec_g722.so.
  1126.  == Registered translator 'g722tolin' from codec g722 to slin, table cost, 960000, computational cost 602
  1127.  == Registered translator 'lintog722' from codec slin to g722, table cost, 825000, computational cost 549
  1128.  == Registered translator 'g722tolin16' from codec g722 to slin, table cost, 900000, computational cost 767
  1129.  == Registered translator 'lin16tog722' from codec slin to g722, table cost, 600000, computational cost 1360
  1130.  == codec_g722.so => (ITU G.722-64kbps G722 Transcoder)
  1131. Loading codec_adpcm.so.
  1132.  == Registered translator 'adpcmtolin' from codec adpcm to slin, table cost, 900000, computational cost 55
  1133.  == Registered translator 'lintoadpcm' from codec slin to adpcm, table cost, 600000, computational cost 118
  1134.  == codec_adpcm.so => (Adaptive Differential PCM Coder/Decoder)
  1135. Loading codec_resample.so.
  1136.  == Registered translator 'slin 8000khz -> 12000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1137.  == Registered translator 'slin 8000khz -> 16000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1138.  == Registered translator 'slin 8000khz -> 24000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1139.  == Registered translator 'slin 8000khz -> 32000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1140.  == Registered translator 'slin 8000khz -> 44100khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1141.  == Registered translator 'slin 8000khz -> 48000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1142.  == Registered translator 'slin 8000khz -> 96000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1143.  == Registered translator 'slin 8000khz -> 192000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1144.  == Registered translator 'slin 12000khz -> 8000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1145.  == Registered translator 'slin 12000khz -> 16000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1146.  == Registered translator 'slin 12000khz -> 24000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1147.  == Registered translator 'slin 12000khz -> 32000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1148.  == Registered translator 'slin 12000khz -> 44100khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1149.  == Registered translator 'slin 12000khz -> 48000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1150.  == Registered translator 'slin 12000khz -> 96000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1151.  == Registered translator 'slin 12000khz -> 192000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1152.  == Registered translator 'slin 16000khz -> 8000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1153.  == Registered translator 'slin 16000khz -> 12000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1154.  == Registered translator 'slin 16000khz -> 24000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1155.  == Registered translator 'slin 16000khz -> 32000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1156.  == Registered translator 'slin 16000khz -> 44100khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1157.  == Registered translator 'slin 16000khz -> 48000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1158.  == Registered translator 'slin 16000khz -> 96000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1159.  == Registered translator 'slin 16000khz -> 192000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1160.  == Registered translator 'slin 24000khz -> 8000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1161.  == Registered translator 'slin 24000khz -> 12000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1162.  == Registered translator 'slin 24000khz -> 16000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1163.  == Registered translator 'slin 24000khz -> 32000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1164.  == Registered translator 'slin 24000khz -> 44100khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1165.  == Registered translator 'slin 24000khz -> 48000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1166.  == Registered translator 'slin 24000khz -> 96000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1167.  == Registered translator 'slin 24000khz -> 192000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1168.  == Registered translator 'slin 32000khz -> 8000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1169.  == Registered translator 'slin 32000khz -> 12000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1170.  == Registered translator 'slin 32000khz -> 16000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1171.  == Registered translator 'slin 32000khz -> 24000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1172.  == Registered translator 'slin 32000khz -> 44100khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1173.  == Registered translator 'slin 32000khz -> 48000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1174.  == Registered translator 'slin 32000khz -> 96000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1175.  == Registered translator 'slin 32000khz -> 192000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1176.  == Registered translator 'slin 44100khz -> 8000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1177.  == Registered translator 'slin 44100khz -> 12000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1178.  == Registered translator 'slin 44100khz -> 16000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1179.  == Registered translator 'slin 44100khz -> 24000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1180.  == Registered translator 'slin 44100khz -> 32000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1181.  == Registered translator 'slin 44100khz -> 48000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1182.  == Registered translator 'slin 44100khz -> 96000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1183.  == Registered translator 'slin 44100khz -> 192000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1184.  == Registered translator 'slin 48000khz -> 8000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1185.  == Registered translator 'slin 48000khz -> 12000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1186.  == Registered translator 'slin 48000khz -> 16000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1187.  == Registered translator 'slin 48000khz -> 24000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1188.  == Registered translator 'slin 48000khz -> 32000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1189.  == Registered translator 'slin 48000khz -> 44100khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1190.  == Registered translator 'slin 48000khz -> 96000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1191.  == Registered translator 'slin 48000khz -> 192000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1192.  == Registered translator 'slin 96000khz -> 8000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1193.  == Registered translator 'slin 96000khz -> 12000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1194.  == Registered translator 'slin 96000khz -> 16000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1195.  == Registered translator 'slin 96000khz -> 24000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1196.  == Registered translator 'slin 96000khz -> 32000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1197.  == Registered translator 'slin 96000khz -> 44100khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1198.  == Registered translator 'slin 96000khz -> 48000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1199.  == Registered translator 'slin 96000khz -> 192000khz' from codec slin to slin, table cost, 800000, computational cost 999999
  1200.  == Registered translator 'slin 192000khz -> 8000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1201.  == Registered translator 'slin 192000khz -> 12000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1202.  == Registered translator 'slin 192000khz -> 16000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1203.  == Registered translator 'slin 192000khz -> 24000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1204.  == Registered translator 'slin 192000khz -> 32000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1205.  == Registered translator 'slin 192000khz -> 44100khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1206.  == Registered translator 'slin 192000khz -> 48000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1207.  == Registered translator 'slin 192000khz -> 96000khz' from codec slin to slin, table cost, 850000, computational cost 999999
  1208.  == codec_resample.so => (SLIN Resampling Codec)
  1209. Loading codec_ulaw.so.
  1210.  == Registered translator 'ulawtolin' from codec ulaw to slin, table cost, 900000, computational cost 24
  1211.  == Registered translator 'lintoulaw' from codec slin to ulaw, table cost, 600000, computational cost 19
  1212.  == Registered translator 'lintotestlaw' from codec slin to testlaw, table cost, 600000, computational cost 1
  1213.  == Registered translator 'testlawtolin' from codec testlaw to slin, table cost, 900000, computational cost 1
  1214.  == codec_ulaw.so => (mu-Law Coder/Decoder)
  1215. Loading codec_ilbc.so.
  1216.  == Registered translator 'ilbctolin' from codec ilbc to slin, table cost, 900000, computational cost 1597
  1217.  == Registered translator 'lintoilbc' from codec slin to ilbc, table cost, 600000, computational cost 6471
  1218.  == codec_ilbc.so => (iLBC Coder/Decoder)
  1219. Loading codec_g726.so.
  1220.  == Registered translator 'g726tolin' from codec g726 to slin, table cost, 900000, computational cost 626
  1221.  == Registered translator 'lintog726' from codec slin to g726, table cost, 600000, computational cost 2199
  1222.  == Registered translator 'g726aal2tolin' from codec g726aal2 to slin, table cost, 900000, computational cost 658
  1223.  == Registered translator 'lintog726aal2' from codec slin to g726aal2, table cost, 600000, computational cost 2212
  1224.  == codec_g726.so => (ITU G.726-32kbps G726 Transcoder)
  1225. Loading codec_a_mu.so.
  1226.  == Registered translator 'alawtoulaw' from codec alaw to ulaw, table cost, 915000, computational cost 102
  1227.  == Registered translator 'ulawtoalaw' from codec ulaw to alaw, table cost, 915000, computational cost 1
  1228.  == codec_a_mu.so => (A-law and Mulaw direct Coder/Decoder)
  1229. Loading codec_lpc10.so.
  1230.  == Registered translator 'lpc10tolin' from codec lpc10 to slin, table cost, 900000, computational cost 726
  1231.  == Registered translator 'lintolpc10' from codec slin to lpc10, table cost, 600000, computational cost 1023
  1232.  == codec_lpc10.so => (LPC10 2.4kbps Coder/Decoder)
  1233. Loading func_pjsip_aor.so.
  1234.  == Registered custom function 'PJSIP_AOR'
  1235.  == func_pjsip_aor.so => (Get information about a PJSIP AOR)
  1236. Loading app_authenticate.so.
  1237.  == Registered application 'Authenticate'
  1238.  == app_authenticate.so => (Authentication Application)
  1239. Loading res_format_attr_h264.so.
  1240.  == Registered format interface for codec 'h264'
  1241.  == res_format_attr_h264.so => (H.264 Format Attribute Module)
  1242. Loading res_ari_channels.so.
  1243.  == res_ari_channels.so => (RESTful API module - Channel resources)
  1244. Loading res_convert.so.
  1245.  == res_convert.so => (File format conversion CLI command)
  1246. Loading func_blacklist.so.
  1247.  == Registered custom function 'BLACKLIST'
  1248.  == func_blacklist.so => (Look up Caller*ID name/number from blacklist database)
  1249. Loading func_callcompletion.so.
  1250.  == Registered custom function 'CALLCOMPLETION'
  1251.  == func_callcompletion.so => (Call Control Configuration Function)
  1252. Loading func_sha1.so.
  1253.  == Registered custom function 'SHA1'
  1254.  == func_sha1.so => (SHA-1 computation dialplan function)
  1255. Loading app_senddtmf.so.
  1256.  == Manager registered action PlayDTMF
  1257.  == Registered application 'SendDTMF'
  1258.  == app_senddtmf.so => (Send DTMF digits Application)
  1259. Loading app_playback.so.
  1260.  == Parsing '/etc/asterisk/say.conf': Found
  1261.  == Registered application 'Playback'
  1262.  == app_playback.so => (Sound File Playback Application)
  1263. Loading func_db.so.
  1264.  == Registered custom function 'DB'
  1265.  == Registered custom function 'DB_EXISTS'
  1266.  == Registered custom function 'DB_DELETE'
  1267.  == Registered custom function 'DB_KEYS'
  1268.  == func_db.so => (Database (astdb) related dialplan functions)
  1269. Loading app_directed_pickup.so.
  1270.  == Registered application 'Pickup'
  1271.  == Registered application 'PickupChan'
  1272.  == app_directed_pickup.so => (Directed Call Pickup Application)
  1273. Loading func_holdintercept.so.
  1274.  == Registered custom function 'HOLD_INTERCEPT'
  1275.  == func_holdintercept.so => (Hold interception dialplan function)
  1276. Loading app_read.so.
  1277.  == Registered application 'Read'
  1278.  == app_read.so => (Read Variable Application)
  1279. Loading bridge_builtin_features.so.
  1280.  == bridge_builtin_features.so => (Built in bridging features)
  1281. Loading res_ari_bridges.so.
  1282.  == res_ari_bridges.so => (RESTful API module - Bridge resources)
  1283. Loading app_sayunixtime.so.
  1284.  == Registered application 'SayUnixTime'
  1285.  == Registered application 'DateTime'
  1286.  == app_sayunixtime.so => (Say time)
  1287. Loading app_db.so.
  1288.  == Registered application 'DBdel'
  1289.  == Registered application 'DBdeltree'
  1290.  == app_db.so => (Database Access Functions)
  1291. Loading bridge_native_rtp.so.
  1292.  == Registered bridge technology native_rtp
  1293.  == bridge_native_rtp.so => (Native RTP bridging module)
  1294. Loading func_talkdetect.so.
  1295.  == Registered custom function 'TALK_DETECT'
  1296.  == func_talkdetect.so => (Talk detection dialplan function)
  1297. Loading bridge_holding.so.
  1298.  == Registered bridge technology holding_bridge
  1299.  == bridge_holding.so => (Holding bridge module)
  1300. Loading res_clioriginate.so.
  1301.  == res_clioriginate.so => (Call origination and redirection from the CLI)
  1302. Loading app_speech_utils.so.
  1303.  == Registered application 'SpeechCreate'
  1304.  == Registered application 'SpeechLoadGrammar'
  1305.  == Registered application 'SpeechUnloadGrammar'
  1306.  == Registered application 'SpeechActivateGrammar'
  1307.  == Registered application 'SpeechDeactivateGrammar'
  1308.  == Registered application 'SpeechStart'
  1309.  == Registered application 'SpeechBackground'
  1310.  == Registered application 'SpeechDestroy'
  1311.  == Registered application 'SpeechProcessingSound'
  1312.  == Registered custom function 'SPEECH'
  1313.  == Registered custom function 'SPEECH_SCORE'
  1314.  == Registered custom function 'SPEECH_TEXT'
  1315.  == Registered custom function 'SPEECH_GRAMMAR'
  1316.  == Registered custom function 'SPEECH_ENGINE'
  1317.  == Registered custom function 'SPEECH_RESULTS_TYPE'
  1318.  == app_speech_utils.so => (Dialplan Speech Applications)
  1319. Loading app_controlplayback.so.
  1320.  == Registered application 'ControlPlayback'
  1321.  == Manager registered action ControlPlayback
  1322.  == app_controlplayback.so => (Control Playback Application)
  1323. Loading app_page.so.
  1324.  == Registered application 'Page'
  1325.  == app_page.so => (Page Multiple Phones)
  1326. Loading app_userevent.so.
  1327.  == Registered application 'UserEvent'
  1328.  == app_userevent.so => (Custom User Event Application)
  1329. Loading app_dumpchan.so.
  1330.  == Registered application 'DumpChan'
  1331.  == app_dumpchan.so => (Dump Info About The Calling Channel)
  1332. Loading app_talkdetect.so.
  1333.  == Registered application 'BackgroundDetect'
  1334.  == app_talkdetect.so => (Playback with Talk Detection)
  1335. Loading func_enum.so.
  1336.  == Registered custom function 'ENUMRESULT'
  1337.  == Registered custom function 'ENUMQUERY'
  1338.  == Registered custom function 'ENUMLOOKUP'
  1339.  == Registered custom function 'TXTCIDNAME'
  1340.  == func_enum.so => (ENUM related dialplan functions)
  1341. Loading bridge_builtin_interval_features.so.
  1342.  == bridge_builtin_interval_features.so => (Built in bridging interval features)
  1343. Loading res_ari_sounds.so.
  1344.  == res_ari_sounds.so => (RESTful API module - Sound resources)
  1345. Loading func_odbc.so.
  1346.  == Registered custom function 'ODBC_FETCH'
  1347.  == Registered application 'ODBCFinish'
  1348.  == Parsing '/etc/asterisk/func_odbc.conf': Found
  1349.  == Registered custom function 'ODBC_SQL'
  1350.  == Registered custom function 'ODBC_ANTIGF'
  1351.  == Registered custom function 'ODBC_PRESENCE'
  1352.  == Registered custom function 'SQL_ESC'
  1353.  == func_odbc.so => (ODBC lookups)
  1354. Loading func_env.so.
  1355.  == Registered custom function 'ENV'
  1356.  == Registered custom function 'STAT'
  1357.  == Registered custom function 'FILE'
  1358.  == Registered custom function 'FILE_COUNT_LINE'
  1359.  == Registered custom function 'FILE_FORMAT'
  1360.  == func_env.so => (Environment/filesystem dialplan functions)
  1361. Loading pbx_spool.so.
  1362.  == pbx_spool.so => (Outgoing Spool Support)
  1363. Loading func_sysinfo.so.
  1364.  == Registered custom function 'SYSINFO'
  1365.  == func_sysinfo.so => (System information related functions)
  1366. Loading func_aes.so.
  1367.  == Registered custom function 'AES_DECRYPT'
  1368.  == Registered custom function 'AES_ENCRYPT'
  1369.  == func_aes.so => (AES dialplan functions)
  1370. Loading res_pjsip_endpoint_identifier_anonymous.so.
  1371.  == res_pjsip_endpoint_identifier_anonymous.so => (PJSIP Anonymous endpoint identifier)
  1372. Loading bridge_softmix.so.
  1373.  == Registered bridge technology softmix
  1374.  == bridge_softmix.so => (Multi-party software based channel mixing)
  1375. Loading res_ari_device_states.so.
  1376.  == res_ari_device_states.so => (RESTful API module - Device state resources)
  1377. Loading res_ari_playbacks.so.
  1378.  == res_ari_playbacks.so => (RESTful API module - Playback control resources)
  1379. Loading pbx_config.so.
  1380.  == Manager registered action DialplanExtensionAdd
  1381.  == Manager registered action DialplanExtensionRemove
  1382.  == Parsing '/etc/asterisk/extensions.conf': Found
  1383.  == Parsing '/etc/asterisk/directExtension.conf': Found
  1384.    -- Registered extension context 'default'; registrar: pbx_config
  1385.    -- Added extension 'test1' priority 1 to default
  1386.    -- Added extension 'test1' priority 2 to default
  1387.    -- Registered extension context 'queues'; registrar: pbx_config
  1388.    -- Added extension 'ab' priority 1 to queues
  1389.    -- Added extension 'ab' priority 2 to queues
  1390.    -- Added extension 'ab' priority 3 to queues
  1391.    -- Added extension 'ab' priority 4 to queues
  1392.    -- Registered extension context 'google_in'; registrar: pbx_config
  1393.    -- Added extension 's' priority 1 to google_in
  1394.    -- Added extension 's' priority 2 to google_in
  1395.    -- Added extension 's' priority 3 to google_in
  1396.    -- Added extension 's' priority 4 to google_in
  1397.    -- Added extension 's' priority 5 to google_in
  1398.    -- Added extension 's' priority 6 to google_in
  1399.    -- Added extension 's' priority 7 to google_in
  1400.    -- Registered extension context 'internal'; registrar: pbx_config
  1401.    -- Added extension '_XXXXXXXXXX' priority 1 to internal
  1402.    -- Added extension '_XXXXXXXXXX' priority 2 to internal
  1403.    -- Added extension '_XXXXXXXXXX' priority 3 to internal
  1404.    -- Added extension '_9XXXXXXXXXX' priority 1 to internal
  1405.    -- Added extension '_9XXXXXXXXXX' priority 2 to internal
  1406.    -- Added extension '_9XXXXXXXXXX' priority 3 to internal
  1407.    -- Added extension '_5XXXXXXXXXX' priority 1 to internal
  1408.    -- Added extension '_5XXXXXXXXXX' priority 2 to internal
  1409.    -- Added extension '_5XXXXXXXXXX' priority 3 to internal
  1410.    -- Added extension '_XXXX' priority 1 to internal
  1411.    -- Added extension '_XXXX' priority 2 to internal
  1412.    -- Added extension '_XXXX' priority 3 to internal
  1413.    -- Added extension '_XXXX' priority 4 to internal
  1414.    -- Added extension '_XXXX' priority 5 to internal
  1415.    -- Added extension '1001' priority 1 to internal
  1416.    -- Added extension '1001' priority 2 to internal
  1417.    -- Added extension '1001' priority 3 to internal
  1418.    -- Added extension '1002' priority 1 to internal
  1419.    -- Added extension '1002' priority 2 to internal
  1420.    -- Added extension '1002' priority 3 to internal
  1421.    -- Added extension '1003' priority 1 to internal
  1422.    -- Added extension '1003' priority 2 to internal
  1423.    -- Added extension '1003' priority 3 to internal
  1424.    -- Added extension '1004' priority 1 to internal
  1425.    -- Added extension '1004' priority 2 to internal
  1426.    -- Added extension '1004' priority 3 to internal
  1427.    -- Added extension '1005' priority 1 to internal
  1428.    -- Added extension '1005' priority 2 to internal
  1429.    -- Added extension '1005' priority 3 to internal
  1430.    -- Registered extension context 'outgoing'; registrar: pbx_config
  1431.    -- Added extension '_XXXXXXXXXX' priority 1 to outgoing
  1432.    -- Added extension '_XXXXXXXXXX' priority 2 to outgoing
  1433.    -- Added extension '_9XXXXXXXXXX' priority 1 to outgoing
  1434.    -- Added extension '_9XXXXXXXXXX' priority 2 to outgoing
  1435.    -- Added extension '_9XXXXXXXXXX' priority 3 to outgoing
  1436.    -- Added extension '_5XXXXXXXXXX' priority 1 to outgoing
  1437.    -- Added extension '_5XXXXXXXXXX' priority 2 to outgoing
  1438.    -- Added extension '_5XXXXXXXXXX' priority 3 to outgoing
  1439.    -- Added extension '_5XXXXXXXXXX' priority 4 to outgoing
  1440.    -- Added extension 'test' priority 1 to outgoing
  1441.    -- Added extension 'test' priority 2 to outgoing
  1442.    -- Registered extension context 'incoming'; registrar: pbx_config
  1443.    -- Added extension '_XXXXXXXXXXX' priority 1 to incoming
  1444.    -- Added extension '_XXXXXXXXXXX' priority 2 to incoming
  1445.    -- Added extension '_XXXXXXXXXXX' priority 3 to incoming
  1446.    -- Added extension '_XXXXXXXXXXX' priority 4 to incoming
  1447.    -- Added extension '_XXXXXXXXXXX' priority 5 to incoming
  1448.    -- Registered extension context 'callspool'; registrar: pbx_config
  1449.    -- Added extension '1337' priority 1 to callspool
  1450.    -- Added extension '1337' priority 2 to callspool
  1451.    -- Added extension '1337' priority 3 to callspool
  1452.    -- Added extension '1337' priority 4 to callspool
  1453.    -- Added extension '1337' priority 5 to callspool
  1454.    -- Added extension '1337' priority 6 to callspool
  1455.    -- Added extension '1337' priority 7 to callspool
  1456.    -- Added extension '1337' priority 8 to callspool
  1457.    -- Added extension '1337' priority 9 to callspool
  1458.    -- Added extension '1337' priority 10 to callspool
  1459.    -- Added extension '1337' priority 11 to callspool
  1460.    -- Added extension '1337' priority 12 to callspool
  1461.    -- Added extension '1337' priority 13 to callspool
  1462.    -- Added extension '1337' priority 14 to callspool
  1463.    -- Added extension '1337' priority 15 to callspool
  1464.    -- Added extension '_X' priority 1 to callspool
  1465.    -- Added extension '_X' priority 2 to callspool
  1466.    -- Added extension '_X' priority 3 to callspool
  1467.    -- Added extension '_X' priority 4 to callspool
  1468.    -- Added extension '_X' priority 5 to callspool
  1469.  == Parsing '/etc/asterisk/users.conf': Found
  1470.    -- Registered extension context 'parkedcalls'; registrar: res_parking/default
  1471.    -- merging incls/swits/igpats from old(parkedcalls) to new(parkedcalls) context, registrar = pbx_config
  1472.    -- Added extension '720' priority 1 to parkedcalls
  1473.    -- Added extension '719' priority 1 to parkedcalls
  1474.    -- Added extension '718' priority 1 to parkedcalls
  1475.    -- Added extension '717' priority 1 to parkedcalls
  1476.    -- Added extension '716' priority 1 to parkedcalls
  1477.    -- Added extension '715' priority 1 to parkedcalls
  1478.    -- Added extension '714' priority 1 to parkedcalls
  1479.    -- Added extension '713' priority 1 to parkedcalls
  1480.    -- Added extension '712' priority 1 to parkedcalls
  1481.    -- Added extension '711' priority 1 to parkedcalls
  1482.    -- Added extension '710' priority 1 to parkedcalls
  1483.    -- Added extension '709' priority 1 to parkedcalls
  1484.    -- Added extension '708' priority 1 to parkedcalls
  1485.    -- Added extension '707' priority 1 to parkedcalls
  1486.    -- Added extension '706' priority 1 to parkedcalls
  1487.    -- Added extension '705' priority 1 to parkedcalls
  1488.    -- Added extension '704' priority 1 to parkedcalls
  1489.    -- Added extension '703' priority 1 to parkedcalls
  1490.    -- Added extension '702' priority 1 to parkedcalls
  1491.    -- Added extension '701' priority 1 to parkedcalls
  1492.    -- Added extension '700' priority 1 to parkedcalls
  1493.    -- Registered extension context '__func_periodic_hook_context__'; registrar: func_periodic_hook
  1494.    -- merging incls/swits/igpats from old(__func_periodic_hook_context__) to new(__func_periodic_hook_context__) context, registrar = pbx_config
  1495.    -- Added extension 'beep' priority 2 (CID match '') to __func_periodic_hook_context__
  1496.    -- Added extension 'beep' priority 1 (CID match '') to __func_periodic_hook_context__
  1497.    -- Added extension 'hook' priority 6 (CID match '') to __func_periodic_hook_context__
  1498.    -- Added extension 'hook' priority 5 (CID match '') to __func_periodic_hook_context__
  1499.    -- Added extension 'hook' priority 4 (CID match '') to __func_periodic_hook_context__
  1500.    -- Added extension 'hook' priority 3 (CID match '') to __func_periodic_hook_context__
  1501.    -- Added extension 'hook' priority 2 (CID match '') to __func_periodic_hook_context__
  1502.    -- Added extension 'hook' priority 1 (CID match '') to __func_periodic_hook_context__
  1503.    -- Time to scan old dialplan and merge leftovers back into the new: 0.000141 sec
  1504.    -- Time to restore hints and swap in new dialplan: 0.000004 sec
  1505.    -- Time to delete the old dialplan: 0.000015 sec
  1506.    -- Total time merge_contexts_delete: 0.000160 sec
  1507.  == pbx_config.so => (Text Extension Configuration)
  1508. Loading app_exec.so.
  1509.  == Registered application 'Exec'
  1510.  == Registered application 'TryExec'
  1511.  == Registered application 'ExecIf'
  1512.  == app_exec.so => (Executes dialplan applications)
  1513. Loading app_chanspy.so.
  1514.  == Registered application 'ChanSpy'
  1515.  == Registered application 'ExtenSpy'
  1516.  == Registered application 'DAHDIScan'
  1517.  == app_chanspy.so => (Listen to the audio of an active channel)
  1518. Loading app_bridgewait.so.
  1519.  == Registered application 'BridgeWait'
  1520.  == app_bridgewait.so => (Place the channel into a holding bridge application)
  1521. Loading app_while.so.
  1522.  == Registered application 'While'
  1523.  == Registered application 'EndWhile'
  1524.  == Registered application 'ExitWhile'
  1525.  == Registered application 'ContinueWhile'
  1526.  == app_while.so => (While Loops and Conditional Execution)
  1527. Loading func_pjsip_contact.so.
  1528.  == Registered custom function 'PJSIP_CONTACT'
  1529.  == func_pjsip_contact.so => (Get information about a PJSIP contact)
  1530. Loading app_originate.so.
  1531.  == Registered application 'Originate'
  1532.  == app_originate.so => (Originate call)
  1533. Loading func_strings.so.
  1534.  == Registered custom function 'FIELDQTY'
  1535.  == Registered custom function 'FIELDNUM'
  1536.  == Registered custom function 'FILTER'
  1537.  == Registered custom function 'REPLACE'
  1538.  == Registered custom function 'STRREPLACE'
  1539.  == Registered custom function 'LISTFILTER'
  1540.  == Registered custom function 'REGEX'
  1541.  == Registered custom function 'ARRAY'
  1542.  == Registered custom function 'QUOTE'
  1543.  == Registered custom function 'CSV_QUOTE'
  1544.  == Registered custom function 'LEN'
  1545.  == Registered custom function 'STRFTIME'
  1546.  == Registered custom function 'STRPTIME'
  1547.  == Registered custom function 'EVAL'
  1548.  == Registered custom function 'KEYPADHASH'
  1549.  == Registered custom function 'HASHKEYS'
  1550.  == Registered custom function 'HASH'
  1551.  == Registered application 'ClearHash'
  1552.  == Registered custom function 'TOUPPER'
  1553.  == Registered custom function 'TOLOWER'
  1554.  == Registered custom function 'SHIFT'
  1555.  == Registered custom function 'POP'
  1556.  == Registered custom function 'PUSH'
  1557. *CLI>   == Registered custom function 'UNSHIFT'
  1558.  == Registered custom function 'PASSTHRU'
  1559.  == func_strings.so => (String handling dialplan functions)
  1560. Loading app_forkcdr.so.
  1561.  == Registered application 'ForkCDR'
  1562.  == app_forkcdr.so => (Fork The CDR into 2 separate entities)
  1563. Loading app_dial.so.
  1564.  == Registered application 'Dial'
  1565.  == Registered application 'RetryDial'
  1566.  == app_dial.so => (Dialing Application)
  1567. Loading func_global.so.
  1568.  == Registered custom function 'GLOBAL'
  1569.  == Registered custom function 'SHARED'
  1570.  == func_global.so => (Variable dialplan functions)
  1571. Loading res_manager_presencestate.so.
  1572.  == Manager registered action PresenceStateList
  1573.  == res_manager_presencestate.so => (Manager Presence State Topic Forwarder)
  1574. Loading res_manager_devicestate.so.
  1575.  == Manager registered action DeviceStateList
  1576.  == res_manager_devicestate.so => (Manager Device State Topic Forwarder)
  1577. Loading app_queue.so.
  1578.  == Parsing '/etc/asterisk/queuerules.conf': Found
  1579.  == Parsing '/etc/asterisk/queues.conf': Found
  1580.  == Registered application 'Queue'
  1581.  == Registered application 'AddQueueMember'
  1582.  == Registered application 'RemoveQueueMember'
  1583.  == Registered application 'PauseQueueMember'
  1584.  == Registered application 'UnpauseQueueMember'
  1585.  == Registered application 'QueueLog'
  1586.  == Manager registered action Queues
  1587.  == Manager registered action QueueStatus
  1588.  == Manager registered action QueueSummary
  1589.  == Manager registered action QueueAdd
  1590.  == Manager registered action QueueRemove
  1591.  == Manager registered action QueuePause
  1592.  == Manager registered action QueueLog
  1593.  == Manager registered action QueuePenalty
  1594.  == Manager registered action QueueMemberRingInUse
  1595.  == Manager registered action QueueRule
  1596.  == Manager registered action QueueReload
  1597.  == Manager registered action QueueReset
  1598.  == Registered custom function 'QUEUE_VARIABLES'
  1599.  == Registered custom function 'QUEUE_EXISTS'
  1600.  == Registered custom function 'QUEUE_MEMBER'
  1601.  == Registered custom function 'QUEUE_MEMBER_COUNT'
  1602.  == Registered custom function 'QUEUE_MEMBER_LIST'
  1603.  == Registered custom function 'QUEUE_WAITING_COUNT'
  1604.  == Registered custom function 'QUEUE_MEMBER_PENALTY'
  1605.  == app_queue.so => (True Call Queueing)
  1606.  == Parsing '/etc/asterisk/cli_permissions.conf': Found
  1607.  == Parsing '/etc/asterisk/cli.conf': Found
  1608. Asterisk Ready.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement