wardmundy
Nerd Uno
- Joined
- Oct 12, 2007
- Messages
- 20,217
- Reaction score
- 5,974
With the migration to PHP 7, a few wrinkles have reared their ugly heads. One casualty was AsteriDex SpeedDial.
The AsteriDex SpeedDial app lets you dial 000 + 3-digit dialcode stored for entries in the AsteriDex database. For example, 000+DEL on your phone would dial Delta Air Lines. First three letters of every airline work the same way. You can add entries to AsteriDex with dialcodes of your own design. The AGI script then looks up the entry and dials the associated number using your default outbound route.
Here's the fix:
Try it. You'll like it.
The AsteriDex SpeedDial app lets you dial 000 + 3-digit dialcode stored for entries in the AsteriDex database. For example, 000+DEL on your phone would dial Delta Air Lines. First three letters of every airline work the same way. You can add entries to AsteriDex with dialcodes of your own design. The AGI script then looks up the entry and dials the associated number using your default outbound route.
Here's the fix:
Code:
cd /var/lib/asterisk/agi-bin
wget http://incrediblepbx.com/speeddial.tar.gz
tar zxvf speeddial.tar.gz
rm -f speeddial.tar.gz
Try it. You'll like it.