login | register
Thu 04 of Dec, 2008 [01:12 UTC]

voip-info.org

Discuss [0] History

Asterisk func isnull

Created by: murf,Last modification on Sat 14 of Jan, 2006 [06:35 UTC]

Synopsis:

 NULL Test: Returns 1 if NULL or 0 otherwise

Description:

 ISNULL(<data>)
 


Notes

  • *CLI> show function ISNULL

Return value

Returns 1 if NULL or 0 otherwise.

Example

exten => s,1,Set(foo=${ISNULL(${var1})})


See also



Comments