SIP TLS Handshake failed

Hello,

my name is Sarah. For my bachleor projekt i install a asterisk-server on a debian. I’m able to communicate with sip. Now i want to communicate over tls. I configure the siptls-options with the tutorial from the asterisk wiki. I have two different softphones eyebeam und ninja pro. Both Phones not register over tls, but normal sip is ok.

Attached i send my configurations and the wireshark communication and the errorlog of the eyebeam phone.

sip.conf:
[general]
context=default                
allowoverlap=no                 
srvlookup=yes           
disallow=all
allow=ulaw
dtmfmode=rfc2833
language=de     
allowguests=yes
insecure=port
nat=yes
transport=tcp
tlsenable = yes
bindport = 5061
tlsbinaddr = 0.0.0.0:5061
tcpenable = yes
tlscertfile = /etc/asterisk/keys/asterisk.pem
tlscafile = /etc/asterisk/keys/ca.crt
tlscipher= ALL
tlsclientmethod= tslv1

extensions.conf:
[general]
static=yes
writeprotect=yes

[default]
exten => _3XXX,1,Set(_SIP_SRTP_SDES=1)
exten => _3XXX,n,Set(_SIPSRTP=1)
exten => _3XXX,n,Set(_SIPSRTP_SIPCRYPTO=enable)
;exten => _3XXX,n,Set(CHANNEL(secure_bridge_signaling)=1)
;exten => _3XXX,n,Set(CHANNEL(secure_bridge_media)=1)
exten => _3XXX,n,Dial(SIP/${EXTEN})
exten => _3XXX,n,Hangup()



[lokal]
include => default

[incoming]
;exten => _3XXX,1,Set(_SIP_SRTP_SDES=1)
;exten => _3XXX,n,Set(_SIPSRTP=1)
;exten => _3XXX,n,Set(_SIPSRTP_SIPCRYPTO=enable)
;exten => _3XXX,1,Set(CHANNEL(secure_bridge_signaling)=1)
;exten => _3XXX,n,Set(CHANNEL(secure_bridge_media)=1)
;exten => _3XXX,1,Dial(SIP/${EXTEN})
;exten => _3XXX,n,Hangup()

users.conf: 
[general]
fullname = New User
userbase = 6000
transport = tcp
vmsecret = 1234
hassip = yes
hasiax = yes
hash323 = no
hasmanager = no
callwaiting = yes
threewaycalling = yes
callwaitingcallerid = yes
transfer = yes
canpark = yes
cancallforward = yes
callreturn = yes
callgroup = 1
pickupgroup = 1


[3123]
cid_number=3123
fullname=Sarah
authname=Sarah
email=Sarah@asterisk.xyz
secret=Sommer12
context=local
disallow=all
allow=ulaw
host=dynamic
requirecalltoken=no
transport=tls
port=5061
encryption=yes
insecure=port

[3234]
cid_number=3234
fullname=Petra
authname=Petra
email=Petra@asterisk.xyz
secret=Sommer12
context=local
dtmfmode=rfc2833
disallow=all
allow=ulaw
host=dynamic
requirecalltoken=no
transport=tls
port=5061
encryption=yes
type=peer

[3456]
cid_number=3456
fullname=Martin
authname=Martin
email=Martin@asterisk.xyz
secret=Sommer12
context=local
disallow=all
allow=ulaw
host=dynamic
requirecalltoken=no


[3333]
cid_number=3333
fullname=Erika
authname=Erika
email=Erika@asterisk.xyz
secret=Sommer12
context=local
disallow=all
allow=ulaw
host=dynamic
requirecalltoken=no
Wireshark:

12479	11307.757288000	172.16.0.5	172.16.0.11	TCP	66	60349 > sip-tls [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=256 SACK_PERM=1
12480	11307.757668000	172.16.0.11	172.16.0.5	TCP	66	sip-tls > 60349 [SYN, ACK] Seq=0 Ack=1 Win=5840 Len=0 MSS=1460 SACK_PERM=1 WS=64
12481	11307.757711000	172.16.0.5	172.16.0.11	TCP	54	60349 > sip-tls [ACK] Seq=1 Ack=1 Win=65536 Len=0
12482	11307.757843000	172.16.0.5	172.16.0.11	SSL	142	Client Hello
12483	11307.758048000	172.16.0.11	172.16.0.5	TCP	60	sip-tls > 60349 [ACK] Seq=1 Ack=89 Win=5888 Len=0
12484	11309.645124000	Cisco_e3:bd:c3	Cisco_e3:bd:c3	LOOP	60	Reply
12485	11309.653162000	Cisco_e3:bd:c3	Spanning-tree-(for-bridges)_00	STP	60	Conf. Root = 32768/1/00:0f:34:e3:bd:c0  Cost = 0  Port = 0x8003
12486	11310.173447000	fe80::db6:1b20:62f0:b231	ff02::1:2	DHCPv6	168	Solicit XID: 0x6a6e99 CID: 00010001189d5206002318762048 
12487	11310.852278000	172.16.0.5	172.16.0.11	TCP	54	60349 > sip-tls [FIN, ACK] Seq=89 Ack=1 Win=65536 Len=0
12488	11310.853056000	172.16.0.11	172.16.0.5	TCP	60	sip-tls > 60349 [FIN, ACK] Seq=1 Ack=90 Win=5888 Len=0
12489	11310.853112000	172.16.0.5	172.16.0.11	TCP	54	60349 > sip-tls [ACK] Seq=90 Ack=2 Win=65536 Len=0

The debug on the asterisk server shows a :

debug: chan_sip.c:3001 sip_tcp_helper_thread: Starting thread for TCP Server
debug: chan_sip.c:300 sip_tcp_read: SIP TCP server has shut down

i hope you can help me. It’s very important. Thank you

The cli log didn’t show much, as the tutorial describe better to use Blink softphone.

The Software is just for MAC with TLS. And i don’t have a mac.

Please tell me, how i can extend the debug on cli???

1)No it’s not only for a MAC is for Windows & Linux(ubuntu).

2)sip set debug on

Hello,

i installed blink and make the sip debug on.

[code]Blink:

debian*CLI> sip set debug on

SIP Debugging re-enabled
[Aug
24 16:50:04] DEBUG[12552]: chan_sip.c:3088 _sip_tcp_helper_thread:
Starting thread for TCP server
[Aug 24 16:50:34] DEBUG[12552]: chan_sip.c:2992 sip_tcp_read: SIP TCP
server timed out

[Aug 24 16:50:36] DEBUG[12554]: chan_sip.c:3088 _sip_tcp_helper_thread:
Starting thread for TCP server

[Aug 24 16:51:06] DEBUG[12554]: chan_sip.c:2992 sip_tcp_read: SIP TCP
server timed out

debian*CLI>

[…]

later test:

[Aug 24 16:59:32] DEBUG[12611]: chan_sip.c:3088 _sip_tcp_helper_thread:
Starting thread for TCP server

[Aug 24 17:00:00] DEBUG[12611]: chan_sip.c:2998 sip_tcp_read: SIP TCP
server error when receiving data

[Aug 24 17:00:05] DEBUG[12612]: chan_sip.c:3088 _sip_tcp_helper_thread:
Starting thread for TCP server

[Aug 24 17:00:35] DEBUG[12612]: chan_sip.c:2992 sip_tcp_read: SIP TCP
server timed out

eyebeam:

debian*CLI> sip set debug on
SIP Debugging re-enabled

[Aug 24 16:51:30] DEBUG[12556]: chan_sip.c:3088 _sip_tcp_helper_thread:
Starting thread for TCP server

[Aug 24 16:52:00] DEBUG[12556]: chan_sip.c:2992 sip_tcp_read: SIP TCP
server timed out

[Aug 24 16:52:20] DEBUG[12557]: chan_sip.c:3088 _sip_tcp_helper_thread:
Starting thread for TCP server[/code]

But that’s no more information than before. Have you more ideas?

Which version of asterisk are you using?

Seems like your asterisk server cant start the TLS Threads this is the only function in chan_sip that return that kind of errors in the debug:

[code]/*!

  • \brief Read SIP request or response from a TCP connection

  • \param req The request structure to be filled in

  • \param tcptls_session The TCP connection from which to read

  • \retval -1 Failed to read data

  • \retval 0 Successfully read data
    */
    static int sip_tcp_read(struct sip_request *req, struct ast_tcptls_session_instance *tcptls_session,
    int authenticated, time_t start)
    {
    enum message_integrity message_integrity = MESSAGE_FRAGMENT;

    while (message_integrity == MESSAGE_FRAGMENT) {
    size_t datalen;

     if (ast_str_strlen(tcptls_session->overflow_buf) == 0) {
     	char readbuf[4097];
     	int timeout;
     	int res;
     	if (!tcptls_session->client && !authenticated) {
     		if ((timeout = sip_check_authtimeout(start)) < 0) {
     			return -1;
     		}
    
     		if (timeout == 0) {
     			ast_debug(2, "SIP TCP server timed out\n");
     			return -1;
     		}
     	} else {
     		timeout = -1;
     	}
     	res = ast_wait_for_input(tcptls_session->fd, timeout);
     	if (res < 0) {
     		ast_debug(2, "SIP TCP server :: ast_wait_for_input returned %d\n", res);
     		return -1;
     	} else if (res == 0) {
     		ast_debug(2, "SIP TCP server timed out\n");
     		return -1;
     	}
    
     	res = recv(tcptls_session->fd, readbuf, sizeof(readbuf) - 1, 0);
     	if (res < 0) {
     		ast_debug(2, "SIP TCP server error when receiving data\n");
     		return -1;
     	} else if (res == 0) {
     		ast_debug(2, "SIP TCP server has shut down\n");
     		return -1;
     	}
     	readbuf[res] = '\0';
     	ast_str_append(&req->data, 0, "%s", readbuf);
     } else {
     	ast_str_append(&req->data, 0, "%s", ast_str_buffer(tcptls_session->overflow_buf));
     	ast_str_reset(tcptls_session->overflow_buf);
     }
     
     datalen = ast_str_strlen(req->data);
     if (datalen > SIP_MAX_PACKET_SIZE) {
     	ast_log(LOG_WARNING, "Rejecting TCP packet from '%s' because way too large: %zu\n",
     		ast_sockaddr_stringify(&tcptls_session->remote_address), datalen);
     	return -1;
     }
    
     message_integrity = check_message_integrity(&req->data, &tcptls_session->overflow_buf);
    

    }

    return 0;
    }
    [/code]

And finally the sip debug is not showing incoming connections like REGISTER or so. (Maybe an issue for the above debug output)

I use the 11.4.0 version of asterisk.

And how can i start the TLS Threads? Are mistakes in the config-files?

I use the same version, and config files seems ok, but I use sip.conf instead users.conf for the peer settings.

I’m not sure if thus can be related to asterisk or OS issue. So please try to paste the complete output when asterisk starts. Stop the service and then run: asterisk -vvvvvvvvdddcg and copy & paste all.

Log Part 1

[code]root@debian:~# asterisk -vvvvvvvvdddcg
Parsing /etc/asterisk/asterisk.conf
Seeding global EID ‘00:24:8c:7c:24:e4’ from ‘eth0’ using 'siocgifhwaddr’
Asterisk 11.4.0, Copyright © 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

Parsing /etc/asterisk/extconfig.conf
== Parsing ‘/etc/asterisk/extconfig.conf’: Found
Resetting translation matrix
Parsing /etc/asterisk/logger.conf
== Parsing ‘/etc/asterisk/logger.conf’: Found
== Manager registered action DBGet
== Manager registered action DBPut
== Manager registered action DBDel
== Manager registered action DBDelTree
== Registered custom function ‘MESSAGE’
== Registered custom function ‘MESSAGE_DATA’
== Registered application ‘MessageSend’
== Manager registered action MessageSend
== Manager registered action DataGet
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/codecs.conf
== Parsing ‘/etc/asterisk/codecs.conf’: Found
Asterisk Dynamic Loader Starting:
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/modules.conf
== Parsing ‘/etc/asterisk/modules.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/dnsmgr.conf
== Parsing ‘/etc/asterisk/dnsmgr.conf’: Found
[Aug 25 17:23:41] ERROR[13561]: config_options.c:512 aco_process_config: Unable to load config file ‘acl.conf’
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/http.conf
== Parsing ‘/etc/asterisk/http.conf’: Found
== Manager registered action Ping
== Manager registered action Events
== Manager registered action Logoff
== Manager registered action Login
== Manager registered action Challenge
== Manager registered action Hangup
== Manager registered action Status
== Manager registered action Setvar
== Manager registered action Getvar
== Manager registered action GetConfig
== Manager registered action GetConfigJSON
== Manager registered action UpdateConfig
== Manager registered action CreateConfig
== Manager registered action ListCategories
== Manager registered action Redirect
== Manager registered action Atxfer
== Manager registered action Originate
== Manager registered action Command
== Manager registered action ExtensionState
== Manager registered action PresenceState
== Manager registered action AbsoluteTimeout
== Manager registered action MailboxStatus
== Manager registered action MailboxCount
== Manager registered action ListCommands
== Manager registered action SendText
== Manager registered action UserEvent
== Manager registered action WaitEvent
== Manager registered action CoreSettings
== Manager registered action CoreStatus
== Manager registered action Reload
== Manager registered action CoreShowChannels
== Manager registered action ModuleLoad
== Manager registered action ModuleCheck
== Manager registered action AOCMessage
== Manager registered action Filter
== Registered custom function ‘AMI_CLIENT’
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/manager.conf
== Parsing ‘/etc/asterisk/manager.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/manager.d/README.conf
== Parsing ‘/etc/asterisk/manager.d/README.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: config.c:2918 ast_parse_arg: extract uint from [5038] in [1024, 65535] gives 5038
[Aug 25 17:23:41] DEBUG[13561]: config.c:2968 ast_parse_arg: extract addr from 127.0.0.1 gives (null)(0)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/users.conf
== Parsing ‘/etc/asterisk/users.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/cdr.conf
== Parsing ‘/etc/asterisk/cdr.conf’: Found
[Aug 25 17:23:41] NOTICE[13561]: cdr.c:1623 do_reload: CDR simple logging enabled.
– CEL logging disabled.
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/dsp.conf
== Parsing ‘/etc/asterisk/dsp.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/udptl.conf
== Parsing ‘/etc/asterisk/udptl.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: config.c:2865 ast_parse_arg: extract int from [4999] in [1024, 65535] gives 4999
[Aug 25 17:23:41] DEBUG[13561]: config.c:2865 ast_parse_arg: extract int from [4000] in [1024, 65535] gives 4000
[Aug 25 17:23:41] DEBUG[13561]: config.c:2865 ast_parse_arg: extract int from [4000] in [1024, 65535] gives 4000
[Aug 25 17:23:41] DEBUG[13561]: config.c:2865 ast_parse_arg: extract int from [4999] in [1024, 65535] gives 4999
[Aug 25 17:23:41] DEBUG[13561]: config.c:2865 ast_parse_arg: extract int from [3] in [1, 5] gives 3
[Aug 25 17:23:41] DEBUG[13561]: config.c:2865 ast_parse_arg: extract int from [3] in [1, 5] gives 3
Asterisk PBX Core Initializing
Registering builtin applications:
== Registered custom function ‘EXCEPTION’
== Registered custom function ‘TESTTIME’
[Answer]
== Registered application ‘Answer’
[BackGround]
== Registered application ‘BackGround’
[Busy]
== Registered application ‘Busy’
[Congestion]
== Registered application ‘Congestion’
[ExecIfTime]
== Registered application ‘ExecIfTime’
[Goto]
== Registered application ‘Goto’
[GotoIf]
== Registered application ‘GotoIf’
[GotoIfTime]
== Registered application ‘GotoIfTime’
[ImportVar]
== Registered application ‘ImportVar’
[Hangup]
== Registered application ‘Hangup’
[Incomplete]
== Registered application ‘Incomplete’
[NoOp]
== Registered application ‘NoOp’
[Proceeding]
== Registered application ‘Proceeding’
[Progress]
== Registered application ‘Progress’
[RaiseException]
== Registered application ‘RaiseException’
[ResetCDR]
== Registered application ‘ResetCDR’
[Ringing]
== Registered application ‘Ringing’
[SayAlpha]
== Registered application ‘SayAlpha’
[SayDigits]
== Registered application ‘SayDigits’
[SayNumber]
== Registered application ‘SayNumber’
[SayPhonetic]
== Registered application ‘SayPhonetic’
[Set]
== Registered application ‘Set’
[MSet]
== Registered application ‘MSet’
[SetAMAFlags]
== Registered application ‘SetAMAFlags’
[Wait]
== Registered application ‘Wait’
[WaitExten]
== Registered application ‘WaitExten’
== Manager registered action ShowDialPlan
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/indications.conf
== Parsing ‘/etc/asterisk/indications.conf’: Found
– Registered indication country ‘at’
– Registered indication country ‘au’
– Registered indication country ‘bg’
– Registered indication country ‘br’
– Registered indication country ‘be’
– Registered indication country ‘ch’
– Registered indication country ‘cl’
– Registered indication country ‘cn’
– Registered indication country ‘cz’
– Registered indication country ‘de’
– Registered indication country ‘dk’
– Registered indication country ‘ee’
– Registered indication country ‘es’
– Registered indication country ‘fi’
– Registered indication country ‘fr’
– Registered indication country ‘gr’
– Registered indication country ‘hu’
– Registered indication country ‘il’
– Registered indication country ‘in’
– Registered indication country ‘it’
– Registered indication country ‘lt’
– Registered indication country ‘jp’
– Registered indication country ‘mx’
– Registered indication country ‘my’
– Registered indication country ‘nl’
– Registered indication country ‘no’
– Registered indication country ‘nz’
– Registered indication country ‘ph’
– Registered indication country ‘pl’
– Registered indication country ‘pt’
– Registered indication country ‘ru’
– Registered indication country ‘se’
– Registered indication country ‘sg’
– Registered indication country ‘th’
– Registered indication country ‘uk’
– Registered indication country ‘us’
– Registered indication country ‘us-old’
– Registered indication country ‘tw’
– Registered indication country ‘ve’
– Registered indication country ‘za’
– Setting default indication country to ‘us’
[Aug 25 17:23:41] DEBUG[13561]: features.c:6060 build_parkinglot: Building parking lot default
[Aug 25 17:23:41] DEBUG[13561]: features.c:5762 parkinglot_unref: Multiparking: default refcount now 1
[Aug 25 17:23:41] DEBUG[13561]: features.c:7079 load_config: Configuration of default default parking lot done.
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/features.conf
== Parsing ‘/etc/asterisk/features.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: features.c:5332 find_parkinglot: Found Parking lot: default
[Aug 25 17:23:41] DEBUG[13561]: features.c:6060 build_parkinglot: Building parking lot default
[Aug 25 17:23:41] DEBUG[13561]: features.c:5762 parkinglot_unref: Multiparking: default refcount now 1
[Aug 25 17:23:41] DEBUG[13561]: pbx.c:8491 ast_context_find_or_create: Registered context ‘parkedcalls’(0xb7133330) in table 0xb7130d18 registrar: features
– Registered extension context ‘parkedcalls’; registrar: features
[Aug 25 17:23:41] DEBUG[13561]: pbx.c:9975 ast_add_extension2_lockopt: Added extension ‘700’ priority 1 to parkedcalls (0xb7133330)
– Added extension ‘700’ priority 1 to parkedcalls
[Aug 25 17:23:41] DEBUG[13561]: devicestate.c:442 devstate_event: device ‘park:700@parkedcalls’ state ‘2’
[Aug 25 17:23:41] DEBUG[13561]: features.c:7055 parkinglot_activate_cb: Parking lot default now open for business. (parkpos 701-720)
== Registered application ‘Bridge’
== Registered application ‘ParkedCall’
== Registered application ‘Park’
== Manager registered action ParkedCalls
== Manager registered action Parkinglots
== Manager registered action Park
== Manager registered action Bridge
== Registered custom function ‘FEATURE’
== Registered custom function ‘FEATUREMAP’
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/enum.conf
== Parsing ‘/etc/asterisk/enum.conf’: Found
== Registered application ‘CallCompletionRequest’
== Registered application ‘CallCompletionCancel’
[Aug 25 17:23:41] DEBUG[13561]: logger.c:1954 ast_logger_register_level: Registered dynamic logger level ‘CC’ with index 16.
[Aug 25 17:23:41] WARNING[13561]: ccss.c:4278 initialize_cc_max_requests: Could not find valid ccss.conf file. Using cc_max_requests default
[Aug 25 17:23:41] WARNING[13561]: ccss.c:4335 initialize_cc_devstate_map: Could not find valid ccss.conf file. Using cc_[state]_devstate defaults
Asterisk Dynamic Loader Starting:
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/modules.conf
== Parsing ‘/etc/asterisk/modules.conf’: Found
[Aug 25 17:23:41] NOTICE[13561]: loader.c:1190 load_modules: 232 modules will be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘res_odbc.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘res_odbc.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘res_odbc.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘res_config_pgsql.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘res_config_pgsql.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘res_config_pgsql.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘res_config_sqlite.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘res_config_sqlite.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘res_config_sqlite.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:423 load_dynamic_module: Error loading module ‘chan_gtalk.so’: /usr/lib/asterisk/modules/chan_gtalk.so: undefined symbol: ast_rtp_bridge
[Aug 25 17:23:41] WARNING[13561]: loader.c:423 load_dynamic_module: Error loading module ‘res_config_odbc.so’: /usr/lib/asterisk/modules/res_config_odbc.so: undefined symbol: ast_odbc_clear_cache
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘res_snmp.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘res_snmp.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘res_snmp.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘pbx_lua.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘pbx_lua.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘pbx_lua.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:423 load_dynamic_module: Error loading module ‘chan_jingle.so’: /usr/lib/asterisk/modules/chan_jingle.so: undefined symbol: ast_rtp_bridge
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘res_jabber.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘res_jabber.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘res_jabber.so’ could not be loaded.
res_crypto.so => (Cryptographic Digital Signatures)
res_srtp.so => (Secure RTP (SRTP))
== WebSocket registered sub-protocol 'echo’
res_http_websocket.so => (HTTP WebSocket Support)
== Registered application ‘Monitor’
== Registered application ‘StopMonitor’
== Registered application ‘ChangeMonitor’
== Registered application ‘PauseMonitor’
== Registered application ‘UnpauseMonitor’
== Manager registered action Monitor
== Manager registered action StopMonitor
== Manager registered action ChangeMonitor
== Manager registered action PauseMonitor
== Manager registered action UnpauseMonitor
res_monitor.so => (Call Monitoring Resource)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/smdi.conf
== Parsing ‘/etc/asterisk/smdi.conf’: Found
[Aug 25 17:23:41] NOTICE[13561]: res_smdi.c:1418 load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
[Aug 25 17:23:41] WARNING[13561]: res_stun_monitor.c:319 load_config: Unable to load config res_stun_monitor.conf
== AGI Command ‘answer’ registered
== AGI Command ‘asyncagi break’ registered
== AGI Command ‘channel status’ registered
== AGI Command ‘database del’ registered
== AGI Command ‘database deltree’ registered
== AGI Command ‘database get’ registered
== AGI Command ‘database put’ registered
== AGI Command ‘exec’ registered
== AGI Command ‘get data’ registered
== AGI Command ‘get full variable’ registered
== AGI Command ‘get option’ registered
== AGI Command ‘get variable’ registered
== AGI Command ‘hangup’ registered
== AGI Command ‘noop’ registered
== AGI Command ‘receive char’ registered
== AGI Command ‘receive text’ registered
== AGI Command ‘record file’ registered
== AGI Command ‘say alpha’ registered
== AGI Command ‘say digits’ registered
== AGI Command ‘say number’ registered
== AGI Command ‘say phonetic’ registered
== AGI Command ‘say date’ registered
== AGI Command ‘say time’ registered
== AGI Command ‘say datetime’ registered
== AGI Command ‘send image’ registered
== AGI Command ‘send text’ registered
== AGI Command ‘set autohangup’ registered
== AGI Command ‘set callerid’ registered
== AGI Command ‘set context’ registered
== AGI Command ‘set extension’ registered
== AGI Command ‘set music’ registered
== AGI Command ‘set priority’ registered
== AGI Command ‘set variable’ registered
== AGI Command ‘stream file’ registered
== AGI Command ‘control stream file’ registered
== AGI Command ‘tdd mode’ registered
== AGI Command ‘verbose’ registered
== AGI Command ‘wait for digit’ registered
== AGI Command ‘speech create’ registered
== AGI Command ‘speech set’ registered
== AGI Command ‘speech destroy’ registered
== AGI Command ‘speech load grammar’ registered
== AGI Command ‘speech unload grammar’ registered
== AGI Command ‘speech activate grammar’ registered
== AGI Command ‘speech deactivate grammar’ registered
== AGI Command ‘speech recognize’ registered
== Registered application ‘DeadAGI’
== Registered application ‘EAGI’
== Manager registered action AGI
== Registered application 'AGI’
res_agi.so => (Asterisk Gateway Interface (AGI))
[Aug 25 17:23:41] NOTICE[13561]: res_fax.c:3827 set_config: Configuration file ‘res_fax.conf’ not found, using default options.
== Registered application ‘SendFAX’
== Registered application ‘ReceiveFAX’
== Registered custom function ‘FAXOPT’
[Aug 25 17:23:41] DEBUG[13561]: logger.c:1954 ast_logger_register_level: Registered dynamic logger level ‘FAX’ with index 17.
res_fax.so => (Generic FAX Applications)
res_speech.so => (Generic Speech Recognition API)
[Aug 25 17:23:41] ERROR[13561]: res_calendar.c:1030 load_config: Unable to load config calendar.conf
res_ael_share.so => (share-able code for AEL)
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘chan_alsa.so’: /usr/lib/asterisk/modules/chan_alsa.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘chan_alsa.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘codec_speex.so’: /usr/lib/asterisk/modules/codec_speex.so: undefined symbol: ast_verbose_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘codec_speex.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘func_odbc.so’: /usr/lib/asterisk/modules/func_odbc.so: undefined symbol: SQLFetch
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘func_odbc.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘cdr_tds.so’: /usr/lib/asterisk/modules/cdr_tds.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘cdr_tds.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘cdr_odbc.so’: /usr/lib/asterisk/modules/cdr_odbc.so: undefined symbol: ast_odbc_request_obj
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘cdr_odbc.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_dahdibarge.so’: /usr/lib/asterisk/modules/app_dahdibarge.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_dahdibarge.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘format_ogg_vorbis.so’: /usr/lib/asterisk/modules/format_ogg_vorbis.so: undefined symbol: ast_format_unregister
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘format_ogg_vorbis.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘cdr_adaptive_odbc.so’: /usr/lib/asterisk/modules/cdr_adaptive_odbc.so: undefined symbol: ast_odbc_request_obj
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘cdr_adaptive_odbc.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_dahdiscan.so’: /usr/lib/asterisk/modules/app_dahdiscan.so: undefined symbol: ast_channel_walk_locked
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_dahdiscan.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_meetme.so’: /usr/lib/asterisk/modules/app_meetme.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_meetme.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘cdr_radius.so’: /usr/lib/asterisk/modules/cdr_radius.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘cdr_radius.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_voicemail_imap.so’: /usr/lib/asterisk/modules/app_voicemail_imap.so: undefined symbol: _ao2_find
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_voicemail_imap.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘cdr_sqlite.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘cdr_sqlite.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘cdr_sqlite.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘chan_vpb.so’: /usr/lib/asterisk/modules/chan_vpb.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘chan_vpb.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘format_sln16.so’: /usr/lib/asterisk/modules/format_sln16.so: undefined symbol: ast_format_unregister
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘format_sln16.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_flash.so’: /usr/lib/asterisk/modules/app_flash.so: undefined symbol: ast_verbose_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_flash.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘app_setcallerid.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘app_setcallerid.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘app_setcallerid.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_jack.so’: /usr/lib/asterisk/modules/app_jack.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_jack.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:423 load_dynamic_module: Error loading module ‘chan_gtalk.so’: /usr/lib/asterisk/modules/chan_gtalk.so: undefined symbol: ast_rtp_bridge
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘chan_gtalk.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘res_http_post.so’: /usr/lib/asterisk/modules/res_http_post.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘res_http_post.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘res_timing_dahdi.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘res_timing_dahdi.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘res_timing_dahdi.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_dahdiras.so’: /usr/lib/asterisk/modules/app_dahdiras.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_dahdiras.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘func_speex.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘func_speex.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘func_speex.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:423 load_dynamic_module: Error loading module ‘res_config_odbc.so’: /usr/lib/asterisk/modules/res_config_odbc.so: undefined symbol: ast_odbc_clear_cache
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘res_config_odbc.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘chan_dahdi.so’: /usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol: ast_parking_ext
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘chan_dahdi.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_fax.so’: /usr/lib/asterisk/modules/app_fax.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_fax.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘codec_dahdi.so’: /usr/lib/asterisk/modules/codec_dahdi.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘codec_dahdi.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘cdr_pgsql.so’: /usr/lib/asterisk/modules/cdr_pgsql.so: undefined symbol: ast_debug_get_by_file
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘cdr_pgsql.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘res_ais.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘res_ais.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘res_ais.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:423 load_dynamic_module: Error loading module ‘chan_jingle.so’: /usr/lib/asterisk/modules/chan_jingle.so: undefined symbol: ast_rtp_bridge
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘chan_jingle.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:486 load_dynamic_module: Error loading module ‘app_voicemail_odbc.so’: /usr/lib/asterisk/modules/app_voicemail_odbc.so: undefined symbol: ast_odbc_request_obj
[Aug 25 17:23:41] WARNING[13561]: loader.c:902 load_resource: Module ‘app_voicemail_odbc.so’ could not be loaded.
[Aug 25 17:23:41] WARNING[13561]: loader.c:824 inspect_module: Module ‘app_readfile.so’ was not compiled with the same compile-time options as this version of Asterisk.
[Aug 25 17:23:41] WARNING[13561]: loader.c:825 inspect_module: Module ‘app_readfile.so’ will not be initialized as it may cause instability.
[Aug 25 17:23:41] WARNING[13561]: loader.c:915 load_resource: Module ‘app_readfile.so’ could not be loaded.
res_curl.so => (cURL Resource Module)
== Registered custom function ‘CURL’
== Registered custom function 'CURLOPT’
func_curl.so => (Load external URL)
[Aug 25 17:23:41] ERROR[13561]: res_config_sqlite3.c:1106 parse_config: Missing config file ‘res_config_sqlite3.conf’
[Aug 25 17:23:41] NOTICE[13561]: config.c:2349 ast_config_engine_register: Registered Config Engine sqlite3
res_config_sqlite3.so => (SQLite 3 realtime config engine)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/res_ldap.conf
== Parsing ‘/etc/asterisk/res_ldap.conf’: Found
[Aug 25 17:23:41] NOTICE[13561]: res_config_ldap.c:1639 parse_config: No directory user found, anonymous binding as default.
[Aug 25 17:23:41] ERROR[13561]: res_config_ldap.c:1665 parse_config: No directory URL or host found.
[Aug 25 17:23:41] ERROR[13561]: res_config_ldap.c:1548 load_module: Cannot load LDAP RealTime driver.
res_config_ldap.so => (LDAP realtime interface)
[Aug 25 17:23:41] NOTICE[13561]: config.c:2349 ast_config_engine_register: Registered Config Engine curl
res_config_curl loaded.
res_config_curl.so => (Realtime Curl configuration)
res_timing_timerfd.so => (Timerfd Timing Interface)
res_timing_pthread.so => (pthread Timing Interface)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/musiconhold.conf
== Parsing ‘/etc/asterisk/musiconhold.conf’: Found
== Registered application ‘MusicOnHold’
== Registered application ‘WaitMusicOnHold’
== Registered application ‘SetMusicOnHold’
== Registered application ‘StartMusicOnHold’
== Registered application 'StopMusicOnHold’
res_musiconhold.so => (Music On Hold Resource)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/codecs.conf
== Parsing ‘/etc/asterisk/codecs.conf’: Found
res_format_attr_celt.so => (CELT Format Attribute Module)
== Registered RTP engine ‘asterisk’
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/rtp.conf
== Parsing ‘/etc/asterisk/rtp.conf’: Found
== RTP Allocating from port range 10000 -> 30000
res_rtp_asterisk.so => (Asterisk RTP Stack)
== Registered RTP engine 'multicast’
res_rtp_multicast.so => (Multicast RTP Engine)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/codecs.conf
== Parsing ‘/etc/asterisk/codecs.conf’: Found
res_format_attr_silk.so => (SILK Format Attribute Module)
SIP channel loading…
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/sip.conf
== Parsing ‘/etc/asterisk/sip.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/users.conf
== Parsing ‘/etc/asterisk/users.conf’: Found
[Aug 25 17:23:41] WARNING[13561]: sip/config_parser.c:812 sip_parse_nat_option: nat=yes is deprecated, use nat=force_rport,comedia instead
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:31401 reload_config: Enabling TCP socket for listening
== SIP Listening on 0.0.0.0:5061
== Using SIP CoS mark 4
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:31989 reload_config: SIP TCP server started
SSL certificate ok
[Aug 25 17:23:41] ERROR[13561]: tcptls.c:582 ast_tcptls_server_start: Unable to bind SIP TLS server to 0.0.0.0:5061: Address already in use
[Aug 25 17:23:41] ERROR[13561]: chan_sip.c:32007 reload_config: TLS Server start failed. Not listening on TLS socket.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30894 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30899 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30902 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30904 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30907 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: db.c:373 db_get_common: Unable to find key ‘3123’ in family ‘SIP/Registry’
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30894 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30899 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30902 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30904 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30907 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: db.c:373 db_get_common: Unable to find key ‘3234’ in family ‘SIP/Registry’
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30899 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30902 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30904 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30907 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: db.c:373 db_get_common: Unable to find key ‘3456’ in family ‘SIP/Registry’
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30899 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30902 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30904 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30907 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: db.c:373 db_get_common: Unable to find key ‘3333’ in family ‘SIP/Registry’
[Aug 25 17:23:41] WARNING[13561]: chan_sip.c:32092 reload_config: Section ‘3123’ lacks type
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30894 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30899 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30902 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30904 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
[Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30907 build_peer: Not an IPv4 nor IPv6 address, cannot set port.
[Aug 25 17:23:41] DEBUG[13561]: db.c:373 db_get_common: Unable to find key ‘3234’ in family ‘SIP/Registry’
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/sip_notify.conf
== Parsing ‘/etc/asterisk/sip_notify.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: db.c:373 db_get_common: Unable to find key ‘(bogus_peer)’ in family ‘SIP/Registry’
– Message technology handler ‘sip’ registered.
[Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for ‘SIP’ (Session Initiation Protocol (SIP))
== Registered channel type ‘SIP’ (Session Initiation Protocol (SIP))
== Registered RTP glue ‘SIP’
== Registered application ‘SIPDtmfMode’
== Registered application ‘SIPAddHeader’
== Registered application ‘SIPRemoveHeader’
== Registered custom function ‘SIP_HEADER’
== Registered custom function ‘SIPPEER’
== Registered custom function ‘SIPCHANINFO’
== Registered custom function ‘CHECKSIPDOMAIN’
== Manager registered action SIPpeers
== Manager registered action SIPshowpeer
== Manager registered action SIPqualifypeer
== Manager registered action SIPshowregistry
== Manager registered action SIPnotify
== Manager registered action SIPpeerstatus
== WebSocket registered sub-protocol 'sip’
chan_sip.so => (Session Initiation Protocol (SIP))
[Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for ‘Local’ (Local Proxy Channel Driver)
== Registered channel type ‘Local’ (Local Proxy Channel Driver)
== Manager registered action LocalOptimizeAway
chan_local.so => (Local Proxy Channel (Note: used internally by other modules))
[Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for ‘Agent’ (Call Agent Proxy Channel)
== Registered channel type ‘Agent’ (Call Agent Proxy Channel)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/agents.conf
== Parsing ‘/etc/asterisk/agents.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/users.conf
== Parsing ‘/etc/asterisk/users.conf’: Found
== Registered application ‘AgentLogin’
== Registered application ‘AgentMonitorOutgoing’
== Manager registered action Agents
== Manager registered action AgentLogoff
== Registered custom function 'AGENT’
chan_agent.so => (Agent Proxy Channel)
[Aug 25 17:23:41] NOTICE[13561]: chan_skinny.c:7736 config_load: Configuring skinny from skinny.conf
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/skinny.conf
== Parsing ‘/etc/asterisk/skinny.conf’: Found
== Skinny listening on 0.0.0.0:2000
[Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for ‘Skinny’ (Skinny Client Control Protocol (Skinny))
== Registered channel type ‘Skinny’ (Skinny Client Control Protocol (Skinny))
== Registered RTP glue ‘Skinny’
== Manager registered action SKINNYdevices
== Manager registered action SKINNYshowdevice
== Manager registered action SKINNYlines
== Manager registered action SKINNYshowline
chan_skinny.so => (Skinny Client Control Protocol (Skinny))
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/mgcp.conf
== Parsing ‘/etc/asterisk/mgcp.conf’: Found
== MGCP Listening on 0.0.0.0:2727
[Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for ‘MGCP’ (Media Gateway Control Protocol (MGCP))
== Registered channel type ‘MGCP’ (Media Gateway Control Protocol (MGCP))
== Registered RTP glue 'MGCP’
chan_mgcp.so => (Media Gateway Control Protocol (MGCP))
[Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for ‘Bridge’ (Bridge Interaction Channel)
== Registered channel type ‘Bridge’ (Bridge Interaction Channel)
chan_bridge.so => (Bridge Interaction Channel)
[Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for ‘MulticastRTP’ (Multicast RTP Paging Channel Driver)
== Registered channel type ‘MulticastRTP’ (Multicast RTP Paging Channel Driver)
chan_multicast_rtp.so => (Multicast RTP Paging Channel)
== Registered file format vox, extension(s) vox
format_vox.so => (Dialogic VOX (ADPCM) File Format)
== Registered file format h264, extension(s) h264
format_h264.so => (Raw H.264 data)
== Registered file format iLBC, extension(s) ilbc
format_ilbc.so => (Raw iLBC data)
== AGI Command ‘gosub’ registered
== Registered application ‘StackPop’
== Registered application ‘Return’
== Registered application ‘GosubIf’
== Registered application ‘Gosub’
== Registered custom function ‘LOCAL’
== Registered custom function ‘LOCAL_PEEK’
== Registered custom function 'STACK_PEEK’
app_stack.so => (Dialplan subroutines (Gosub, Return, etc))
== Registered file format g723sf, extension(s) g723|g723sf
format_g723.so => (G.723.1 Simple Timestamp File Format)
== Registered file format gsm, extension(s) gsm
format_gsm.so => (Raw GSM data)
== Registered file format g726-40, extension(s) g726-40
== Registered file format g726-32, extension(s) g726-32
== Registered file format g726-24, extension(s) g726-24
== Registered file format g726-16, extension(s) g726-16
format_g726.so => (Raw G.726 (16/24/32/40kbps) data)
== Registered file format pcm, extension(s) pcm|ulaw|ul|mu|ulw
== Registered file format alaw, extension(s) alaw|al|alw
== Registered file format au, extension(s) au
== Registered file format g722, extension(s) g722
format_pcm.so => (Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722 16Khz)
== Registered file format h263, extension(s) h263
format_h263.so => (Raw H.263 data)
== Registered file format siren7, extension(s) siren7
format_siren7.so => (ITU G.722.1 (Siren7, licensed from Polycom))
== Registered file format wav, extension(s) wav
== Registered file format wav16, extension(s) wav16
format_wav.so => (Microsoft WAV/WAV16 format (8kHz/16kHz Signed Linear))
== Registered file format wav49, extension(s) WAV|wav49
format_wav_gsm.so => (Microsoft WAV format (Proprietary GSM))
== Registered file format sln, extension(s) sln|raw
== Registered file format sln12, extension(s) sln12
== Registered file format sln16, extension(s) sln16
== Registered file format sln24, extension(s) sln24
== Registered file format sln32, extension(s) sln32
== Registered file format sln44, extension(s) sln44
== Registered file format sln48, extension(s) sln48
== Registered file format sln96, extension(s) sln96
== Registered file format sln192, extension(s) sln192
format_sln.so => (Raw Signed Linear Audio support (SLN) 8khz-192khz)
== Registered file format g719, extension(s) g719
format_g719.so => (ITU G.719)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/adsi.conf
== Parsing ‘/etc/asterisk/adsi.conf’: Found
res_adsi.so => (ADSI Resource)
== Registered custom function ‘DIALPLAN_EXISTS’
== Registered custom function 'VALID_EXTEN’
func_dialplan.so => (Dialplan Context/Extension/Priority Checking Functions)
== Registered format ‘jpg’ (JPEG (Joint Picture Experts Group))
format_jpeg.so => (jpeg (joint picture experts group) image format)
== Registered file format g729, extension(s) g729
format_g729.so => (Raw G.729 data)
== Registered file format siren14, extension(s) siren14
format_siren14.so => (ITU G.722.1 Annex C (Siren14, licensed from Polycom))
== Registered custom function 'PRESENCE_STATE’
func_presencestate.so => (Gets or sets a presence state in the dialplan)
== Registered custom function ‘DEVICE_STATE’
== Registered custom function 'HINT’
func_devstate.so => (Gets or sets a device state in the dialplan)
[Aug 25 17:23:41] ERROR[13561]: config_options.c:512 aco_process_config: Unable to load config file ‘confbridge.conf’
[Aug 25 17:23:41] ERROR[13561]: app_confbridge.c:3102 load_module: Unable to load config. Not loading module.
[Aug 25 17:23:41] ERROR[13561]: cdr_syslog.c:134 load_config: Unable to load cdr_syslog.conf. Not logging custom CSV CDRs to syslog.
[Aug 25 17:23:41] ERROR[13561]: cel_custom.c:89 load_config: Unable to load cel_custom.conf. Not logging CEL to custom CSVs.
cel_custom.so => (Customizable Comma Separated Values CEL Backend)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/cdr_sqlite3_custom.conf
== Parsing ‘/etc/asterisk/cdr_sqlite3_custom.conf’: Found
– cdr_sqlite3_custom: Logging CDR records to table ‘cdr’ in 'master.db’
cdr_sqlite3_custom.so => (SQLite3 Custom CDR Module)
[Aug 25 17:23:41] WARNING[13561]: cel_manager.c:157 load_config: Failed to load configuration file. CEL manager Module not activated.
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/cdr_manager.conf
== Parsing ‘/etc/asterisk/cdr_manager.conf’: Found
cdr_manager.so => (Asterisk Manager Interface CDR Backend)
[Aug 25 17:23:41] WARNING[13561]: cel_sqlite3_custom.c:165 load_config: Failed to load configuration file. Module not activated.
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/cdr.conf
== Parsing ‘/etc/asterisk/cdr.conf’: Found
cdr_csv.so => (Comma Separated Values CDR Backend)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/cdr_custom.conf
== Parsing ‘/etc/asterisk/cdr_custom.conf’: Found
cdr_custom.so => (Customizable Comma Separated Values CDR Backend)
== Registered custom function ‘SRVQUERY’
== Registered custom function 'SRVRESULT’
func_srv.so => (SRV related dialplan functions)
== Registered application 'Record’
app_record.so => (Trivial Record Application)
== Registered application 'ChannelRedirect’
app_channelredirect.so => (Redirects a given channel to a dialplan target)
== Registered application 'BackgroundDetect’
app_talkdetect.so => (Playback with Talk Detection)
== Registered application 'Read’
app_read.so => (Read Variable Application)
== Registered application ‘SpeechCreate’
== Registered application ‘SpeechLoadGrammar’
== Registered application ‘SpeechUnloadGrammar’
== Registered application ‘SpeechActivateGrammar’
== Registered application ‘SpeechDeactivateGrammar’
== Registered application ‘SpeechStart’
== Registered application ‘SpeechBackground’
== Registered application ‘SpeechDestroy’
== Registered application ‘SpeechProcessingSound’
== Registered custom function ‘SPEECH’
== Registered custom function ‘SPEECH_SCORE’
== Registered custom function ‘SPEECH_TEXT’
== Registered custom function ‘SPEECH_GRAMMAR’
== Registered custom function ‘SPEECH_ENGINE’
== Registered custom function 'SPEECH_RESULTS_TYPE’
app_speech_utils.so => (Dialplan Speech Applications)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/festival.conf
== Parsing ‘/etc/asterisk/festival.conf’: Found
== Registered application 'Festival’
app_festival.so => (Simple Festival Interface)
== Registered application 'ExternalIVR’
app_externalivr.so => (External IVR Interface Application)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/unistim.conf
== Parsing ‘/etc/asterisk/unistim.conf’: Found
== UNISTIM Listening on 0.0.0.0:5000
[Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for ‘USTM’ (UNISTIM Channel Driver)
== Registered channel type ‘USTM’ (UNISTIM Channel Driver)
== Registered RTP glue 'USTM’
chan_unistim.so => (UNISTIM Protocol (USTM))
== Registered custom function 'FRAME_TRACE’
func_frame_trace.so => (Frame Trace for internal ast_frame debugging.)
== Registered custom function ‘MUTEAUDIO’
== Manager registered action MuteAudio
res_mutestream.so => (Mute audio stream resources)
== Registered custom function ‘REALTIME’
== Registered custom function ‘REALTIME_STORE’
== Registered custom function ‘REALTIME_DESTROY’
== Registered custom function ‘REALTIME_FIELD’
== Registered custom function 'REALTIME_HASH’
func_realtime.so => (Read/Write/Store/Destroy values from a RealTime repository)
== Registered application 'Originate’
app_originate.so => (Originate call)
== Registered application ‘TrySystem’
== Registered application 'System’
app_system.so => (Generic System() application)
== Registered application 'ADSIProg’
app_adsiprog.so => (Asterisk ADSI Programming Application)
res_clioriginate.so => (Call origination and redirection from the CLI)
== Registered custom function ‘MATH’
== Registered custom function ‘INC’
== Registered custom function 'DEC’
func_math.so => (Mathematical dialplan function)
== Registered translator ‘g722tolin’ from format g722 to slin, table cost, 960000, computational cost 1
[Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix
== Registered translator ‘lintog722’ from format slin to g722, table cost, 825000, computational cost 1
[Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix
== Registered translator ‘g722tolin16’ from format g722 to slin16, table cost, 900000, computational cost 1
[Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1725000 cost path from slin to slin16, via g722
== Registered translator ‘lin16tog722’ from format slin16 to g722, table cost, 600000, computational cost 4000
[Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1725000 cost path from slin to slin16, via g722
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from slin16 to slin, via g722
codec_g722.so => (ITU G.722-64kbps G722 Transcoder)
== Registered application 'ForkCDR’
app_forkcdr.so => (Fork The CDR into 2 separate entities)
bridge_builtin_features.so => (Built in bridging features)
== Registered application 'DISA’
app_disa.so => (DISA (Direct Inward System Access) Application)
== Registered custom function 'AUDIOHOOK_INHERIT’
func_audiohookinherit.so => (Audiohook inheritance function)
== Registered application 'Morsecode’
app_morsecode.so => (Morse code)
== Registered application 'SendURL’
app_url.so => (Send URL Applications)
== Registered custom function ‘ENV’
== Registered custom function ‘STAT’
== Registered custom function ‘FILE’
== Registered custom function ‘FILE_COUNT_LINE’
== Registered custom function 'FILE_FORMAT’
func_env.so => (Environment/filesystem dialplan functions)
== Registered custom function ‘ISNULL’
== Registered custom function ‘SET’
== Registered custom function ‘EXISTS’
== Registered custom function ‘IF’
== Registered custom function ‘IFTIME’
== Registered custom function 'IMPORT’
func_logic.so => (Logical dialplan functions)
== Registered application 'Transfer’
app_transfer.so => (Transfers a caller to another extension)
== Registered translator ‘alawtoulaw’ from format alaw to ulaw, table cost, 915000, computational cost 1
[Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1725000 cost path from slin to slin16, via g722
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from slin16 to slin, via g722
== Registered translator ‘ulawtoalaw’ from format ulaw to alaw, table cost, 915000, computational cost 1
[Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1725000 cost path from slin to slin16, via g722
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from slin16 to slin, via g722
codec_a_mu.so => (A-law and Mulaw direct Coder/Decoder)
== Registered custom function ‘CALLERPRES’
== Registered custom function ‘CALLERID’
== Registered custom function ‘CONNECTEDLINE’
== Registered custom function 'REDIRECTING’
func_callerid.so => (Party ID related dialplan functions (Caller-ID, Connected-line, Redirecting))
== Registered custom function 'RAND’
func_rand.so => (Random number dialplan function)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/say.conf
== Parsing ‘/etc/asterisk/say.conf’: Found
== Registered application 'Playback’
app_playback.so => (Sound File Playback Application)
== Registered translator ‘gsmtolin’ from format gsm to slin, table cost, 900000, computational cost 1
[Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1725000 cost path from slin to slin16, via g722
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from slin16 to slin, via g722
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1725000 cost path from gsm to g722, via slin
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 2625000 cost path from gsm to slin16, via slin
== Registered translator ‘lintogsm’ from format slin to gsm, table cost, 600000, computational cost 1
[Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from g722 to gsm, via slin
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1725000 cost path from slin to slin16, via g722
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from slin16 to slin, via g722
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 2160000 cost path from slin16 to gsm, via g722
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1725000 cost path from gsm to g722, via slin
[Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 2625000 cost path from gsm to slin16, via slin
codec_gsm.so => (GSM Coder/Decoder)
res_convert.so => (File format conversion CLI command)
== Registered custom function 'TIMEOUT’
func_timeout.so => (Channel timeout dialplan functions)
== Registered custom function 'BLACKLIST’
func_blacklist.so => (Look up Caller*ID name/number from blacklist database)
== Registered application 'ChanIsAvail’
app_chanisavail.so => (Check channel availability)
== Registered application 'Authenticate’
app_authenticate.so => (Authentication Application)
pbx_spool.so => (Outgoing Spool Support)
== Registered application 'ICES’
app_ices.so => (Encode and Stream via icecast and ices)
[Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/extensions.conf
== Parsing ‘/etc/asterisk/extensions.conf’: Found
[Aug 25 17:23:41] DEBUG[13561]: pbx.c:8499 ast_context_find_or_create: Registered context ‘default’(0x9f0d9d8) in local table 0x9f0ce00; registrar: pbx_config
– Registered extension context ‘default’; registrar: pbx_config
[Aug 25 17:23:41] DEBUG[13561]: pbx.c:9975 ast_add_extension2_lockopt: Added extension ‘_3XXX’ priority 1 to default (0x9f0d9d8)
– Added extension ‘_3XXX’ priority 1 to default
[Aug 25 17:23:41] DEBUG[13561]: pbx.c:9975 ast_add_extension2_lockopt: Added extension ‘_3XXX’ priority 2 to default (0x9f0d9d8)
– Added extension ‘_3XXX’ priority 2 to default
[Aug 25 17:23:41] DEBUG[13561]: pbx.c:8499 ast_context_find_or_create: Registered context ‘lokal’(0x9f12700) in local table 0x9f0ce00; registrar: pbx_config
– Registered extension context ‘lokal’; registrar: pbx_config
– Including context ‘default’ in context ‘lokal’
[Aug 25 17:23:41] DEBUG[13561]: pbx.c:8499 ast_context_find_or_create: Registered context ‘incoming’(0x9f12880) in local table 0x9f0ce00; registrar: pbx_config
– Registered extension context ‘incoming’; registrar: pbx_config
[/code]

Should I copy the peer settings in the sip.conf?

Log Part 2

[Aug 25 17:23:41] DEBUG[13561]: pbx.c:9975 ast_add_extension2_lockopt: Added extension '3123' priority 1 to default (0x9f9e838) -- Added extension '3123' priority 1 to default [Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:29415 sip_devicestate: Checking device state for peer 3123 [Aug 25 17:23:41] DEBUG[13561]: pbx.c:5660 ast_add_hint: HINTS: Adding hint 3123: SIP/3123&IAX2/3123 [Aug 25 17:23:41] DEBUG[13561]: pbx.c:9975 ast_add_extension2_lockopt: Added extension '3123' priority -1 to default (0x9f9e838) -- Added extension '3123' priority -1 to default [Aug 25 17:23:41] DEBUG[13561]: pbx.c:9975 ast_add_extension2_lockopt: Added extension '_3XXX' priority 2 to default (0x9f9e838) -- Added extension '_3XXX' priority 2 to default [Aug 25 17:23:41] DEBUG[13561]: pbx.c:9975 ast_add_extension2_lockopt: Added extension '_3XXX' priority 1 to default (0x9f9e838) -- Added extension '_3XXX' priority 1 to default -- Time to scan old dialplan and merge leftovers back into the new: 0.000236 sec -- Time to restore hints and swap in new dialplan: 0.000002 sec -- Time to delete the old dialplan: 0.000025 sec -- Total time merge_contexts_delete: 0.000263 sec [Aug 25 17:23:41] NOTICE[13561]: pbx_ael.c:192 pbx_load_module: AEL load process: merged config file name '/etc/asterisk/extensions.ael'. [Aug 25 17:23:41] NOTICE[13561]: pbx_ael.c:195 pbx_load_module: AEL load process: verified config file name '/etc/asterisk/extensions.ael'. pbx_ael.so => (Asterisk Extension Language Compiler) == Registered custom function 'AES_DECRYPT' == Registered custom function 'AES_ENCRYPT' func_aes.so => (AES dialplan functions) == Registered custom function 'GLOBAL' == Registered custom function 'SHARED' func_global.so => (Variable dialplan functions) == Registered translator 'g726tolin' from format g726 to slin, table cost, 900000, computational cost 1 [Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix [Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from g722 to gsm, via slin … == Registered translator 'lintog726' from format slin to g726, table cost, 600000, computational cost 4001 [Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix [Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from g722 to gsm, via slin … codec_g726.so => (ITU G.726-32kbps G726 Transcoder) == Registered application 'Pickup' == Registered application 'PickupChan' app_directed_pickup.so => (Directed Call Pickup Application) == Manager registered action PlayDTMF == Registered application 'SendDTMF' app_senddtmf.so => (Send DTMF digits Application) == Registered application 'Page' app_page.so => (Page Multiple Phones) == Registered bridge technology simple_bridge bridge_simple.so => (Simple two channel bridging module) [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/alarmreceiver.conf == Parsing '/etc/asterisk/alarmreceiver.conf': Found == Registered application 'AlarmReceiver' app_alarmreceiver.so => (Alarm Receiver for Asterisk) == Registered application 'NoCDR' app_cdr.so => (Tell Asterisk to not maintain a CDR for the current call) == Registered translator 'ulawtolin' from format ulaw to slin, table cost, 900000, computational cost 1 [Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix [Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from g722 to gsm, via slin .... codec_ulaw.so => (mu-Law Coder/Decoder) == Registered custom function 'DB' == Registered custom function 'DB_EXISTS' == Registered custom function 'DB_DELETE' == Registered custom function 'DB_KEYS' func_db.so => (Database (astdb) related dialplan functions) res_limit.so => (Resource limits) == Registered bridge technology softmix bridge_softmix.so => (Multi-party software based channel mixing) == Registered application 'While' == Registered application 'EndWhile' == Registered application 'ExitWhile' == Registered application 'ContinueWhile' app_while.so => (While Loops and Conditional Execution) == Registered application 'SayUnixTime' == Registered application 'DateTime' app_sayunixtime.so => (Say time) == Registered custom function 'GROUP_COUNT' == Registered custom function 'GROUP_MATCH_COUNT' == Registered custom function 'GROUP_LIST' == Registered custom function 'GROUP' func_groupcount.so => (Channel group dialplan functions) == Registered application 'UserEvent' app_userevent.so => (Custom User Event Application) == Registered application 'WaitForRing' app_waitforring.so => (Waits until first ring after time) == Registered application 'Echo' app_echo.so => (Simple Echo Application) == Registered custom function 'SPRINTF' func_sprintf.so => (SPRINTF dialplan function) [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/codecs.conf == Parsing '/etc/asterisk/codecs.conf': Found res_format_attr_h264.so => (H.264 Format Attribute Module) == Registered application 'SoftHangup' app_softhangup.so => (Hangs up the requested channel) == Registered custom function 'VOLUME' func_volume.so => (Technology independent volume control) == Registered application 'Directory' app_directory.so => (Extension Directory) == Registered custom function 'JITTERBUFFER' func_jitterbuffer.so => (Jitter buffer for read side of channel.) == Registered custom function 'SYSINFO' func_sysinfo.so => (System information related functions) == Registered custom function 'MD5' func_md5.so => (MD5 digest dialplan functions) == Registered application 'MinivmRecord' == Registered application 'MinivmGreet' == Registered application 'MinivmNotify' == Registered application 'MinivmDelete' == Registered application 'MinivmAccMess' == Registered application 'MinivmMWI' == Registered custom function 'MINIVMACCOUNT' == Registered custom function 'MINIVMCOUNTER' [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/minivm.conf == Parsing '/etc/asterisk/minivm.conf': Found [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:2829 load_config: Destroyed memory objects... [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:2856 load_config: Loaded configuration file, now parsing [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:2862 load_config: Found configuration section [general] [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:2862 load_config: Found configuration section [zonemessages] [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:2862 load_config: Found configuration section [template-sv_SE_email] [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option messagebody = "Hej ${MVM_NAME}:\n\n\tDu har f�tt ett r�stbrevl�de-meddelande fr�n ${MVM_CALLERID}.\nL�ngd: ${MVM_DUR}\nMailbox ${MVM_MAILBOX}\nDatum: ${MVM_DATE}. \nMeddelandet bifogas det h�r brevet. Om du inte kan l�sa det, kontakta intern support. \nH�lsningar\n\n\t\t\t\t--Asterisk\n" for template sv_SE_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option subject = "Du har f�tt r�stmeddelande (se bilaga)" for template sv_SE_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option fromemail = "swedish-voicemail-service@stockholm.example.com" for template sv_SE_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option fromaddress = "Asterisk R�stbrevl�da" for template sv_SE_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option charset = "iso-8859-1" for template sv_SE_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option attachmedia = "yes" for template sv_SE_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option dateformat = "%A, %d %B %Y at %H:%M:%S" for template sv_SE_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option locale = "sv_SE" for template sv_SE_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:2862 load_config: Found configuration section [template-en_US_email] [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option messagebody = "Dear ${MVM_NAME}:\n\n\tjust wanted to let you know you were just left a ${MVM_DUR} long message \nin mailbox ${MVM_MAILBOX} from ${MVM_CALLERID}, on ${MVM_DATE}, so you might\nwant to check it when you get a chance. Thanks!\n\n\t\t\t\t--Asterisk\n" for template en_US_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option subject = "New voicemail" for template en_US_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option charset = "ascii" for template en_US_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option attachmedia = "yes" for template en_US_email [Aug 25 17:23:41] DEBUG[13561]: app_minivm.c:750 message_template_build: Configuring template option dateformat = "%A, %B %d, %Y at %r" for template en_US_email app_minivm.so => (Mini VoiceMail (A minimal Voicemail e-mail System)) == Registered custom function 'ENUMRESULT' == Registered custom function 'ENUMQUERY' == Registered custom function 'ENUMLOOKUP' == Registered custom function 'TXTCIDNAME' func_enum.so => (ENUM related dialplan functions) == Registered custom function 'BASE64_ENCODE' == Registered custom function 'BASE64_DECODE' func_base64.so => (base64 encode/decode dialplan functions) == Registered application 'TestClient' == Registered application 'TestServer' app_test.so => (Interface Test Application) == Registered translator 'alawtolin' from format alaw to slin, table cost, 900000, computational cost 1 [Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix [Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from g722 to ulaw, via slin ... codec_alaw.so => (A-law Coder/Decoder) res_realtime.so => (Realtime Data Lookup/Rewrite) == Registered application 'SendText' app_sendtext.so => (Send Text Applications) == Registered translator 'adpcmtolin' from format adpcm to slin, table cost, 900000, computational cost 1 [Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix [Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from g722 to alaw, via slin ... codec_adpcm.so => (Adaptive Differential PCM Coder/Decoder) == Registered application 'Milliwatt' app_milliwatt.so => (Digital Milliwatt (mu-law) Test Application) == Registered application 'PlayTones' == Registered application 'StopPlayTones' app_playtones.so => (Playtones Application) == Registered custom function 'CHANNEL' == Registered custom function 'CHANNELS' == Registered custom function 'MASTER_CHANNEL' func_channel.so => (Channel information dialplan functions) == Registered application 'NBScat' app_nbscat.so => (Silly NBS Stream Application) == Registered application 'MixMonitor' == Registered application 'StopMixMonitor' == Manager registered action MixMonitorMute == Manager registered action MixMonitor == Manager registered action StopMixMonitor app_mixmonitor.so => (Mixed Audio Monitoring Application) == Registered custom function 'CALLCOMPLETION' func_callcompletion.so => (Call Control Configuration Function) == Registered custom function 'PP_EACH_USER' == Registered custom function 'PP_EACH_EXTENSION' [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/sip.conf == Parsing '/etc/asterisk/sip.conf': Found [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/users.conf == Parsing '/etc/asterisk/users.conf': Found [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/phoneprov.conf == Parsing '/etc/asterisk/phoneprov.conf': Found res_phoneprov.so => (HTTP Phone Provisioning) == Registered application 'ControlPlayback' app_controlplayback.so => (Control Playback Application) [Aug 25 17:23:41] DEBUG[13561]: translate.c:583 generate_computational_cost: Translator 'slin 8000khz -> 12000khz' does not produce sample frames. == Registered translator 'slin 8000khz -> 12000khz' from format slin to slin12, table cost, 800000, computational cost 999999 [Aug 25 17:23:41] DEBUG[13561]: translate.c:708 matrix_rebuild: Resetting translation matrix [Aug 25 17:23:41] DEBUG[13561]: translate.c:777 matrix_rebuild: Discovered 1560000 cost path from g722 to alaw, via slin .......... codec_resample.so => (SLIN Resampling Codec) == Registered application 'WaitUntil' app_waituntil.so => (Wait until specified time) == Registered application 'Exec' == Registered application 'TryExec' == Registered application 'ExecIf' app_exec.so => (Executes dialplan applications) == Registered custom function 'PITCH_SHIFT' func_pitchshift.so => (Audio Effects Dialplan Functions) [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/phone.conf == Parsing '/etc/asterisk/phone.conf': Found [Aug 25 17:23:41] DEBUG[13561]: channel.c:742 ast_channel_register: Registered handler for 'Phone' (Standard Linux Telephony API Driver) == Registered channel type 'Phone' (Standard Linux Telephony API Driver) chan_phone.so => (Linux Telephony API Support) [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/queuerules.conf == Parsing '/etc/asterisk/queuerules.conf': Found [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/queues.conf == Parsing '/etc/asterisk/queues.conf': Found == Registered application 'Queue' == Registered application 'AddQueueMember' == Registered application 'RemoveQueueMember' == Registered application 'PauseQueueMember' == Registered application 'UnpauseQueueMember' == Registered application 'QueueLog' == Manager registered action Queues == Manager registered action QueueStatus == Manager registered action QueueSummary == Manager registered action QueueAdd == Manager registered action QueueRemove == Manager registered action QueuePause == Manager registered action QueueLog == Manager registered action QueuePenalty == Manager registered action QueueMemberRingInUse == Manager registered action QueueRule == Manager registered action QueueReload == Manager registered action QueueReset == Registered custom function 'QUEUE_VARIABLES' == Registered custom function 'QUEUE_EXISTS' == Registered custom function 'QUEUE_MEMBER' == Registered custom function 'QUEUE_MEMBER_COUNT' == Registered custom function 'QUEUE_MEMBER_LIST' == Registered custom function 'QUEUE_WAITING_COUNT' == Registered custom function 'QUEUE_MEMBER_PENALTY' app_queue.so => (True Call Queueing) [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/cli_permissions.conf == Parsing '/etc/asterisk/cli_permissions.conf': Found Asterisk Ready. [Aug 25 17:23:41] DEBUG[13561]: config.c:1644 config_text_file_load: Parsing /etc/asterisk/cli.conf == Parsing '/etc/asterisk/cli.conf': Found [Aug 25 17:23:49] DEBUG[13592]: chan_sip.c:3088 _sip_tcp_helper_thread: Starting thread for TCP server

Based on your logs you have a totally screwed setup.

If this installation of asterisk 11 is an update for a previous version, before installing it run: make uninstall(first backup your configs). This is because you have a lot of warnings telling you that many modules can’t be loaded because was compiled with a different time.

About the TLS error the log show as well what is the cause:

ERROR[13561]: tcptls.c:582 ast_tcptls_server_start: Unable to bind SIP TLS server to 0.0.0.0:5061: Address already in use [Aug 25 17:23:41] ERROR[13561]: chan_sip.c:32007 reload_config: TLS Server start failed. Not listening on TLS socket. [Aug 25 17:23:41] DEBUG[13561]: chan_sip.c:30894 build_peer: Not an IPv4 nor IPv6 address, cannot set port.

As you can see your server already has an application listening on that port so you need to change the other application port or stop it and then retry.

I install it again with the version 11.5.0. And the program which is listen on the ports is asterisk.

The new debuglog part 1:

[code]
Parsing /etc/asterisk/asterisk.conf
Seeding global EID ‘00:24:8c:7c:24:e4’ from ‘eth0’ using 'siocgifhwaddr’
e[0;37mAsterisk 11.5.0, Copyright © 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

Parsing /etc/asterisk/extconfig.conf
e[1;30m == e[0mParsing ‘/etc/asterisk/extconfig.conf’: Found
Resetting translation matrix
Parsing /etc/asterisk/logger.conf
e[1;30m == e[0mParsing ‘/etc/asterisk/logger.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/asterisk.conf’: Found
e[1;30m == e[0mManager registered action DBGet
e[1;30m == e[0mManager registered action DBPut
e[1;30m == e[0mManager registered action DBDel
e[1;30m == e[0mManager registered action DBDelTree
e[1;30m == e[0mRegistered custom function 'e[1;36mMESSAGEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mMESSAGE_DATAe[0m’
e[1;30m == e[0mRegistered application 'e[1;36mMessageSende[0m’
e[1;30m == e[0mManager registered action MessageSend
e[1;30m == e[0mManager registered action DataGet
e[1;30m == e[0mParsing ‘/etc/asterisk/codecs.conf’: Found
e[1;30m e[0mAsterisk Dynamic Loader Starting:
e[1;30m == e[0mParsing ‘/etc/asterisk/modules.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/dnsmgr.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/acl.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/http.conf’: Found
e[1;30m == e[0mManager registered action Ping
e[1;30m == e[0mManager registered action Events
e[1;30m == e[0mManager registered action Logoff
e[1;30m == e[0mManager registered action Login
e[1;30m == e[0mManager registered action Challenge
e[1;30m == e[0mManager registered action Hangup
e[1;30m == e[0mManager registered action Status
e[1;30m == e[0mManager registered action Setvar
e[1;30m == e[0mManager registered action Getvar
e[1;30m == e[0mManager registered action GetConfig
e[1;30m == e[0mManager registered action GetConfigJSON
e[1;30m == e[0mManager registered action UpdateConfig
e[1;30m == e[0mManager registered action CreateConfig
e[1;30m == e[0mManager registered action ListCategories
e[1;30m == e[0mManager registered action Redirect
e[1;30m == e[0mManager registered action Atxfer
e[1;30m == e[0mManager registered action Originate
e[1;30m == e[0mManager registered action Command
e[1;30m == e[0mManager registered action ExtensionState
e[1;30m == e[0mManager registered action PresenceState
e[1;30m == e[0mManager registered action AbsoluteTimeout
e[1;30m == e[0mManager registered action MailboxStatus
e[1;30m == e[0mManager registered action MailboxCount
e[1;30m == e[0mManager registered action ListCommands
e[1;30m == e[0mManager registered action SendText
e[1;30m == e[0mManager registered action UserEvent
e[1;30m == e[0mManager registered action WaitEvent
e[1;30m == e[0mManager registered action CoreSettings
e[1;30m == e[0mManager registered action CoreStatus
e[1;30m == e[0mManager registered action Reload
e[1;30m == e[0mManager registered action CoreShowChannels
e[1;30m == e[0mManager registered action ModuleLoad
e[1;30m == e[0mManager registered action ModuleCheck
e[1;30m == e[0mManager registered action AOCMessage
e[1;30m == e[0mManager registered action Filter
e[1;30m == e[0mRegistered custom function 'e[1;36mAMI_CLIENTe[0m’
e[1;30m == e[0mParsing ‘/etc/asterisk/manager.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/users.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/cdr.conf’: Found
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mcdr.ce[0m:e[1;37m1623e[0m e[1;37mdo_reloade[0m: CDR simple logging enabled.
e[1;30m == e[0mParsing ‘/etc/asterisk/cel.conf’: Found
e[1;30m – e[0mCEL logging disabled.
e[1;30m == e[0mParsing ‘/etc/asterisk/dsp.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/udptl.conf’: Found
e[1;30m e[0mAsterisk PBX Core Initializing
e[1;30m e[0mRegistering builtin applications:
e[1;30m == e[0mRegistered custom function 'e[1;36mEXCEPTIONe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mTESTTIMEe[0m’
e[1;30m e[0m[Answer]
e[1;30m == e[0mRegistered application 'e[1;36mAnswere[0m’
e[1;30m e[0m[BackGround]
e[1;30m == e[0mRegistered application 'e[1;36mBackGrounde[0m’
e[1;30m e[0m[Busy]
e[1;30m == e[0mRegistered application 'e[1;36mBusye[0m’
e[1;30m e[0m[Congestion]
e[1;30m == e[0mRegistered application 'e[1;36mCongestione[0m’
e[1;30m e[0m[ExecIfTime]
e[1;30m == e[0mRegistered application 'e[1;36mExecIfTimee[0m’
e[1;30m e[0m[Goto]
e[1;30m == e[0mRegistered application 'e[1;36mGotoe[0m’
e[1;30m e[0m[GotoIf]
e[1;30m == e[0mRegistered application 'e[1;36mGotoIfe[0m’
e[1;30m e[0m[GotoIfTime]
e[1;30m == e[0mRegistered application 'e[1;36mGotoIfTimee[0m’
e[1;30m e[0m[ImportVar]
e[1;30m == e[0mRegistered application 'e[1;36mImportVare[0m’
e[1;30m e[0m[Hangup]
e[1;30m == e[0mRegistered application 'e[1;36mHangupe[0m’
e[1;30m e[0m[Incomplete]
e[1;30m == e[0mRegistered application 'e[1;36mIncompletee[0m’
e[1;30m e[0m[NoOp]
e[1;30m == e[0mRegistered application 'e[1;36mNoOpe[0m’
e[1;30m e[0m[Proceeding]
e[1;30m == e[0mRegistered application 'e[1;36mProceedinge[0m’
e[1;30m e[0m[Progress]
e[1;30m == e[0mRegistered application 'e[1;36mProgresse[0m’
e[1;30m e[0m[RaiseException]
e[1;30m == e[0mRegistered application 'e[1;36mRaiseExceptione[0m’
e[1;30m e[0m[ResetCDR]
e[1;30m == e[0mRegistered application 'e[1;36mResetCDRe[0m’
e[1;30m e[0m[Ringing]
e[1;30m == e[0mRegistered application 'e[1;36mRinginge[0m’
e[1;30m e[0m[SayAlpha]
e[1;30m == e[0mRegistered application 'e[1;36mSayAlphae[0m’
e[1;30m e[0m[SayDigits]
e[1;30m == e[0mRegistered application 'e[1;36mSayDigitse[0m’
e[1;30m e[0m[SayNumber]
e[1;30m == e[0mRegistered application 'e[1;36mSayNumbere[0m’
e[1;30m e[0m[SayPhonetic]
e[1;30m == e[0mRegistered application 'e[1;36mSayPhonetice[0m’
e[1;30m e[0m[Set]
e[1;30m == e[0mRegistered application 'e[1;36mSete[0m’
e[1;30m e[0m[MSet]
e[1;30m == e[0mRegistered application 'e[1;36mMSete[0m’
e[1;30m e[0m[SetAMAFlags]
e[1;30m == e[0mRegistered application 'e[1;36mSetAMAFlagse[0m’
e[1;30m e[0m[Wait]
e[1;30m == e[0mRegistered application 'e[1;36mWaite[0m’
e[1;30m e[0m[WaitExten]
e[1;30m == e[0mRegistered application 'e[1;36mWaitExtene[0m’
e[1;30m == e[0mManager registered action ShowDialPlan
e[1;30m == e[0mParsing ‘/etc/asterisk/indications.conf’: Found
e[1;30m – e[0mRegistered indication country 'at’
e[1;30m – e[0mRegistered indication country 'au’
e[1;30m – e[0mRegistered indication country 'bg’
e[1;30m – e[0mRegistered indication country 'br’
e[1;30m – e[0mRegistered indication country 'be’
e[1;30m – e[0mRegistered indication country 'ch’
e[1;30m – e[0mRegistered indication country 'cl’
e[1;30m – e[0mRegistered indication country 'cn’
e[1;30m – e[0mRegistered indication country 'cz’
e[1;30m – e[0mRegistered indication country 'de’
e[1;30m – e[0mRegistered indication country 'dk’
e[1;30m – e[0mRegistered indication country 'ee’
e[1;30m – e[0mRegistered indication country 'es’
e[1;30m – e[0mRegistered indication country 'fi’
e[1;30m – e[0mRegistered indication country 'fr’
e[1;30m – e[0mRegistered indication country 'gr’
e[1;30m – e[0mRegistered indication country 'hu’
e[1;30m – e[0mRegistered indication country 'il’
e[1;30m – e[0mRegistered indication country 'in’
e[1;30m – e[0mRegistered indication country 'it’
e[1;30m – e[0mRegistered indication country 'lt’
e[1;30m – e[0mRegistered indication country 'jp’
e[1;30m – e[0mRegistered indication country 'mx’
e[1;30m – e[0mRegistered indication country 'my’
e[1;30m – e[0mRegistered indication country 'nl’
e[1;30m – e[0mRegistered indication country 'no’
e[1;30m – e[0mRegistered indication country 'nz’
e[1;30m – e[0mRegistered indication country 'ph’
e[1;30m – e[0mRegistered indication country 'pl’
e[1;30m – e[0mRegistered indication country 'pt’
e[1;30m – e[0mRegistered indication country 'ru’
e[1;30m – e[0mRegistered indication country 'se’
e[1;30m – e[0mRegistered indication country 'sg’
e[1;30m – e[0mRegistered indication country 'th’
e[1;30m – e[0mRegistered indication country 'uk’
e[1;30m – e[0mRegistered indication country 'us’
e[1;30m – e[0mRegistered indication country 'us-old’
e[1;30m – e[0mRegistered indication country 'tw’
e[1;30m – e[0mRegistered indication country 've’
e[1;30m – e[0mRegistered indication country 'za’
e[1;30m – e[0mSetting default indication country to 'us’
e[1;30m == e[0mParsing ‘/etc/asterisk/features.conf’: Found
e[1;30m – e[0mRegistered extension context ‘parkedcalls’; registrar: features
e[1;30m – e[0mAdded extension ‘700’ priority 1 to parkedcalls
e[1;30m == e[0mRegistered application 'e[1;36mBridgee[0m’
e[1;30m == e[0mRegistered application 'e[1;36mParkedCalle[0m’
e[1;30m == e[0mRegistered application 'e[1;36mParke[0m’
e[1;30m == e[0mManager registered action ParkedCalls
e[1;30m == e[0mManager registered action Parkinglots
e[1;30m == e[0mManager registered action Park
e[1;30m == e[0mManager registered action Bridge
e[1;30m == e[0mRegistered custom function 'e[1;36mFEATUREe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mFEATUREMAPe[0m’
e[1;30m == e[0mParsing ‘/etc/asterisk/enum.conf’: Found
e[1;30m == e[0mRegistered application 'e[1;36mCallCompletionRequeste[0m’
e[1;30m == e[0mRegistered application 'e[1;36mCallCompletionCancele[0m’
e[1;30m == e[0mParsing ‘/etc/asterisk/ccss.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/ccss.conf’: Found
e[1;30m e[0mAsterisk Dynamic Loader Starting:
e[1;30m == e[0mParsing ‘/etc/asterisk/modules.conf’: Found
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mloader.ce[0m:e[1;37m1190e[0m e[1;37mload_modulese[0m: 195 modules will be loaded.
[Aug 26 10:43:51] e[1;31mWARNINGe[0m[15561]: e[1;37mloader.ce[0m:e[1;37m423e[0m e[1;37mload_dynamic_modulee[0m: Error loading module ‘chan_alsa.so’: /usr/lib/asterisk/modules/chan_alsa.so: cannot open shared object file: No such file or directory
[Aug 26 10:43:51] e[1;31mWARNINGe[0m[15561]: e[1;37mloader.ce[0m:e[1;37m423e[0m e[1;37mload_dynamic_modulee[0m: Error loading module ‘codec_speex.so’: /usr/lib/asterisk/modules/codec_speex.so: cannot open shared object file: No such file or directory
e[1;30m e[0mres_crypto.so => (e[0;33mCryptographic Digital Signaturese[0m)
e[1;30m e[0mres_srtp.so => (e[0;33mSecure RTP (SRTP)e[0m)
e[1;30m == e[0mWebSocket registered sub-protocol 'echo’
e[1;30m e[0mres_http_websocket.so => (e[0;33mHTTP WebSocket Supporte[0m)
e[1;30m == e[0mRegistered application 'e[1;36mMonitore[0m’
e[1;30m == e[0mRegistered application 'e[1;36mStopMonitore[0m’
e[1;30m == e[0mRegistered application 'e[1;36mChangeMonitore[0m’
e[1;30m == e[0mRegistered application 'e[1;36mPauseMonitore[0m’
e[1;30m == e[0mRegistered application 'e[1;36mUnpauseMonitore[0m’
e[1;30m == e[0mManager registered action Monitor
e[1;30m == e[0mManager registered action StopMonitor
e[1;30m == e[0mManager registered action ChangeMonitor
e[1;30m == e[0mManager registered action PauseMonitor
e[1;30m == e[0mManager registered action UnpauseMonitor
e[1;30m e[0mres_monitor.so => (e[0;33mCall Monitoring Resourcee[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/smdi.conf’: Found
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mres_smdi.ce[0m:e[1;37m1418e[0m e[1;37mload_modulee[0m: No SMDI interfaces are available to listen on, not starting SMDI listener.
e[1;30m == e[0mParsing ‘/etc/asterisk/res_stun_monitor.conf’: Found
e[1;30m e[0mres_stun_monitor.so => (e[0;33mSTUN Network Monitore[0m)
e[1;30m == e[0mAGI Command ‘answer’ registered
e[1;30m == e[0mAGI Command ‘asyncagi break’ registered
e[1;30m == e[0mAGI Command ‘channel status’ registered
e[1;30m == e[0mAGI Command ‘database del’ registered
e[1;30m == e[0mAGI Command ‘database deltree’ registered
e[1;30m == e[0mAGI Command ‘database get’ registered
e[1;30m == e[0mAGI Command ‘database put’ registered
e[1;30m == e[0mAGI Command ‘exec’ registered
e[1;30m == e[0mAGI Command ‘get data’ registered
e[1;30m == e[0mAGI Command ‘get full variable’ registered
e[1;30m == e[0mAGI Command ‘get option’ registered
e[1;30m == e[0mAGI Command ‘get variable’ registered
e[1;30m == e[0mAGI Command ‘hangup’ registered
e[1;30m == e[0mAGI Command ‘noop’ registered
e[1;30m == e[0mAGI Command ‘receive char’ registered
e[1;30m == e[0mAGI Command ‘receive text’ registered
e[1;30m == e[0mAGI Command ‘record file’ registered
e[1;30m == e[0mAGI Command ‘say alpha’ registered
e[1;30m == e[0mAGI Command ‘say digits’ registered
e[1;30m == e[0mAGI Command ‘say number’ registered
e[1;30m == e[0mAGI Command ‘say phonetic’ registered
e[1;30m == e[0mAGI Command ‘say date’ registered
e[1;30m == e[0mAGI Command ‘say time’ registered
e[1;30m == e[0mAGI Command ‘say datetime’ registered
e[1;30m == e[0mAGI Command ‘send image’ registered
e[1;30m == e[0mAGI Command ‘send text’ registered
e[1;30m == e[0mAGI Command ‘set autohangup’ registered
e[1;30m == e[0mAGI Command ‘set callerid’ registered
e[1;30m == e[0mAGI Command ‘set context’ registered
e[1;30m == e[0mAGI Command ‘set extension’ registered
e[1;30m == e[0mAGI Command ‘set music’ registered
e[1;30m == e[0mAGI Command ‘set priority’ registered
e[1;30m == e[0mAGI Command ‘set variable’ registered
e[1;30m == e[0mAGI Command ‘stream file’ registered
e[1;30m == e[0mAGI Command ‘control stream file’ registered
e[1;30m == e[0mAGI Command ‘tdd mode’ registered
e[1;30m == e[0mAGI Command ‘verbose’ registered
e[1;30m == e[0mAGI Command ‘wait for digit’ registered
e[1;30m == e[0mAGI Command ‘speech create’ registered
e[1;30m == e[0mAGI Command ‘speech set’ registered
e[1;30m == e[0mAGI Command ‘speech destroy’ registered
e[1;30m == e[0mAGI Command ‘speech load grammar’ registered
e[1;30m == e[0mAGI Command ‘speech unload grammar’ registered
e[1;30m == e[0mAGI Command ‘speech activate grammar’ registered
e[1;30m == e[0mAGI Command ‘speech deactivate grammar’ registered
e[1;30m == e[0mAGI Command ‘speech recognize’ registered
e[1;30m == e[0mRegistered application 'e[1;36mDeadAGIe[0m’
e[1;30m == e[0mRegistered application 'e[1;36mEAGIe[0m’
e[1;30m == e[0mManager registered action AGI
e[1;30m == e[0mRegistered application 'e[1;36mAGIe[0m’
e[1;30m e[0mres_agi.so => (e[0;33mAsterisk Gateway Interface (AGI)e[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/res_fax.conf’: Found
e[1;30m == e[0mRegistered application 'e[1;36mSendFAXe[0m’
e[1;30m == e[0mRegistered application 'e[1;36mReceiveFAXe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mFAXOPTe[0m’
e[1;30m e[0mres_fax.so => (e[0;33mGeneric FAX Applicationse[0m)
e[1;30m e[0mres_speech.so => (e[0;33mGeneric Speech Recognition APIe[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/calendar.conf’: Found
e[1;30m == e[0mRegistered custom function 'e[1;36mCALENDAR_BUSYe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCALENDAR_EVENTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCALENDAR_QUERYe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCALENDAR_QUERY_RESULTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCALENDAR_WRITEe[0m’
e[1;30m e[0mres_calendar.so => (e[0;33mAsterisk Calendar integratione[0m)
e[1;30m e[0mres_ael_share.so => (e[0;33mshare-able code for AELe[0m)
[Aug 26 10:43:51] e[1;31mWARNINGe[0m[15561]: e[1;37mloader.ce[0m:e[1;37m423e[0m e[1;37mload_dynamic_modulee[0m: Error loading module ‘chan_alsa.so’: /usr/lib/asterisk/modules/chan_alsa.so: cannot open shared object file: No such file or directory
[Aug 26 10:43:51] e[1;31mWARNINGe[0m[15561]: e[1;37mloader.ce[0m:e[1;37m902e[0m e[1;37mload_resourcee[0m: Module ‘chan_alsa.so’ could not be loaded.
[Aug 26 10:43:51] e[1;31mWARNINGe[0m[15561]: e[1;37mloader.ce[0m:e[1;37m423e[0m e[1;37mload_dynamic_modulee[0m: Error loading module ‘codec_speex.so’: /usr/lib/asterisk/modules/codec_speex.so: cannot open shared object file: No such file or directory
[Aug 26 10:43:51] e[1;31mWARNINGe[0m[15561]: e[1;37mloader.ce[0m:e[1;37m902e[0m e[1;37mload_resourcee[0m: Module ‘codec_speex.so’ could not be loaded.
e[1;30m e[0mres_curl.so => (e[0;33mcURL Resource Modulee[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mCURLe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCURLOPTe[0m’
e[1;30m e[0mfunc_curl.so => (e[0;33mLoad external URLe[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/res_config_sqlite3.conf’: Found
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mconfig.ce[0m:e[1;37m2355e[0m e[1;37mast_config_engine_registere[0m: Registered Config Engine sqlite3
e[1;30m e[0mres_config_sqlite3.so => (e[0;33mSQLite 3 realtime config enginee[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/res_ldap.conf’: Found
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mres_config_ldap.ce[0m:e[1;37m1639e[0m e[1;37mparse_confige[0m: No directory user found, anonymous binding as default.
[Aug 26 10:43:51] e[0;31mERRORe[0m[15561]: e[1;37mres_config_ldap.ce[0m:e[1;37m1665e[0m e[1;37mparse_confige[0m: No directory URL or host found.
[Aug 26 10:43:51] e[0;31mERRORe[0m[15561]: e[1;37mres_config_ldap.ce[0m:e[1;37m1548e[0m e[1;37mload_modulee[0m: Cannot load LDAP RealTime driver.
e[1;30m e[0mres_config_ldap.so => (e[0;33mLDAP realtime interfacee[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/res_curl.conf’: Found
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mconfig.ce[0m:e[1;37m2355e[0m e[1;37mast_config_engine_registere[0m: Registered Config Engine curl
e[1;30m e[0mres_config_curl loaded.
e[1;30m e[0mres_config_curl.so => (e[0;33mRealtime Curl configuratione[0m)
e[1;30m e[0mres_timing_timerfd.so => (e[0;33mTimerfd Timing Interfacee[0m)
e[1;30m e[0mres_timing_pthread.so => (e[0;33mpthread Timing Interfacee[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/musiconhold.conf’: Found
e[1;30m == e[0mRegistered application 'e[1;36mMusicOnHolde[0m’
e[1;30m == e[0mRegistered application 'e[1;36mWaitMusicOnHolde[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSetMusicOnHolde[0m’
e[1;30m == e[0mRegistered application 'e[1;36mStartMusicOnHolde[0m’
e[1;30m == e[0mRegistered application 'e[1;36mStopMusicOnHolde[0m’
e[1;30m e[0mres_musiconhold.so => (e[0;33mMusic On Hold Resourcee[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/codecs.conf’: Found
e[1;30m e[0mres_format_attr_celt.so => (e[0;33mCELT Format Attribute Modulee[0m)
e[1;30m == e[0mRegistered RTP engine 'multicast’
e[1;30m e[0mres_rtp_multicast.so => (e[0;33mMulticast RTP Enginee[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/codecs.conf’: Found
e[1;30m e[0mres_format_attr_silk.so => (e[0;33mSILK Format Attribute Modulee[0m)
SIP channel loading…
e[1;30m == e[0mParsing ‘/etc/asterisk/sip.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/users.conf’: Found
e[1;30m == e[0mSIP Listening on 0.0.0.0:5061
e[1;30m == e[0mUsing SIP CoS mark 4
SSL certificate ok
[Aug 26 10:43:51] e[0;31mERRORe[0m[15561]: e[1;37mtcptls.ce[0m:e[1;37m582e[0m e[1;37mast_tcptls_server_starte[0m: Unable to bind SIP TLS server to 0.0.0.0:5061: Address already in use
[Aug 26 10:43:51] e[0;31mERRORe[0m[15561]: e[1;37mchan_sip.ce[0m:e[1;37m32140e[0m e[1;37mreload_confige[0m: TLS Server start failed. Not listening on TLS socket.
e[1;30m == e[0mParsing ‘/etc/asterisk/sip_notify.conf’: Found
e[1;30m – e[0mMessage technology handler ‘sip’ registered.
e[1;30m == e[0mRegistered channel type ‘SIP’ (Session Initiation Protocol (SIP))
e[1;30m == e[0mRegistered RTP glue 'SIP’
e[1;30m == e[0mRegistered application 'e[1;36mSIPDtmfModee[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSIPAddHeadere[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSIPRemoveHeadere[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSIP_HEADERe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSIPPEERe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSIPCHANINFOe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCHECKSIPDOMAINe[0m’
e[1;30m == e[0mManager registered action SIPpeers
e[1;30m == e[0mManager registered action SIPshowpeer
e[1;30m == e[0mManager registered action SIPqualifypeer
e[1;30m == e[0mManager registered action SIPshowregistry
e[1;30m == e[0mManager registered action SIPnotify
e[1;30m == e[0mManager registered action SIPpeerstatus
e[1;30m == e[0mWebSocket registered sub-protocol 'sip’
e[1;30m e[0mchan_sip.so => (e[0;33mSession Initiation Protocol (SIP)e[0m)
e[1;30m == e[0mRegistered channel type ‘Local’ (Local Proxy Channel Driver)
e[1;30m == e[0mManager registered action LocalOptimizeAway
e[1;30m e[0mchan_local.so => (e[0;33mLocal Proxy Channel (Note: used internally by other modules)e[0m)
e[1;30m == e[0mRegistered channel type ‘Agent’ (Call Agent Proxy Channel)
e[1;30m == e[0mParsing ‘/etc/asterisk/agents.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/users.conf’: Found
e[1;30m == e[0mRegistered application 'e[1;36mAgentLogine[0m’
e[1;30m == e[0mRegistered application 'e[1;36mAgentMonitorOutgoinge[0m’
e[1;30m == e[0mManager registered action Agents
e[1;30m == e[0mManager registered action AgentLogoff
e[1;30m == e[0mRegistered custom function 'e[1;36mAGENTe[0m’
e[1;30m e[0mchan_agent.so => (e[0;33mAgent Proxy Channele[0m)
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mchan_skinny.ce[0m:e[1;37m7736e[0m e[1;37mconfig_loade[0m: Configuring skinny from skinny.conf
e[1;30m == e[0mParsing ‘/etc/asterisk/skinny.conf’: Found
e[1;30m == e[0mSkinny listening on 0.0.0.0:2000
e[1;30m == e[0mRegistered channel type ‘Skinny’ (Skinny Client Control Protocol (Skinny))
e[1;30m == e[0mRegistered RTP glue 'Skinny’
e[1;30m == e[0mManager registered action SKINNYdevices
e[1;30m == e[0mManager registered action SKINNYshowdevice
e[1;30m == e[0mManager registered action SKINNYlines
e[1;30m == e[0mManager registered action SKINNYshowline
e[1;30m e[0mchan_skinny.so => (e[0;33mSkinny Client Control Protocol (Skinny)e[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/mgcp.conf’: Found
e[1;30m == e[0mMGCP Listening on 0.0.0.0:2727
e[1;30m == e[0mRegistered channel type ‘MGCP’ (Media Gateway Control Protocol (MGCP))
e[1;30m == e[0mRegistered RTP glue 'MGCP’
e[1;30m e[0mchan_mgcp.so => (e[0;33mMedia Gateway Control Protocol (MGCP)e[0m)
e[1;30m == e[0mRegistered channel type ‘Bridge’ (Bridge Interaction Channel)
e[1;30m e[0mchan_bridge.so => (e[0;33mBridge Interaction Channele[0m)
e[1;30m == e[0mRegistered channel type ‘MulticastRTP’ (Multicast RTP Paging Channel Driver)
e[1;30m e[0mchan_multicast_rtp.so => (e[0;33mMulticast RTP Paging Channele[0m)
e[1;30m == e[0mRegistered file format vox, extension(s) vox
e[1;30m e[0mformat_vox.so => (e[0;33mDialogic VOX (ADPCM) File Formate[0m)
e[1;30m == e[0mRegistered file format h264, extension(s) h264
e[1;30m e[0mformat_h264.so => (e[0;33mRaw H.264 datae[0m)
e[1;30m == e[0mRegistered file format iLBC, extension(s) ilbc
e[1;30m e[0mformat_ilbc.so => (e[0;33mRaw iLBC datae[0m)
e[1;30m == e[0mAGI Command ‘gosub’ registered
e[1;30m == e[0mRegistered application 'e[1;36mStackPope[0m’
e[1;30m == e[0mRegistered application 'e[1;36mReturne[0m’
e[1;30m == e[0mRegistered application 'e[1;36mGosubIfe[0m’
e[1;30m == e[0mRegistered application 'e[1;36mGosube[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mLOCALe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mLOCAL_PEEKe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSTACK_PEEKe[0m’
e[1;30m e[0mapp_stack.so => (e[0;33mDialplan subroutines (Gosub, Return, etc)e[0m)
e[1;30m == e[0mRegistered file format g723sf, extension(s) g723|g723sf
e[1;30m e[0mformat_g723.so => (e[0;33mG.723.1 Simple Timestamp File Formate[0m)
e[1;30m == e[0mRegistered file format gsm, extension(s) gsm
e[1;30m e[0mformat_gsm.so => (e[0;33mRaw GSM datae[0m)
e[1;30m == e[0mRegistered file format g726-40, extension(s) g726-40
e[1;30m == e[0mRegistered file format g726-32, extension(s) g726-32
e[1;30m == e[0mRegistered file format g726-24, extension(s) g726-24
e[1;30m == e[0mRegistered file format g726-16, extension(s) g726-16
e[1;30m e[0mformat_g726.so => (e[0;33mRaw G.726 (16/24/32/40kbps) datae[0m)
e[1;30m == e[0mRegistered file format pcm, extension(s) pcm|ulaw|ul|mu|ulw
e[1;30m == e[0mRegistered file format alaw, extension(s) alaw|al|alw
e[1;30m == e[0mRegistered file format au, extension(s) au
e[1;30m == e[0mRegistered file format g722, extension(s) g722
e[1;30m e[0mformat_pcm.so => (e[0;33mRaw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722 16Khze[0m)
e[1;30m == e[0mRegistered file format h263, extension(s) h263
e[1;30m e[0mformat_h263.so => (e[0;33mRaw H.263 datae[0m)
e[1;30m == e[0mRegistered file format siren7, extension(s) siren7
e[1;30m e[0mformat_siren7.so => (e[0;33mITU G.722.1 (Siren7, licensed from Polycom)e[0m)
e[1;30m == e[0mRegistered file format wav, extension(s) wav
e[1;30m == e[0mRegistered file format wav16, extension(s) wav16
e[1;30m e[0mformat_wav.so => (e[0;33mMicrosoft WAV/WAV16 format (8kHz/16kHz Signed Linear)e[0m)
e[1;30m == e[0mRegistered file format wav49, extension(s) WAV|wav49
e[1;30m e[0mformat_wav_gsm.so => (e[0;33mMicrosoft WAV format (Proprietary GSM)e[0m)
e[1;30m == e[0mRegistered file format sln, extension(s) sln|raw
e[1;30m == e[0mRegistered file format sln12, extension(s) sln12
e[1;30m == e[0mRegistered file format sln16, extension(s) sln16
e[1;30m == e[0mRegistered file format sln24, extension(s) sln24
e[1;30m == e[0mRegistered file format sln32, extension(s) sln32
e[1;30m == e[0mRegistered file format sln44, extension(s) sln44
e[1;30m == e[0mRegistered file format sln48, extension(s) sln48
e[1;30m == e[0mRegistered file format sln96, extension(s) sln96
e[1;30m == e[0mRegistered file format sln192, extension(s) sln192
e[1;30m e[0mformat_sln.so => (e[0;33mRaw Signed Linear Audio support (SLN) 8khz-192khze[0m)
e[1;30m == e[0mRegistered file format g719, extension(s) g719
e[1;30m e[0mformat_g719.so => (e[0;33mITU G.719e[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/adsi.conf’: Found
e[1;30m e[0mres_adsi.so => (e[0;33mADSI Resourcee[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mDIALPLAN_EXISTSe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mVALID_EXTENe[0m’
e[1;30m e[0mfunc_dialplan.so => (e[0;33mDialplan Context/Extension/Priority Checking Functionse[0m)
e[1;30m == e[0mRegistered format ‘jpg’ (JPEG (Joint Picture Experts Group))
e[1;30m e[0mformat_jpeg.so => (e[0;33mjpeg (joint picture experts group) image formate[0m)
e[1;30m == e[0mRegistered file format g729, extension(s) g729
e[1;30m e[0mformat_g729.so => (e[0;33mRaw G.729 datae[0m)
e[1;30m == e[0mRegistered file format siren14, extension(s) siren14
e[1;30m e[0mformat_siren14.so => (e[0;33mITU G.722.1 Annex C (Siren14, licensed from Polycom)e[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mPRESENCE_STATEe[0m’
e[1;30m e[0mfunc_presencestate.so => (e[0;33mGets or sets a presence state in the dialplane[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mDEVICE_STATEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mHINTe[0m’
e[1;30m e[0mfunc_devstate.so => (e[0;33mGets or sets a device state in the dialplane[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/confbridge.conf’: Found
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mconfbridge/conf_config_parser.ce[0m:e[1;37m1315e[0m e[1;37mverify_default_profilese[0m: Adding default_user profile to app_confbridge
e[1;30m == e[0mRegistered custom function 'e[1;36mCONFBRIDGEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCONFBRIDGE_INFOe[0m’
e[1;30m == e[0mRegistered channel type ‘ConfBridgeRec’ (Conference Bridge Recording Channel)
e[1;30m == e[0mRegistered application 'e[1;36mConfBridgee[0m’
e[1;30m == e[0mManager registered action ConfbridgeList
e[1;30m == e[0mManager registered action ConfbridgeListRooms
e[1;30m == e[0mManager registered action ConfbridgeMute
e[1;30m == e[0mManager registered action ConfbridgeUnmute
e[1;30m == e[0mManager registered action ConfbridgeKick
e[1;30m == e[0mManager registered action ConfbridgeUnlock
e[1;30m == e[0mManager registered action ConfbridgeLock
e[1;30m == e[0mManager registered action ConfbridgeStartRecord
e[1;30m == e[0mManager registered action ConfbridgeStopRecord
e[1;30m == e[0mManager registered action ConfbridgeSetSingleVideoSrc
e[1;30m e[0mapp_confbridge.so => (e[0;33mConference Bridge Applicatione[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/cdr_syslog.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/cel_custom.conf’: Found
e[1;30m e[0mcel_custom.so => (e[0;33mCustomizable Comma Separated Values CEL Backende[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/cdr_sqlite3_custom.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/cel.conf’: Found
e[1;30m e[0mcel_manager.so => (e[0;33mAsterisk Manager Interface CEL Backende[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/cdr_manager.conf’: Found
e[1;30m e[0mcdr_manager.so => (e[0;33mAsterisk Manager Interface CDR Backende[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/cel_sqlite3_custom.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/cdr.conf’: Found
e[1;30m e[0mcdr_csv.so => (e[0;33mComma Separated Values CDR Backende[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/cdr_custom.conf’: Found
e[1;30m e[0mcdr_custom.so => (e[0;33mCustomizable Comma Separated Values CDR Backende[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mSRVQUERYe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSRVRESULTe[0m’
e[1;30m e[0mfunc_srv.so => (e[0;33mSRV related dialplan functionse[0m)
e[1;30m == e[0mRegistered application 'e[1;36mRecorde[0m’
e[1;30m e[0mapp_record.so => (e[0;33mTrivial Record Applicatione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mChannelRedirecte[0m’
e[1;30m e[0mapp_channelredirect.so => (e[0;33mRedirects a given channel to a dialplan targete[0m)
e[1;30m == e[0mRegistered application 'e[1;36mBackgroundDetecte[0m’
e[1;30m e[0mapp_talkdetect.so => (e[0;33mPlayback with Talk Detectione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mReade[0m’
e[1;30m e[0mapp_read.so => (e[0;33mRead Variable Applicatione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mSpeechCreatee[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSpeechLoadGrammare[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSpeechUnloadGrammare[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSpeechActivateGrammare[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSpeechDeactivateGrammare[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSpeechStarte[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSpeechBackgrounde[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSpeechDestroye[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSpeechProcessingSounde[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSPEECHe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSPEECH_SCOREe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSPEECH_TEXTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSPEECH_GRAMMARe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSPEECH_ENGINEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSPEECH_RESULTS_TYPEe[0m’
e[1;30m e[0mapp_speech_utils.so => (e[0;33mDialplan Speech Applicationse[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/festival.conf’: Found
e[1;30m == e[0mRegistered application 'e[1;36mFestivale[0m’
e[1;30m e[0mapp_festival.so => (e[0;33mSimple Festival Interfacee[0m)
e[1;30m == e[0mRegistered application 'e[1;36mExternalIVRe[0m’
e[1;30m e[0mapp_externalivr.so => (e[0;33mExternal IVR Interface Applicatione[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/unistim.conf’: Found
e[1;30m == e[0mUNISTIM Listening on 0.0.0.0:5000
e[1;30m == e[0mRegistered channel type ‘USTM’ (UNISTIM Channel Driver)
e[1;30m == e[0mRegistered RTP glue 'USTM’
e[1;30m e[0mchan_unistim.so => (e[0;33mUNISTIM Protocol (USTM)e[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mFRAME_TRACEe[0m’
e[1;30m e[0mfunc_frame_trace.so => (e[0;33mFrame Trace for internal ast_frame debugging.e[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mMUTEAUDIOe[0m’
e[1;30m == e[0mManager registered action MuteAudio
e[1;30m e[0mres_mutestream.so => (e[0;33mMute audio stream resourcese[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mREALTIMEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mREALTIME_STOREe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mREALTIME_DESTROYe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mREALTIME_FIELDe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mREALTIME_HASHe[0m’
e[1;30m e[0mfunc_realtime.so => (e[0;33mRead/Write/Store/Destroy values from a RealTime repositorye[0m)
e[1;30m == e[0mRegistered application 'e[1;36mOriginatee[0m’
e[1;30m e[0mapp_originate.so => (e[0;33mOriginate calle[0m)
e[1;30m == e[0mRegistered application 'e[1;36mTrySysteme[0m’
e[1;30m == e[0mRegistered application 'e[1;36mSysteme[0m’
e[1;30m e[0mapp_system.so => (e[0;33mGeneric System() applicatione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mADSIProge[0m’
e[1;30m e[0mapp_adsiprog.so => (e[0;33mAsterisk ADSI Programming Applicatione[0m)
e[1;30m e[0mres_clioriginate.so => (e[0;33mCall origination and redirection from the CLIe[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mMATHe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mINCe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mDECe[0m’
e[1;30m e[0mfunc_math.so => (e[0;33mMathematical dialplan functione[0m)
e[1;30m == e[0mRegistered translator ‘e[0;35mg722toline[0m’ from format g722 to slin, table cost, 960000, computational cost 4000
e[1;30m == e[0mRegistered translator ‘e[0;35mlintog722e[0m’ from format slin to g722, table cost, 825000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mg722tolin16e[0m’ from format g722 to slin16, table cost, 900000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlin16tog722e[0m’ from format slin16 to g722, table cost, 600000, computational cost 4000
e[1;30m e[0mcodec_g722.so => (e[0;33mITU G.722-64kbps G722 Transcodere[0m)
e[1;30m == e[0mRegistered application 'e[1;36mForkCDRe[0m’
e[1;30m e[0mapp_forkcdr.so => (e[0;33mFork The CDR into 2 separate entitiese[0m)
e[1;30m e[0mbridge_builtin_features.so => (e[0;33mBuilt in bridging featurese[0m)
e[1;30m == e[0mRegistered application 'e[1;36mDISAe[0m’
e[1;30m e[0mapp_disa.so => (e[0;33mDISA (Direct Inward System Access) Applicatione[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mAUDIOHOOK_INHERITe[0m’
e[1;30m e[0mfunc_audiohookinherit.so => (e[0;33mAudiohook inheritance functione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mMorsecodee[0m’
e[1;30m e[0mapp_morsecode.so => (e[0;33mMorse codee[0m)
e[1;30m == e[0mRegistered application 'e[1;36mSendURLe[0m’
e[1;30m e[0mapp_url.so => (e[0;33mSend URL Applicationse[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mENVe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSTATe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mFILEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mFILE_COUNT_LINEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mFILE_FORMATe[0m’
e[1;30m e[0mfunc_env.so => (e[0;33mEnvironment/filesystem dialplan functionse[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mISNULLe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSETe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mEXISTSe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mIFe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mIFTIMEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mIMPORTe[0m’
e[1;30m e[0mfunc_logic.so => (e[0;33mLogical dialplan functionse[0m)
e[1;30m == e[0mRegistered application 'e[1;36mTransfere[0m’
e[1;30m e[0mapp_transfer.so => (e[0;33mTransfers a caller to another extensione[0m)
e[1;30m == e[0mRegistered translator ‘e[0;35malawtoulawe[0m’ from format alaw to ulaw, table cost, 915000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mulawtoalawe[0m’ from format ulaw to alaw, table cost, 915000, computational cost 1
e[1;30m e[0mcodec_a_mu.so => (e[0;33mA-law and Mulaw direct Coder/Decodere[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mCALLERPRESe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCALLERIDe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCONNECTEDLINEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mREDIRECTINGe[0m’
e[1;30m e[0mfunc_callerid.so => (e[0;33mParty ID related dialplan functions (Caller-ID, Connected-line, Redirecting)e[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mRANDe[0m’
e[1;30m e[0mfunc_rand.so => (e[0;33mRandom number dialplan functione[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/followme.conf’: Found
e[1;30m == e[0mRegistered application 'e[1;36mFollowMee[0m’
e[1;30m e[0mapp_followme.so => (e[0;33mFind-Me/Follow-Me Applicatione[0m)
e[1;30m == e[0mRegistered translator ‘e[0;35mgsmtoline[0m’ from format gsm to slin, table cost, 900000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlintogsme[0m’ from format slin to gsm, table cost, 600000, computational cost 1
e[1;30m e[0mcodec_gsm.so => (e[0;33mGSM Coder/Decodere[0m)
e[1;30m e[0mres_convert.so => (e[0;33mFile format conversion CLI commande[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mTIMEOUTe[0m’
e[1;30m e[0mfunc_timeout.so => (e[0;33mChannel timeout dialplan functionse[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mBLACKLISTe[0m’
e[1;30m e[0mfunc_blacklist.so => (e[0;33mLook up Caller*ID name/number from blacklist databasee[0m)
e[1;30m == e[0mRegistered application 'e[1;36mChanIsAvaile[0m’
e[1;30m e[0mapp_chanisavail.so => (e[0;33mCheck channel availabilitye[0m)
e[1;30m == e[0mRegistered application 'e[1;36mAuthenticatee[0m’
e[1;30m e[0mapp_authenticate.so => (e[0;33mAuthentication Applicatione[0m)
e[1;30m e[0mpbx_spool.so => (e[0;33mOutgoing Spool Supporte[0m)
e[1;30m == e[0mRegistered application 'e[1;36mICESe[0m’
e[1;30m e[0mapp_ices.so => (e[0;33mEncode and Stream via icecast and icese[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/extensions.conf’: Found
e[1;30m – e[0mRegistered extension context ‘default’; registrar: pbx_config
e[1;30m – e[0mAdded extension ‘_3XXX’ priority 1 to default
e[1;30m – e[0mAdded extension ‘_3XXX’ priority 2 to default
e[1;30m – e[0mRegistered extension context ‘lokal’; registrar: pbx_config
e[1;30m – e[0mIncluding context ‘default’ in context 'lokal’
e[1;30m – e[0mRegistered extension context ‘incoming’; registrar: pbx_config
e[1;30m – e[0mAdded extension ‘_3XXX’ priority 1 to incoming
e[1;30m – e[0mAdded extension ‘_3XXX’ priority 2 to incoming
e[1;30m == e[0mParsing ‘/etc/asterisk/users.conf’: Found
e[1;30m – e[0mAdded extension ‘3123’ priority -1 to default
e[1;30m – e[0mAdded extension ‘3123’ priority 1 to default
e[1;30m – e[0mAdded extension ‘3234’ priority -1 to default
e[1;30m – e[0mAdded extension ‘3234’ priority 1 to default
e[1;30m – e[0mAdded extension ‘3456’ priority -1 to default
e[1;30m – e[0mAdded extension ‘3456’ priority 1 to default
e[1;30m – e[0mAdded extension ‘3333’ priority -1 to default
e[1;30m – e[0mAdded extension ‘3333’ priority 1 to default
e[1;30m – e[0mRegistered extension context ‘parkedcalls’; registrar: features
e[1;30m – e[0mmerging incls/swits/igpats from old(parkedcalls) to new(parkedcalls) context, registrar = pbx_config
e[1;30m – e[0mAdded extension ‘700’ priority 1 to parkedcalls
e[1;30m – e[0mTime to scan old dialplan and merge leftovers back into the new: 0.000029 sec
e[1;30m – e[0mTime to restore hints and swap in new dialplan: 0.000002 sec
e[1;30m – e[0mTime to delete the old dialplan: 0.000003 sec
e[1;30m – e[0mTotal time merge_contexts_delete: 0.000034 sec
e[1;30m e[0mpbx_config.so => (e[0;33mText Extension Configuratione[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mFIELDQTYe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mFIELDNUMe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mFILTERe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mREPLACEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSTRREPLACEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mLISTFILTERe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mREGEXe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mARRAYe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mQUOTEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mCSV_QUOTEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mLENe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSTRFTIMEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSTRPTIMEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mEVALe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mKEYPADHASHe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mHASHKEYSe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mHASHe[0m’
e[1;30m == e[0mRegistered application 'e[1;36mClearHashe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mTOUPPERe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mTOLOWERe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSHIFTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mPOPe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mPUSHe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mUNSHIFTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mPASSTHRUe[0m’
e[1;30m e[0mfunc_strings.so => (e[0;33mString handling dialplan functionse[0m)
e[1;30m == e[0mRegistered application 'e[1;36mZapatellere[0m’
e[1;30m e[0mapp_zapateller.so => (e[0;33mBlock Telemarketers with Special Information Tonee[0m)
e[1;30m == e[0mRegistered application 'e[1;36mChanSpye[0m’
e[1;30m == e[0mRegistered application 'e[1;36mExtenSpye[0m’
e[1;30m == e[0mRegistered application 'e[1;36mDAHDIScane[0m’
e[1;30m e[0mapp_chanspy.so => (e[0;33mListen to the audio of an active channele[0m)
e[1;30m == e[0mRegistered translator ‘e[0;35milbctoline[0m’ from format ilbc to slin, table cost, 900000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlintoilbce[0m’ from format slin to ilbc, table cost, 600000, computational cost 8000
e[1;30m e[0mcodec_ilbc.so => (e[0;33miLBC Coder/Decodere[0m)
e[1;30m == e[0mRegistered application 'e[1;36mDictatee[0m’
e[1;30m e[0mapp_dictate.so => (e[0;33mVirtual Dictation Machinee[0m)
e[1;30m == e[0mRegistered application 'e[1;36mPrivacyManagere[0m’
e[1;30m e[0mapp_privacy.so => (e[0;33mRequire phone number to be entered, if no CallerID sente[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mICONVe[0m’
e[1;30m e[0mfunc_iconv.so => (e[0;33mCharset conversionse[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mVERSIONe[0m’
e[1;30m e[0mfunc_version.so => (e[0;33mGet Asterisk Version/Build Infoe[0m)
e[1;30m == e[0mRegistered application 'e[1;36mWhilee[0m’
e[1;30m == e[0mRegistered application 'e[1;36mEndWhilee[0m’
e[1;30m == e[0mRegistered application 'e[1;36mExitWhilee[0m’
e[1;30m == e[0mRegistered application 'e[1;36mContinueWhilee[0m’
e[1;30m e[0mapp_while.so => (e[0;33mWhile Loops and Conditional Executione[0m)
e[1;30m – e[0mSecurity Logging Enabled
e[1;30m e[0mres_security_log.so => (e[0;33mSecurity Event Logginge[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mENUMRESULTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mENUMQUERYe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mENUMLOOKUPe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mTXTCIDNAMEe[0m’
e[1;30m e[0mfunc_enum.so => (e[0;33mENUM related dialplan functionse[0m)
e[1;30m == e[0mRegistered application 'e[1;36mMP3Playere[0m’
e[1;30m e[0mapp_mp3.so => (e[0;33mSilly MP3 Applicatione[0m)
e[1;30m == e[0mRegistered translator ‘e[0;35mulawtoline[0m’ from format ulaw to slin, table cost, 900000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlintoulawe[0m’ from format slin to ulaw, table cost, 600000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlintotestlawe[0m’ from format slin to testlaw, table cost, 600000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mtestlawtoline[0m’ from format testlaw to slin, table cost, 900000, computational cost 1
e[1;30m e[0mcodec_ulaw.so => (e[0;33mmu-Law Coder/Decodere[0m)
e[1;30m == e[0mRegistered application 'e[1;36mReadExtene[0m’
e[1;30m e[0mapp_readexten.so => (e[0;33mRead and evaluate extension validitye[0m)
e[1;30m == e[0mRegistered application 'e[1;36mWaitForRinge[0m’
e[1;30m e[0mapp_waitforring.so => (e[0;33mWaits until first ring after timee[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mURIDECODEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mURIENCODEe[0m’
e[1;30m e[0mfunc_uri.so => (e[0;33mURI encode/decode dialplan functionse[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/amd.conf’: Found
e[1;30m – e[0mAMD defaults: initialSilence [2500] greeting [1500] afterGreetingSilence [800] totalAnalysisTime [5000] minimumWordLength [100] betweenWordsSilence [50] maximumNumberOfWords [3] silenceThreshold [256] maximumWordLength [5000]
e[1;30m == e[0mRegistered application 'e[1;36mAMDe[0m’
e[1;30m e[0mapp_amd.so => (e[0;33mAnswering Machine Detection Applicatione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mLoge[0m’
e[1;30m == e[0mRegistered application 'e[1;36mVerbosee[0m’
e[1;30m e[0mapp_verbose.so => (e[0;33mSend verbose outpute[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mEXTENSION_STATEe[0m’
e[1;30m e[0mfunc_extstate.so => (e[0;33mGets an extension’s state in the dialplane[0m)
e[1;30m e[0mpbx_loopback.so => (e[0;33mLoopback Switche[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mVMCOUNTe[0m’
e[1;30m e[0mfunc_vmcount.so => (e[0;33mIndicator for whether a voice mailbox has messages in a given folder.e[0m)
e[1;30m == e[0mRegistered application 'e[1;36mGetCPEIDe[0m’
e[1;30m e[0mapp_getcpeid.so => (e[0;33mGet ADSI CPE IDe[0m)
e[1;30m == e[0mRegistered application 'e[1;36mSendTexte[0m’
e[1;30m e[0mapp_sendtext.so => (e[0;33mSend Text Applicationse[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mIFMODULEe[0m’
e[1;30m e[0mfunc_module.so => (e[0;33mChecks if Asterisk module is loaded in memorye[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mDBe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mDB_EXISTSe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mDB_DELETEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mDB_KEYSe[0m’
e[1;30m e[0mfunc_db.so => (e[0;33mDatabase (astdb) related dialplan functionse[0m)
e[1;30m == e[0mRegistered application 'e[1;36mMixMonitore[0m’
e[1;30m == e[0mRegistered application 'e[1;36mStopMixMonitore[0m’
e[1;30m == e[0mManager registered action MixMonitorMute
e[1;30m == e[0mManager registered action MixMonitor
e[1;30m == e[0mManager registered action StopMixMonitor
e[1;30m e[0mapp_mixmonitor.so => (e[0;33mMixed Audio Monitoring Applicatione[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/say.conf’: Found
e[1;30m == e[0mRegistered application 'e[1;36mPlaybacke[0m’
e[1;30m e[0mapp_playback.so => (e[0;33mSound File Playback Applicatione[0m)
e[1;30m == e[0mRegistered translator ‘e[0;35mlpc10toline[0m’ from format lpc10 to slin, table cost, 900000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlintolpc10e[0m’ from format slin to lpc10, table cost, 600000, computational cost 1
e[1;30m e[0mcodec_lpc10.so => (e[0;33mLPC10 2.4kbps Coder/Decodere[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/cli_aliases.conf’: Found
e[1;30m == e[0mAliased CLI command ‘hangup request’ to 'channel request hangup’
e[1;30m == e[0mAliased CLI command ‘originate’ to 'channel originate’
e[1;30m == e[0mAliased CLI command ‘help’ to 'core show help’
e[1;30m == e[0mAliased CLI command ‘pri intense debug span’ to 'pri set debug intense span’
e[1;30m == e[0mAliased CLI command ‘reload’ to 'module reload’
e[1;30m e[0mres_clialiases.so => (e[0;33mCLI Aliasese[0m)
e[1;30m == e[0mRegistered application 'e[1;36mDiale[0m’
e[1;30m == e[0mRegistered application 'e[1;36mRetryDiale[0m’
e[1;30m e[0mapp_dial.so => (e[0;33mDialing Applicatione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mCELGenUserEvente[0m’
e[1;30m e[0mapp_celgenuserevent.so => (e[0;33mGenerate an User-Defined CEL evente[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mPP_EACH_USERe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mPP_EACH_EXTENSIONe[0m’
e[1;30m == e[0mParsing ‘/etc/asterisk/sip.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/users.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/phoneprov.conf’: Found
e[1;30m e[0mres_phoneprov.so => (e[0;33mHTTP Phone Provisioninge[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mSHA1e[0m’
e[1;30m e[0mfunc_sha1.so => (e[0;33mSHA-1 computation dialplan functione[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mDIALGROUPe[0m’
e[1;30m e[0mfunc_dialgroup.so => (e[0;33mDialgroup dialplan functione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mNBScate[0m’
e[1;30m e[0mapp_nbscat.so => (e[0;33mSilly NBS Stream Applicatione[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mHANGUPCAUSEe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mHANGUPCAUSE_KEYSe[0m’
e[1;30m == e[0mRegistered application 'e[1;36mHangupCauseCleare[0m’
e[1;30m e[0mfunc_hangupcause.so => (e[0;33mHANGUPCAUSE related functions and applicationse[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mSHELLe[0m’
e[1;30m e[0mfunc_shell.so => (e[0;33mCollects the output generated by a command executed by the system shelle[0m)
e[1;30m == e[0mRegistered application 'e[1;36mSMSe[0m’
e[1;30m e[0mapp_sms.so => (e[0;33mSMS/PSTN handlere[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mCUTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSORTe[0m’
e[1;30m e[0mfunc_cut.so => (e[0;33mCut out information from a stringe[0m)
e[1;30m == e[0mRegistered bridge technology multiplexed_bridge
e[1;30m e[0mbridge_multiplexed.so => (e[0;33mMultiplexed two channel bridging modulee[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mAST_CONFIGe[0m’
e[1;30m e[0mfunc_config.so => (e[0;33mAsterisk configuration file variable accesse[0m)
e[1;30m e[0mpbx_realtime.so => (e[0;33mRealtime Switche[0m)
e[1;30m == e[0mRegistered application 'e[1;36mParkAndAnnouncee[0m’
e[1;30m e[0mapp_parkandannounce.so => (e[0;33mCall Parking and Announce Applicatione[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mMD5e[0m’
e[1;30m e[0mfunc_md5.so => (e[0;33mMD5 digest dialplan functionse[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/voicemail.conf’: Found
e[1;30m == e[0mParsing ‘/etc/asterisk/users.conf’: Found
e[1;30m == e[0mRegistered application 'e[1;36mVoiceMaile[0m’
e[1;30m == e[0mRegistered application 'e[1;36mVoiceMailMaine[0m’
e[1;30m == e[0mRegistered application 'e[1;36mMailboxExistse[0m’
e[1;30m == e[0mRegistered application 'e[1;36mVMAuthenticatee[0m’
e[1;30m == e[0mRegistered application 'e[1;36mVoiceMailPlayMsge[0m’
e[1;30m == e[0mRegistered application 'e[1;36mVMSayNamee[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mMAILBOX_EXISTSe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mVM_INFOe[0m’
e[1;30m == e[0mManager registered action VoicemailUsersList
e[1;30m e[0mapp_voicemail.so => (e[0;33mComedian Mail (Voicemail System)e[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mAES_DECRYPTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mAES_ENCRYPTe[0m’
e[1;30m e[0mfunc_aes.so => (e[0;33mAES dialplan functionse[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mGLOBALe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mSHAREDe[0m’
e[1;30m e[0mfunc_global.so => (e[0;33mVariable dialplan functionse[0m)
e[1;30m == e[0mRegistered translator ‘e[0;35mg726toline[0m’ from format g726 to slin, table cost, 900000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlintog726e[0m’ from format slin to g726, table cost, 600000, computational cost 4000
e[1;30m == e[0mRegistered translator ‘e[0;35mg726aal2toline[0m’ from format g726aal2 to slin, table cost, 900000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlintog726aal2e[0m’ from format slin to g726aal2, table cost, 600000, computational cost 1
e[1;30m e[0mcodec_g726.so => (e[0;33mITU G.726-32kbps G726 Transcodere[0m)
e[1;30m == e[0mRegistered application 'e[1;36mPickupe[0m’
e[1;30m == e[0mRegistered application 'e[1;36mPickupChane[0m’
e[1;30m e[0mapp_directed_pickup.so => (e[0;33mDirected Call Pickup Applicatione[0m)
e[1;30m == e[0mManager registered action PlayDTMF
e[1;30m == e[0mRegistered application 'e[1;36mSendDTMFe[0m’
e[1;30m e[0mapp_senddtmf.so => (e[0;33mSend DTMF digits Applicatione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mPagee[0m’
e[1;30m e[0mapp_page.so => (e[0;33mPage Multiple Phonese[0m)
e[1;30m == e[0mRegistered bridge technology simple_bridge
e[1;30m e[0mbridge_simple.so => (e[0;33mSimple two channel bridging modulee[0m)
e[1;30m == e[0mRegistered application 'e[1;36mTestCliente[0m’
e[1;30m == e[0mRegistered application 'e[1;36mTestServere[0m’
e[1;30m e[0mapp_test.so => (e[0;33mInterface Test Applicatione[0m)
e[1;30m == e[0mParsing ‘/etc/asterisk/dundi.conf’: Found
e[1;30m == e[0mRegistered custom function 'e[1;36mDUNDILOOKUPe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mDUNDIQUERYe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mDUNDIRESULTe[0m’
e[1;30m == e[0mDUNDi Ready and Listening on 0.0.0.0 port 4520
e[1;30m e[0mpbx_dundi.so => (e[0;33mDistributed Universal Number Discovery (DUNDi)e[0m)
e[1;30m == e[0mRegistered application 'e[1;36mSendImagee[0m’
e[1;30m e[0mapp_image.so => (e[0;33mImage Transmission Applicatione[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mGROUP_COUNTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mGROUP_MATCH_COUNTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mGROUP_LISTe[0m’
e[1;30m == e[0mRegistered custom function 'e[1;36mGROUPe[0m’
e[1;30m e[0mfunc_groupcount.so => (e[0;33mChannel group dialplan functionse[0m)
e[1;30m e[0mres_limit.so => (e[0;33mResource limitse[0m)
e[1;30m == e[0mRegistered application 'e[1;36mControlPlaybacke[0m’
e[1;30m e[0mapp_controlplayback.so => (e[0;33mControl Playback Applicatione[0m)
e[1;30m == e[0mRegistered translator ‘e[0;35malawtoline[0m’ from format alaw to slin, table cost, 900000, computational cost 1
e[1;30m == e[0mRegistered translator ‘e[0;35mlintoalawe[0m’ from format slin to alaw, table cost, 600000, computational cost 1
e[1;30m e[0mcodec_alaw.so => (e[0;33mA-law Coder/Decodere[0m)
e[1;30m == e[0mRegistered application 'e[1;36mDumpChane[0m’
e[1;30m e[0mapp_dumpchan.so => (e[0;33mDump Info About The Calling Channele[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mJITTERBUFFERe[0m’
e[1;30m e[0mfunc_jitterbuffer.so => (e[0;33mJitter buffer for read side of channel.e[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mSYSINFOe[0m’
e[1;30m e[0mfunc_sysinfo.so => (e[0;33mSystem information related functionse[0m)
e[1;30m e[0mres_realtime.so => (e[0;33mRealtime Data Lookup/Rewritee[0m)
e[1;30m == e[0mRegistered application 'e[1;36mEchoe[0m’
e[1;30m e[0mapp_echo.so => (e[0;33mSimple Echo Applicatione[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mSPRINTFe[0m’
e[1;30m e[0mfunc_sprintf.so => (e[0;33mSPRINTF dialplan functione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mMacroExite[0m’
e[1;30m == e[0mRegistered application 'e[1;36mMacroIfe[0m’
e[1;30m == e[0mRegistered application 'e[1;36mMacroExclusivee[0m’
e[1;30m == e[0mRegistered application 'e[1;36mMacroe[0m’
e[1;30m e[0mapp_macro.so => (e[0;33mExtension Macrose[0m)
e[1;30m == e[0mRegistered application 'e[1;36mSoftHangupe[0m’
e[1;30m e[0mapp_softhangup.so => (e[0;33mHangs up the requested channele[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mVOLUMEe[0m’
e[1;30m e[0mfunc_volume.so => (e[0;33mTechnology independent volume controle[0m)
e[1;30m == e[0mRegistered custom function 'e[1;36mCDRe[0m’
e[1;30m e[0mfunc_cdr.so => (e[0;33mCall Detail Record (CDR) dialplan functione[0m)
e[1;30m == e[0mRegistered application 'e[1;36mPlayTonese[0m’
e[1;30m == e[0mRegistered application 'e[1;36mStopPlayTonese[0m’
e[1;30m e[0mapp_playtones.so => (e[0;33mPlaytones Applicatione[0m)
e[1;30m == e[0mRegistered application ‘e[1;36mAELSube[0m’
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mpbx_ael.ce[0m:e[1;37m164e[0m e[1;37mpbx_load_modulee[0m: Starting AEL load process.
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mpbx_ael.ce[0m:e[1;37m177e[0m e[1;37mpbx_load_modulee[0m: AEL load process: parsed config file name ‘/etc/asterisk/extensions.ael’.
[Aug 26 10:43:51] e[1;33mNOTICEe[0m[15561]: e[1;37mpbx_ael.ce[0m:e[1;37m180e[0m e[1;37mpbx_load_modulee[0m: AEL load process: checked config file name ‘/etc/asterisk/extensions.ael’.
e[/code]

Debuglog part 2:

[1;30m == [0mSetting global variable 'CONSOLE-AEL' to '"Console/dsp"' [1;30m == [0mSetting global variable 'IAXINFO-AEL' to 'guest' [1;30m == [0mSetting global variable 'OUTBOUND-TRUNK' to '"Zap/g2"' [1;30m == [0mSetting global variable 'OUTBOUND-TRUNKMSD' to '1' [1;30m -- [0mRegistered extension context 'ael-dundi-e164-canonical'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-dundi-e164-customers'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-dundi-e164-via-pstn'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-dundi-e164-local'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-dundi-e164-canonical' in context 'ael-dundi-e164-local' [1;30m -- [0mIncluding context 'ael-dundi-e164-customers' in context 'ael-dundi-e164-local' [1;30m -- [0mIncluding context 'ael-dundi-e164-via-pstn' in context 'ael-dundi-e164-local' [1;30m -- [0mRegistered extension context 'ael-dundi-e164-switch'; registrar: pbx_ael [1;30m -- [0mIncluding switch 'DUNDi/e164' in context 'ael-dundi-e164-switch' [1;30m -- [0mRegistered extension context 'ael-dundi-e164-lookup'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-dundi-e164-local' in context 'ael-dundi-e164-lookup' [1;30m -- [0mIncluding context 'ael-dundi-e164-switch' in context 'ael-dundi-e164-lookup' [1;30m -- [0mRegistered extension context 'ael-dundi-e164'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-iaxtel700'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-iaxprovider'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-trunkint'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-dundi-e164-lookup' in context 'ael-trunkint' [1;30m -- [0mRegistered extension context 'ael-trunkld'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-dundi-e164-lookup' in context 'ael-trunkld' [1;30m -- [0mRegistered extension context 'ael-trunklocal'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-trunktollfree'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-international'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-longdistance' in context 'ael-international' [1;30m -- [0mIncluding context 'ael-trunkint' in context 'ael-international' [1;30m -- [0mRegistered extension context 'ael-longdistance'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-local' in context 'ael-longdistance' [1;30m -- [0mIncluding context 'ael-trunkld' in context 'ael-longdistance' [1;30m -- [0mRegistered extension context 'ael-local'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-default' in context 'ael-local' [1;30m -- [0mIncluding context 'ael-trunklocal' in context 'ael-local' [1;30m -- [0mIncluding context 'ael-iaxtel700' in context 'ael-local' [1;30m -- [0mIncluding context 'ael-trunktollfree' in context 'ael-local' [1;30m -- [0mIncluding context 'ael-iaxprovider' in context 'ael-local' [1;30m -- [0mRegistered extension context 'ael-std-exten-ael'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-demo'; registrar: pbx_ael [1;30m -- [0mRegistered extension context 'ael-default'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-demo' in context 'ael-default' [1;30m -- [0mRegistered extension context 'ael-builtin-h-bubble'; registrar: pbx_ael [1;30m -- [0mIncluding context 'ael-builtin-h-bubble' in context 'ael-dundi-e164' [1;30m -- [0mIncluding context 'ael-builtin-h-bubble' in context 'ael-std-exten-ael' [1;30m -- [0mAdded extension '~~s~~' priority 1 to ael-dundi-e164 [1;30m -- [0mAdded extension '~~s~~' priority 2 to ael-dundi-e164 [1;30m -- [0mAdded extension '~~s~~' priority 3 to ael-dundi-e164 [1;30m -- [0mAdded extension '_91700XXXXXXX' priority 1 to ael-iaxtel700 [1;30m -- [0mAdded extension '_9011.' priority 1 to ael-trunkint [1;30m -- [0mAdded extension '_9011.' priority 2 to ael-trunkint [1;30m -- [0mAdded extension '_91NXXNXXXXXX' priority 1 to ael-trunkld [1;30m -- [0mAdded extension '_91NXXNXXXXXX' priority 2 to ael-trunkld [1;30m -- [0mAdded extension '_9NXXXXXX' priority 1 to ael-trunklocal [1;30m -- [0mAdded extension '_91800NXXXXXX' priority 1 to ael-trunktollfree [1;30m -- [0mAdded extension '_91888NXXXXXX' priority 1 to ael-trunktollfree [1;30m -- [0mAdded extension '_91877NXXXXXX' priority 1 to ael-trunktollfree [1;30m -- [0mAdded extension '_91866NXXXXXX' priority 1 to ael-trunktollfree [1;30m -- [0mAdded extension '~~s~~' priority 1 to ael-std-exten-ael [1;30m -- [0mAdded extension '~~s~~' priority 2 to ael-std-exten-ael [1;30m -- [0mAdded extension '~~s~~' priority 3 to ael-std-exten-ael [1;30m -- [0mAdded extension '~~s~~' priority 4 to ael-std-exten-ael [1;30m -- [0mAdded extension '~~s~~' priority 5 to ael-std-exten-ael [1;30m -- [0mAdded extension '~~s~~' priority 6 to ael-std-exten-ael [1;30m -- [0mAdded extension '~~s~~' priority 7 to ael-std-exten-ael [1;30m -- [0mAdded extension '~~s~~' priority 8 to ael-std-exten-ael [1;30m -- [0mAdded extension 'a' priority 1 to ael-std-exten-ael [1;30m -- [0mAdded extension 'a' priority 2 to ael-std-exten-ael [1;30m -- [0mAdded extension '_sw_1_.' priority 10 to ael-std-exten-ael [1;30m -- [0mAdded extension '_sw_1_.' priority 11 to ael-std-exten-ael [1;30m -- [0mAdded extension 'sw_1_' priority 10 to ael-std-exten-ael [1;30m -- [0mAdded extension 'sw_1_BUSY' priority 10 to ael-std-exten-ael [1;30m -- [0mAdded extension 'sw_1_BUSY' priority 11 to ael-std-exten-ael [1;30m -- [0mAdded extension 's' priority 1 to ael-demo [1;30m -- [0mAdded extension 's' priority 2 to ael-demo [1;30m -- [0mAdded extension 's' priority 3 to ael-demo [1;30m -- [0mAdded extension 's' priority 4 to ael-demo [1;30m -- [0mAdded extension 's' priority 5 to ael-demo [1;30m -- [0mAdded extension 's' priority 6 to ael-demo [1;30m -- [0mAdded extension 's' priority 7 to ael-demo [1;30m -- [0mAdded extension 's' priority 8 to ael-demo [1;30m -- [0mAdded extension 's' priority 9 to ael-demo [1;30m -- [0mAdded extension 's' priority 10 to ael-demo [1;30m -- [0mAdded extension 's' priority 11 to ael-demo [1;30m -- [0mAdded extension 's' priority 12 to ael-demo [1;30m -- [0mAdded extension '2' priority 1 to ael-demo [1;30m -- [0mAdded extension '2' priority 2 to ael-demo [1;30m -- [0mAdded extension '3' priority 1 to ael-demo [1;30m -- [0mAdded extension '3' priority 2 to ael-demo [1;30m -- [0mAdded extension '1000' priority 1 to ael-demo [1;30m -- [0mAdded extension '500' priority 1 to ael-demo [1;30m -- [0mAdded extension '500' priority 2 to ael-demo [1;30m -- [0mAdded extension '500' priority 3 to ael-demo [1;30m -- [0mAdded extension '500' priority 4 to ael-demo [1;30m -- [0mAdded extension '600' priority 1 to ael-demo [1;30m -- [0mAdded extension '600' priority 2 to ael-demo [1;30m -- [0mAdded extension '600' priority 3 to ael-demo [1;30m -- [0mAdded extension '600' priority 4 to ael-demo [1;30m -- [0mAdded extension '_1234' priority 1 to ael-demo [1;30m -- [0mAdded extension '8500' priority 1 to ael-demo [1;30m -- [0mAdded extension '8500' priority 2 to ael-demo [1;30m -- [0mAdded extension '#' priority 1 to ael-demo [1;30m -- [0mAdded extension '#' priority 2 to ael-demo [1;30m -- [0mAdded extension 't' priority 1 to ael-demo [1;30m -- [0mAdded extension 'i' priority 1 to ael-demo [1;30m -- [0mAdded extension 'h' priority 1 to ael-builtin-h-bubble [1;30m -- [0mAdded extension 'h' priority 9991 to ael-builtin-h-bubble [1;30m -- [0mAdded extension 'h' priority 9992 to ael-builtin-h-bubble [1;30m -- [0mAdded extension 'h' priority 9993 to ael-builtin-h-bubble [1;30m -- [0mAdded extension 'h' priority 9994 to ael-builtin-h-bubble [1;30m -- [0mAdded extension 'h' priority 9995 to ael-builtin-h-bubble [1;30m -- [0mAdded extension 'h' priority 9996 to ael-builtin-h-bubble [Aug 26 10:43:51] [1;33mNOTICE [0m[15561]: [1;37mpbx_ael.c [0m: [1;37m187 [0m [1;37mpbx_load_module [0m: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'. [1;30m -- [0mRegistered extension context 'parkedcalls'; registrar: features [1;30m -- [0mmerging incls/swits/igpats from old(parkedcalls) to new(parkedcalls) context, registrar = pbx_ael [1;30m -- [0mAdded extension '700' priority 1 to parkedcalls [1;30m -- [0mRegistered extension context 'incoming'; registrar: pbx_config [1;30m -- [0mmerging incls/swits/igpats from old(incoming) to new(incoming) context, registrar = pbx_ael [1;30m -- [0mAdded extension '_3XXX' priority 2 to incoming [1;30m -- [0mAdded extension '_3XXX' priority 1 to incoming [1;30m -- [0mRegistered extension context 'lokal'; registrar: pbx_config [1;30m -- [0mmerging incls/swits/igpats from old(lokal) to new(lokal) context, registrar = pbx_ael [1;30m -- [0mIncluding context 'default' in context 'lokal' [1;30m -- [0mRegistered extension context 'default'; registrar: pbx_config [1;30m -- [0mmerging incls/swits/igpats from old(default) to new(default) context, registrar = pbx_ael [1;30m -- [0mAdded extension '3333' priority 1 to default [1;30m -- [0mAdded extension '3333' priority -1 to default [1;30m -- [0mAdded extension '3456' priority 1 to default [1;30m -- [0mAdded extension '3456' priority -1 to default [1;30m -- [0mAdded extension '3234' priority 1 to default [1;30m -- [0mAdded extension '3234' priority -1 to default [1;30m -- [0mAdded extension '3123' priority 1 to default [1;30m -- [0mAdded extension '3123' priority -1 to default [1;30m -- [0mAdded extension '_3XXX' priority 2 to default [1;30m -- [0mAdded extension '_3XXX' priority 1 to default [1;30m -- [0mTime to scan old dialplan and merge leftovers back into the new: 0.000232 sec [1;30m -- [0mTime to restore hints and swap in new dialplan: 0.000003 sec [1;30m -- [0mTime to delete the old dialplan: 0.000032 sec [1;30m -- [0mTotal time merge_contexts_delete: 0.000267 sec [Aug 26 10:43:51] [1;33mNOTICE [0m[15561]: [1;37mpbx_ael.c [0m: [1;37m192 [0m [1;37mpbx_load_module [0m: AEL load process: merged config file name '/etc/asterisk/extensions.ael'. [Aug 26 10:43:51] [1;33mNOTICE [0m[15561]: [1;37mpbx_ael.c [0m: [1;37m195 [0m [1;37mpbx_load_module [0m: AEL load process: verified config file name '/etc/asterisk/extensions.ael'. [1;30m [0mpbx_ael.so => ( [0;33mAsterisk Extension Language Compiler [0m) [1;30m == [0mRegistered translator ' [0;35madpcmtolin [0m' from format adpcm to slin, table cost, 900000, computational cost 1 [1;30m == [0mRegistered translator ' [0;35mlintoadpcm [0m' from format slin to adpcm, table cost, 600000, computational cost 1 [1;30m [0mcodec_adpcm.so => ( [0;33mAdaptive Differential PCM Coder/Decoder [0m) [1;30m == [0mRegistered application ' [1;36mMinivmRecord [0m' [1;30m == [0mRegistered application ' [1;36mMinivmGreet [0m' [1;30m == [0mRegistered application ' [1;36mMinivmNotify [0m' [1;30m == [0mRegistered application ' [1;36mMinivmDelete [0m' [1;30m == [0mRegistered application ' [1;36mMinivmAccMess [0m' [1;30m == [0mRegistered application ' [1;36mMinivmMWI [0m' [1;30m == [0mRegistered custom function ' [1;36mMINIVMACCOUNT [0m' [1;30m == [0mRegistered custom function ' [1;36mMINIVMCOUNTER [0m' [1;30m == [0mParsing '/etc/asterisk/minivm.conf': Found [1;30m [0mapp_minivm.so => ( [0;33mMini VoiceMail (A minimal Voicemail e-mail System) [0m) [1;30m == [0mRegistered application ' [1;36mWaitForSilence [0m' [1;30m == [0mRegistered application ' [1;36mWaitForNoise [0m' [1;30m [0mapp_waitforsilence.so => ( [0;33mWait For Silence [0m) [1;30m == [0mParsing '/etc/asterisk/alarmreceiver.conf': Found [1;30m == [0mRegistered application ' [1;36mAlarmReceiver [0m' [1;30m [0mapp_alarmreceiver.so => ( [0;33mAlarm Receiver for Asterisk [0m) [1;30m == [0mRegistered application ' [1;36mNoCDR [0m' [1;30m [0mapp_cdr.so => ( [0;33mTell Asterisk to not maintain a CDR for the current call [0m) [1;30m == [0mRegistered bridge technology softmix [1;30m [0mbridge_softmix.so => ( [0;33mMulti-party software based channel mixing [0m) [1;30m == [0mRegistered application ' [1;36mUserEvent [0m' [1;30m [0mapp_userevent.so => ( [0;33mCustom User Event Application [0m) [1;30m == [0mRegistered application ' [1;36mDBdel [0m' [1;30m == [0mRegistered application ' [1;36mDBdeltree [0m' [1;30m [0mapp_db.so => ( [0;33mDatabase Access Functions [0m) [1;30m == [0mRegistered custom function ' [1;36mCALLCOMPLETION [0m' [1;30m [0mfunc_callcompletion.so => ( [0;33mCall Control Configuration Function [0m) [1;30m == [0mParsing '/etc/asterisk/codecs.conf': Found [1;30m [0mres_format_attr_h264.so => ( [0;33mH.264 Format Attribute Module [0m) [1;30m == [0mRegistered application ' [1;36mMilliwatt [0m' [1;30m [0mapp_milliwatt.so => ( [0;33mDigital Milliwatt (mu-law) Test Application [0m) [1;30m == [0mRegistered application ' [1;36mWaitUntil [0m' [1;30m [0mapp_waituntil.so => ( [0;33mWait until specified time [0m) [1;30m == [0mRegistered application ' [1;36mDirectory [0m' [1;30m [0mapp_directory.so => ( [0;33mExtension Directory [0m) [1;30m == [0mRegistered custom function ' [1;36mLOCK [0m' [1;30m == [0mRegistered custom function ' [1;36mTRYLOCK [0m' [1;30m == [0mRegistered custom function ' [1;36mUNLOCK [0m' [1;30m [0mfunc_lock.so => ( [0;33mDialplan mutexes [0m) [1;30m == [0mRegistered custom function ' [1;36mBASE64_ENCODE [0m' [1;30m == [0mRegistered custom function ' [1;36mBASE64_DECODE [0m' [1;30m [0mfunc_base64.so => ( [0;33mbase64 encode/decode dialplan functions [0m) [1;30m == [0mRegistered application ' [1;36mSayUnixTime [0m' [1;30m == [0mRegistered application ' [1;36mDateTime [0m' [1;30m [0mapp_sayunixtime.so => ( [0;33mSay time [0m) [1;30m == [0mRegistered application ' [1;36mExec [0m' [1;30m == [0mRegistered application ' [1;36mTryExec [0m' [1;30m == [0mRegistered application ' [1;36mExecIf [0m' [1;30m [0mapp_exec.so => ( [0;33mExecutes dialplan applications [0m) [1;30m == [0mRegistered translator ' [0;35mslin 8000khz -> 12000khz [0m' from format slin to slin12, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 8000khz -> 16000khz [0m' from format slin to slin16, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 8000khz -> 24000khz [0m' from format slin to slin24, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 8000khz -> 32000khz [0m' from format slin to slin32, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 8000khz -> 44100khz [0m' from format slin to slin44, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 8000khz -> 48000khz [0m' from format slin to slin48, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 8000khz -> 96000khz [0m' from format slin to slin96, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 8000khz -> 192000khz [0m' from format slin to slin192, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 12000khz -> 8000khz [0m' from format slin12 to slin, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 12000khz -> 16000khz [0m' from format slin12 to slin16, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 12000khz -> 24000khz [0m' from format slin12 to slin24, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 12000khz -> 32000khz [0m' from format slin12 to slin32, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 12000khz -> 44100khz [0m' from format slin12 to slin44, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 12000khz -> 48000khz [0m' from format slin12 to slin48, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 12000khz -> 96000khz [0m' from format slin12 to slin96, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 12000khz -> 192000khz [0m' from format slin12 to slin192, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 16000khz -> 8000khz [0m' from format slin16 to slin, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 16000khz -> 12000khz [0m' from format slin16 to slin12, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 16000khz -> 24000khz [0m' from format slin16 to slin24, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 16000khz -> 32000khz [0m' from format slin16 to slin32, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 16000khz -> 44100khz [0m' from format slin16 to slin44, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 16000khz -> 48000khz [0m' from format slin16 to slin48, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 16000khz -> 96000khz [0m' from format slin16 to slin96, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 16000khz -> 192000khz [0m' from format slin16 to slin192, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 24000khz -> 8000khz [0m' from format slin24 to slin, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 24000khz -> 12000khz [0m' from format slin24 to slin12, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 24000khz -> 16000khz [0m' from format slin24 to slin16, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 24000khz -> 32000khz [0m' from format slin24 to slin32, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 24000khz -> 44100khz [0m' from format slin24 to slin44, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 24000khz -> 48000khz [0m' from format slin24 to slin48, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 24000khz -> 96000khz [0m' from format slin24 to slin96, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 24000khz -> 192000khz [0m' from format slin24 to slin192, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 32000khz -> 8000khz [0m' from format slin32 to slin, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 32000khz -> 12000khz [0m' from format slin32 to slin12, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 32000khz -> 16000khz [0m' from format slin32 to slin16, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 32000khz -> 24000khz [0m' from format slin32 to slin24, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 32000khz -> 44100khz [0m' from format slin32 to slin44, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 32000khz -> 48000khz [0m' from format slin32 to slin48, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 32000khz -> 96000khz [0m' from format slin32 to slin96, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 32000khz -> 192000khz [0m' from format slin32 to slin192, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 44100khz -> 8000khz [0m' from format slin44 to slin, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 44100khz -> 12000khz [0m' from format slin44 to slin12, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 44100khz -> 16000khz [0m' from format slin44 to slin16, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 44100khz -> 24000khz [0m' from format slin44 to slin24, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 44100khz -> 32000khz [0m' from format slin44 to slin32, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 44100khz -> 48000khz [0m' from format slin44 to slin48, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 44100khz -> 96000khz [0m' from format slin44 to slin96, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 44100khz -> 192000khz [0m' from format slin44 to slin192, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 48000khz -> 8000khz [0m' from format slin48 to slin, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 48000khz -> 12000khz [0m' from format slin48 to slin12, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 48000khz -> 16000khz [0m' from format slin48 to slin16, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 48000khz -> 24000khz [0m' from format slin48 to slin24, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 48000khz -> 32000khz [0m' from format slin48 to slin32, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 48000khz -> 44100khz [0m' from format slin48 to slin44, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 48000khz -> 96000khz [0m' from format slin48 to slin96, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 48000khz -> 192000khz [0m' from format slin48 to slin192, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 96000khz -> 8000khz [0m' from format slin96 to slin, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 96000khz -> 12000khz [0m' from format slin96 to slin12, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 96000khz -> 16000khz [0m' from format slin96 to slin16, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 96000khz -> 24000khz [0m' from format slin96 to slin24, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 96000khz -> 32000khz [0m' from format slin96 to slin32, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 96000khz -> 44100khz [0m' from format slin96 to slin44, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 96000khz -> 48000khz [0m' from format slin96 to slin48, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 96000khz -> 192000khz [0m' from format slin96 to slin192, table cost, 800000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 192000khz -> 8000khz [0m' from format slin192 to slin, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 192000khz -> 12000khz [0m' from format slin192 to slin12, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 192000khz -> 16000khz [0m' from format slin192 to slin16, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 192000khz -> 24000khz [0m' from format slin192 to slin24, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 192000khz -> 32000khz [0m' from format slin192 to slin32, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 192000khz -> 44100khz [0m' from format slin192 to slin44, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 192000khz -> 48000khz [0m' from format slin192 to slin48, table cost, 850000, computational cost 999999 [1;30m == [0mRegistered translator ' [0;35mslin 192000khz -> 96000khz [0m' from format slin192 to slin96, table cost, 850000, computational cost 999999 [1;30m [0mcodec_resample.so => ( [0;33mSLIN Resampling Codec [0m) [1;30m == [0mRegistered custom function ' [1;36mCHANNEL [0m' [1;30m == [0mRegistered custom function ' [1;36mCHANNELS [0m' [1;30m == [0mRegistered custom function ' [1;36mMASTER_CHANNEL [0m' [1;30m [0mfunc_channel.so => ( [0;33mChannel information dialplan functions [0m) [1;30m == [0mParsing '/etc/asterisk/codecs.conf': Found [1;30m == [0mParsing '/etc/asterisk/codecs.conf': Found [1;30m [0mres_format_attr_h263.so => ( [0;33mH.263 Format Attribute Module [0m) [1;30m == [0mRegistered custom function ' [1;36mPITCH_SHIFT [0m' [1;30m [0mfunc_pitchshift.so => ( [0;33mAudio Effects Dialplan Functions [0m) [1;30m == [0mParsing '/etc/asterisk/phone.conf': Found [1;30m == [0mRegistered channel type 'Phone' (Standard Linux Telephony API Driver) [1;30m [0mchan_phone.so => ( [0;33mLinux Telephony API Support [0m) [1;30m == [0mParsing '/etc/asterisk/queuerules.conf': Found [1;30m == [0mParsing '/etc/asterisk/queues.conf': Found [1;30m == [0mRegistered application ' [1;36mQueue [0m' [1;30m == [0mRegistered application ' [1;36mAddQueueMember [0m' [1;30m == [0mRegistered application ' [1;36mRemoveQueueMember [0m' [1;30m == [0mRegistered application ' [1;36mPauseQueueMember [0m' [1;30m == [0mRegistered application ' [1;36mUnpauseQueueMember [0m' [1;30m == [0mRegistered application ' [1;36mQueueLog [0m' [1;30m == [0mManager registered action Queues [1;30m == [0mManager registered action QueueStatus [1;30m == [0mManager registered action QueueSummary [1;30m == [0mManager registered action QueueAdd [1;30m == [0mManager registered action QueueRemove [1;30m == [0mManager registered action QueuePause [1;30m == [0mManager registered action QueueLog [1;30m == [0mManager registered action QueuePenalty [1;30m == [0mManager registered action QueueMemberRingInUse [1;30m == [0mManager registered action QueueRule [1;30m == [0mManager registered action QueueReload [1;30m == [0mManager registered action QueueReset [1;30m == [0mRegistered custom function ' [1;36mQUEUE_VARIABLES [0m' [1;30m == [0mRegistered custom function ' [1;36mQUEUE_EXISTS [0m' [1;30m == [0mRegistered custom function ' [1;36mQUEUE_MEMBER [0m' [1;30m == [0mRegistered custom function ' [1;36mQUEUE_MEMBER_COUNT [0m' [1;30m == [0mRegistered custom function ' [1;36mQUEUE_MEMBER_LIST [0m' [1;30m == [0mRegistered custom function ' [1;36mQUEUE_WAITING_COUNT [0m' [1;30m == [0mRegistered custom function ' [1;36mQUEUE_MEMBER_PENALTY [0m' [1;30m [0mapp_queue.so => ( [0;33mTrue Call Queueing [0m) [1;30m == [0mParsing '/etc/asterisk/cli_permissions.conf': Found [1;37mAsterisk Ready. [0m [1;30m == [0mParsing '/etc/asterisk/cli.conf': Found ]1;Asterisk ]2;Asterisk Console on 'debian' (pid 15561)*CLI>

Again aaterisk is telling you that another application is listening on the 5061 port.

Aug 26 10:43:51] e[0;31mERRORe[0m[15561]: e[1;37mtcptls.ce[0m:e[1;37m582e[0m e[1;37mast_tcptls_server_starte[0m: Unable to bind SIP TLS server to 0.0.0.0:5061: Address already in use [Aug 26 10:43:51] e[0;31mERRORe[0m[15561]: e[1;37mchan_sip.ce[0m:e[1;37m32140e[0m e[1;37mreload_confige[0m: TLS Server start failed. Not listening on TLS socket.

Do a netstat before starting asterisk to see if is really in use.

Before starting asterisk the port 5061 is closed. After starting asterisk, the port ist LISTEN and the program is asterisk.

Try setting the ip address instead 0.0.0.0

I try. No change. :frowning:

Show us the output of: sip show settings

Maybe the issue is with your line bindport=5061, remove that line and try again.

Binding both TLS and non-TLS to the same port will cause problems. However, I think bindport only applies to UDP, and TLS is always TCP.

That was it. Thank you for your help.