We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1758a49 commit d64dc29Copy full SHA for d64dc29
1 file changed
opt/gemeinschaft/etc/asterisk/e-internal.ael
@@ -1021,7 +1021,8 @@ context to-internal-users-self {
1021
1022
//Set(CALLERID(name)=Queue ${EXTEN});
1023
//Set(CALLERID(name)=Q${EXTEN} ${CALLERID(name)});
1024
- SetCallerPres(allowed_passed_screen);
+ Set(CALLERID(name-pres)=allowed_passed_screen);
1025
+ Set(CALLERID(num-pres)=allowed_passed_screen);
1026
Set(CALLERID(name)=[${queue_displayname}] ${CALLERID(name)});
1027
if ("${CALLERID(num)}" = "")
1028
Set(CALLERID(num)=${EXTEN});
0 commit comments