Skip to content
Snippets Groups Projects
Commit 44071bb7 authored by Wenpeng Song's avatar Wenpeng Song Committed by Yalu Zhang
Browse files

Fix a regression that is introduced by RTP events generated by DSP

For those internal calls that list in extension.conf like call-forward(*21*). The Read() function
that used to get the target number could not retrieve the DTMF with the previous fix as it is not
received by asterisk core.

[sip0-direct]
exten => _*21*,1,       GoSub(sub-create_cfim,s,1(sip0))
...
[sub-create_cfim]
exten => s,1,           Read(input,,,,,300)
parent 69d0b0d4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment