WebPhone for FusionPBX.

Status
Not open for further replies.
I don't know much about the GSWave app, I have never used it.

You can create a new post and someone will help you
 
Hi,
Do you think it would be possible to create a dedicated page?

Without menu, without anything?

Just connect/disconnect?

Thank you so much .
 
You can do that, if you have a knowledge of PHP, you can have the Phone be opened in a new tab when clicked and hide the menu / header / footer.
 
Hi,

thanks for sharing the code. I tryied to install and it worked as it was on the documentation, but the calls does not complete. It stays like that:
1698763923838.png

Does anyone could help me?
 
guys, I already solve the problem. It is because the users I was trying to use already existed. I created news and it is working perfectly.
 
Dear Amit

I follow your github artical and everything is working great .

I am testing call center feature using webrtc i create two users name (agent1 and agent2) and assign extension but they are part of agent group i also allow agent group in the phone option Menu manager .

but when iam login using agent1 and click on phone it gives me access denied can you help me to solve.
 
Dear Amit

Are you talking about this

//check permission
if (permission_exists('voicemail_greeting_view') || permission_exists('xml_cdr_view')) {
//access granted
} else {
echo "access denied";
exit;
}
 
Status
Not open for further replies.