[Solved] Connecting two softphones using Asterisk

Hi
I am new to Asterisk. I have installed Asterisk 11.4.0 on Red hat linux successfully. My objective is to connect two SIP soft phones installed on windows systems through asterisk( installed on Linux seerver.) and should be able to talk to each other.

In sip.conf[code]tcpenable=yes

[praveena]
type=friend
secret=praveena
host= XX.XX.XX.XX
port=5060
context=test

;bindaddr=0.0.0.0

[dinesh]
type=friend
secret=dinesh
host=XX.XX.XX.XX
port=5060
context=test
[/code]

extensions.conf[test] exten => 6001,1,Dial(SIP/praveena,20) exten => 6002,1,Dial(SIP/dinesh,20)

I have installed XLite 4.5 in Windows 7. My connection details are as below
Account name: praveena
Protocol: SIP
Allow this call for
Call(checked)
IM/Presence(checked)
User Details:
userID : praveena
domain : :5060
password: praveena
Display name: praveena
Authorization name: praveena
Domain Proxy : selected Domain radio button
Under Transport Tab: TCP is selected
Under Topology : None(use local IP address) is selected

=======
I have reloaded sip, dial plan from Asterisk CLI. But when I try to connect from XLite, it gives me error "[color=#FF0000] Account failed to enable. Account: praveena could not be enabled. Verify your network data(e.g server address)[/color] "


In Linux system. for the command

[root@VBLR-11 ~]# netstat -napt | grep asterisk tcp 0 0 0.0.0.0:2000 0.0.0.0:* LISTEN 44258/asterisk tcp 0 0 0.0.0.0:5060 0.0.0.0:* LISTEN 44258/asterisk

The command sip show peers displayed the below

*CLI> sip show peers Name/username Host Dyn Forcerport ACL Port Status Description dinesh XX.XX.XX.XX a 5060 Unmonitored praveena XX.XX.XX.XX a 5060 Unmonitored

Could anyone let me know what I am missing in this configraution. I got stuck here from past two days.

Thanks in advance
Praveena

You haven’t provided any relevant logging.

X-Lite has been set to TCP, but Asterisk will default to UDP.

Best practice, here, is to use type=peer, not type=friend.

Hi
Please find the full log file. I have changed it type to peer and also tried, still not working.

[Jun 7 09:49:35] Asterisk 11.4.0 built by root @ VBLRPR.ad.com on a x86_64 running Linux on 2013-06-04 14:49:20 UTC [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/logger.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/asterisk.conf': Found [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DBGet [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DBPut [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DBDel [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DBDelTree [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'MESSAGE' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'MESSAGE_DATA' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'MessageSend' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action MessageSend [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DataGet [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/codecs.conf': Found [Jun 7 09:49:35] VERBOSE[48860] loader.c: Asterisk Dynamic Loader Starting: [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/modules.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/dnsmgr.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/acl.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/http.conf': Found [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Ping [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Events [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Logoff [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Login [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Challenge [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Hangup [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Status [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Setvar [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Getvar [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action GetConfig [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action GetConfigJSON [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action UpdateConfig [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action CreateConfig [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ListCategories [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Redirect [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Atxfer [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Originate [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Command [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ExtensionState [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action PresenceState [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action AbsoluteTimeout [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action MailboxStatus [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action MailboxCount [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ListCommands [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SendText [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action UserEvent [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action WaitEvent [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action CoreSettings [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action CoreStatus [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Reload [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action CoreShowChannels [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ModuleLoad [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ModuleCheck [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action AOCMessage [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Filter [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'AMI_CLIENT' [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/manager.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/users.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cdr.conf': Found [Jun 7 09:49:35] NOTICE[48860] cdr.c: CDR simple logging enabled. [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cel.conf': Found [Jun 7 09:49:35] VERBOSE[48860] cel.c: -- CEL logging disabled. [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/dsp.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/udptl.conf': Found [Jun 7 09:49:35] VERBOSE[48860] pbx.c: Asterisk PBX Core Initializing [Jun 7 09:49:35] VERBOSE[48860] pbx.c: Registering builtin applications: [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'EXCEPTION' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'TESTTIME' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Answer] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Answer' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [BackGround] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'BackGround' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Busy] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Busy' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Congestion] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Congestion' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [ExecIfTime] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'ExecIfTime' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Goto] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Goto' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [GotoIf] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'GotoIf' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [GotoIfTime] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'GotoIfTime' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [ImportVar] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'ImportVar' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Hangup] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Hangup' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Incomplete] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Incomplete' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [NoOp] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'NoOp' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Proceeding] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Proceeding' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Progress] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Progress' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [RaiseException] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'RaiseException' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [ResetCDR] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'ResetCDR' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Ringing] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Ringing' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [SayAlpha] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SayAlpha' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [SayDigits] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SayDigits' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [SayNumber] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SayNumber' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [SayPhonetic] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SayPhonetic' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Set] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Set' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [MSet] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'MSet' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [SetAMAFlags] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SetAMAFlags' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [Wait] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Wait' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: [WaitExten] [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'WaitExten' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ShowDialPlan [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/indications.conf': Found [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'at' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'au' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'bg' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'br' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'be' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'ch' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'cl' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'cn' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'cz' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'de' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'dk' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'ee' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'es' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'fi' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'fr' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'gr' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'hu' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'il' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'in' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'it' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'lt' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'jp' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'mx' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'my' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'nl' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'no' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'nz' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'ph' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'pl' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'pt' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'ru' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'se' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'sg' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'th' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'uk' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'us' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'us-old' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'tw' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 've' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Registered indication country 'za' [Jun 7 09:49:35] VERBOSE[48860] indications.c: -- Setting default indication country to 'us'

[Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/features.conf': Found [Jun 7 09:49:35] VERBOSE[48860] pbx.c: -- Registered extension context 'parkedcalls'; registrar: features [Jun 7 09:49:35] VERBOSE[48860] pbx.c: -- Added extension '700' priority 1 to parkedcalls [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Bridge' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'ParkedCall' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Park' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ParkedCalls [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Parkinglots [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Park [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Bridge [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'FEATURE' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'FEATUREMAP' [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/enum.conf': Found [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'CallCompletionRequest' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'CallCompletionCancel' [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/ccss.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/ccss.conf': Found [Jun 7 09:49:35] VERBOSE[48860] loader.c: Asterisk Dynamic Loader Starting: [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/modules.conf': Found [Jun 7 09:49:35] NOTICE[48860] loader.c: 208 modules will be loaded. [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/smdi.conf': Found [Jun 7 09:49:35] NOTICE[48860] res_smdi.c: No SMDI interfaces are available to listen on, not starting SMDI listener. [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/res_stun_monitor.conf': Found [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_stun_monitor.so => (STUN Network Monitor) [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_crypto.so => (Cryptographic Digital Signatures) [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Monitor' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'StopMonitor' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'ChangeMonitor' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'PauseMonitor' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'UnpauseMonitor' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Monitor [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action StopMonitor [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ChangeMonitor [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action PauseMonitor [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action UnpauseMonitor [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_monitor.so => (Call Monitoring Resource) [Jun 7 09:49:35] VERBOSE[48860] res_http_websocket.c: == WebSocket registered sub-protocol 'echo' [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_http_websocket.so => (HTTP WebSocket Support) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/res_fax.conf': Found [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SendFAX' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'ReceiveFAX' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'FAXOPT' [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_fax.so => (Generic FAX Applications) [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_speech.so => (Generic Speech Recognition API) [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'answer' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'asyncagi break' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'channel status' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'database del' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'database deltree' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'database get' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'database put' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'exec' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'get data' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'get full variable' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'get option' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'get variable' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'hangup' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'noop' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'receive char' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'receive text' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'record file' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'say alpha' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'say digits' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'say number' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'say phonetic' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'say date' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'say time' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'say datetime' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'send image' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'send text' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'set autohangup' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'set callerid' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'set context' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'set extension' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'set music' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'set priority' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'set variable' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'stream file' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'control stream file' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'tdd mode' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'verbose' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'wait for digit' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'speech create' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'speech set' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'speech destroy' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'speech load grammar' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'speech unload grammar' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'speech activate grammar' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'speech deactivate grammar' registered [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'speech recognize' registered [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'DeadAGI' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'EAGI' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action AGI [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'AGI' [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_agi.so => (Asterisk Gateway Interface (AGI)) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/calendar.conf': Found [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CALENDAR_BUSY' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CALENDAR_EVENT' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CALENDAR_QUERY' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CALENDAR_QUERY_RESULT' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CALENDAR_WRITE' [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_calendar.so => (Asterisk Calendar integration) [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_ael_share.so => (share-able code for AEL) [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_meetme.so' was not compiled with the same compile-time options as this version of Asterisk. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_meetme.so' will not be initialized as it may cause instability. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_meetme.so' could not be loaded. [Jun 7 09:49:35] WARNING[48860] loader.c: Error loading module 'format_sln16.so': /usr/lib/asterisk/modules/format_sln16.so: undefined symbol: ast_format_unregister [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'format_sln16.so' could not be loaded. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_readfile.so' was not compiled with the same compile-time options as this version of Asterisk. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_readfile.so' will not be initialized as it may cause instability. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_readfile.so' could not be loaded. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_dahdibarge.so' was not compiled with the same compile-time options as this version of Asterisk. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_dahdibarge.so' will not be initialized as it may cause instability. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_dahdibarge.so' could not be loaded. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_setcallerid.so' was not compiled with the same compile-time options as this version of Asterisk. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_setcallerid.so' will not be initialized as it may cause instability. [Jun 7 09:49:35] WARNING[48860] loader.c: Module 'app_setcallerid.so' could not be loaded. [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_curl.so => (cURL Resource Module) [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CURL' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CURLOPT' [Jun 7 09:49:35] VERBOSE[48860] loader.c: func_curl.so => (Load external URL) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/res_pgsql.conf': Found [Jun 7 09:49:35] ERROR[48860] res_config_pgsql.c: PostgreSQL RealTime: Failed to connect database asterisk on 127.0.0.1: [Jun 7 09:49:35] WARNING[48860] res_config_pgsql.c: PostgreSQL RealTime: Couldn't establish connection. Check debug. [Jun 7 09:49:35] VERBOSE[48860] res_config_pgsql.c: == PostgreSQL RealTime reloaded. [Jun 7 09:49:35] NOTICE[48860] config.c: Registered Config Engine pgsql [Jun 7 09:49:35] VERBOSE[48860] res_config_pgsql.c: PostgreSQL RealTime driver loaded. [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_config_pgsql.so => (PostgreSQL RealTime Configuration Driver) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/res_curl.conf': Found [Jun 7 09:49:35] NOTICE[48860] config.c: Registered Config Engine curl [Jun 7 09:49:35] VERBOSE[48860] res_config_curl.c: res_config_curl loaded. [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_config_curl.so => (Realtime Curl configuration) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/res_ldap.conf': Found [Jun 7 09:49:35] NOTICE[48860] res_config_ldap.c: No directory user found, anonymous binding as default. [Jun 7 09:49:35] ERROR[48860] res_config_ldap.c: No directory URL or host found. [Jun 7 09:49:35] ERROR[48860] res_config_ldap.c: Cannot load LDAP RealTime driver. [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_config_ldap.so => (LDAP realtime interface) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/res_config_sqlite3.conf': Found [Jun 7 09:49:35] NOTICE[48860] config.c: Registered Config Engine sqlite3 [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_config_sqlite3.so => (SQLite 3 realtime config engine) [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_timing_dahdi.so => (DAHDI Timing Interface) [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_timing_pthread.so => (pthread Timing Interface) [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_timing_timerfd.so => (Timerfd Timing Interface) [Jun 7 09:49:35] VERBOSE[48860] rtp_engine.c: == Registered RTP engine 'asterisk' [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/rtp.conf': Found [Jun 7 09:49:35] VERBOSE[48860] res_rtp_asterisk.c: == RTP Allocating from port range 10000 -> 20000 [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_rtp_asterisk.so => (Asterisk RTP Stack) [Jun 7 09:49:35] VERBOSE[48860] rtp_engine.c: == Registered RTP engine 'multicast' [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_rtp_multicast.so => (Multicast RTP Engine) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/codecs.conf': Found [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_format_attr_silk.so => (SILK Format Attribute Module) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/musiconhold.conf': Found [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'MusicOnHold' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'WaitMusicOnHold' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SetMusicOnHold' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'StartMusicOnHold' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'StopMusicOnHold' [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_musiconhold.so => (Music On Hold Resource) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/codecs.conf': Found [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_format_attr_celt.so => (CELT Format Attribute Module) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/iax.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/users.conf': Found [Jun 7 09:49:35] VERBOSE[48860] chan_iax2.c: == Binding IAX2 to default address 0.0.0.0:4569 [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'IAX2Provision' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'IAXPEER' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'IAXVAR' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action IAXpeers [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action IAXpeerlist [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action IAXnetstats [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action IAXregistry [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'IAX2' (Inter Asterisk eXchange Driver (Ver 2)) [Jun 7 09:49:35] VERBOSE[48860] chan_iax2.c: == 10 helper threads started [Jun 7 09:49:35] VERBOSE[48860] chan_iax2.c: == IAX Ready and Listening [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/iaxprov.conf': Found [Jun 7 09:49:35] VERBOSE[48860] iax2-provision.c: -- Loaded provisioning template 'default' [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_iax2.so => (Inter Asterisk eXchange (Ver 2)) [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'Local' (Local Proxy Channel Driver) [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action LocalOptimizeAway [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_local.so => (Local Proxy Channel (Note: used internally by other modules)) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/mgcp.conf': Found [Jun 7 09:49:35] VERBOSE[48860] chan_mgcp.c: == MGCP Listening on 0.0.0.0:2727 [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'MGCP' (Media Gateway Control Protocol (MGCP)) [Jun 7 09:49:35] VERBOSE[48860] rtp_engine.c: == Registered RTP glue 'MGCP' [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_mgcp.so => (Media Gateway Control Protocol (MGCP)) [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'Agent' (Call Agent Proxy Channel) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/agents.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/users.conf': Found [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'AgentLogin' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'AgentMonitorOutgoing' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action Agents [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action AgentLogoff [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'AGENT' [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_agent.so => (Agent Proxy Channel) [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'Bridge' (Bridge Interaction Channel) [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_bridge.so => (Bridge Interaction Channel) [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'DAHDISendKeypadFacility' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'DAHDISendCallreroutingFacility' [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/chan_dahdi.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/users.conf': Found [Jun 7 09:49:35] VERBOSE[48860] chan_dahdi.c: -- Automatically generated pseudo channel [Jun 7 09:49:35] WARNING[48860] chan_dahdi.c: Ignoring any changes to 'userbase' (on reload) at line 23. [Jun 7 09:49:35] WARNING[48860] chan_dahdi.c: Ignoring any changes to 'vmsecret' (on reload) at line 31. [Jun 7 09:49:35] WARNING[48860] chan_dahdi.c: Ignoring any changes to 'hassip' (on reload) at line 35. [Jun 7 09:49:35] WARNING[48860] chan_dahdi.c: Ignoring any changes to 'hasiax' (on reload) at line 39. [Jun 7 09:49:35] WARNING[48860] chan_dahdi.c: Ignoring any changes to 'hasmanager' (on reload) at line 47. [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'DAHDI' (DAHDI Telephony Driver w/PRI) [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DAHDITransfer [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DAHDIHangup [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DAHDIDialOffhook [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DAHDIDNDon [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DAHDIDNDoff [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DAHDIShowChannels [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action DAHDIRestart [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action PRIShowSpans [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_dahdi.so => (DAHDI Telephony Driver w/PRI) [Jun 7 09:49:35] VERBOSE[48860] chan_sip.c: SIP channel loading... [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/sip.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/users.conf': Found [Jun 7 09:49:35] VERBOSE[48860] chan_sip.c: == SIP Listening on 0.0.0.0:5060 [Jun 7 09:49:35] VERBOSE[48860] netsock2.c: == Using SIP CoS mark 4 [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/sip_notify.conf': Found [Jun 7 09:49:35] VERBOSE[48860] message.c: -- Message technology handler 'sip' registered. [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'SIP' (Session Initiation Protocol (SIP)) [Jun 7 09:49:35] VERBOSE[48860] rtp_engine.c: == Registered RTP glue 'SIP' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SIPDtmfMode' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SIPAddHeader' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'SIPRemoveHeader' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'SIP_HEADER' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'SIPPEER' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'SIPCHANINFO' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CHECKSIPDOMAIN' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SIPpeers [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SIPshowpeer [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SIPqualifypeer [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SIPshowregistry [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SIPnotify [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SIPpeerstatus [Jun 7 09:49:35] VERBOSE[48860] res_http_websocket.c: == WebSocket registered sub-protocol 'sip' [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_sip.so => (Session Initiation Protocol (SIP)) [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'MulticastRTP' (Multicast RTP Paging Channel Driver) [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_multicast_rtp.so => (Multicast RTP Paging Channel) [Jun 7 09:49:35] NOTICE[48860] chan_skinny.c: Configuring skinny from skinny.conf [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/skinny.conf': Found [Jun 7 09:49:35] VERBOSE[48860] chan_skinny.c: == Skinny listening on 0.0.0.0:2000 [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'Skinny' (Skinny Client Control Protocol (Skinny)) [Jun 7 09:49:35] VERBOSE[48860] rtp_engine.c: == Registered RTP glue 'Skinny' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SKINNYdevices [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SKINNYshowdevice [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SKINNYlines [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action SKINNYshowline [Jun 7 09:49:35] VERBOSE[48860] loader.c: chan_skinny.so => (Skinny Client Control Protocol (Skinny)) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format pcm, extension(s) pcm|ulaw|ul|mu|ulw [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format alaw, extension(s) alaw|al|alw [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format au, extension(s) au [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format g722, extension(s) g722 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_pcm.so => (Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722 16Khz) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format h263, extension(s) h263 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_h263.so => (Raw H.263 data) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format h264, extension(s) h264 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_h264.so => (Raw H.264 data) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/adsi.conf': Found [Jun 7 09:49:35] VERBOSE[48860] loader.c: res_adsi.so => (ADSI Resource) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format wav, extension(s) wav [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format wav16, extension(s) wav16 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_wav.so => (Microsoft WAV/WAV16 format (8kHz/16kHz Signed Linear)) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format wav49, extension(s) WAV|wav49 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_wav_gsm.so => (Microsoft WAV format (Proprietary GSM)) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format iLBC, extension(s) ilbc [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_ilbc.so => (Raw iLBC data) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format g729, extension(s) g729 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_g729.so => (Raw G.729 data) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format g723sf, extension(s) g723|g723sf [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_g723.so => (G.723.1 Simple Timestamp File Format) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format siren7, extension(s) siren7 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_siren7.so => (ITU G.722.1 (Siren7, licensed from Polycom)) [Jun 7 09:49:35] VERBOSE[48860] image.c: == Registered format 'jpg' (JPEG (Joint Picture Experts Group)) [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_jpeg.so => (jpeg (joint picture experts group) image format) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format g726-40, extension(s) g726-40 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format g726-32, extension(s) g726-32 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format g726-24, extension(s) g726-24 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format g726-16, extension(s) g726-16 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_g726.so => (Raw G.726 (16/24/32/40kbps) data) [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'DIALPLAN_EXISTS' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'VALID_EXTEN' [Jun 7 09:49:35] VERBOSE[48860] loader.c: func_dialplan.so => (Dialplan Context/Extension/Priority Checking Functions) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format gsm, extension(s) gsm [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_gsm.so => (Raw GSM data) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format vox, extension(s) vox [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_vox.so => (Dialogic VOX (ADPCM) File Format) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format siren14, extension(s) siren14 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_siren14.so => (ITU G.722.1 Annex C (Siren14, licensed from Polycom)) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format g719, extension(s) g719 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_g719.so => (ITU G.719) [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln, extension(s) sln|raw [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln12, extension(s) sln12 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln16, extension(s) sln16 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln24, extension(s) sln24 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln32, extension(s) sln32 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln44, extension(s) sln44 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln48, extension(s) sln48 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln96, extension(s) sln96 [Jun 7 09:49:35] VERBOSE[48860] file.c: == Registered file format sln192, extension(s) sln192 [Jun 7 09:49:35] VERBOSE[48860] loader.c: format_sln.so => (Raw Signed Linear Audio support (SLN) 8khz-192khz) [Jun 7 09:49:35] VERBOSE[48860] res_agi.c: == AGI Command 'gosub' registered [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'StackPop' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Return' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'GosubIf' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'Gosub' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'LOCAL' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'LOCAL_PEEK' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'STACK_PEEK' [Jun 7 09:49:35] VERBOSE[48860] loader.c: app_stack.so => (Dialplan subroutines (Gosub, Return, etc)) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/confbridge.conf': Found [Jun 7 09:49:35] NOTICE[48860] confbridge/conf_config_parser.c: Adding default_user profile to app_confbridge [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CONFBRIDGE' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'CONFBRIDGE_INFO' [Jun 7 09:49:35] VERBOSE[48860] channel.c: == Registered channel type 'ConfBridgeRec' (Conference Bridge Recording Channel) [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered application 'ConfBridge' [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeList [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeListRooms [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeMute [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeUnmute [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeKick [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeUnlock [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeLock [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeStartRecord [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeStopRecord [Jun 7 09:49:35] VERBOSE[48860] manager.c: == Manager registered action ConfbridgeSetSingleVideoSrc [Jun 7 09:49:35] VERBOSE[48860] loader.c: app_confbridge.so => (Conference Bridge Application) [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'DEVICE_STATE' [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'HINT' [Jun 7 09:49:35] VERBOSE[48860] loader.c: func_devstate.so => (Gets or sets a device state in the dialplan) [Jun 7 09:49:35] VERBOSE[48860] pbx.c: == Registered custom function 'PRESENCE_STATE' [Jun 7 09:49:35] VERBOSE[48860] loader.c: func_presencestate.so => (Gets or sets a presence state in the dialplan) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cdr_pgsql.conf': Found [Jun 7 09:49:35] NOTICE[48860] cdr_pgsql.c: cdr_pgsql configuration contains no global section, skipping module load. [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cdr_syslog.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cdr_custom.conf': Found [Jun 7 09:49:35] VERBOSE[48860] loader.c: cdr_custom.so => (Customizable Comma Separated Values CDR Backend) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cdr_sqlite3_custom.conf': Found [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cdr_manager.conf': Found [Jun 7 09:49:35] VERBOSE[48860] loader.c: cdr_manager.so => (Asterisk Manager Interface CDR Backend) [Jun 7 09:49:35] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cel_pgsql.conf': Found [Jun 7 09:49:36] WARNING[48860] cel_pgsql.c: CEL pgsql config file missing global section. [Jun 7 09:49:36] VERBOSE[48860] loader.c: cel_pgsql.so => (PostgreSQL CEL Backend) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cel.conf': Found [Jun 7 09:49:36] VERBOSE[48860] loader.c: cel_manager.so => (Asterisk Manager Interface CEL Backend) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cel_sqlite3_custom.conf': Found [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cel_custom.conf': Found [Jun 7 09:49:36] VERBOSE[48860] loader.c: cel_custom.so => (Customizable Comma Separated Values CEL Backend) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cdr.conf': Found [Jun 7 09:49:36] VERBOSE[48860] loader.c: cdr_csv.so => (Comma Separated Values CDR Backend) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'FIELDQTY' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'FIELDNUM' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'FILTER' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'REPLACE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'STRREPLACE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'LISTFILTER' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'REGEX' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'ARRAY' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'QUOTE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CSV_QUOTE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'LEN' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'STRFTIME' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'STRPTIME' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'EVAL' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'KEYPADHASH' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'HASHKEYS' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'HASH' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ClearHash' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'TOUPPER' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'TOLOWER' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SHIFT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'POP' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'PUSH' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'UNSHIFT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'PASSTHRU' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_strings.so => (String handling dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] res_security_log.c: -- Security Logging Enabled [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_security_log.so => (Security Event Logging) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'DISA' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_disa.so => (DISA (Direct Inward System Access) Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CALLCOMPLETION' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_callcompletion.so => (Call Control Configuration Function) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'URIDECODE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'URIENCODE' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_uri.so => (URI encode/decode dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Exec' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'TryExec' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ExecIf' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_exec.so => (Executes dialplan applications) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'ulawtolin' from format ulaw to slin, table cost, 900000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintoulaw' from format slin to ulaw, table cost, 600000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintotestlaw' from format slin to testlaw, table cost, 600000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'testlawtolin' from format testlaw to slin, table cost, 900000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_ulaw.so => (mu-Law Coder/Decoder) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'AES_DECRYPT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'AES_ENCRYPT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_aes.so => (AES dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'PrivacyManager' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_privacy.so => (Require phone number to be entered, if no CallerID sent) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'EXTENSION_STATE' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_extstate.so => (Gets an extension's state in the dialplan) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Page' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_page.so => (Page Multiple Phones) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'alawtolin' from format alaw to slin, table cost, 900000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintoalaw' from format slin to alaw, table cost, 600000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_alaw.so => (A-law Coder/Decoder) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cli_aliases.conf': Found [Jun 7 09:49:36] VERBOSE[48860] res_clialiases.c: == Aliased CLI command 'hangup request' to 'channel request hangup' [Jun 7 09:49:36] VERBOSE[48860] res_clialiases.c: == Aliased CLI command 'originate' to 'channel originate' [Jun 7 09:49:36] VERBOSE[48860] res_clialiases.c: == Aliased CLI command 'help' to 'core show help' [Jun 7 09:49:36] VERBOSE[48860] res_clialiases.c: == Aliased CLI command 'pri intense debug span' to 'pri set debug 2 span' [Jun 7 09:49:36] VERBOSE[48860] res_clialiases.c: == Aliased CLI command 'reload' to 'module reload' [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_clialiases.so => (CLI Aliases) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'TrySystem' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'System' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_system.so => (Generic System() application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Milliwatt' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_milliwatt.so => (Digital Milliwatt (mu-law) Test Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Pickup' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'PickupChan' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_directed_pickup.so => (Directed Call Pickup Application) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/say.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Playback' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_playback.so => (Sound File Playback Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SRVQUERY' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SRVRESULT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_srv.so => (SRV related dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Morsecode' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_morsecode.so => (Morse code) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lpc10tolin' from format lpc10 to slin, table cost, 900000, computational cost 5000 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintolpc10' from format slin to lpc10, table cost, 600000, computational cost 3999 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_lpc10.so => (LPC10 2.4kbps Coder/Decoder) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MinivmRecord' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MinivmGreet' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MinivmNotify' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MinivmDelete' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MinivmAccMess' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MinivmMWI' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'MINIVMACCOUNT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'MINIVMCOUNTER' [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/minivm.conf': Found [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_minivm.so => (Mini VoiceMail (A minimal Voicemail e-mail System)) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'VOLUME' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_volume.so => (Technology independent volume control) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Authenticate' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_authenticate.so => (Authentication Application) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/followme.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'FollowMe' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_followme.so => (Find-Me/Follow-Me Application) [Jun 7 09:49:36] VERBOSE[48860] loader.c: pbx_realtime.so => (Realtime Switch) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'ENV' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'STAT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'FILE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'FILE_COUNT_LINE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'FILE_FORMAT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_env.so => (Environment/filesystem dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ReadExten' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_readexten.so => (Read and evaluate extension validity) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ChanSpy' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ExtenSpy' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'DAHDIScan' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_chanspy.so => (Listen to the audio of an active channel) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ICES' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_ices.so => (Encode and Stream via icecast and ices) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SPRINTF' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_sprintf.so => (SPRINTF dialplan function) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'LOCK' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'TRYLOCK' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'UNLOCK' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_lock.so => (Dialplan mutexes) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'DumpChan' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_dumpchan.so => (Dump Info About The Calling Channel) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'HANGUPCAUSE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'HANGUPCAUSE_KEYS' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'HangupCauseClear' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_hangupcause.so => (HANGUPCAUSE related functions and applications) [Jun 7 09:49:36] VERBOSE[48860] loader.c: bridge_builtin_features.so => (Built in bridging features) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SMS' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_sms.so => (SMS/PSTN handler) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/oss.conf': Found [Jun 7 09:49:36] VERBOSE[48860] channel.c: == Registered channel type 'Console' (OSS Console Channel Driver) [Jun 7 09:49:36] VERBOSE[48860] loader.c: chan_oss.so => (OSS Console Channel Driver) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/codecs.conf': Found [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_format_attr_h264.so => (H.264 Format Attribute Module) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'RAND' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_rand.so => (Random number dialplan function) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'PITCH_SHIFT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_pitchshift.so => (Audio Effects Dialplan Functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'CELGenUserEvent' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_celgenuserevent.so => (Generate an User-Defined CEL event) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'alawtoulaw' from format alaw to ulaw, table cost, 915000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'ulawtoalaw' from format ulaw to alaw, table cost, 915000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_a_mu.so => (A-law and Mulaw direct Coder/Decoder) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Zapateller' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_zapateller.so => (Block Telemarketers with Special Information Tone) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Directory' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_directory.so => (Extension Directory) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/alarmreceiver.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'AlarmReceiver' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_alarmreceiver.so => (Alarm Receiver for Asterisk) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MP3Player' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_mp3.so => (Silly MP3 Application) [Jun 7 09:49:36] VERBOSE[48860] bridging.c: == Registered bridge technology multiplexed_bridge [Jun 7 09:49:36] VERBOSE[48860] loader.c: bridge_multiplexed.so => (Multiplexed two channel bridging module) [Jun 7 09:49:36] VERBOSE[48860] codec_dahdi.c: == No hardware transcoders found. [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_dahdi.so => (Generic DAHDI Transcoder Codec Translator) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MacroExit' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MacroIf' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MacroExclusive' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Macro' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_macro.so => (Extension Macros) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'UserEvent' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_userevent.so => (Custom User Event Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'VMCOUNT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_vmcount.so => (Indicator for whether a voice mailbox has messages in a given folder.) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/voicemail.conf': Found [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/users.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'VoiceMail' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'VoiceMailMain' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MailboxExists' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'VMAuthenticate' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'VoiceMailPlayMsg' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'VMSayName' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'MAILBOX_EXISTS' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'VM_INFO' [Jun 7 09:49:36] VERBOSE[48860] manager.c: == Manager registered action VoicemailUsersList [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_voicemail.so => (Comedian Mail (Voicemail System)) [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_clioriginate.so => (Call origination and redirection from the CLI) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'WaitForSilence' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'WaitForNoise' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_waitforsilence.so => (Wait For Silence) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Read' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_read.so => (Read Variable Application) [Jun 7 09:49:36] VERBOSE[48860] loader.c: pbx_spool.so => (Outgoing Spool Support) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CHANNEL' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CHANNELS' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'MASTER_CHANNEL' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_channel.so => (Channel information dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'PP_EACH_USER' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'PP_EACH_EXTENSION' [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/sip.conf': Found [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/users.conf': Found [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/phoneprov.conf': Found [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_phoneprov.so => (HTTP Phone Provisioning) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DB' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DB_EXISTS' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DB_DELETE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DB_KEYS' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_db.so => (Database (astdb) related dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/extensions.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Setting global variable 'CONSOLE' to 'Console/dsp' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Setting global variable 'IAXINFO' to 'guest' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Setting global variable 'TRUNK' to 'DAHDI/G2' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Setting global variable 'TRUNKMSD' to '1' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-canonical'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-customers'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-via-pstn'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-local'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-canonical' in context 'dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-customers' in context 'dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-via-pstn' in context 'dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-switch'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including switch 'DUNDi/e164' in context 'dundi-e164-switch' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-lookup'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-local' in context 'dundi-e164-lookup' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-switch' in context 'dundi-e164-lookup' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'macro-dundi-e164'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to macro-dundi-e164 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-lookup' in context 'macro-dundi-e164' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'iaxtel700'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91700XXXXXXX' priority 1 to iaxtel700 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'iaxprovider'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'trunkint'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9011.' priority 1 to trunkint [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9011.' priority 2 to trunkint [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'trunkld'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91NXXNXXXXXX' priority 1 to trunkld [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91NXXNXXXXXX' priority 2 to trunkld [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'trunklocal'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9NXXXXXX' priority 1 to trunklocal [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'trunktollfree'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91800NXXXXXX' priority 1 to trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91888NXXXXXX' priority 1 to trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91877NXXXXXX' priority 1 to trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91866NXXXXXX' priority 1 to trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'international'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'longdistance' in context 'international' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'trunkint' in context 'international' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'longdistance'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'local' in context 'longdistance' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'trunkld' in context 'longdistance' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'local'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'default' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'trunklocal' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'iaxtel700' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'trunktollfree' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'iaxprovider' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'parkedcalls' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'outbound-freenum'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XXX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XXXX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XXXXX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XXXXXX*X!' priority 1 to outbound-freenum

[Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'outbound-freenum2'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 1 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 2 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 3 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 4 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 5 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 6 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 7 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 8 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 9 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 10 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 11 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 12 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 13 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'fn-BUSY' priority 1 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_f[n]-.' priority 1 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_f[n]-.' priority 2 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'macro-trunkdial'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 2 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's-NOANSWER' priority 1 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's-BUSY' priority 1 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_s-.' priority 1 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'stdexten'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50000 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50001 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50002 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50003 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50004 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50005 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50006 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 1 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 2 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 1 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 2 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_stde[x]te[n]-.' priority 1 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 1 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 2 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'stdPrivacyexten'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60000 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60001 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60002 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60003 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60004 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60005 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60006 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60007 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60008 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 2 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 3 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 2 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 3 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-DONTCALL' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-TORTURE' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_stde[x]te[n]-.' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 2 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'macro-page'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 2 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 3 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 4 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 5 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 6 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 7 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'demo'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'stdexten' in context 'demo' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 3 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 4 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 5 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 6 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 7 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '2' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '2' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '3' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '3' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1000' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1234' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1234' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1234' priority 3 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1235' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1236' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1236' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '#' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '#' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 't' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'i' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 3 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 4 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 3 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 4 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '76245' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_7XXX' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '7999' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '7999' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '8500' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '8500' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'page'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 1 to page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'public'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'demo' in context 'public' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'default'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'demo' in context 'default' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'time'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30000 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30001 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30002 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30003 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30004 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30005 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30006 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30007 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30008 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30009 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30010 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ani'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40000 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40001 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40002 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40003 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40004 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40005 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40006 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40007 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'test'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '6001' priority 1 to test [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '6002' priority 1 to test [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/users.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'parkedcalls'; registrar: features [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(parkedcalls) to new(parkedcalls) context, registrar = pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '700' priority 1 to parkedcalls [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Time to scan old dialplan and merge leftovers back into the new: 0.001328 sec [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Time to restore hints and swap in new dialplan: 0.000007 sec [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Time to delete the old dialplan: 0.000005 sec [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Total time merge_contexts_delete: 0.001340 sec [Jun 7 09:49:36] VERBOSE[48860] loader.c: pbx_config.so => (Text Extension Configuration) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'JITTERBUFFER' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_jitterbuffer.so => (Jitter buffer for read side of channel.) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ParkAndAnnounce' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_parkandannounce.so => (Call Parking and Announce Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'TestClient' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'TestServer' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_test.so => (Interface Test Application) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/codecs.conf': Found [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/codecs.conf': Found [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_format_attr_h263.so => (H.263 Format Attribute Module) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'AST_CONFIG' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_config.so => (Asterisk configuration file variable access) [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_realtime.so => (Realtime Data Lookup/Rewrite) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SHELL' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_shell.so => (Collects the output generated by a command executed by the system shell) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'NBScat' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_nbscat.so => (Silly NBS Stream Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'ENUMRESULT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'ENUMQUERY' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'ENUMLOOKUP' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'TXTCIDNAME' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_enum.so => (ENUM related dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/dundi.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DUNDILOOKUP' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DUNDIQUERY' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DUNDIRESULT' [Jun 7 09:49:36] VERBOSE[48860] pbx_dundi.c: == DUNDi Ready and Listening on 0.0.0.0 port 4520 [Jun 7 09:49:36] VERBOSE[48860] loader.c: pbx_dundi.so => (Distributed Universal Number Discovery (DUNDi)) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ControlPlayback' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_controlplayback.so => (Control Playback Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'MixMonitor' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'StopMixMonitor' [Jun 7 09:49:36] VERBOSE[48860] manager.c: == Manager registered action MixMonitorMute [Jun 7 09:49:36] VERBOSE[48860] manager.c: == Manager registered action MixMonitor [Jun 7 09:49:36] VERBOSE[48860] manager.c: == Manager registered action StopMixMonitor [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_mixmonitor.so => (Mixed Audio Monitoring Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Log' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Verbose' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_verbose.so => (Send verbose output) [Jun 7 09:49:36] VERBOSE[48860] loader.c: pbx_loopback.so => (Loopback Switch) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/unistim.conf': Found [Jun 7 09:49:36] VERBOSE[48860] chan_unistim.c: == UNISTIM Listening on 0.0.0.0:5000 [Jun 7 09:49:36] VERBOSE[48860] channel.c: == Registered channel type 'USTM' (UNISTIM Channel Driver) [Jun 7 09:49:36] VERBOSE[48860] rtp_engine.c: == Registered RTP glue 'USTM' [Jun 7 09:49:36] VERBOSE[48860] loader.c: chan_unistim.so => (UNISTIM Protocol (USTM)) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'BLACKLIST' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_blacklist.so => (Look up Caller*ID name/number from blacklist database) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DIALGROUP' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_dialgroup.so => (Dialgroup dialplan function) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SendURL' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_url.so => (Send URL Applications) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'ICONV' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_iconv.so => (Charset conversions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'While' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'EndWhile' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ExitWhile' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ContinueWhile' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_while.so => (While Loops and Conditional Execution) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ChanIsAvail' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_chanisavail.so => (Check channel availability) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CUT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SORT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_cut.so => (Cut out information from a string) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'IFMODULE' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_module.so => (Checks if Asterisk module is loaded in memory) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'DBdel' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'DBdeltree' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_db.so => (Database Access Functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'VERSION' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_version.so => (Get Asterisk Version/Build Info) [Jun 7 09:49:36] VERBOSE[48860] manager.c: == Manager registered action PlayDTMF [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SendDTMF' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_senddtmf.so => (Send DTMF digits Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SendImage' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_image.so => (Image Transmission Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CDR' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_cdr.so => (Call Detail Record (CDR) dialplan function) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'GROUP_COUNT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'GROUP_MATCH_COUNT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'GROUP_LIST' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'GROUP' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_groupcount.so => (Channel group dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'FRAME_TRACE' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_frame_trace.so => (Frame Trace for internal ast_frame debugging.) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'WaitForRing' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_waitforring.so => (Waits until first ring after time) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechCreate' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechLoadGrammar' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechUnloadGrammar' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechActivateGrammar' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechDeactivateGrammar' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechStart' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechBackground' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechDestroy' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SpeechProcessingSound' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SPEECH' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SPEECH_SCORE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SPEECH_TEXT' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SPEECH_GRAMMAR' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SPEECH_ENGINE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SPEECH_RESULTS_TYPE' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_speech_utils.so => (Dialplan Speech Applications) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Dial' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'RetryDial' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_dial.so => (Dialing Application) [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_convert.so => (File format conversion CLI command) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'AELSub' [Jun 7 09:49:36] NOTICE[48860] pbx_ael.c: Starting AEL load process. [Jun 7 09:49:36] NOTICE[48860] pbx_ael.c: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'. [Jun 7 09:49:36] NOTICE[48860] pbx_ael.c: AEL load process: checked config file name '/etc/asterisk/extensions.ael'. [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Setting global variable 'CONSOLE-AEL' to '"Console/dsp"' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Setting global variable 'IAXINFO-AEL' to 'guest' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Setting global variable 'OUTBOUND-TRUNK' to '"Zap/g2"' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Setting global variable 'OUTBOUND-TRUNKMSD' to '1' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-dundi-e164-canonical'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-dundi-e164-customers'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-dundi-e164-via-pstn'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-dundi-e164-local'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-dundi-e164-canonical' in context 'ael-dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-dundi-e164-customers' in context 'ael-dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-dundi-e164-via-pstn' in context 'ael-dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-dundi-e164-switch'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including switch 'DUNDi/e164' in context 'ael-dundi-e164-switch' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-dundi-e164-lookup'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-dundi-e164-local' in context 'ael-dundi-e164-lookup' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-dundi-e164-switch' in context 'ael-dundi-e164-lookup' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-dundi-e164'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-iaxtel700'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-iaxprovider'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-trunkint'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkint' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-trunkld'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkld' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-trunklocal'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-trunktollfree'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-international'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-longdistance' in context 'ael-international' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-trunkint' in context 'ael-international' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-longdistance'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-local' in context 'ael-longdistance' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-trunkld' in context 'ael-longdistance' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-local'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-default' in context 'ael-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-trunklocal' in context 'ael-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-iaxtel700' in context 'ael-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-trunktollfree' in context 'ael-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-iaxprovider' in context 'ael-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-std-exten-ael'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-demo'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-default'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-demo' in context 'ael-default' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ael-builtin-h-bubble'; registrar: pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-builtin-h-bubble' in context 'ael-dundi-e164' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'ael-builtin-h-bubble' in context 'ael-std-exten-ael' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 1 to ael-dundi-e164 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 2 to ael-dundi-e164 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 3 to ael-dundi-e164 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91700XXXXXXX' priority 1 to ael-iaxtel700 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9011.' priority 1 to ael-trunkint [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9011.' priority 2 to ael-trunkint [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91NXXNXXXXXX' priority 1 to ael-trunkld [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91NXXNXXXXXX' priority 2 to ael-trunkld [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9NXXXXXX' priority 1 to ael-trunklocal [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91800NXXXXXX' priority 1 to ael-trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91888NXXXXXX' priority 1 to ael-trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91877NXXXXXX' priority 1 to ael-trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91866NXXXXXX' priority 1 to ael-trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 1 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 2 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 3 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 4 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 5 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 6 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 7 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '~~s~~' priority 8 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 1 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 2 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_sw_1_.' priority 10 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_sw_1_.' priority 11 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'sw_1_' priority 10 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'sw_1_BUSY' priority 10 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'sw_1_BUSY' priority 11 to ael-std-exten-ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 2 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 3 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 4 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 5 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 6 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 7 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 8 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 9 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 10 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 11 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 12 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '2' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '2' priority 2 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '3' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '3' priority 2 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1000' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 2 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 3 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 4 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 2 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 3 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 4 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_1234' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '8500' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '8500' priority 2 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '#' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '#' priority 2 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 't' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'i' priority 1 to ael-demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'h' priority 1 to ael-builtin-h-bubble [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'h' priority 9991 to ael-builtin-h-bubble [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'h' priority 9992 to ael-builtin-h-bubble [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'h' priority 9993 to ael-builtin-h-bubble [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'h' priority 9994 to ael-builtin-h-bubble [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'h' priority 9995 to ael-builtin-h-bubble [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'h' priority 9996 to ael-builtin-h-bubble [Jun 7 09:49:36] NOTICE[48860] pbx_ael.c: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'. [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'parkedcalls'; registrar: features [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(parkedcalls) to new(parkedcalls) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '700' priority 1 to parkedcalls [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'test'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(test) to new(test) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '6002' priority 1 to test [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '6001' priority 1 to test [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'ani'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(ani) to new(ani) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40007 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40006 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40005 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40004 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40003 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40002 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40001 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 40000 to ani [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'time'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(time) to new(time) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30010 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30009 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30008 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30007 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30006 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30005 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30004 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30003 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30002 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30001 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 30000 to time [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'default'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(default) to new(default) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'demo' in context 'default' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'public'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(public) to new(public) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'demo' in context 'public' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'page'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(page) to new(page) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 1 to page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'demo'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(demo) to new(demo) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'stdexten' in context 'demo' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '8500' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '8500' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '7999' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '7999' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_7XXX' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '76245' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 4 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 3 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '600' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 4 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 3 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '500' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'i' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 't' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '#' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '#' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1236' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1236' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1235' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1234' priority 3 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1234' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1234' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '1000' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '3' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '3' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '2' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '2' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 7 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 6 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 5 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 4 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 3 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 2 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to demo [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'macro-page'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(macro-page) to new(macro-page) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 7 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 6 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 5 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 4 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 3 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 2 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to macro-page [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'stdPrivacyexten'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(stdPrivacyexten) to new(stdPrivacyexten) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 2 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_stde[x]te[n]-.' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-TORTURE' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-DONTCALL' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 3 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 2 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 3 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 2 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 1 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60008 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60007 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60006 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60005 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60004 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60003 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60002 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60001 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 60000 to stdPrivacyexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'stdexten'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(stdexten) to new(stdexten) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 2 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'a' priority 1 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_stde[x]te[n]-.' priority 1 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 2 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-BUSY' priority 1 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 2 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'stdexten-NOANSWER' priority 1 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50006 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50005 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50004 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50003 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50002 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50001 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X.' priority 50000 to stdexten [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'macro-trunkdial'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(macro-trunkdial) to new(macro-trunkdial) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_s-.' priority 1 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's-BUSY' priority 1 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's-NOANSWER' priority 1 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 2 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to macro-trunkdial [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'outbound-freenum2'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(outbound-freenum2) to new(outbound-freenum2) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_f[n]-.' priority 2 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_f[n]-.' priority 1 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 'fn-BUSY' priority 1 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 13 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 12 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 11 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 10 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 9 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 8 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 7 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 6 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 5 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 4 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 3 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 2 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X!' priority 1 to outbound-freenum2 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'outbound-freenum'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(outbound-freenum) to new(outbound-freenum) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XXXXXX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XXXXX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XXXX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XXX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_XX*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_X*X!' priority 1 to outbound-freenum [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'local'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(local) to new(local) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'default' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'trunklocal' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'iaxtel700' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'trunktollfree' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'iaxprovider' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'parkedcalls' in context 'local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'longdistance'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(longdistance) to new(longdistance) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'local' in context 'longdistance' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'trunkld' in context 'longdistance' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'international'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(international) to new(international) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'longdistance' in context 'international' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'trunkint' in context 'international' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'trunktollfree'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(trunktollfree) to new(trunktollfree) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91866NXXXXXX' priority 1 to trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91877NXXXXXX' priority 1 to trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91888NXXXXXX' priority 1 to trunktollfree [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91800NXXXXXX' priority 1 to trunktollfree

[Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'trunklocal'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(trunklocal) to new(trunklocal) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9NXXXXXX' priority 1 to trunklocal [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'trunkld'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(trunkld) to new(trunkld) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91NXXNXXXXXX' priority 2 to trunkld [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91NXXNXXXXXX' priority 1 to trunkld [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'trunkint'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(trunkint) to new(trunkint) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9011.' priority 2 to trunkint [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_9011.' priority 1 to trunkint [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'iaxprovider'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(iaxprovider) to new(iaxprovider) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'iaxtel700'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(iaxtel700) to new(iaxtel700) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension '_91700XXXXXXX' priority 1 to iaxtel700 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'macro-dundi-e164'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(macro-dundi-e164) to new(macro-dundi-e164) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-lookup' in context 'macro-dundi-e164' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Added extension 's' priority 1 to macro-dundi-e164 [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-lookup'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(dundi-e164-lookup) to new(dundi-e164-lookup) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-local' in context 'dundi-e164-lookup' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-switch' in context 'dundi-e164-lookup' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-switch'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(dundi-e164-switch) to new(dundi-e164-switch) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including switch 'DUNDi/e164' in context 'dundi-e164-switch' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-local'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(dundi-e164-local) to new(dundi-e164-local) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-canonical' in context 'dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-customers' in context 'dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Including context 'dundi-e164-via-pstn' in context 'dundi-e164-local' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-via-pstn'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(dundi-e164-via-pstn) to new(dundi-e164-via-pstn) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-customers'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(dundi-e164-customers) to new(dundi-e164-customers) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Registered extension context 'dundi-e164-canonical'; registrar: pbx_config [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- merging incls/swits/igpats from old(dundi-e164-canonical) to new(dundi-e164-canonical) context, registrar = pbx_ael [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Time to scan old dialplan and merge leftovers back into the new: 0.010362 sec [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Time to restore hints and swap in new dialplan: 0.000009 sec [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Time to delete the old dialplan: 0.001897 sec [Jun 7 09:49:36] VERBOSE[48860] pbx.c: -- Total time merge_contexts_delete: 0.012268 sec [Jun 7 09:49:36] NOTICE[48860] pbx_ael.c: AEL load process: merged config file name '/etc/asterisk/extensions.ael'. [Jun 7 09:49:36] NOTICE[48860] pbx_ael.c: AEL load process: verified config file name '/etc/asterisk/extensions.ael'. [Jun 7 09:49:36] VERBOSE[48860] loader.c: pbx_ael.so => (Asterisk Extension Language Compiler) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'MATH' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'INC' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'DEC' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_math.so => (Mathematical dialplan function) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'gsmtolin' from format gsm to slin, table cost, 900000, computational cost 1000 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintogsm' from format slin to gsm, table cost, 600000, computational cost 5000 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_gsm.so => (GSM Coder/Decoder) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ExternalIVR' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_externalivr.so => (External IVR Interface Application) [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_limit.so => (Resource limits) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ChannelRedirect' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_channelredirect.so => (Redirects a given channel to a dialplan target) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/phone.conf': Found [Jun 7 09:49:36] VERBOSE[48860] channel.c: == Registered channel type 'Phone' (Standard Linux Telephony API Driver) [Jun 7 09:49:36] VERBOSE[48860] loader.c: chan_phone.so => (Linux Telephony API Support) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/festival.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Festival' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_festival.so => (Simple Festival Interface) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'PlayTones' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'StopPlayTones' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_playtones.so => (Playtones Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'NoCDR' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_cdr.so => (Tell Asterisk to not maintain a CDR for the current call) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'g722tolin' from format g722 to slin, table cost, 960000, computational cost 5000 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintog722' from format slin to g722, table cost, 825000, computational cost 3998 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'g722tolin16' from format g722 to slin16, table cost, 900000, computational cost 7000 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lin16tog722' from format slin16 to g722, table cost, 600000, computational cost 6999 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_g722.so => (ITU G.722-64kbps G722 Transcoder) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'g726tolin' from format g726 to slin, table cost, 900000, computational cost 4999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintog726' from format slin to g726, table cost, 600000, computational cost 6999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'g726aal2tolin' from format g726aal2 to slin, table cost, 900000, computational cost 2999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintog726aal2' from format slin to g726aal2, table cost, 600000, computational cost 7999 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_g726.so => (ITU G.726-32kbps G726 Transcoder) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SayUnixTime' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'DateTime' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_sayunixtime.so => (Say time) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SendText' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_sendtext.so => (Send Text Applications) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'SoftHangup' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_softhangup.so => (Hangs up the requested channel) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'BackgroundDetect' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_talkdetect.so => (Playback with Talk Detection) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Originate' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_originate.so => (Originate call) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 8000khz -> 12000khz' from format slin to slin12, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 8000khz -> 16000khz' from format slin to slin16, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 8000khz -> 24000khz' from format slin to slin24, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 8000khz -> 32000khz' from format slin to slin32, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 8000khz -> 44100khz' from format slin to slin44, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 8000khz -> 48000khz' from format slin to slin48, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 8000khz -> 96000khz' from format slin to slin96, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 8000khz -> 192000khz' from format slin to slin192, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 12000khz -> 8000khz' from format slin12 to slin, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 12000khz -> 16000khz' from format slin12 to slin16, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 12000khz -> 24000khz' from format slin12 to slin24, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 12000khz -> 32000khz' from format slin12 to slin32, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 12000khz -> 44100khz' from format slin12 to slin44, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 12000khz -> 48000khz' from format slin12 to slin48, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 12000khz -> 96000khz' from format slin12 to slin96, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 12000khz -> 192000khz' from format slin12 to slin192, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 16000khz -> 8000khz' from format slin16 to slin, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 16000khz -> 12000khz' from format slin16 to slin12, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 16000khz -> 24000khz' from format slin16 to slin24, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 16000khz -> 32000khz' from format slin16 to slin32, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 16000khz -> 44100khz' from format slin16 to slin44, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 16000khz -> 48000khz' from format slin16 to slin48, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 16000khz -> 96000khz' from format slin16 to slin96, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 16000khz -> 192000khz' from format slin16 to slin192, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 24000khz -> 8000khz' from format slin24 to slin, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 24000khz -> 12000khz' from format slin24 to slin12, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 24000khz -> 16000khz' from format slin24 to slin16, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 24000khz -> 32000khz' from format slin24 to slin32, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 24000khz -> 44100khz' from format slin24 to slin44, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 24000khz -> 48000khz' from format slin24 to slin48, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 24000khz -> 96000khz' from format slin24 to slin96, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 24000khz -> 192000khz' from format slin24 to slin192, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 32000khz -> 8000khz' from format slin32 to slin, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 32000khz -> 12000khz' from format slin32 to slin12, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 32000khz -> 16000khz' from format slin32 to slin16, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 32000khz -> 24000khz' from format slin32 to slin24, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 32000khz -> 44100khz' from format slin32 to slin44, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 32000khz -> 48000khz' from format slin32 to slin48, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 32000khz -> 96000khz' from format slin32 to slin96, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 32000khz -> 192000khz' from format slin32 to slin192, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 44100khz -> 8000khz' from format slin44 to slin, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 44100khz -> 12000khz' from format slin44 to slin12, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 44100khz -> 16000khz' from format slin44 to slin16, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 44100khz -> 24000khz' from format slin44 to slin24, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 44100khz -> 32000khz' from format slin44 to slin32, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 44100khz -> 48000khz' from format slin44 to slin48, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 44100khz -> 96000khz' from format slin44 to slin96, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 44100khz -> 192000khz' from format slin44 to slin192, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 48000khz -> 8000khz' from format slin48 to slin, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 48000khz -> 12000khz' from format slin48 to slin12, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 48000khz -> 16000khz' from format slin48 to slin16, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 48000khz -> 24000khz' from format slin48 to slin24, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 48000khz -> 32000khz' from format slin48 to slin32, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 48000khz -> 44100khz' from format slin48 to slin44, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 48000khz -> 96000khz' from format slin48 to slin96, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 48000khz -> 192000khz' from format slin48 to slin192, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 96000khz -> 8000khz' from format slin96 to slin, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 96000khz -> 12000khz' from format slin96 to slin12, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 96000khz -> 16000khz' from format slin96 to slin16, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 96000khz -> 24000khz' from format slin96 to slin24, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 96000khz -> 32000khz' from format slin96 to slin32, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 96000khz -> 44100khz' from format slin96 to slin44, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 96000khz -> 48000khz' from format slin96 to slin48, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 96000khz -> 192000khz' from format slin96 to slin192, table cost, 800000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 192000khz -> 8000khz' from format slin192 to slin, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 192000khz -> 12000khz' from format slin192 to slin12, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 192000khz -> 16000khz' from format slin192 to slin16, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 192000khz -> 24000khz' from format slin192 to slin24, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 192000khz -> 32000khz' from format slin192 to slin32, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 192000khz -> 44100khz' from format slin192 to slin44, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 192000khz -> 48000khz' from format slin192 to slin48, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'slin 192000khz -> 96000khz' from format slin192 to slin96, table cost, 850000, computational cost 999999 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_resample.so => (SLIN Resampling Codec) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'GetCPEID' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_getcpeid.so => (Get ADSI CPE ID) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'ilbctolin' from format ilbc to slin, table cost, 900000, computational cost 6000 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintoilbc' from format slin to ilbc, table cost, 600000, computational cost 20996 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_ilbc.so => (iLBC Coder/Decoder) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Flash' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_flash.so => (Flash channel application) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/amd.conf': Found [Jun 7 09:49:36] VERBOSE[48860] app_amd.c: -- AMD defaults: initialSilence [2500] greeting [1500] afterGreetingSilence [800] totalAnalysisTime [5000] minimumWordLength [100] betweenWordsSilence [50] maximumNumberOfWords [3] silenceThreshold [256] maximumWordLength [5000] [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'AMD' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_amd.so => (Answering Machine Detection Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'ISNULL' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SET' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'EXISTS' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'IF' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'IFTIME' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'IMPORT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_logic.so => (Logical dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'MD5' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_md5.so => (MD5 digest dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'BASE64_ENCODE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'BASE64_DECODE' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_base64.so => (base64 encode/decode dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'GLOBAL' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SHARED' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_global.so => (Variable dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'AUDIOHOOK_INHERIT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_audiohookinherit.so => (Audiohook inheritance function) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ADSIProg' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_adsiprog.so => (Asterisk ADSI Programming Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Dictate' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_dictate.so => (Virtual Dictation Machine) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'DAHDIRAS' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_dahdiras.so => (DAHDI ISDN Remote Access Server) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'MUTEAUDIO' [Jun 7 09:49:36] VERBOSE[48860] manager.c: == Manager registered action MuteAudio [Jun 7 09:49:36] VERBOSE[48860] loader.c: res_mutestream.so => (Mute audio stream resources) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'REALTIME' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'REALTIME_STORE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'REALTIME_DESTROY' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'REALTIME_FIELD' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'REALTIME_HASH' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_realtime.so => (Read/Write/Store/Destroy values from a RealTime repository) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'ForkCDR' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_forkcdr.so => (Fork The CDR into 2 separate entities) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SHA1' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_sha1.so => (SHA-1 computation dialplan function) [Jun 7 09:49:36] VERBOSE[48860] bridging.c: == Registered bridge technology softmix [Jun 7 09:49:36] VERBOSE[48860] loader.c: bridge_softmix.so => (Multi-party software based channel mixing) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'TIMEOUT' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_timeout.so => (Channel timeout dialplan functions) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CALLERPRES' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CALLERID' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'CONNECTEDLINE' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'REDIRECTING' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_callerid.so => (Party ID related dialplan functions (Caller-ID, Connected-line, Redirecting)) [Jun 7 09:49:36] VERBOSE[48860] bridging.c: == Registered bridge technology simple_bridge [Jun 7 09:49:36] VERBOSE[48860] loader.c: bridge_simple.so => (Simple two channel bridging module) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Echo' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_echo.so => (Simple Echo Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Record' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_record.so => (Trivial Record Application) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'WaitUntil' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_waituntil.so => (Wait until specified time) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Transfer' [Jun 7 09:49:36] VERBOSE[48860] loader.c: app_transfer.so => (Transfers a caller to another extension) [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered custom function 'SYSINFO' [Jun 7 09:49:36] VERBOSE[48860] loader.c: func_sysinfo.so => (System information related functions) [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'adpcmtolin' from format adpcm to slin, table cost, 900000, computational cost 1 [Jun 7 09:49:36] VERBOSE[48860] translate.c: == Registered translator 'lintoadpcm' from format slin to adpcm, table cost, 600000, computational cost 3000 [Jun 7 09:49:36] VERBOSE[48860] loader.c: codec_adpcm.so => (Adaptive Differential PCM Coder/Decoder) [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/queuerules.conf': Found [Jun 7 09:49:36] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/queues.conf': Found [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'Queue' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'AddQueueMember' [Jun 7 09:49:36] VERBOSE[48860] pbx.c: == Registered application 'RemoveQueueMember' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered application 'PauseQueueMember' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered application 'UnpauseQueueMember' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered application 'QueueLog' [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action Queues [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueStatus [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueSummary [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueAdd [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueRemove [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueuePause [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueLog [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueuePenalty [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueMemberRingInUse [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueRule [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueReload [Jun 7 09:49:37] VERBOSE[48860] manager.c: == Manager registered action QueueReset [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered custom function 'QUEUE_VARIABLES' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered custom function 'QUEUE_EXISTS' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered custom function 'QUEUE_MEMBER' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered custom function 'QUEUE_MEMBER_COUNT' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered custom function 'QUEUE_MEMBER_LIST' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered custom function 'QUEUE_WAITING_COUNT' [Jun 7 09:49:37] VERBOSE[48860] pbx.c: == Registered custom function 'QUEUE_MEMBER_PENALTY' [Jun 7 09:49:37] VERBOSE[48860] loader.c: app_queue.so => (True Call Queueing) [Jun 7 09:49:37] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cli_permissions.conf': Found [Jun 7 09:49:37] VERBOSE[48860] asterisk.c: Asterisk Ready. [Jun 7 09:49:37] VERBOSE[48860] config.c: == Parsing '/etc/asterisk/cli.conf': Found

type=peer is best practice, but does not cause the problem. The problem is the UDP/TCP conflict.

I have given tcpenable=yes in sip.conf. Won’t this enable tcp?

Yeah it will.

But you also need to set transport=tcp in your peer definition.

Rgds

Thank you all. This problem is resolved. It was because of network issue. I tried registering the soft phone from the same system where Askerisk is installed. It is registered successfully. Now I resovled the network problem and now I see the message coming from external system but got into another problem, posting a new thread.