Module: kamailio Branch: master Commit: 2f690e4c01502ad744d3e24e368ff4359dcbdf33 URL: https://github.com/kamailio/kamailio/commit/2f690e4c01502ad744d3e24e368ff435...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-09-22T00:46:32+02:00
modules: readme files regenerated - drouting ... [skip ci]
---
Modified: src/modules/drouting/README
---
Diff: https://github.com/kamailio/kamailio/commit/2f690e4c01502ad744d3e24e368ff435... Patch: https://github.com/kamailio/kamailio/commit/2f690e4c01502ad744d3e24e368ff435...
---
diff --git a/src/modules/drouting/README b/src/modules/drouting/README index b24eb6c78d..a61a00e6d7 100644 --- a/src/modules/drouting/README +++ b/src/modules/drouting/README @@ -6,8 +6,6 @@ Edited by
Ovidiu Sas
-Edited by - Anca-Maria Vamanu
Copyright © 2005-2008 Voice Sistem SRL @@ -307,18 +305,18 @@ Chapter 1. Admin Guide draft 09): Table 1.4. Time recurrence attributes
- Attribute Description - dastard Start of interval (RFC 2445 DATE-TIME) - duration Length of interval (RFC 2445 DURATION) - freq Frequency of recurrence (secondly,minutely,hourly, daily,weekly, - monthly, or yearly). - until bound of recurrence (RFC 2445 DATE-TIME) - interval How often the recurrence repeats - byday List of days of the week - bymonthday List of days of the month - byyearday List of days of the year - byweekno List of weeks of the year - bymonth List of months of the year + Attribute Description + dastard Start of interval (RFC 2445 DATE-TIME) + duration Length of interval (RFC 2445 DURATION) + freq Frequency of recurrence (secondly,minutely,hourly, daily,weekly, + monthly, or yearly). + until bound of recurrence (RFC 2445 DATE-TIME) + interval How often the recurrence repeats + byday List of days of the week + bymonthday List of days of the month + byyearday List of days of the year + byweekno List of weeks of the year + bymonth List of months of the year The value stored in database has the format of: <dtstart>|<duration>|<freq>|<until>|<interval>|<byday>|<bymonthday> |<byyearday>|<byweekno>|<bymonth> @@ -509,7 +507,7 @@ Chapter 1. Admin Guide
The database url.
- Default value is “NULL”. + Default value is “mysql://kamailioro:kamailioro@localhost/kamailio”.
Example 1.1. Set db_url parameter ...