speech_on_channel_add: (ASR-18) Channel error status=1, response code=0!

925 views
Skip to first unread message

Fariss Abdo

unread,
Nov 11, 2016, 10:06:22 AM11/11/16
to UniMRCP
Hi,

i have installed asterisk 13 and unimrcp module
when i call asterisk via voip i get this error in asterisk cli


[Nov 11 15:19:25] NOTICE[1119][C-0000001e]: app_mrcprecog.c:1071 app_recog_exec: MRCPRecog() grammar: builtin:grammar/number
[Nov 11 15:19:25] NOTICE[1119][C-0000001e]: app_mrcprecog.c:1091 app_recog_exec: MRCPRecog() options: p=default&t=5000&b=1&ct=0.7&spl=en-US&f=hello-world
[Nov 11 15:19:25] NOTICE[1119][C-0000001e]: src/mrcp_application.c:117 : Create MRCP Handle 0x7f4c58008a58 [speech-nuance5-mrcp2]
[Nov 11 15:19:25] NOTICE[1119][C-0000001e]: src/mrcp_client_session.c:131 : Create Channel ASR-18 <new>
[Nov 11 15:19:25] NOTICE[13819]: src/mrcp_client_session.c:385 : Receive App Request ASR-18 <new> [2]
[Nov 11 15:19:25] WARNING[13819]: src/mrcp_client_session.c:1263 : Failed to Create Session ASR-18 <new> [2]
[Nov 11 15:19:25] NOTICE[13819]: src/mrcp_client_session.c:531 : Raise App Response ASR-18 <new> [2] FAILURE [1]
[Nov 11 15:19:25] ERROR[13819]: app_mrcprecog.c:286 speech_on_channel_add: (ASR-18) Channel error status=1, response code=0!
[Nov 11 15:19:25] NOTICE[13819]: src/mrcp_client_session.c:385 : Receive App Request ASR-18 <new> [1]
[Nov 11 15:19:25] NOTICE[13819]: src/mrcp_client_session.c:453 : Raise App Response ASR-18 <new> [1] SUCCESS [0]
[Nov 11 15:19:25] NOTICE[13819]: src/mrcp_application.c:203 : Destroy MRCP Handle ASR-18
[Nov 11 15:19:25] NOTICE[1119][C-0000001e]: app_mrcprecog.c:1031 mrcprecog_exit: MRCPRecog() exiting status: ERROR on SIP/192.168.1.5-0000001a


the mrcp.conf :


[general]
; Default ASR and TTS profiles.
default-asr-profile = speech-nuance5-mrcp2
default-tts-profile = speech-nuance5-mrcp2
; UniMRCP logging level to appear in Asterisk logs. Options are:
; EMERGENCY|ALERT|CRITICAL|ERROR|WARNING|NOTICE|INFO|DEBUG -->
log-level = DEBUG
max-connection-count = 100
offer-new-connection = 1
; rx-buffer-size = 1024
; tx-buffer-size = 1024
; request-timeout = 5000

;
; Profile for Nuance Speech Server MRCPv1
;
[speech-nuance5-mrcp1]
; MRCP version.
version = 1

; === RTSP settings ===
; Must be set to the IP address of the MRCP server.
server-ip = 192.168.0.30
; RTSP port on the MRCP server.
server-port = 1554
; force-destination = 1
resource-location = media
speechsynth = speechsynthesizer
speechrecog = speechrecognizer

; === RTP factory ===
; rtp-ip = 192.168.0.29
; Must be set to the IP address of the MRCP client.
rtp-ip = 192.168.0.29
; rtp-ext-ip = auto
; RTP port range on the MRCP client.
rtp-port-min = 28000
rtp-port-max = 29000

; === Jitter buffer settings ===
playout-delay = 50
; min-playout-delay = 20
max-playout-delay = 200

; === RTP settings ===
ptime = 20
codecs = PCMU PCMA L16/96/8000 telephone-event/101/8000

; === RTCP settings ===
rtcp = 0
rtcp-bye = 2
rtcp-tx-interval = 5000
rtcp-rx-resolution = 1000

;
; Profile for Nuance Speech Server MRCPv2
;
[speech-nuance5-mrcp2]
; MRCP version.
version = 2

; === SIP settings ===
; Must be set to the IP address of the MRCP server.
server-ip = 192.168.0.30
; SIP port on the MRCP server.
server-port = 8060
; server-username = test
force-destination = 1

; === SIP agent ===
; client-ip = 0.0.0.0
; Must be set to the IP address of the MRCP client.
client-ip = 192.168.0.29
; client-ext-ip = auto
; SIP port on the MRCP client.
client-port = 25097
; SIP transport either UDP or TCP.
sip-transport = udp
; ua-name = Asterisk
; sdp-origin = Asterisk
; sip-t1 = 500
; sip-t2 = 4000
; sip-t4 = 4000
; sip-t1x64 = 32000
; sip-timer-c = 185000

; === RTP factory ===
; rtp-ip = 0.0.0.0
; Must be set to the IP address of the MRCP client.
rtp-ip = 192.168.0.29
; rtp-ext-ip = auto
; RTP port range on the MRCP client.
rtp-port-min = 28000
rtp-port-max = 29000

; === Jitter buffer settings ===
playout-delay = 50
; min-playout-delay = 20
max-playout-delay = 200

; === RTP settings ===
ptime = 20
codecs = PCMU PCMA L16/96/8000 telephone-event/101/8000

; === RTCP settings ===
rtcp = 0
rtcp-bye = 2
rtcp-tx-interval = 5000
rtcp-rx-resolution = 1000


the extension.conf


[my_ivr_menu]
exten => 12,1,Answer
exten => 12,n,MRCPRecog(builtin:grammar/number,p=default&t=5000&b=1&ct=0.7&spl=en-US&f=hello-world)
exten => 12,n,Verbose(1, ${RECOGSTATUS}, ${RECOG_COMPLETION_CAUSE}, ${RECOG_RESULT})
exten => 12,n,Hangup

Arsen Chaloyan

unread,
Nov 11, 2016, 3:20:54 PM11/11/16
to UniMRCP
Hi,

It looks like the client stack even did not send any SIP initiation requests to the server. I guess the Sofia-SIP user agent was not properly initialized on start-up. Make sure the SIP IP and port to bind to are correct and not occupied by other processes.

If you continue to experience the same problem, please provide a full log output, containing initialization of the stack, and preferably having log level set to debug.



--
You received this message because you are subscribed to the Google Groups "UniMRCP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unimrcp+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Arsen Chaloyan
Author of UniMRCP
http://www.unimrcp.org

Fariss Abdo

unread,
Nov 15, 2016, 12:19:22 PM11/15/16
to UniMRCP
Hi, thank you for your awnser, 

i checked the sip port and it gives:

netstat -an | grep ":25097"
udp        
0      0 0.0.0.0:25097            0.0.0.0:*


and the output of the command "reload" in asterisk CLI console is:


 CEL logging disabled
.
 
== Parsing '/etc/asterisk/extconfig.conf': Found
 
== Parsing '/etc/asterisk/logger.conf': Found
 
Asterisk Queue Logger restarted
 
== Parsing '/etc/asterisk/manager.conf': Found
[Nov 15 18:11:32] ERROR[29229]: config.c:1931 process_text_line: The file 'manager.d/*.conf' was listed as a #include but it does not exist.
[Nov 15 18:11:32] NOTICE[29229]: manager.c:8924 __init_manager: Unable to open AMI configuration manager.conf, or configuration is invalid.
 
== Parsing '/etc/asterisk/codecs.conf': Found
   
-- Reloading module 'res_odbc.so' (ODBC resource)
 
== Parsing '/etc/asterisk/res_odbc.conf': Found
[Nov 15 18:11:32] WARNING[29229]: res_odbc.c:526 load_odbc_config: The 'pooling', 'shared_connections', 'limit', and 'idlecheck' options were replaced by 'max_connections'.  See res_odbc.conf.sample.
[Nov 15 18:11:32] WARNING[29229]: res_odbc.c:526 load_odbc_config: The 'pooling', 'shared_connections', 'limit', and 'idlecheck' options were replaced by 'max_connections'.  See res_odbc.conf.sample.
   
-- Reloading module 'res_stun_monitor.so' (STUN Network Monitor)
   
-- Reloading module 'res_smdi.so' (Simplified Message Desk Interface (SMDI) Resource)
   
-- Reloading module 'res_phoneprov.so' (HTTP Phone Provisioning)
 
== Parsing '/etc/asterisk/phoneprov.conf': Found
 
== Parsing '/etc/asterisk/phoneprov.conf': Found
[Nov 15 18:11:32] WARNING[29229]: res_phoneprov.c:1231 get_defaults: Unable to find a valid server address or name.
 
== Parsing '/etc/asterisk/sip.conf': Found
 
== Parsing '/etc/asterisk/users.conf': Found
 
== Parsing '/etc/asterisk/users.conf': Found
   
-- Reloading module 'res_crypto.so' (Cryptographic Digital Signatures)
   
-- Reloading module 'res_xmpp.so' (Asterisk XMPP Interface)
   
-- Reloading module 'res_fax.so' (Generic FAX Applications)
   
-- Reloading module 'res_calendar.so' (Asterisk Calendar integration)
   
-- Reloading module 'pbx_lua.so' (Lua PBX Switch)
   
-- Registered extension context 'default'; registrar: pbx_lua
   
-- Including switch 'Lua/' in context 'default'
   
-- Registered extension context 'public'; registrar: pbx_lua
   
-- Including switch 'Lua/' in context 'public'
   
-- Registered extension context 'demo'; registrar: pbx_lua
   
-- Including switch 'Lua/' in context 'demo'
   
-- Registered extension context 'local'; registrar: pbx_lua
   
-- Including switch 'Lua/' in context 'local'
   
-- Added extension '1000' priority -1 to demo
   
-- Added extension '1001' priority -1 to demo
   
-- Added extension '1234' priority -1 to default
   
-- Registered extension context 'ael-dundi-e164-canonical'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-dundi-e164-canonical) to new(ael-dundi-e164-canonical) context, registrar = pbx_lua
   
-- Registered extension context 'ael-dundi-e164-customers'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-dundi-e164-customers) to new(ael-dundi-e164-customers) context, registrar = pbx_lua
   
-- Registered extension context 'ael-dundi-e164-via-pstn'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-dundi-e164-via-pstn) to new(ael-dundi-e164-via-pstn) context, registrar = pbx_lua
   
-- Registered extension context 'ael-dundi-e164-local'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-dundi-e164-local) to new(ael-dundi-e164-local) context, registrar = pbx_lua
   
-- Including context 'ael-dundi-e164-canonical' in context 'ael-dundi-e164-local'
   
-- Including context 'ael-dundi-e164-customers' in context 'ael-dundi-e164-local'
   
-- Including context 'ael-dundi-e164-via-pstn' in context 'ael-dundi-e164-local'
   
-- Registered extension context 'ael-dundi-e164-switch'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-dundi-e164-switch) to new(ael-dundi-e164-switch) context, registrar = pbx_lua
   
-- Including switch 'DUNDi/e164' in context 'ael-dundi-e164-switch'
   
-- Registered extension context 'ael-dundi-e164-lookup'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-dundi-e164-lookup) to new(ael-dundi-e164-lookup) context, registrar = pbx_lua
   
-- Including context 'ael-dundi-e164-local' in context 'ael-dundi-e164-lookup'
   
-- Including context 'ael-dundi-e164-switch' in context 'ael-dundi-e164-lookup'
   
-- Registered extension context 'ael-dundi-e164'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-dundi-e164) to new(ael-dundi-e164) context, registrar = pbx_lua
   
-- Including context 'ael-builtin-h-bubble' in context 'ael-dundi-e164'
   
-- Added extension '~~s~~' priority 1 to ael-dundi-e164
   
-- Added extension '~~s~~' priority 2 to ael-dundi-e164
   
-- Added extension '~~s~~' priority 3 to ael-dundi-e164
   
-- Registered extension context 'ael-iaxtel700'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-iaxtel700) to new(ael-iaxtel700) context, registrar = pbx_lua
   
-- Added extension '_91700XXXXXXX' priority 1 to ael-iaxtel700
   
-- Registered extension context 'ael-iaxprovider'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-iaxprovider) to new(ael-iaxprovider) context, registrar = pbx_lua
   
-- Registered extension context 'ael-trunkint'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-trunkint) to new(ael-trunkint) context, registrar = pbx_lua
   
-- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkint'
   
-- Added extension '_9011.' priority 1 to ael-trunkint
   
-- Added extension '_9011.' priority 2 to ael-trunkint
   
-- Registered extension context 'ael-trunkld'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-trunkld) to new(ael-trunkld) context, registrar = pbx_lua
   
-- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkld'
   
-- Added extension '_91NXXNXXXXXX' priority 1 to ael-trunkld
   
-- Added extension '_91NXXNXXXXXX' priority 2 to ael-trunkld
   
-- Registered extension context 'ael-trunklocal'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-trunklocal) to new(ael-trunklocal) context, registrar = pbx_lua
   
-- Added extension '_9NXXXXXX' priority 1 to ael-trunklocal
   
-- Registered extension context 'ael-trunktollfree'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-trunktollfree) to new(ael-trunktollfree) context, registrar = pbx_lua
   
-- Added extension '_91800NXXXXXX' priority 1 to ael-trunktollfree
   
-- Added extension '_91888NXXXXXX' priority 1 to ael-trunktollfree
   
-- Added extension '_91877NXXXXXX' priority 1 to ael-trunktollfree
   
-- Added extension '_91866NXXXXXX' priority 1 to ael-trunktollfree
   
-- Registered extension context 'ael-international'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-international) to new(ael-international) context, registrar = pbx_lua
   
-- Including context 'ael-longdistance' in context 'ael-international'
   
-- Including context 'ael-trunkint' in context 'ael-international'
   
-- Registered extension context 'ael-longdistance'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-longdistance) to new(ael-longdistance) context, registrar = pbx_lua
   
-- Including context 'ael-local' in context 'ael-longdistance'
   
-- Including context 'ael-trunkld' in context 'ael-longdistance'
   
-- Registered extension context 'ael-local'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-local) to new(ael-local) context, registrar = pbx_lua
   
-- Including context 'ael-default' in context 'ael-local'
   
-- Including context 'ael-trunklocal' in context 'ael-local'
   
-- Including context 'ael-iaxtel700' in context 'ael-local'
   
-- Including context 'ael-trunktollfree' in context 'ael-local'
   
-- Including context 'ael-iaxprovider' in context 'ael-local'
   
-- Registered extension context 'ael-std-exten-ael'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-std-exten-ael) to new(ael-std-exten-ael) context, registrar = pbx_lua
   
-- Including context 'ael-builtin-h-bubble' in context 'ael-std-exten-ael'
   
-- Added extension '~~s~~' priority 1 to ael-std-exten-ael
   
-- Added extension '~~s~~' priority 2 to ael-std-exten-ael
   
-- Added extension '~~s~~' priority 3 to ael-std-exten-ael
   
-- Added extension '~~s~~' priority 4 to ael-std-exten-ael
   
-- Added extension '~~s~~' priority 5 to ael-std-exten-ael
   
-- Added extension '~~s~~' priority 6 to ael-std-exten-ael
   
-- Added extension '~~s~~' priority 7 to ael-std-exten-ael
   
-- Added extension '~~s~~' priority 8 to ael-std-exten-ael
   
-- Added extension 'a' priority 1 to ael-std-exten-ael
   
-- Added extension 'a' priority 2 to ael-std-exten-ael
   
-- Added extension '_sw_1_.' priority 10 to ael-std-exten-ael
   
-- Added extension '_sw_1_.' priority 11 to ael-std-exten-ael
   
-- Added extension 'sw_1_' priority 10 to ael-std-exten-ael
   
-- Added extension 'sw_1_BUSY' priority 10 to ael-std-exten-ael
   
-- Added extension 'sw_1_BUSY' priority 11 to ael-std-exten-ael
   
-- Registered extension context 'ael-demo'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-demo) to new(ael-demo) context, registrar = pbx_lua
   
-- Added extension 's' priority 1 to ael-demo
   
-- Added extension 's' priority 2 to ael-demo
   
-- Added extension 's' priority 3 to ael-demo
   
-- Added extension 's' priority 4 to ael-demo
   
-- Added extension 's' priority 5 to ael-demo
   
-- Added extension 's' priority 6 to ael-demo
   
-- Added extension 's' priority 7 to ael-demo
   
-- Added extension 's' priority 8 to ael-demo
   
-- Added extension 's' priority 9 to ael-demo
   
-- Added extension 's' priority 10 to ael-demo
   
-- Added extension 's' priority 11 to ael-demo
   
-- Added extension 's' priority 12 to ael-demo
   
-- Added extension '2' priority 1 to ael-demo
   
-- Added extension '2' priority 2 to ael-demo
   
-- Added extension '3' priority 1 to ael-demo
   
-- Added extension '3' priority 2 to ael-demo
   
-- Added extension '1000' priority 1 to ael-demo
   
-- Added extension '500' priority 1 to ael-demo
   
-- Added extension '500' priority 2 to ael-demo
   
-- Added extension '500' priority 3 to ael-demo
   
-- Added extension '500' priority 4 to ael-demo
   
-- Added extension '600' priority 1 to ael-demo
   
-- Added extension '600' priority 2 to ael-demo
   
-- Added extension '600' priority 3 to ael-demo
   
-- Added extension '600' priority 4 to ael-demo
   
-- Added extension '_1234' priority 1 to ael-demo
   
-- Added extension '8500' priority 1 to ael-demo
   
-- Added extension '8500' priority 2 to ael-demo
   
-- Added extension '#' priority 1 to ael-demo
   
-- Added extension '#' priority 2 to ael-demo
   
-- Added extension 't' priority 1 to ael-demo
   
-- Added extension 'i' priority 1 to ael-demo
   
-- Registered extension context 'ael-default'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-default) to new(ael-default) context, registrar = pbx_lua
   
-- Including context 'ael-demo' in context 'ael-default'
   
-- Registered extension context 'ael-builtin-h-bubble'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-builtin-h-bubble) to new(ael-builtin-h-bubble) context, registrar = pbx_lua
   
-- Added extension 'h' priority 1 to ael-builtin-h-bubble
   
-- Added extension 'h' priority 9991 to ael-builtin-h-bubble
   
-- Added extension 'h' priority 9992 to ael-builtin-h-bubble
   
-- Added extension 'h' priority 9993 to ael-builtin-h-bubble
   
-- Added extension 'h' priority 9994 to ael-builtin-h-bubble
   
-- Added extension 'h' priority 9995 to ael-builtin-h-bubble
   
-- Added extension 'h' priority 9996 to ael-builtin-h-bubble
   
-- merging incls/swits/igpats from old(public) to new(public) context, registrar = pbx_lua
   
-- merging incls/swits/igpats from old(local) to new(local) context, registrar = pbx_lua
   
-- Registered extension context '__func_periodic_hook_context__'; registrar: func_periodic_hook
   
-- merging incls/swits/igpats from old(__func_periodic_hook_context__) to new(__func_periodic_hook_context__) context, registrar = pbx_lua
   
-- Added extension 'beep' priority 2 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'beep' priority 1 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 6 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 5 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 4 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 3 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 2 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 1 (CID match '') to __func_periodic_hook_context__
   
-- Registered extension context 'my_ivr_menu'; registrar: pbx_config
   
-- merging incls/swits/igpats from old(my_ivr_menu) to new(my_ivr_menu) context, registrar = pbx_lua
   
-- Added extension '3' priority 5 to my_ivr_menu
   
-- Added extension '3' priority 4 to my_ivr_menu
   
-- Added extension '3' priority 3 to my_ivr_menu
   
-- Added extension '3' priority 2 to my_ivr_menu
   
-- Added extension '3' priority 1 to my_ivr_menu
   
-- Added extension '1' priority 4 to my_ivr_menu
   
-- Added extension '1' priority 3 to my_ivr_menu
   
-- Added extension '1' priority 2 to my_ivr_menu
   
-- Added extension '1' priority 1 to my_ivr_menu
   
-- Added extension '30' priority 3 to my_ivr_menu
   
-- Added extension '30' priority 2 to my_ivr_menu
   
-- Added extension '30' priority 1 to my_ivr_menu
   
-- Time to scan old dialplan and merge leftovers back into the new: 0.001528 sec
   
-- Time to restore hints and swap in new dialplan: 0.000007 sec
   
-- Time to delete the old dialplan: 0.000038 sec
   
-- Total time merge_contexts_delete: 0.001573 sec
[Nov 15 18:11:32] NOTICE[29229]: pbx_lua.c:1640 load_or_reload_lua_stuff: Lua PBX Switch loaded.
   
-- Reloading module 'res_config_mysql.so' (MySQL RealTime Configuration Driver)
 
== MySQL RealTime reloaded.
   
-- Reloading module 'res_config_ldap.so' (LDAP realtime interface)
 
== Parsing '/etc/asterisk/res_ldap.conf': Found
[Nov 15 18:11:32] NOTICE[29229]: res_config_ldap.c:1710 parse_config: No directory user found, anonymous binding as default.
[Nov 15 18:11:32] ERROR[29229]: res_config_ldap.c:1736 parse_config: No directory URL or host found.
[Nov 15 18:11:32] NOTICE[29229]: res_config_ldap.c:1669 reload: Cannot reload LDAP RealTime driver.
   
-- Reloading module 'res_config_sqlite3.so' (SQLite 3 realtime config engine)
   
-- Reloading module 'res_config_curl.so' (Realtime Curl configuration)
 
== Parsing '/etc/asterisk/res_curl.conf': Found
   
-- Reloading module 'res_musiconhold.so' (Music On Hold Resource)
   
-- Reloading module 'res_rtp_asterisk.so' (Asterisk RTP Stack)
   
-- Reloading module 'chan_sip.so' (Session Initiation Protocol (SIP))
 
Reloading SIP
   
-- Reloading module 'chan_dahdi.so' (DAHDI Telephony w/PRI)
   
-- Reloading module 'chan_iax2.so' (Inter Asterisk eXchange (Ver 2))
   
-- Reloading module 'chan_skinny.so' (Skinny Client Control Protocol (Skinny))
[Nov 15 18:11:32] NOTICE[29229]: chan_skinny.c:8418 config_load: Configuring skinny from skinny.conf
 
== Parsing '/etc/asterisk/skinny.conf': Found
   
-- Reloading module 'chan_ooh323.so' (Objective Systems H323 Channel)
 
Reloading H.323
   
-- Reloading module 'chan_console.so' (Console Channel Driver)
 
== Parsing '/etc/asterisk/console.conf': Found
   
-- Reloading module 'chan_mgcp.so' (Media Gateway Control Protocol (MGCP))
 
Reloading MGCP
   
-- Reloading module 'res_adsi.so' (ADSI Resource)
   
-- Reloading module 'app_confbridge.so' (Conference Bridge Application)
   
-- Reloading module 'cdr_manager.so' (Asterisk Manager Interface CDR Backend)
   
-- Reloading module 'cel_manager.so' (Asterisk Manager Interface CEL Backend)
   
-- Reloading module 'cel_odbc.so' (ODBC CEL backend)
 
== Parsing '/etc/asterisk/cel_odbc.conf': Found
   
-- Reloading module 'cdr_odbc.so' (ODBC CDR Backend)
   
-- Reloading module 'cel_pgsql.so' (PostgreSQL CEL Backend)
   
-- Reloading module 'cel_custom.so' (Customizable Comma Separated Values CEL Backend)
 
== Parsing '/etc/asterisk/cel_custom.conf': Found
[Nov 15 18:11:32] NOTICE[29229]: cel_custom.c:97 load_config: No mappings found in cel_custom.conf. Not logging CEL to custom CSVs.
 
Added CEL CSV mapping for 0 files.
   
-- Reloading module 'cdr_adaptive_odbc.so' (Adaptive ODBC CDR backend)
 
== Parsing '/etc/asterisk/cdr_adaptive_odbc.conf': Found
   
-- Reloading module 'cdr_csv.so' (Comma Separated Values CDR Backend)
   
-- Reloading module 'cdr_custom.so' (Customizable Comma Separated Values CDR Backend)
 
== Parsing '/etc/asterisk/cdr_custom.conf': Found
   
-- Reloading module 'chan_unistim.so' (UNISTIM Protocol (USTM))
 
Reloading unistim.conf...
 
== Parsing '/etc/asterisk/unistim.conf': Found
   
-- Reloading module 'res_clialiases.so' (CLI Aliases)
   
-- Reloading module 'app_followme.so' (Find-Me/Follow-Me Application)
   
-- Reloading module 'pbx_config.so' (Text Extension Configuration)
 
== Parsing '/etc/asterisk/extensions.conf': Found
[Nov 15 18:11:32] WARNING[29229]: config.c:1879 process_text_line: Unknown directive '#exten' at line 4 of /etc/asterisk/extensions.conf
[Nov 15 18:11:32] WARNING[29229]: config.c:1879 process_text_line: Unknown directive '#exten' at line 5 of /etc/asterisk/extensions.conf
[Nov 15 18:11:32] WARNING[29229]: config.c:1879 process_text_line: Unknown directive '#exten' at line 6 of /etc/asterisk/extensions.conf
[Nov 15 18:11:32] WARNING[29229]: config.c:1879 process_text_line: Unknown directive '#exten' at line 7 of /etc/asterisk/extensions.conf
   
-- Registered extension context 'my_ivr_menu'; registrar: pbx_config
   
-- Added extension '30' priority 1 to my_ivr_menu
   
-- Added extension '30' priority 2 to my_ivr_menu
   
-- Added extension '30' priority 3 to my_ivr_menu
   
-- Added extension '1' priority 1 to my_ivr_menu
   
-- Added extension '1' priority 2 to my_ivr_menu
   
-- Added extension '1' priority 3 to my_ivr_menu
   
-- Added extension '1' priority 4 to my_ivr_menu
   
-- Added extension '3' priority 1 to my_ivr_menu
   
-- Added extension '3' priority 2 to my_ivr_menu
   
-- Added extension '3' priority 3 to my_ivr_menu
   
-- Added extension '3' priority 4 to my_ivr_menu
   
-- Added extension '3' priority 5 to my_ivr_menu
 
== Parsing '/etc/asterisk/users.conf': Found
   
-- Registered extension context '__func_periodic_hook_context__'; registrar: func_periodic_hook
   
-- merging incls/swits/igpats from old(__func_periodic_hook_context__) to new(__func_periodic_hook_context__) context, registrar = pbx_config
   
-- Added extension 'hook' priority 1 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 2 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 3 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 4 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 5 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'hook' priority 6 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'beep' priority 1 (CID match '') to __func_periodic_hook_context__
   
-- Added extension 'beep' priority 2 (CID match '') to __func_periodic_hook_context__
   
-- Registered extension context 'ael-builtin-h-bubble'; registrar: pbx_ael
   
-- merging incls/swits/igpats from old(ael-builtin-h-bubble) to new(ael-builtin-h-bubble) context, registrar = pbx_config
   
-- Added extension 'h' priority 9996 to ael-builtin-h-bubble
   
-- Added extension 'h' priority 9995 to ael-builtin-h-bubble


and please, you can find the logs of asterisk (/var/log/asterisk) in attachement..
thank you Arsen

asterisk_log.zip

Arsen Chaloyan

unread,
Nov 22, 2016, 5:40:39 PM11/22/16
to UniMRCP
Hi Fariss,

Checking the logs you attached, I noticed the following warning:

[Nov 15 17:48:42] WARNING[28643] src/mrcp_sofiasip_client_agent.c: Failed to Create NUA [speech-nuance5-mrcp2] sip:192.168.1.2:5093;transport=udp

Either the IP address 192.168.1.2 was incorrect, or the port 5093 was already occupied. 


--
You received this message because you are subscribed to the Google Groups "UniMRCP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unimrcp+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages