You have to ways to add custom dialplan, but in both methods, you must create a file with the format “extensions__80-custom.conf” under “/etc/asterisk/ombutel” path
- Using Custom Context: With this method, you may add any context to your PBX.
[my-amazing-ivr]
exten => s,1,NoOP(VitalPBX Is Amazing)
same => n,Hangup()
- Inherit from an existing context: With this method, you must use any context from the existing class of services
[cos-all-custom](+)
exten => 9111,1,NoOP(VitalPBX Is Amazing)
same => n,Hangup()
On another hand, we are preparing a full training & certification course for VitalPBX. You should participate to learn everything about VitalPBX.