2
0
Alex 7d396e8998 Mobile Twinning - Fix search (#190) 5 сар өмнө
..
390_mobile_twinning.xml c0eb1c8523 3 updates to Mobile Twinning (#154) 4 жил өмнө
README c0eb1c8523 3 updates to Mobile Twinning (#154) 4 жил өмнө
app_config.php 221d6720a4 Add update_date and update_user to schema for mobile twinning (#174) 2 жил өмнө
app_languages.php 082008ffbb Update app_languages.php (#164) 2 жил өмнө
app_menu.php c0eb1c8523 3 updates to Mobile Twinning (#154) 4 жил өмнө
index.lua 6031d03700 Allow for extra digit (#146) 5 жил өмнө
mobile_twinning.php 7d396e8998 Mobile Twinning - Fix search (#190) 5 сар өмнө
mobile_twinning_edit.php ac5eef633b Mobile Twinning - Fix errors and add card and counter divs (#189) 5 сар өмнө
root.php 5c3bb35fb5 Add Mobile-Twinning App (#116) 6 жил өмнө

README

This adds the mobile-twinning app.

Works like this:

Go to Apps -> Mobile Twinning. Associate the mobile number with the corresponding extension.
Go to Dialplan -> Destinations. Map a Destination to the mobile-twinning dialplan number. (*662) (spells MOB for "mobile")

You can now seamlessly move calls back and forth from your deskphone and your mobile.
If someone calls your extension and you have it forwarded (or follow-me) to your mobile, you can dial *662 from your desk to bring the call back to your desk.
If you are on your deskphone, you can dial the mobile-twinning destination (step 2), press 1 and the call is transferred to your mobile.

Notes:

This will probably not work across multiple FS servers as it is written.
This is setup for the mobile to have a 10 digit number.

Install:

On your server.
git clone https://github.com/fusionpbx/fusionpbx-apps
Copy or move the directory 'mobile-twinning' into your main FusionPBX directory.
cp -R fusionpbx-apps/mobile-twinning /var/www/fusionpbx/app
Move the xml dialplan file.
cp /var/www/fusionpbx/app/mobile_twinning/390_mobile_twinning.xml /var/www/fusionpbx/app/dialplans/resources/switch/conf/dialplan/390_mobile_twinning.xml
Create the LUA script directory
mkdir /usr/share/freeswitch/scripts/app/mobile_twinning
Copy the script
cp /var/www/fusionpbx/app/mobile_twinning/index.lua /usr/share/freeswitch/scripts/app/mobile_twinning/index.lua
Set the permissions
chown -R www-data:www-data /var/www/fusionpbx/app/mobile_twinning
chown -R www-data:www-data /usr/share/freeswitch/scripts/app/mobile_twinning
chown -R www-data:www-data /var/www/fusionpbx/app/dialplans/resources/switch/conf/dialplan



Log into the FusionPBX webpage
Advanced -> Upgrade
Menu Defaults and Permission Defaults (and App Defaults, if you want to add the 390_mobile_twinning.xml to appear in Dialplan Manager).
Log out and back in