telnettech
Vendor
I need to know how to setup a speed dial code that when entered from the phone, it will call out of the Asterisk PBX. I have a Mediatrix 1204 with 4 copper lines connected to it as my analog gateway to Telco. I thought it would be the following:
exten=>**103,1,NoOp(Taxi)
exten=>**103,n,Dial(88314141,macro-safedial)
OR
exten=>**103,n,Dial(SIP/421-PSTN,88314141,30,Ttr)
exten=>**103,n,Hangup
the macro safedial has the trunk groups used for making outbound calls and will roll over to other trunk groups already setup.
I am new to Asterisk and am trying to figure this out for a project I am currently working on for my company that is developing/deploying this solution into the hospitality industry.
Thanks in advance for any help.
Brian
To error is human.....if the machine doesnt work, then KICK IT !!!!!!!!!!!!!
exten=>**103,1,NoOp(Taxi)
exten=>**103,n,Dial(88314141,macro-safedial)
OR
exten=>**103,n,Dial(SIP/421-PSTN,88314141,30,Ttr)
exten=>**103,n,Hangup
the macro safedial has the trunk groups used for making outbound calls and will roll over to other trunk groups already setup.
I am new to Asterisk and am trying to figure this out for a project I am currently working on for my company that is developing/deploying this solution into the hospitality industry.
Thanks in advance for any help.
Brian
To error is human.....if the machine doesnt work, then KICK IT !!!!!!!!!!!!!