[Frage] asterisk call forward and call waiting

atux_null

Neuer User
Mitglied seit
31 Aug 2017
Beiträge
56
Punkte für Reaktionen
4
Punkte
8
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?
 
Hello


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.
 
Zuletzt bearbeitet:
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.
 
Post what you have tried.
In...
[code][contextname]
exten => ....[/code]
...tags.
Then we can work together on it.
 
Kostenlos!

Statistik des Forums

Themen
248,854
Beiträge
2,302,940
Mitglieder
378,504
Neuestes Mitglied
Hallo61Hallo