0

When I listen to events from Asterisk AMI (port 5038), I receive the following event:

Events: NewCallerid
Privilege: call,all
Channel: DAHDI/9-1
CallerIDNum: 12345678
CallerIDName:
Uniqueid: 1303743360.356
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

What is the meaning of

CID-CallingPres: 0 (Presentation Allowed, Not Screened)
Gilles 'SO- stop being evil'
  • 104,111
  • 38
  • 209
  • 254
Chau Chee Yang
  • 18,422
  • 16
  • 68
  • 132

1 Answers1

2

following is description from Asterisk

Gets or sets Caller*ID presentation on the channel. The following values are
valid:
    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.

This is useful when you are using network calls through T1/E1 and while you dialing calls for setting caller*id on network call you need to send specific description to telco for setting callerid on PRI/BRI just discussed with telco what setting they allowed.

Nifle
  • 11,745
  • 10
  • 75
  • 100
Dhaval
  • 126
  • 2