Note: This command is completely obsolete and has been removed
Synopsis
Prepend leading digits
Description
Prefix(digits)
Prepends the digit string specified by digits to the channel’s associated extension. For example, the number 1212 when prefixed with ‘555’ will become 5551212.
In most cases you should use variable substitution ie. Use Dial(Zap/g0/555${EXTEN}) to do the same thing with one less step, however this command is still useful in complex dialplans.
Return codes
This app always returns 0, and the PBX will continue processing at the next priority for the new extension.
Example
So, for example, if priority 3 of 1212 is Prefix 555, the next step executed will be priority 4 of 5551212. If you switch into an extension which has no first step, Asterisk will treat it as though the user dialed an invalid extension.