Hi. Im have the following problem;
I have a ip number (from a provider) which I can use to ring my asterisk pbx. Now I want dial my cellphone via Asterisk, i.e.
I know that the ip number is an IAX number,
do that means that it should look something like this:
exten=>s,1,Dial(IAX2/,Ttr,10)
(which doesn’t work)
That only leaves the trunk option (which I don’t understand)
Could you supply a simple example, how it should look?