Hi, I just installed Asterisk for the first time and I would like to add some functionality. I previously had Asterisk@home and utilized the speed dial’s I had setup in extensions_custom.config. How do I go about adding speed dials into Asterisk. I’d like to setup them up in the following manner…
Dial *01 - work
Dial *02 - cell
Dial *03 - family
Dial *04 - etc
Dial *99 …
that’s a good question. I don’t know much about Trixbox so I can’t really answer it.
What I can tell you is that placement is very important. the
[contexts]
define what group of extensions you are in, if you put the exten in the wrong context it will be accessed from the wrong place or not at all.
I thought trixbox had some kind of built in speed dial system though…
this is the full version of asterisk running on a SUSE linux box. I’ve added the free pbx utility to manage my system. I’m no longer running asterisk@home/trixbox.
Not seeing a speed dial option in the GUI of free pbx so I’m most likely going to have to manually add my speed dials into the system once I determine which file needs to be modified and where at in the particular file.
[quote=“IronHelix”]exten => *01,1,Dial(SIP/provider/12223334444)
replace sip/provider with zap/channel or zap/group to specify a channel or zap group…[/quote]
This is the easiest approach! Put it in extensions_custom.conf, anywhere after [from-internal-custom]
IIRC, the only file that modified by FreePBX config changes is extensions_additional.conf. i would add your speeddials to the [from-internal-custom] context in extensions_custom.conf.
just be careful not to write extensions/speeddials that conflict with FreePBX “applications”.