Hello,
You could look at translation rules. Example:
voice translation-rule 99
rule 1 /^5560.1$/ /\0#/
voice translation-profile TEST
translate called 99
dial-peer voice 30261 pots
translation-p out TEST
Not sure how the pause will work here but you can put a comma in the translation-rule and it will accept it. So:
voice translation-rule 99
rule 1 /^5560.1$/ /,\0#/
Will be accepted by the CLI parser and will kick out what you expect when testing the rule:
VGW#test voice translation-r 99 556091
Matched with rule 1
Original number: 556091 Translated number: ,556091#
Original number type: none Translated number type: none
Original number plan: none Translated number plan: none
Now, will it work when outpulsed on the POTS? Not sure, you will need to test that.
HTH.
-Bill (http://ucguerrilla.com)