"bind_digit_action" *1 and *4 att_transfer

Status
Not open for further replies.

robvandenbulk

Member
Mar 28, 2020
82
10
8
60
Can anyone help me whit "bind_digit_action" ?
The *1 and *4 make a "switch_channel"
How can i prevent the switch_channel ? is this possible in the "bind_digit_action"
I find out that this a possible problem is by *1 and *4

Wrong Transfer:
2020-05-08 21:39:27.674825 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF *:800
2020-05-08 21:39:27.674825 [INFO] switch_channel.c:522 RECV DTMF *:800
2020-05-08 21:39:28.074801 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 4:800
2020-05-08 21:39:28.074801 [INFO] switch_channel.c:522 RECV DTMF 4:800
2020-05-08 21:39:28.074801 [DEBUG] mod_dptools.c:188 sofia/internal/704@pbx000.combivoip.lan Digit match binding [exec:execute_extension][att_xfer XML pbx000.combivoip.lan]
Good transfer:
2020-05-08 21:36:32.494802 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF *:800
2020-05-08 21:36:32.954818 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 4:800
2020-05-08 21:36:32.954818 [DEBUG] mod_dptools.c:188 sofia/internal/701@192.168.95.41:5060 Digit match binding [exec:execute_extension][att_xfer XML pbx000.combivoip.lan]
 

Edson

Member
Aug 1, 2017
59
4
8
47
Hello,
I am facing the same issue on Fusion 4.5.11 / Freeswitch 1.10.2. Did you figure it out?
 
Status
Not open for further replies.