08-14-2015 02:18 PM - edited 03-17-2019 04:00 AM
hello everyone,
i am tryin to enable the call transfer feature on my cme, i do not know what i am doing wrong.
i enabled the sccp and stcapp.
i have one 2901. the config file is attached.
Regards.
sorry for my english.
Solved! Go to Solution.
08-14-2015 02:38 PM
Is it working or not? what happened when you transfering any call by pressing the hookflash button.
http://www.cisco.com/c/en/us/td/docs/ios/voice/fxs/configuration/guide/15_1/fxs_15_1_cg_book/fxssccpsplmft.html
Convert FXS to SCCP endpoint then try
Here is the basic configuration:
sccp local gi0/0.10
sccp ccm a.b.c.d identifier 1 (where a.b.c.d is CME's IP address)
sccp
sccp ccm group 1
bind int gi0/0.10
associate ccm 1 priority 1
stcapp ccm-group 1
stcapp
dial-peer voice 6080 pots
service stcapp
port 0/1/2
ephone-dn XX
number XXXX
ephone 15
mac-address AAAA.BBBB.CCCC (see below about how to find the MAC)
type anl
button 1:15
Br,
Nadeem
08-14-2015 03:47 PM
To find the MAC address, run "show stcapp device summary"
08-14-2015 02:38 PM
Is it working or not? what happened when you transfering any call by pressing the hookflash button.
http://www.cisco.com/c/en/us/td/docs/ios/voice/fxs/configuration/guide/15_1/fxs_15_1_cg_book/fxssccpsplmft.html
Convert FXS to SCCP endpoint then try
Here is the basic configuration:
sccp local gi0/0.10
sccp ccm a.b.c.d identifier 1 (where a.b.c.d is CME's IP address)
sccp
sccp ccm group 1
bind int gi0/0.10
associate ccm 1 priority 1
stcapp ccm-group 1
stcapp
dial-peer voice 6080 pots
service stcapp
port 0/1/2
ephone-dn XX
number XXXX
ephone 15
mac-address AAAA.BBBB.CCCC (see below about how to find the MAC)
type anl
button 1:15
Br,
Nadeem
08-14-2015 02:47 PM
hello Nadeem,
1caller->2analog->3transfer
it is half working, i receive a call on my analog from, press flash button, have dialtone, but the call hangs up for the caller. and if it does not hang up, the call is not transfered.
mac-address AAAA.BBBB.CCCC //which mac address is this?, i have only one cme, sorry for this stupid question
regards.
08-14-2015 03:47 PM
To find the MAC address, run "show stcapp device summary"
08-17-2015 07:31 AM
Hello,
i finally could register the analog phone,
thanks for your help.
08-17-2015 09:29 AM
Glad issue is resolved.
Br,
nadeem
08-18-2015 01:43 PM
my setup like this put the call transfer not working. I realized when I do Hookflash it displays dial tone, however when drive another extension gives busy signal. I am suspicious that can be version of IOS. Below is my setup
---runing config
stcapp ccm-group 1
stcapp
!
stcapp feature access-code
!
!
!
stcapp supplementary-services
port 0/0/0
fallback-dn 2000
port 0/0/1
fallback-dn 2001
port 0/0/2
fallback-dn 2002
port 0/0/3
fallback-dn 2003
!
stcapp call-control mode feature
voice-port 0/0/0
no non-linear
cptone BR
timeouts ringing infinity
description carol
caller-id enable
!
voice-port 0/0/1
no non-linear
cptone BR
timeouts ringing infinity
description ricardo
caller-id enable
!
voice-port 0/0/2
no non-linear
cptone BR
timeouts ringing infinity
description weverton
caller-id enable
!
voice-port 0/0/3
no non-linear
cptone BR
timeouts ringing infinity
description jose
caller-id enable
!
!
voice-port 0/3/0
!
voice-port 0/3/1
supervisory disconnect dualtone mid-call
cptone BR
timeouts call-disconnect 5
connection plar 3029XXXX
!
voice-port 0/3/2
!
voice-port 0/3/3
!
sccp local FastEthernet0/1
sccp ccm 192.168.1.1 identifier 1 version 7.0
sccp
!
sccp ccm group 1
bind interface FastEthernet0/1
associate ccm 1 priority 1
!
dial-peer voice 195 pots
incoming called-number 0673029XXXX
!
dial-peer voice 220 pots
destination-pattern 3029XXXX
port 0/0/0
!
dial-peer voice 225 pots
destination-pattern .T
port 0/3/1
!
dial-peer voice 200 pots
description carol
destination-pattern 2000
port 0/0/0
!
dial-peer voice 205 pots
description ricardo
destination-pattern 2001
port 0/0/1
!
dial-peer voice 210 pots
description weverton
destination-pattern 2002
port 0/0/2
!
dial-peer voice 215 pots
description jose
destination-pattern 2003
port 0/0/3
!
dial-peer voice 100 pots
service stcapp
port 0/0/0
!
dial-peer voice 101 pots
service stcapp
port 0/0/1
!
dial-peer voice 102 pots
service stcapp
port 0/0/2
!
dial-peer voice 103 pots
service stcapp
port 0/0/3
!
!
!
!
telephony-service
max-ephones 10
max-dn 10
ip source-address 192.168.1.1 port 2000
timeouts transfer-recall 30
max-conferences 8 gain -6
call-forward pattern .T
transfer-system full-consult
transfer-pattern .T
fac standard
!
ephone-dn 1
number 2000
transfer-mode consult
!
!
ephone-dn 2
number 2001
transfer-mode consult
!
!
ephone-dn 3
number 2002
transfer-mode consult
!
!
ephone-dn 4
number 2003
transfer-mode consult
!
!
ephone 1
device-security-mode none
mac-address 040E.7ED2.1000
max-calls-per-button 2
type anl
!
!
!
ephone 2
device-security-mode none
mac-address 040E.7ED2.1001
max-calls-per-button 2
type anl
!
!
!
ephone 3
device-security-mode none
mac-address 040E.7ED2.1002
max-calls-per-button 2
type anl
!
!
ephone 4
device-security-mode none
mac-address 040E.7ED2.1003
max-calls-per-button 2
type anl
!
!
-------------end running-config
hercules#show stcapp feature code
stcapp feature access-code
malicious call ID (MCID) ***
prefix **
call forward all **1
call forward cancel **2
pickup local group **3
pickup different group **4
meetme-conference **5
pickup direct **6
forward-to-voicemail **7
cancel call waiting **8
stcapp feature speed-dial disabled
stcapp call-control mode is feature mode
#1 -- hangup last active call
#2 -- transfer
#3 -- conference
#4 -- drop last conferee
#5 -- toggle between two calls
hercules#
hercules#show stcapp device summary
Total Devices: 4
Total Calls in Progress: 0
Total Call Legs in Use: 0
Port Device Device Call Dev Directory Dev
Identifier Name State State Type Number Cntl
---------- --------------- -------- ------------- ------- ----------- ----
0/0/0 AN4040E7ED21000 IS IDLE ALG CME
0/0/1 AN4040E7ED21001 IS IDLE ALG CME
0/0/2 AN4040E7ED21002 IS IDLE ALG CME
0/0/3 AN4040E7ED21003 IS IDLE ALG CME
hercules#
show version
Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 15.1(3)T1, RELEASE SOFTWARE (fc2)
show telephony-service
CONFIG (Version=8.5)
=====================
Version 8.5
Max phoneload sccp version 17
Max dspfarm sccp version 18
Cisco Unified Communications Manager Express
Regards
08-18-2015 04:06 PM
Can you please collect below debugs while making a test call (Transfer)
Debug vpm signal
debug voice vtsp all
debug sccp all
Regards
Ramneeka
08-19-2015 06:57 AM
Hi ramneeka
thanks for response. follow my output debug
hercules#
hercules#
*Aug 19 14:09:43.046: htsp_process_event: [0/0/0, FXSLS_WAIT_OFFHOOK, E_DSP_SIG_1100]fxsls_waitoff_offhook
*Aug 19 14:09:43.050: [0/0/0] set signal state = 0x4 timestamp = 0
*Aug 19 14:09:43.050: [0/0/0] set signal state = 0x6 timestamp = 200
*Aug 19 14:09:43.050: htsp_timer2 - 200 msec
*Aug 19 14:09:43.250: htsp_process_event: [0/0/0, FXSLS_WAIT_OFFHOOK, E_HTSP_EVENT_TIMER2]fxsls_offhook_dial htsp_dial
*Aug 19 14:09:43.250: htsp_process_event: [0/0/0, FXSLS_WAIT_OFFHOOK, E_DSP_DIALING_DONE]fxsls_waitoff_dialdone
*Aug 19 14:09:43.250: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_process_event:
[state:S_SETUP_REQ_PROC, event:E_TSP_CONNECT]
*Aug 19 14:09:43.250: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/act_setup_pend_connect:
Progress Indication=2
*Aug 19 14:09:43.250: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_ring_noan_timer_stop:
Timer Stop Time=8183079
*Aug 19 14:09:43.254: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_process_event:
[state:S_PROCEEDING, event:E_CC_CONNECT]
*Aug 19 14:09:43.254: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/act_connect:
Progress Indication=2
*Aug 19 14:09:43.254: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_timer_stop:
Timer Stop Time=8183080
*Aug 19 14:09:43.254: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_ring_noan_timer_stop:
Timer Stop Time=8183080
*Aug 19 14:09:43.258: htsp_process_event: [0/3/1, FXOLS_PROCEED_RVS_BT, E_HTSP_CONNECT]fxols_offhook_connect
*Aug 19 14:09:43.258: htsp_timer_stop
*Aug 19 14:09:53.750: htsp_process_event: [0/0/0, FXSLS_CONNECT, E_DSP_SIG_0100]fxsls_offhook_onhook, HF duration Max=1000, HF duration Min=150
*Aug 19 14:09:53.750: htsp_timer - 1000 msec
*Aug 19 14:09:54.046: htsp_process_event: [0/0/0, FXSLS_CONNECT, E_DSP_SIG_1100]fxsls_offhook_offhookhtsp_hook_flash_ind
*Aug 19 14:09:54.050: htsp_timer_stop
*Aug 19 14:09:54.050: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_process_event:
[state:S_CONNECT, event:E_TSP_CALL_FEATURE_IND]
*Aug 19 14:09:54.050: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/act_call_feature_ind:
Feature Type=5
*Aug 19 14:09:54.050: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_process_event:
[state:S_CONNECT, event:E_CC_FEATURE]
*Aug 19 14:09:54.050: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/act_call_feature:
Feature Type=5htsp_call_feature:feature 5
*Aug 19 14:09:54.050: htsp_process_event: [0/3/1, FXOLS_CONNECT, E_HTSP_HOOKFLASH]fxols_hookflash, interval=400
*Aug 19 14:09:54.054: [0/3/1] set signal state = 0x4 timestamp = 0
*Aug 19 14:09:54.054: [0/3/1] set signal state = 0xC timestamp = 400
*Aug 19 14:09:54.330: htsp_process_event: [0/3/1, FXOLS_CONNECT, E_DSP_SIG_0110]fxols_rvs_battery
*Aug 19 14:09:54.330: htsp_timer_stop2
*Aug 19 14:09:54.730: htsp_process_event: [0/3/1, FXOLS_CONNECT, E_DSP_SIG_0110]fxols_rvs_battery
*Aug 19 14:09:54.730: htsp_timer_stop2
*Aug 19 14:10:09.450: sccpapp_process_timer_events: appl_type 4, experied_timer 3, xlated_eve 11, state 6
*Aug 19 14:10:09.450: sccp_handle_keep_alive_timeout: Handle keepalive timeout for appl_type 4, state 6
*Aug 19 14:10:09.450: sccp_send_keep_alive_msg_v1: send keepalive id 0, len 4
*Aug 19 14:10:09.450: SCCP(AN4040E7ED21000)send KeepAliveMessage to ccm identifier 1
*Aug 19 14:10:09.450: sccp_transmit_msg: sending on socket 0
*Aug 19 14:10:09.450: sccp_appl_service_start_timer: Start timer type 3 with time_out 30000ms
*Aug 19 14:10:09.462: sccpapp_process_socket_events: appl_type 4, soc_fd 0, soc 0, swb_soc -1
*Aug 19 14:10:09.462: sccpapp_process_socket_events: TCP_SOCKET_READ: appl_type 4, eve 4, state 6
*Aug 19 14:10:09.462: sccp_get_control_message: bytes_to_read 8, bytes_read 8, appl_total_bytes 8, appl_bytes_read 8, soc_read_mode 0, soc 0
*Aug 19 14:10:09.462: sccp_get_control_message: bytes_to_read 4, bytes_read 4, appl_total_bytes 4, appl_bytes_read 4, soc_read_mode 1, soc 0
*Aug 19 14:10:09.462: sccp_get_control_message: sccp cntl msg rcvd, prof_id 0, appl_type 4, msg_len 4
*Aug 19 14:10:09.462: sccp_parse_control_msg: msg_ptr 4E0A8D5C, msg_len 4, msg_id 256
*Aug 19 14:10:09.462: sccp_parse_control_msg: glob_ccm->version 9
*Aug 19 14:10:09.462: SCCP(AN4040E7ED21000)rcvd KeepAliveAckMessage from ccm identifier 1
*Aug 19 14:10:09.466: sccpapp_process_timer_events: appl_type 4, experied_timer 3, xlated_eve 11, state 6
*Aug 19 14:10:09.466: sccp_handle_keep_alive_timeout: Handle keepalive timeout for appl_type 4, state 6
*Aug 19 14:10:09.466: sccp_send_keep_alive_msg_v1: send keepalive id 0, len 4
*Aug 19 14:10:09.466: SCCP(AN4040E7ED21001)send KeepAliveMessage to ccm identifier 1
*Aug 19 14:10:09.470: sccp_transmit_msg: sending on socket 1
*Aug 19 14:10:09.470: sccp_appl_service_start_timer: Start timer type 3 with time_out 30000ms
*Aug 19 14:10:09.478: sccpapp_process_socket_events: appl_type 4, soc_fd 1, soc 1, swb_soc -1
*Aug 19 14:10:09.478: sccpapp_process_socket_events: TCP_SOCKET_READ: appl_type 4, eve 4, state 6
*Aug 19 14:10:09.478: sccp_get_control_message: bytes_to_read 8, bytes_read 8, appl_total_bytes 8, appl_bytes_read 8, soc_read_mode 0, soc 1
*Aug 19 14:10:09.478: sccp_get_control_message: bytes_to_read 4, bytes_read 4, appl_total_bytes 4, appl_bytes_read 4, soc_read_mode 1, soc 1
*Aug 19 14:10:09.478: sccp_get_control_message: sccp cntl msg rcvd, prof_id 0, appl_type 4, msg_len 4
*Aug 19 14:10:09.478: sccp_parse_control_msg: msg_ptr 4C70BD28, msg_len 4, msg_id 256
*Aug 19 14:10:09.478: sccp_parse_control_msg: glob_ccm->version 9
*Aug 19 14:10:09.478: SCCP(AN4040E7ED21001)rcvd KeepAliveAckMessage from ccm identifier 1
*Aug 19 14:10:09.482: sccpapp_process_timer_events: appl_type 4, experied_timer 3, xlated_eve 11, state 6
*Aug 19 14:10:09.482: sccp_handle_keep_alive_timeout: Handle keepalive timeout for appl_type 4, state 6
*Aug 19 14:10:09.482: sccp_send_keep_alive_msg_v1: send keepalive id 0, len 4
*Aug 19 14:10:09.486: SCCP(AN4040E7ED21002)send KeepAliveMessage to ccm identifier 1
*Aug 19 14:10:09.486: sccp_transmit_msg: sending on socket 2
*Aug 19 14:10:09.486: sccp_appl_service_start_timer: Start timer type 3 with time_out 30000ms
*Aug 19 14:10:09.494: sccpapp_process_socket_events: appl_type 4, soc_fd 2, soc 2, swb_soc -1
*Aug 19 14:10:09.494: sccpapp_process_socket_events: TCP_SOCKET_READ: appl_type 4, eve 4, state 6
*Aug 19 14:10:09.494: sccp_get_control_message: bytes_to_read 8, bytes_read 8, appl_total_bytes 8, appl_bytes_read 8, soc_read_mode 0, soc 2
*Aug 19 14:10:09.494: sccp_get_control_message: bytes_to_read 4, bytes_read 4, appl_total_bytes 4, appl_bytes_read 4, soc_read_mode 1, soc 2
*Aug 19 14:10:09.494: sccp_get_control_message: sccp cntl msg rcvd, prof_id 0, appl_type 4, msg_len 4
*Aug 19 14:10:09.494: sccp_parse_control_msg: msg_ptr 4A7F8B90, msg_len 4, msg_id 256
*Aug 19 14:10:09.494: sccp_parse_control_msg: glob_ccm->version 9
*Aug 19 14:10:09.494: SCCP(AN4040E7ED21002)rcvd KeepAliveAckMessage from ccm identifier 1
*Aug 19 14:10:09.494: sccpapp_process_timer_events: appl_type 4, experied_timer 3, xlated_eve 11, state 6
*Aug 19 14:10:09.494: sccp_handle_keep_alive_timeout: Handle keepalive timeout for appl_type 4, state 6
*Aug 19 14:10:09.494: sccp_send_keep_alive_msg_v1: send keepalive id 0, len 4
*Aug 19 14:10:09.498: SCCP(AN4040E7ED21003)send KeepAliveMessage to ccm identifier 1
*Aug 19 14:10:09.498: sccp_transmit_msg: sending on socket 3
*Aug 19 14:10:09.498: sccp_appl_service_start_timer: Start timer type 3 with time_out 30000ms
*Aug 19 14:10:09.506: sccpapp_process_socket_events: appl_type 4, soc_fd 3, soc 3, swb_soc -1
*Aug 19 14:10:09.506: sccpapp_process_socket_events: TCP_SOCKET_READ: appl_type 4, eve 4, state 6
*Aug 19 14:10:09.506: sccp_get_control_message: bytes_to_read 8, bytes_read 8, appl_total_bytes 8, appl_bytes_read 8, soc_read_mode 0, soc 3
*Aug 19 14:10:09.506: sccp_get_control_message: bytes_to_read 4, bytes_read 4, appl_total_bytes 4, appl_bytes_read 4, soc_read_mode 1, soc 3
*Aug 19 14:10:09.510: sccp_get_control_message: sccp cntl msg rcvd, prof_id 0, appl_type 4, msg_len 4
*Aug 19 14:10:09.510: sccp_parse_control_msg: msg_ptr 489F5D08, msg_len 4, msg_id 256
*Aug 19 14:10:09.510: sccp_parse_control_msg: glob_ccm->version 9
*Aug 19 14:10:09.510: SCCP(AN4040E7ED21003)rcvd KeepAliveAckMessage from ccm identifier 1
*Aug 19 14:10:10.566: htsp_process_event: [0/0/0, FXSLS_CONNECT, E_DSP_SIG_0100]fxsls_offhook_onhook, HF duration Max=1000, HF duration Min=150
*Aug 19 14:10:10.566: htsp_timer - 1000 msec
*Aug 19 14:10:10.870: htsp_process_event: [0/0/0, FXSLS_CONNECT, E_DSP_SIG_1100]fxsls_offhook_offhookhtsp_hook_flash_ind
*Aug 19 14:10:10.870: htsp_timer_stop
*Aug 19 14:10:10.870: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_process_event:
[state:S_CONNECT, event:E_TSP_CALL_FEATURE_IND]
*Aug 19 14:10:10.870: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/act_call_feature_ind:
Feature Type=5
*Aug 19 14:10:10.874: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_process_event:
[state:S_CONNECT, event:E_CC_FEATURE]
*Aug 19 14:10:10.874: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/act_call_feature:
Feature Type=5htsp_call_feature:feature 5
*Aug 19 14:10:10.874: htsp_process_event: [0/3/1, FXOLS_CONNECT, E_HTSP_HOOKFLASH]fxols_hookflash, interval=400
*Aug 19 14:10:10.874: [0/3/1] set signal state = 0x4 timestamp = 0
*Aug 19 14:10:10.874: [0/3/1] set signal state = 0xC timestamp = 400
*Aug 19 14:10:11.150: htsp_process_event: [0/3/1, FXOLS_CONNECT, E_DSP_SIG_0110]fxols_rvs_battery
*Aug 19 14:10:11.150: htsp_timer_stop2
*Aug 19 14:10:11.550: htsp_process_event: [0/3/1, FXOLS_CONNECT, E_DSP_SIG_0110]fxols_rvs_battery
*Aug 19 14:10:11.550: htsp_timer_stop2
*Aug 19 14:10:21.750: htsp_process_event: [0/0/0, FXSLS_CONNECT, E_DSP_SIG_0100]fxsls_offhook_onhook, HF duration Max=1000, HF duration Min=150
*Aug 19 14:10:21.750: htsp_timer - 1000 msec
*Aug 19 14:10:22.750: htsp_process_event: [0/0/0, FXSLS_CONNECT, E_HTSP_EVENT_TIMER]fxsls_connect_wait_release_req
*Aug 19 14:10:22.750: htsp_timer_stop
*Aug 19 14:10:22.750: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_process_event:
[state:S_CONNECT, event:E_TSP_DISCONNECT_IND]
*Aug 19 14:10:22.750: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/act_generate_disc:
Cause Value=16
*Aug 19 14:10:22.750: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_timer_stop:
Timer Stop Time=8187029
*Aug 19 14:10:22.750: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_ring_noan_timer_stop:
Timer Stop Time=8187029
*Aug 19 14:10:22.750: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_set_release_source:
Release Direction=PSTN, Release Source=Called Party-PSTN
*Aug 19 14:10:22.750: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_cc_call_disconnected:
*Aug 19 14:10:22.750: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_cc_call_disconnected:
Cause Value=16
*Aug 19 14:10:22.754: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_timer:
Timer Start Time=8187030, Timer Value=15000(ms)
*Aug 19 14:10:22.754: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/act_generate_disc:
Return Code=0
*Aug 19 14:10:22.754: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_dsm_bridge_status_cb:
*Aug 19 14:10:22.754: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_dsm_bridge_status_cb:
*Aug 19 14:10:22.758: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_process_event:
[state:S_CONNECT, event:E_CC_DISCONNECT]
*Aug 19 14:10:22.758: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/act_disconnect:
Cause Value=16
*Aug 19 14:10:22.758: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_ring_noan_timer_stop:
Timer Stop Time=8187030
*Aug 19 14:10:22.758: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_timer:
Timer Start Time=8187030, Timer Value=5000(ms)
*Aug 19 14:10:22.758: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/act_disconnect:
Waiting For Disconnect Confirmation Timeout=5(s)
*Aug 19 14:10:22.762: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_process_event:
[state:S_CONNECT, event:E_CC_DISCONNECT]
*Aug 19 14:10:22.762: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/act_disconnect:
Cause Value=16, Previous Cause Value=16
*Aug 19 14:10:22.762: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_ring_noan_timer_stop:
Timer Stop Time=8187030
*Aug 19 14:10:22.762: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_timer:
Timer Start Time=8187030, Timer Value=60000(ms)
*Aug 19 14:10:22.762: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/act_disconnect:
Waiting For Disconnect Confirmation Timeout=60(s)
*Aug 19 14:10:22.762: htsp_process_event: [0/3/1, FXOLS_CONNECT, E_HTSP_RELEASE_REQ]fxols_offhook_release
*Aug 19 14:10:22.762: htsp_timer_stop
*Aug 19 14:10:22.762: htsp_timer_stop2
*Aug 19 14:10:22.762: htsp_timer_stop3
*Aug 19 14:10:22.762: [0/3/1] set signal state = 0x4 timestamp = 0
*Aug 19 14:10:22.762: htsp_timer - 2000 msec
*Aug 19 14:10:22.762: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_process_event:
[state:S_WAIT_RELEASE, event:E_TSP_DISCONNECT_CONF]
*Aug 19 14:10:22.762: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/act_wrelease_release:
*Aug 19 14:10:22.762: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_play_busy_timer_stop:
Timer Stop Time=8187030
*Aug 19 14:10:22.762: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_timer_stop:
Timer Stop Time=8187030
*Aug 19 14:10:22.762: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_do_call_history:
*Aug 19 14:10:22.766: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_do_call_history:
Coder Rate=-1
*Aug 19 14:10:22.766: //855/C121396A8FF2/VTSP:(0/3/1):-1:1:1/vtsp_is_valid_dsm_handle:
DMGR=0x4A7FCCF8, VTSP CDB=0x4C54E248
*Aug 19 14:10:22.766: htsp_process_event: [0/0/0, FXSLS_WAIT_RELEASE_REQ, E_HTSP_RELEASE_REQ]fxsls_waitrls_req_rls
*Aug 19 14:10:22.766: [0/0/0] set signal state = 0x4 timestamp = 0
*Aug 19 14:10:22.766: [0/0/0] set signal state = 0x4 timestamp = 0
*Aug 19 14:10:22.770: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_process_event:
[state:S_WAIT_RELEASE, event:E_TSP_DISCONNECT_CONF]
*Aug 19 14:10:22.770: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/act_wrelease_release:
*Aug 19 14:10:22.770: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_play_busy_timer_stop:
Timer Stop Time=8187031
*Aug 19 14:10:22.770: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_timer_stop:
Timer Stop Time=8187031
*Aug 19 14:10:22.770: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_do_call_history:
*Aug 19 14:10:22.770: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_do_call_history:
Coder Rate=-1
*Aug 19 14:10:22.774: //856/C121396A8FF2/VTSP:(0/0/0):-1:1:2/vtsp_is_valid_dsm_handle:
DMGR=0x4A7F21A4, VTSP CDB=0x4C54DC98
*Aug 19 14:10:22.774: htsp_process_event: [0/0/0, FXSLS_ONHOOK, E_DSP_SIG_0100]fxsls_onhook_onhook
*Aug 19 14:10:22.778: //855/C121396A8FF2/VTSP:(0/3/1):-1:-1:-1/vtsp_dsm_closed_cb:
*Aug 19 14:10:22.778: //856/C121396A8FF2/VTSP:(0/0/0):-1:-1:-1/vtsp_dsm_closed_cb:
*Aug 19 14:10:22.778: //855/C121396A8FF2/VTSP:(0/3/1):-1:-1:-1/vtsp_process_event:
[state:S_CLOSE_DSPRM, event:E_VTSP_DSM_CLOSE_COMPLETE]
*Aug 19 14:10:22.778: //855/C121396A8FF2/VTSP:(0/3/1):-1:-1:-1/act_terminate:
*Aug 19 14:10:22.778: //855/C121396A8FF2/VTSP:(0/3/1):-1:-1:-1/vtsp_timer_stop:
Timer Stop Time=8187032
*Aug 19 14:10:22.782: //-1/C121396A8FF2/VTSP:(0/3/1):-1:-1:-1/vtsp_free_cdb:
CDB=0x4C54E248
*Aug 19 14:10:22.782: //856/C121396A8FF2/VTSP:(0/0/0):-1:-1:-1/vtsp_process_event:
[state:S_CLOSE_DSPRM, event:E_VTSP_DSM_CLOSE_COMPLETE]
*Aug 19 14:10:22.782: //856/C121396A8FF2/VTSP:(0/0/0):-1:-1:-1/act_terminate:
*Aug 19 14:10:22.782: //856/C121396A8FF2/VTSP:(0/0/0):-1:-1:-1/vtsp_timer_stop:
Timer Stop Time=8187032
*Aug 19 14:10:22.782: //-1/C121396A8FF2/VTSP:(0/0/0):-1:-1:-1/vtsp_free_cdb:
CDB=0x4C54DC98
*Aug 19 14:10:23.034: htsp_process_event: [0/3/1, FXOLS_GUARD_OUT, E_DSP_SIG_0110]
*Aug 19 14:10:24.762: htsp_process_event: [0/3/1, FXOLS_GUARD_OUT, E_HTSP_EVENT_TIMER]fxols_guard_out_timeout
*Aug 19 14:10:24.782: htsp_process_event: [0/3/1, FXOLS_ONHOOK, E_DSP_SIG_0100]
Regards.
08-28-2015 02:39 PM
Hi all.
I solved the problem, it was my fault. I had a "connection plar" to the actual number and used a dial-peer to direct for FXS, there have set up the "connection plar" straight to the extension and the transfer worked. I'm sorry. Thank you very much for your help and good to the community.
Regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide