You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/doc/tutorials/rpc_list/rpc_htable.txt

34 lines
656 B

RPC Exports for htable
======================
[ this file is autogenerated, do not edit ]
1. htable.dump
Dump the contents of hash table.
Returns an array.
2. htable.delete
Delete one key from a hash table.
3. htable.get
Get one key from a hash table.
4. htable.sets
Set one key in a hash table to a string value.
5. htable.seti
Set one key in a hash table to an integer value.
6. htable.listTables
List all htables.
Returns an array.
7. htable.reload
Reload hash table.
8. htable.stats
Statistics about htables.
Returns an array.