1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Asterisk Project : Function_REDIRECTING</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
Asterisk Project : Function_REDIRECTING
</span>
</div>
<div class="pagesubheading">
This page last changed on Mar 30, 2011 by <font color="#0050B2">wikibot</font>.
</div>
<h1><a name="Function_REDIRECTING-REDIRECTING%28%29"></a>REDIRECTING()</h1>
<h3><a name="Function_REDIRECTING-Synopsis"></a>Synopsis</h3>
<p>Gets or sets Redirecting data on the channel.</p>
<h3><a name="Function_REDIRECTING-Description"></a>Description</h3>
<p>Gets or sets Redirecting data on the channel. </p>
<p>The allowable values for the <em>reason</em> field are the following: </p>
<p>Unknown </p>
<p>Call Forwarding Busy </p>
<p>Call Forwarding No Reply </p>
<p>Callee is Unavailable </p>
<p>Time of Day </p>
<p>Do Not Disturb </p>
<p>Call Deflection </p>
<p>Follow Me </p>
<p>Called DTE Out-Of-Order </p>
<p>Callee is Away </p>
<p>Call Forwarding By The Called DTE </p>
<p>Call Forwarding Unconditional </p>
<p>The allowable values for the <em>xxx-name-charset</em> field are the following: </p>
<p>Unknown </p>
<p>ISO8859-1 </p>
<p>Withdrawn </p>
<p>ISO8859-2 </p>
<p>ISO8859-3 </p>
<p>ISO8859-4 </p>
<p>ISO8859-5 </p>
<p>ISO8859-7 </p>
<p>ISO10646 Bmp String </p>
<p>ISO10646 UTF-8 String</p>
<h3><a name="Function_REDIRECTING-Syntax"></a>Syntax</h3>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>REDIRECTING(datatype[,i])</pre>
</div></div>
<h5><a name="Function_REDIRECTING-Arguments"></a>Arguments</h5>
<ul>
<li><tt>datatype</tt> - The allowable datatypes are:
<ul>
<li><tt>from-all</tt></li>
<li><tt>from-name</tt></li>
<li><tt>from-name-valid</tt></li>
<li><tt>from-name-charset</tt></li>
<li><tt>from-name-pres</tt></li>
<li><tt>from-num</tt></li>
<li><tt>from-num-valid</tt></li>
<li><tt>from-num-plan</tt></li>
<li><tt>from-num-pres</tt></li>
<li><tt>from-subaddr</tt></li>
<li><tt>from-subaddr-valid</tt></li>
<li><tt>from-subaddr-type</tt></li>
<li><tt>from-subaddr-odd</tt></li>
<li><tt>from-tag</tt></li>
<li><tt>to-all</tt></li>
<li><tt>to-name</tt></li>
<li><tt>to-name-valid</tt></li>
<li><tt>to-name-charset</tt></li>
<li><tt>to-name-pres</tt></li>
<li><tt>to-num</tt></li>
<li><tt>to-num-valid</tt></li>
<li><tt>to-num-plan</tt></li>
<li><tt>to-num-pres</tt></li>
<li><tt>to-subaddr</tt></li>
<li><tt>to-subaddr-valid</tt></li>
<li><tt>to-subaddr-type</tt></li>
<li><tt>to-subaddr-odd</tt></li>
<li><tt>to-tag</tt></li>
<li><tt>reason</tt></li>
<li><tt>count</tt></li>
</ul>
</li>
<li><tt>i</tt> - If set, this will prevent the channel from sending out protocol messages because of the value being set</li>
</ul>
<h3><a name="Function_REDIRECTING-SeeAlso"></a>See Also</h3>
<h3><a name="Function_REDIRECTING-ImportVersion"></a>Import Version</h3>
<p>This documentation was imported from Asterisk version SVN-branch-1.8-r311874.</p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="https://wiki.asterisk.org/wiki/images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Oct 04, 2011 12:42</font></td>
</tr>
</table>
</body>
</html>
|