diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c
index b0b2254d48..093e9ae272 100644
--- a/apps/app_externalivr.c
+++ b/apps/app_externalivr.c
@@ -85,7 +85,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
all DTMF events received on the channel, and notification if the channel is
hung up. The received on the channel, and notification if the channel is hung
up. The application will not be forcibly terminated when the channel is hung up.
- See doc/externalivr.txt for a protocol specification.
+ For more information see doc/asterisk.pdf.
***/
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 6557edd507..2c0833360c 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -238,14 +238,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ [Queue]
+ [QueueLog]
[AddQueueMember]
[RemoveQueueMember]
[PauseQueueMember]
[UnpauseQueueMember]
- [AgentLogin]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
[QUEUE_MEMBER_COUNT]
- [QUEUE_MEMBER_LIST]
+ [QUEUE_EXISTS]
[QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
@@ -274,10 +279,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
[RemoveQueueMember]
[PauseQueueMember]
[UnpauseQueueMember]
- [AgentLogin]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
@@ -303,9 +317,18 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
[Queue]
+ [QueueLog]
[AddQueueMember]
+ [RemoveQueueMember]
[PauseQueueMember]
[UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
@@ -337,7 +360,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Example: PauseQueueMember(,SIP/3000)
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
[UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
@@ -366,7 +401,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Example: UnpauseQueueMember(,SIP/3000)
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
[PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
@@ -386,6 +433,18 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
[Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
@@ -426,6 +485,21 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Makes the following queue variables available.
Returns 0 if queue is found and setqueuevar is defined, -1 otherwise.
+
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
+
@@ -453,6 +527,21 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Returns the number of members currently associated with the specified queuename.
+
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
+
@@ -466,7 +555,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
This function has been deprecated in favor of the QUEUE_MEMBER() function
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
[QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
@@ -479,6 +580,21 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Returns 1 if the specified queue exists, 0 if it does not
+
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
+
@@ -490,6 +606,21 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Returns the number of callers currently waiting in the specified queuename.
+
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
+
@@ -502,7 +633,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Returns a comma-separated list of members associated with the specified queuename.
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
[QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
@@ -516,6 +659,21 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Gets or sets queue members penalty.
+
+ [Queue]
+ [QueueLog]
+ [AddQueueMember]
+ [RemoveQueueMember]
+ [PauseQueueMember]
+ [UnpauseQueueMember]
+ [QUEUE_VARIABLES]
+ [QUEUE_MEMBER]
+ [QUEUE_MEMBER_COUNT]
+ [QUEUE_EXISTS]
+ [QUEUE_WAITING_COUNT]
+ [QUEUE_MEMBER_LIST]
+ [QUEUE_MEMBER_PENALTY]
+
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 6d3de28546..2c5b97b851 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -27,7 +27,7 @@
*
* \par See also
* \arg \ref Config_vm
- * \note For information about voicemail IMAP storage, read doc/imapstorage.txt
+ * \note For information about voicemail IMAP storage, read doc/asterisk.pdf
* \ingroup applications
* \note This module requires res_adsi to load. This needs to be optional
* during compilation.
diff --git a/funcs/func_callcompletion.c b/funcs/func_callcompletion.c
index 03bf858415..6a7ced201f 100644
--- a/funcs/func_callcompletion.c
+++ b/funcs/func_callcompletion.c
@@ -57,8 +57,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
completion configuration parameter for a channel. Note that setting
a configuration parameter will only change the parameter for the
duration of the call.
-
- For more information on call completion in Asterisk, see doc/tex/ccss.tex.
+
+ For more information see doc/asterisk.pdf.
For more information on call completion parameters, see configs/ccss.conf.sample.
diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c
index 9add21217d..d8251f4c6a 100644
--- a/funcs/func_realtime.c
+++ b/funcs/func_realtime.c
@@ -67,6 +67,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
If there is no match, NULL will be returned by the function.
On a write, this function will always return NULL.
+
+ [REALTIME_STORE]
+ [REALTIME_DESTROY]
+ [REALTIME_FIELD]
+ [REALTIME_HASH]
+
@@ -84,6 +90,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
creates channel variable named RTSTOREID, which contains value of unique ID.
Currently, a maximum of 30 field/value pairs is supported.
+
+ [REALTIME]
+ [REALTIME_DESTROY]
+ [REALTIME_FIELD]
+ [REALTIME_HASH]
+
@@ -100,6 +112,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
This function acts in the same way as REALTIME(....) does, except that
it destroys the matched record in the RT engine.
+
+ [REALTIME]
+ [REALTIME_STORE]
+ [REALTIME_FIELD]
+ [REALTIME_HASH]
+
@@ -117,6 +135,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
value. When written to, the REALTIME_FIELD() function
performs identically to the REALTIME() function.
+
+ [REALTIME]
+ [REALTIME_STORE]
+ [REALTIME_DESTROY]
+ [REALTIME_HASH]
+
@@ -134,6 +158,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
it can be assigned to the HASH() function. The HASH() function then provides
a suitable method for retrieving each field value of the record.
+
+ [REALTIME]
+ [REALTIME_STORE]
+ [REALTIME_DESTROY]
+ [REALTIME_FIELD]
+
***/
diff --git a/res/res_calendar.c b/res/res_calendar.c
index f95c17de22..d5c716025b 100644
--- a/res/res_calendar.c
+++ b/res/res_calendar.c
@@ -53,6 +53,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Check the specified calendar's current busy status.
+
+ [CALENDAR_EVENT]
+ [CALENDAR_QUERY]
+ [CALENDAR_QUERY_RESULT]
+ [CALENDAR_WRITE]
+
@@ -79,6 +85,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Whenever a calendar event notification call is made, the event data
may be accessed with this function.
+
+ [CALENDAR_BUSY]
+ [CALENDAR_QUERY]
+ [CALENDAR_QUERY_RESULT]
+ [CALENDAR_WRITE]
+
Query a calendar server and store the data on a channel
@@ -98,6 +110,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Get a list of events in the currently accessible timeframe of the calendar
The function returns the id for accessing the result with CALENDAR_QUERY_RESULT()
+
+ [CALENDAR_BUSY]
+ [CALENDAR_EVENT]
+ [CALENDAR_QUERY_RESULT]
+ [CALENDAR_WRITE]
+
@@ -133,6 +151,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
will return the data for that field. If multiple events matched the query, and entry
is provided, information from that event will be returned.
+
+ [CALENDAR_BUSY]
+ [CALENDAR_EVENT]
+ [CALENDAR_QUERY]
+ [CALENDAR_WRITE]
+
Write an event to a calendar
@@ -159,6 +183,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Example: CALENDAR_WRITE(calendar,field1,field2,field3)=val1,val2,val3
The field and value arguments can easily be set/passed using the HASHKEYS() and HASH() functions
+
+ [CALENDAR_BUSY]
+ [CALENDAR_EVENT]
+ [CALENDAR_QUERY]
+ [CALENDAR_QUERY_RESULT]
+
***/