Asterisk CallerID Name DB
The Sirrix channel driver automatically does a lookup on the internal Asterisk DB for finding a CallerID name (cidname). The lookup is performed for the dialed number on calls *into* Asterisk and for the calling party number on calls coming *out* of Asterisk.
The Asterisk DB therefore needs to have entries with:
- family: “cidname”
- key : CallerID
- value : CallerID name
Example:
cidname/1234 : Simple name
Modify Asterisk DB entries with the Asterisk CLI commands
- database show
- database put
- database del
See Asterisk CLI help for further details about the Asterisk DB.
See Also
Previous: AOC Engine
Next: Asterisk CallForward DB
Index: Asterisk Sirrix ISDN channels