Function db

From FreeSWITCH Wiki

Revision as of 20:14, 1 February 2010 by Diego.viola (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

DB Function

Allows inserting and removing of thing to a db during runtime.

Synopsis

[insert|select|delete]/<realm>/<key>[/<val>]

Example

Select

<action application="playback" data="${db(select/music/${caller_id_number})}"/>

Insert

<action application="db" data="insert/spymap/${caller_id_number}/${uuid}"/>
Personal tools

Community
Support FreeSWITCH