7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ -f "/tmp/voicemail/greeting.gsm" ]
|
||
|
then
|
||
|
mv /tmp/voicemail/greeting.gsm /etc/pbx-voicemail/recordings/
|
||
|
fi
|