Setzt Caller-ID-Darstellungsflags (presentation flags).
SetCallerPres(Darstellung
)
Setzt die Caller-ID-Darstellungsflags auf einer Q931-PRI-Verbindung.
Gültige Darstellungen sind:
allowed_not_screened
allowed_passed_screen
allowed_passed_screen
allowed
prohib_not_screened
prohib_passed_screen
prohib_failed_screen
prohib
unavailable
Liefert stets 0 zurück.
exten => 123,1,SetCallerPres(allowed_not_screened) exten => 123,n,Dial(Zap/4/1234567)
Evtl. müssen Sie usecallingpres=yes
in der
zapata.conf
setzen.
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about application 'SetCallerPres' =- [Synopsis] Set CallerID Presentation [Description] SetCallerPres(presentation): Set Caller*ID presentation on a call. Valid presentations are: allowed_not_screened : Presentation Allowed, Not Screened allowed_passed_screen : Presentation Allowed, Passed Screen allowed_failed_screen : Presentation Allowed, Failed Screen allowed : Presentation Allowed, Network Number prohib_not_screened : Presentation Prohibited, Not Screened prohib_passed_screen : Presentation Prohibited, Passed Screen prohib_failed_screen : Presentation Prohibited, Failed Screen prohib : Presentation Prohibited, Network Number unavailable : Number Unavailable Differenz zum internen Hilfetext in Asterisk 1.2: - keine - |