Displaying 1 result from an estimated 1 matches for "dir_last".
Did you mean:
arr_last
2006 Mar 14
1
Directory doesn't work well Asterisk@home2.7- try from PSTN with Digital recepcionist- Directory based on Last name
...y 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" : "dir-intro"); break;
dir-intro-oper.gsm is not available on asterisk sound directory!
Also i have a doubt on Directory agi script, I found this:
....
else if (!empty($digits) || ($digits === "0")) {...