SetCallerPres( )
|
Sets Caller ID presentation flags
|
SetCallerPres(presentation)
Sets the Caller ID presentation flags on a Q931
PRI connection.
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
Always returns 0.
exten => 123,1,SetCallerPres(allowed_not_screened)
exten => 123,2,Dial(Zap/g1/8885551212)
SeeAlso
SetCallerID(
)
|