WebPhone for FusionPBX.

Status
Not open for further replies.

Amit Iyer

Member
Feb 6, 2018
60
11
8
30
I have made a customer WebRTC phone using Browser-Phone for FusionPBX where you just need to assign a user to the extension and click on the webphone which will be available on fusionpbx menu. You won't need to register/enter any information about the extension, the system will fetch everything and register automatically.


Please let me know if there are any changes to be made.

Thank you.
 
  • Like
Reactions: wouam31 and gflow
Hello @Amit Iyer, This looks like an interesting application that I will look into further. Thank you for posting it. I say that I see a few points in the code and in the installation instructions that you are installing it in core, which I disagree with. As this is not operational to fusion's core I would recommend making some small modifications to be installed and code running as from the app directory. If I install in /var/www/fusionpbx/app/ instead of in /var/www/fusionpbx/core/ are there any required code changes for it to function properly?
 
  • Like
Reactions: Amit Iyer
Hello @Amit Iyer, This looks like an interesting application that I will look into further. Thank you for posting it. I say that I see a few points in the code and in the installation instructions that you are installing it in core, which I disagree with. As this is not operational to fusion's core I would recommend making some small modifications to be installed and code running as from the app directory. If I install in /var/www/fusionpbx/app/ instead of in /var/www/fusionpbx/core/ are there any required code changes for it to function properly?
Hi @whut , You are right, i did not think of this. you can just copy the folder in /var/www/fusionpbx/app and then change the menu link to the new directory. Everything should work fine.
 
Hello Amit.

I also follow the same like github and its working but only audio and chat but when doing video call only i can hear audio and other option like screensharing etc is not working

can you help me to fix it
 
Hi.
You need to enable the video codecs in your Sofia profile and vars. Also you need to add screen share parameter in the Sofia profile I believe you are using internal profile. Add it in that and check mod_verto should be enabled.
 
Advance -> Variables
edit global_codec_prefs
add H261,H263,H264

edit internal profile and make sure inbound-codec-prefs should be $${global_codec_prefs}


edit /etc/freeswitch/autoload_configs/modules.conf.xml
and add mod_verto on it and restart freeswitch and try making video calls.
 
This part is made me confuse
edit /etc/freeswitch/autoload_configs/modules.conf.xml
and add mod_verto on it and restart freeswitch and try making video calls.

can you write the line so i copy and paste in modules.con.xml
 
Bro, you just have to add mod_verto in modules.
<load module="mod_verto"/> and restart freeswitch. Make sure you add the codecs in vars.
 
Hi!
I have a little problem, I did an installation on a test FusionPBX (ubuntu) and it works correctly.
So, I wanted to install it on my FusionPBX (debian) and I got an error:

Failed to locate the Project Root by searching for project_root.php please contact support for assistance

Do you know where it could come from?
I thank you.
 
it seems you are missing the file /var/www/fusionpbx/project_root.php

just run
Code:
touch /var/www/fusionpbx/project_root.php
and you are good to go.
 
  • Like
Reactions: wouam31
Status
Not open for further replies.