Call Transfer problem

Hi,
On 1.8.4 when I try to transfer call after pushing # I can only press 1 digit !!!
Any way to solve it ?

Assuming you also posted ASTERISK-18038 on the bug tracker, you will need to provide rather more information if you expect this to be followed up. You will need to provide verbose console logs. My guess is that you will also need to provide debugging level logging for features.c. You will also need to provide the relevant part of the dialplan, and the features.conf settings.

Whilst you are getting that information, debugging information for the channel technology (e.g. sip set debug on, if you are using SIP) might be called for, to show the details and timing of the DTMF.

If you didn’t post ASTERISK-18038, you should follow it.

Hi,
Thanks for your reply.
I attached more info there and I am posting here too:

sip.conf:
[user1]
type=friend
context=Test
host=dynamic
secret=123
nat=auto
disallow=all
allow=ulaw
allow=alaw
canreinvite=no
qualify=no
dtmfmode=rfc2833

features.conf:
[general]
parkext => 701
parkpos => 702-720
context => parkedcalls
parkingtime => 45
transferdigittimeout => 30
courtesytone = beep
adsipark = yes

extensions.ael:
context Test {
_46. => { ANSWER(); Dial(SIP/123@x.x.x.x,T); Hangup(); };

CLI output:
== Using SIP RTP CoS mark 5
– Called 123@x.x.x.x
– SIP/x.x.x.x-0000000f answered SIP/S-0000000e
– Music class default requested but no musiconhold loaded.
– <SIP/S-0000000e> Playing ‘pbx-transfer.gsm’ (language ‘en’)
[Jun 20 23:04:33] WARNING[9790]: features.c:1881 builtin_blindtransfer: Extension ‘2’ does not exist in context ‘Test’

“4” is not “2”. Did you forget the []?