Hello,
Has anyone, other than the original author, got this to work
display asterisk callerID on a squeezebox/ slimp3 using a slimserver - gramels blog ?
I have successfully got the script to run by entering
Code:
./slimdisplay.pl --server 192.168.1.2 --name=lounge --line1=Hallo --Line2="Du Da"
at a console - Hallo & Du Da are displayed on my Slimp3 player.
However, because I'm using Asterisk@Home (v2.7) I'm getting a little lost on where to insert the instruction to actually make an inbound CLI show up on my player.
Code:
exten => 208,2,system(usr/local/slimserver/slimdisplay.pl --name=lounge --line1=${CALLERIDNAME} --Line2=${CALLERIDNUM})
Any assistance would be gratefully received.