Displaying 1 result from an estimated 1 matches for "dir_first".
Did you mean:
arr_first
2006 Mar 14
1
Directory doesn't work well Asterisk@home2.7- try from PSTN with Digital recepcionist- Directory based on Last name
Hi all,
Directory lookup, Asterisk@home 2.7, are this small bugs?
case DIR_FIRST: $intro = ($operator ? "dir-intro-fn-oper" :
"dir-intro-fn"); break;
case DIR_BOTH: $intro = ($operator ?
"dir-intro-fnln-oper" : "dir-intro-fnln"); break;
case DIR_LAST: default: $intro = ($operator ?
"dir-intro-oper"...