Setzt AMA-Flags im Anrufprotokoll.
SetAMAFlags(Flags
)
Setzt zu Abrechnungszwecken die AMA-Flags im Anrufprotokoll (Call
Detail Record), wobei die AMA-Einstellungen in den
Channelkonfigurationsdateien überschrieben werden. Gültige Werte sind
default
, omit
, billing
und
documentation
.
Liefert stets 0 zurück.
exten => 123,1,SetAMAFlags(billing)
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about application 'SetAMAFlags' =- [Synopsis] Set the AMA Flags [Description] SetAMAFlags([flag]): This application will set the channel's AMA Flags for billing purposes. Differenz zum internen Hilfetext in Asterisk 1.2: 8,9c8,9 < SetAMAFlags([flag]): This application will set the channel's AMA Fla gs for < billing purposes. --- > SetAMAFlags([flag]): This channel will set the channel's AMA Flags f or billing > purposes. |