Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden. Du solltest ein Upgrade durchführen oder ein alternativer Browser verwenden.
Hi. i am running asterisk 11 without gui. i would like to have features such as call forward and call waiting to enable and disable by phone. could someone give me some help on how to do it please?
You can enable/disable or change the Dial() string when getting from database.
Code:
same => n,ExecIf($[${DB_EXISTS(${CONTEXT}/callgroup)}]?Dial(${DB_RESULT}))
Nice to have: Possibility for changing/update the database key value for Dial() without changing extensions.conf.
With special extensions you can change the database key value by phone.
See: https://www.voip-info.org/wiki/view/Asterisk+func+db
If you dont need Dial(), it also works with GoTo() or GoSub() with database content for them.
Hi. thanks a lot for the reply. I am not very familiar to build it myself. So i am looking if there is somewhere the script ready to alter it to my needs.