rpc_lcr.txt 750 B

1234567891011121314151617181920212223242526
  1. RPC Exports for lcr
  2. ===================
  3. [ this file is autogenerated, do not edit ]
  4. 1. lcr.reload
  5. Reload lcr tables from database.
  6. 2. lcr.dump_gws
  7. Dump the contents of lcr_gws table.
  8. 3. lcr.dump_rules
  9. Dump the contents of the lcr_rules table.
  10. 4. lcr.defunct_gw
  11. Defunct gateway until specified time (Unix timestamp).
  12. 5. lcr.load_gws
  13. Load matching gateways and prints their ids in priority order.
  14. Mandatory parameters are lcr_id and uri_user followed by
  15. optional parameters caller_uri and request_uri. Error is
  16. reported if an lcr_rule with matching prefix and from_uri has
  17. non-null request_uri and request_uri parameter has not been
  18. given.