Skip to content

Commit

Permalink
now using Set(CALLERID(num/name-pres))
Browse files Browse the repository at this point in the history
replaced deprecated SetCallerPres
  • Loading branch information
rkania committed Sep 7, 2015
1 parent 1758a49 commit a4b3c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opt/gemeinschaft/etc/asterisk/e-internal.ael
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,8 @@ context to-internal-users-self {

//Set(CALLERID(name)=Queue ${EXTEN});
//Set(CALLERID(name)=Q${EXTEN} ${CALLERID(name)});
SetCallerPres(allowed_passed_screen);
Set(CALLERID(name-pres)=allowed_passed_screen);
Set(CALLERID(num-pres)=allowed_passed_screen);
Set(CALLERID(name)=[${queue_displayname}] ${CALLERID(name)});
if ("${CALLERID(num)}" = "")
Set(CALLERID(num)=${EXTEN});
Expand Down

0 comments on commit a4b3c54

Please sign in to comment.