Skip to end of metadata
Go to start of metadata

REALTIME_DESTROY()

Synopsis

RealTime Destroy Function.

Description

This function acts in the same way as REALTIME(....) does, except that it destroys the matched record in the RT engine.

Note

Icon

If live_dangerously in asterisk.conf is set to no, this function can only be read from the dialplan, and not directly from external protocols. It can, however, be executed as a write operation (REALTIME_DESTROY(family, fieldmatch)=ignored)

Syntax

REALTIME_DESTROY(family,fieldmatch,matchvalue,delim1,delim2)
Arguments
  • family
  • fieldmatch
  • matchvalue
  • delim1
  • delim2

See Also

Import Version

This documentation was imported from Asterisk Version GIT-19-56f9c28a50

  • No labels