USRLOC - Usrloc MI functions.
More...
#include "../../lib/kmi/mi.h"
Go to the source code of this file.
Functions
Detailed Description
Definition in file p_usrloc/ul_mi.h.
Function Documentation
| struct mi_root* mi_usrloc_add |
( |
struct mi_root * |
cmd, |
|
|
void * |
param | |
|
) |
| | [read] |
- Parameters:
-
| cmd | mi_root containing the parameter |
| param | not used |
- Note:
- Expects 7 nodes: table name, AOR, contact, expires, Q, useless - backward compatible, flags, cflags, methods
- Returns:
- mi_root with the result
Definition at line 371 of file p_usrloc/ul_mi.c.
| struct mi_root* mi_usrloc_dump |
( |
struct mi_root * |
cmd, |
|
|
void * |
param | |
|
) |
| | [read] |
- Parameters:
-
| cmd | mi_root containing the parameter |
| param | not used |
- Returns:
- mi_root with the result or 0 on failure
Definition at line 337 of file p_usrloc/ul_mi.c.
| struct mi_root* mi_usrloc_flush |
( |
struct mi_root * |
cmd, |
|
|
void * |
param | |
|
) |
| | [read] |
- Parameters:
-
| cmd | mi_root containing the parameter |
| param | not used |
- Returns:
- mi_root with the result or 0 on failure
Definition at line 350 of file p_usrloc/ul_mi.c.
| struct mi_root* mi_usrloc_rm_aor |
( |
struct mi_root * |
cmd, |
|
|
void * |
param | |
|
) |
| | [read] |
- Parameters:
-
| cmd | mi_root containing the parameter |
| param | not used |
- Note:
- expects 2 nodes: the table name and the AOR
- Returns:
- mi_root with the result
Definition at line 239 of file p_usrloc/ul_mi.c.
| struct mi_root* mi_usrloc_rm_contact |
( |
struct mi_root * |
cmd, |
|
|
void * |
param | |
|
) |
| | [read] |
- Parameters:
-
| cmd | mi_root containing the parameter |
| param | not used |
- Note:
- expects 3 nodes: the table name, the AOR and contact
- Returns:
- mi_root with the result or 0 on failure
Definition at line 277 of file p_usrloc/ul_mi.c.
| struct mi_root* mi_usrloc_show_contact |
( |
struct mi_root * |
cmd, |
|
|
void * |
param | |
|
) |
| | [read] |
- Parameters:
-
| cmd | mi_root containing the parameter |
| param | not used |
- Note:
- expects 2 nodes: the table name and the AOR
- Returns:
- mi_root with the result or 0 on failure
Definition at line 485 of file p_usrloc/ul_mi.c.