Various checks related to SIP URI.
| Parámetro | Tipo | Descripción |
|---|---|---|
| db_url | string | 3.2. db_table (string) 3.3. user_column (string) 3.4. domain_column (string) 3.5. uriuser_column (string) 3.6. use_uri_table (integer) 3.7. use_domain (integer) |
| db_table | string | 3.3. user_column (string) 3.4. domain_column (string) 3.5. uriuser_column (string) 3.6. use_uri_table (integer) 3.7. use_domain (integer) |
| user_column | string | 3.4. domain_column (string) 3.5. uriuser_column (string) 3.6. use_uri_table (integer) 3.7. use_domain (integer) |
| domain_column | string | 3.5. uriuser_column (string) 3.6. use_uri_table (integer) 3.7. use_domain (integer) |
| uriuser_column | string | 3.6. use_uri_table (integer) 3.7. use_domain (integer) |
| use_uri_table | integer | 3.7. use_domain (integer) |
| use_domain | integer | 3.1. db_url (string) |
| db_url | string | URL of the database to be used. |
| db_table | string | The DB table that should be used. It is possible to use the “subscriber” and “uri” table. If the “uri” table should be used, an additional parameter “use_uri_table”) must be set. |
| user_column | string | Column holding usernames in the table. |
| domain_column | string | Column holding domain in the table. |
| uriuser_column | string | Column holding URI username in the table. |
| use_uri_table | integer | Specify if the “uri” table should be used for checking instead of “subscriber” table. A non-zero value means true. |
| use_domain | integer | Specify if the domain part of the URI should be used to identify the users (along with username). This is useful in multi domain setups, a non-zero value means true. |
4.2. check_from() 4.3. check_uri(uri) 4.4. does_uri_exist()
4.3. check_uri(uri) 4.4. does_uri_exist()
4.4. does_uri_exist()
4.1. check_to()
Check “To” username against URI table (if use_uri_table is set) or digest credentials (no DB backend required).
Check “From” username against URI table (if use_uri_table is set) or digest credentials (no DB backend required).
Check the username from the given uri against URI table (if use_uri_table is set) or digest credentials (no DB backend required).
Check if username in the request URI belongs to an existing user.
Copyright © 2003 FhG FOKUS
Copyright © 2005 Voice Sistem SRL