add 'sip show settings' CLI command (issue #4806)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-08-23 01:44:28 +00:00
parent 8b1077669e
commit a5b640cb40
3 changed files with 136 additions and 16 deletions

View File

@@ -156,6 +156,12 @@ struct ast_config *ast_load_realtime_multientry(const char *family, ...);
*/
int ast_update_realtime(const char *family, const char *keyfield, const char *lookup, ...);
/*! Check if realtime engine is configured for family
returns 1 if family is configured in realtime and engine exists
\param family which family/config to be checked
*/
int ast_check_realtime(const char *family);
/*! Free variable list */
/*!
* \param var the linked list of variables to free