Delete logs
find /var/log/astguiclient -type f -mtime +1 -exec rm -f {} \;
0 0 */9 * * /usr/bin/find /var/spool/asterisk/monitorDONE/MP3 -maxdepth 2 -type f -name "*.mp3" -mtime +7 -exec rm -f {} \;Delete logs
find /var/log/astguiclient -type f -mtime +1 -exec rm -f {} \;
0 0 */9 * * /usr/bin/find /var/spool/asterisk/monitorDONE/MP3 -maxdepth 2 -type f -name "*.mp3" -mtime +7 -exec rm -f {} \;
Edit user_stats.php (https://github.com/inktel/Vicidial/blob/master/www/vicidial/user_stats.php)
$location_public = str_replace("172.31.82.237", "dialer.1callclosers.com", $location); // changed added for change recs addresss amb.
$MAIN.="<td align=left><font size=2> $row[4] </td>\n";
$MAIN.="<td align=left><font size=2> $row[8] </td>\n";
$MAIN.="<td align=left><font size=2> $row[0] </td>\n";
$MAIN.="<td align=center><font size=2> $row[10] </td>\n";
//$MAIN.="<td align=right><font size=2> $location </td>\n";
$MAIN.="<td align=right><font size=2> $location_public </td>\n";
There is currently no holiday function in ViciDial. You can just change the call times scheme to change the hours up to 6 days in advance.
https://vicidial.org/VICIDIALforum/viewtopic.php?t=9381
by mflorell » Fri Oct 12, 2018 9:35 am
1 cd /srv/www/htdocs/
by blackbird2306 » Mon Oct 14, 2019 12:10 pm
mysql -D asterisk -e 'UPDATE `vicidial_users` SET `failed_login_count` = "0" WHERE `user` = "6666";'
mysql -D asterisk -e 'UPDATE `vicidial_users` SET `pass` = "HERENEWPASSWORD" WHERE `user` = "6666";'
by atkins513 » Sat Nov 18, 2023 2:36 pm
https://docs.vicibox.com/en/latest/installation.html
https://docs.vicibox.com/en/latest/networking/vicibox-ssl.html
1) vicibox-express
2) reboot
tlscertfile=/root/.acme.sh//ambiorixg12-dialer.ddns.net/fullchain.cer
tlsprivatekey=/root/.acme.sh//ambiorixg12-dialer.ddns.net/ambiorixg12-dialer.ddns.net.key
check asterisk wss status
static*CLI> http show status
HTTP Server Status:
Prefix:
Server: Asterisk
Server Enabled and Bound to 127.0.0.1:8088
HTTPS Server Enabled and Bound to 0.0.0.0:8089
Enabled URI's:
/httpstatus => Asterisk HTTP General Status
/ws => Asterisk HTTP WebSocket
Enabled Redirects:
None.
5) Change server settings to :
| Web Socket URL: |
Web Socket URL:
wss://ambiorixg12-dialer.ddns.net:8089/ws
6) Webphone URL on system setting
https://phone.viciphone.com/v3.0/viciphone.php
| Webphone URL: |
7) VICI PHONE TEMPLATE
MODIFY A CONF TEMPLATE RECORD: VICIphone |
type=friend
host=dynamic
encryption=yes
avpf=yes
icesupport=yes
directmedia=no
transport=wss
force_avp=yes
dtlsenable=yes
dtlsverify=no
dtlscertfile=/root/.acme.sh//ambiorixg12-dialer.ddns.net/fullchain.cer
dtlsprivatekey=/root/.acme.sh//ambiorixg12-dialer.ddns.net/ambiorixg12-dialer.ddns.net.key
dtlssetup=actpass
rtcp_mux=yes
context=default
8) Container settings
| Container ID: | VICIPHONE_SETTINGS |
# determines if the reg_exten is called upon successful registration
dialRegExten : 1
| Set As Webphone: | |
| Webphone Dialpad: | |
| Webphone Auto-Answer: | |
| Webphone Dialbox: | |
| Webphone Mute: | |
| Webphone Volume: |
| Webphone Extra Settings: |