Upgrade 3CX to v18 and get it hosted free!

Asterisk func db_exists

Author image

DB_EXISTS()

AstDB function to check if a key exists

Synopsis:

Check to see if a key exists in the Asterisk database

Description:

DB_EXISTS(<family>/<key>)

This function checks whether a key exists in the Asterisk database.
Checking for existence of a database key also sets the variable DB_RESULT to the key’s value if it exists.

Return value

If the key exists, the function returns “1”. If not, it returns “0”.

Example

exten => s,1,Set(foo=${DB_EXISTS(cidname/7079994444)})

The following example can be used to replace the LookupBlacklist application. If there is a blacklist match it jumps to context “blacklisted” ext. s, priority 1:

exten => s,1,GotoIf(${DB_EXISTS(blacklist/${CALLERIDNUM})}?blacklisted,s,1)
exten => s,2,NoOp( ${CALLERIDNUM} not on Blacklist)
exten => s,3,Dial(SIP/......)

 

Notes

${CALLERIDNUM} seems to work only in 1.2; for 1.4, I used ${CALLERID(NUM)} instead.

CLI> show function DB_EXISTS

 

See also



Related Posts:

Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.