![]() |
TRIP Routing Daemon
TRIP (RFC 3219) Location Server Implementation
|
tripd has a HTTP REST API for ease of querying by Asterisk and other switches.
See configuration for how to configure.
Return a textual list of all routes.
Return a full Loc-TRIB dump in ripe-ncc/bgpdump-like line-per-entry format:
Return a textual list of routes in the same formate as /route under a prefix, which is considered such when there are more than one matching entries.
Return full object in JSON format.
Return raw application layer protocol.
Return raw application layer protocol.
Return raw next hop server.
Return an Asterisk Dial string in the format Technology/Resource/Extension.
Application protocol is mapped to Technology as the following:
Next hop server is copied directly into Resource. This allows specification of SIP host[:port] or an IAX2 resource specification string in Asterisk format in the form [username[:password[:pubkey]]@]peer[:port]. Note that it is sent cleartext in the wire.
Number is copied directly into Extension without context or options.
Refer to asterisk docs
Return a SIP or IAX2 URI if available.
Returns full details for a route in show-like human readable form.