Expand description
SIP utility functions
Functions§
- num_
bool - Returns “1” for true and “0” for false
- sip_
bool - Return “Y” on true and “N” on false
- sip_
count4 - Stringify a number left padded with zeros to 4 spaces.
- sip_
date - Translate an iso8601-ish to SIP format
- sip_
date_ from_ dt - Same as sip_date(), but starting from a DateTime object.
- sip_
date_ now - Current date + time in SIP format
- sip_
string - Clean up a string for inclusion in a SIP message
- space_
bool - Returns “Y” on true, “ “ on false.