Displaying 2 results from an estimated 2 matches for "time_range".
Did you mean:
line_range
2006 Nov 01
0
AEL2 - CUT function usage
...st,-,${x});
CUT(type=typelist,-,${x});
NoOp(${number});
NoOp(${type});
Dial(${type}${number},${ttr});
};
};
In Asterisk 1.4.0beta3, the CUT function looks like this:
NoOp(${range});
Set(time_range=${CUT(range|/|1)});
NoOp(${time_range});
No I understand that the CUT application has been removed in 1.4, so now I am usung the CUT
function, but where is it explained that you have to have to use SET and the commas ',' has to be
replaced with '|'.
Or have I do...
2006 Jun 20
0
No opening form tag in rendered HTML
...r/>
<%= text_field ''post'', ''poster'' %></p>
<p><label for="post_date">Date</label><br/>
<%= datetime_select ''post'', ''date'' %></p>
<p><label for="post_time_range">Time range</label><br/>
<%= datetime_select ''post'', ''time_range'' %></p>
<p><label for="post_stage">Stage</label><br/>
<%= text_field ''post'', ''stage'' %>...