From 9633be9d258cc6ec1f7e0071d82a6d2cc8605e16 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Mon, 29 Feb 2016 18:11:33 -0600 Subject: [PATCH] func_callerid.c: Update REDIRECTING reason documentation. Change-Id: I6e8d39b0711110a4bceafa652e58b30465e28386 --- funcs/func_callerid.c | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c index 621a6f23d3..4db985ecb4 100644 --- a/funcs/func_callerid.c +++ b/funcs/func_callerid.c @@ -373,22 +373,27 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") fields get/set a combined value for the corresponding ...-name-pres and ...-num-pres fields. - The allowable values for the reason + The recognized values for the reason and orig-reason fields are the following: - Unknown + Callee is Away + Call Forwarding By The Called DTE Call Forwarding Busy Call Forwarding No Reply - Callee is Unavailable - Time of Day - Do Not Disturb + Call Forwarding Unconditional Call Deflection + Do Not Disturb Follow Me Called DTE Out-Of-Order - Callee is Away - Call Forwarding By The Called DTE - Call Forwarding Unconditional + Send the call to voicemail + Time of Day + Callee is Unavailable + Unknown + You can set a user defined reason string that SIP can + send/receive instead. The user defined reason string my need to be + quoted depending upon SIP or the peer's requirements. These strings + are treated as unknown by the non-SIP channel drivers. The allowable values for the xxx-name-charset field are the following: -- 2.47.2