Attention is currently required from: jolly.
Patch set 14:Code-Review +1
2 comments:
File src/libmsc/asci_vty.c:
Patch Set #10, Line 219: "mute-talker", "Mute talker's downlink")
It should not be only for me testing the code, but also the users to test their handsets. […]
Done
if (gcr->mute_talker)
vty_out(vty, " mute-talker%s", VTY_NEWLINE);
else
vty_out(vty, " unmute-talker%s", VTY_NEWLINE);
here it looks like the mute/unmute really is a configurable property. […]
Done
To view, visit change 33512. To unsubscribe, or for help writing mail filters, visit settings.