Hello to all.
I have an asterisk server with ip phones.
I have set the parking with the defaut feature.conf
and in featuremap i have modified and uncommenter this :
blindxfer => #
in my extension.conf, i added
[extern]
include => parkedcalls
exten => s,1,Answer()
same => n,Dial(SIP/office,30,tTkK)
but when i receive call on SIP/office and i compose # or #700 on the phone, nothing happens.
I thought it was a dtmf detect problem but when i go in Waitextens and i compose # on the phone, it detect the #.
i tried configuring the phone to dmtf audio and dtmf rfc 2833 with or without excluding G.722 and wiht and without making the same changes in sip.conf and it is always the same.
Is there a way to fix that ?
Thank you