Make outgoing call for mobile no. with Specific ShortCode

Hi all,

I try to make outgoing call for my mobile no. with Specific ShortCode …
the outgoing call is working fine ,but how i cant specific ShortCode for the outgoing call?

Thanks in advance

Please show the dialplan for your failed attempts. It is not at all clear what you are trying to do.

I created a file .call like this :

Channel : DAHDI/i1/343434323
MaxRetries : 1
Context : Main
Extension : s
RetryTime : 1
WaitTime : 30
Priority : 1

the outgoing call is done successfully ,but i want to change the number that appeared on the mobile when asterisk make outgoing call.

wiki.asterisk.org/wiki/display/ … Call+Files

Note that compentent network operators will require you to prove you own any number that you present.

[quote=“david55”]https://wiki.asterisk.org/wiki/display/AST/Asterisk+Call+Files

Note that compentent network operators will require you to prove you own any number that you present.[/quote]

thank you dear for your reply

it is solved by adding CallerId to the file make.call

Channel : DAHDI/i1/343434323
CallerId : 4444
MaxRetries : 1
Context : Main
Extension : s
RetryTime : 1
WaitTime : 30
Priority : 1

Thanks alot.