#include <FallbackRulesUrlMapping.h>

Public Member Functions | |
| FallbackRulesUrlMapping () | |
| virtual | ~FallbackRulesUrlMapping () |
| OsStatus | loadMappings (const UtlString &configFileName) |
| Read a mappings file into the XML DOM, providing translations for replacement tokens. | |
| OsStatus | getContactList (const Url &requestUri, const UtlString &location, ResultSet &rContactsr, UtlString &callTag) const |
| Evaluate a request URI using forwarding rules semantics as well and as the location of the caller and return corresponding contacts. | |
| ~FallbackRulesUrlMapping | ( | ) | [virtual] |
Read a mappings file into the XML DOM, providing translations for replacement tokens.
| OsStatus getContactList | ( | const Url & | requestUri, | |
| const UtlString & | location, | |||
| ResultSet & | rContactsr, | |||
| UtlString & | callTag | |||
| ) | const |
Evaluate a request URI using forwarding rules semantics as well and as the location of the caller and return corresponding contacts.
| requestUri | target to check |
| location | location of the requesting user |
| rContactsr | contacts generated from first match |
| callTag | call tag for contacts. |