If I create a feature code to use the "Connect directly to extension speaker" script it creates the following code:
exten => 799,1,Macro(tl-intercom,3) ; Phone intercom
But it does not work.
If I change it to this:
exten => _799.,1,Macro(tl-intercom,3) ; Phone intercom
it works no problem.
Does everyone else have to make that change?
-Matt
Submitted by mattdarnell on Mon, 01/14/2008
Permalink
I have found that you can add the feature code as "_799."
Be sure to not include the underscore and period when you input the Invoking code length.
-Matt