Insert # as a last digit in B party number

Hi,

i have a asterisk server which is running with freepbx. Any way i have a small requirement. I need to add # as a final digit to B party number. Requirement is , when we dial the number to pstn if we put # as last digit, as soon as it receive # it start to process the call. Other wise it wait another 5 second to start processing from pstn side.

Example,

Original number 0772222345

I need to modify this number before dial thru fxo like this;
0772222435#

Please advice.

Regards,
Sam

Please help …

I believe this is so trivial as not to require help if you are using Asterisk directly. I don’t know your GUI, but it may well be impossible using that GUI.

Thx for the reply david. Im not good in asterisk command line. Any way if u could tell me how to do it with asterisk directly that’s a grate help.

Concatanenate the literal part of the number after the variable substitution.

Do u know any place to refer it ?

Chapter 5 of Asterisk: The Future of Telephony asteriskdocs.org/

Page 143 has many examples of concatenating literals and variable substitutions.

[quote=“david55”]Chapter 5 of Asterisk: The Future of Telephony asteriskdocs.org/

Page 143 has many examples of concatenating literals and variable substitutions.[/quote]

ok david. Thx lot. I will go thru it and let u know.