I am trying to get the ‘H’ and ‘h’ option to work with the ‘g’ option, in the Dial cmd in order to allow a caller/callee to dial ‘*’ to disconnect from the conversation and continue in the dialplan.
But, whenever I hit the ‘*’ key from either phone, I get this in my CLI:
[quote=“CLI”]-- Attempting native bridge of SIP/3002-c240 and SIP/3001-ddf0
– Attempting native bridge of SIP/3002-c240 and SIP/3001-ddf0[/quote]
Both phones are configured for RFC2833 DTMF and work fine for other apps such as voicemail.
[quote=“extensions.ael”]context test_hangup_loop {
s => {
Dial(SIP/3001|30|Hhg);
goto test_hangup_loop|s|1;
};
};[/quote]
If the called party hangs up the ‘g’ option works fine as it dials again. Anyone had luck in getting the ‘H’/‘h’ options to work?