# Webphone Demo

### WebPhone Demo <a href="#webphone-demo" id="webphone-demo"></a>

This is a demo of how the webphone works, using Flask as a backend. All the content is in the demo folder. To run this code you must:

1. Edit the config object in the views.py file with your OMniLeads configuration

```
config = {
     'URL_API_CREDENTIALS': 'https://OML_HOST/api/v1/webphone/credentials/', // Your OML instance
     'client_username': 'client_username',   // Your OML WebPhone Client User username.
     'client_password': 'clientpassword',    // Your OML WebPhone Client User password.
}
```

1. Edit these variables in the templates/index.html file

```
'KamailioHost': "X.X.X.X", // This is the LAN IP of you OMniLeads instance
'WebSocketPort': "443", // This is the port you se to connect via Web browser to your OMniLeads instance
'WebSocketHost': "domain.example.com", // This is the domain name you use to connect via Web browser to your OMniLeads instance
```

1. Install flask and run it locally

```
$ pip install Flask
$ pip install pyopenssl
$ cd demo/
$ FLASK_APP=webphone.py FLASK_DEBUG=1 flask run --cert=adhoc
```

Finally, navigate to:

<https://localhost:5000/>

[AnteriorWordpress Plugin](broken://pages/yx4dfztsfQBEber2lJ6c)SiguienteAcerca De Freetech Solutions

Última actualización hace 2 meses


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omnileads.net/english/video-calls-pro/webphone-demo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
