Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UbuntuEvangelist/108ddc64ace4482b08afa620bba71ce9 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/108ddc64ace4482b08afa620bba71ce9 to your computer and use it in GitHub Desktop.
integrating issabel to flexisip
Integrating Issabel with Flexisip involves configuring the two systems to work together so that you can make and receive calls using Issabel and Flexisip. Here are the steps to integrate Issabel with Flexisip:
Install and configure Issabel: Install Issabel on your server and configure it to work with your SIP trunk provider. This involves setting up your SIP credentials and configuring your inbound and outbound routes.
Install and configure Flexisip: Install Flexisip on your server and configure it to work with Issabel. This involves setting up your SIP account and configuring the SIP domain.
Configure Issabel to use Flexisip: In the Issabel GUI, go to PBX > PBX Configuration and click on Trunks. Add a new SIP trunk and enter the following details:
Trunk name: Enter a name for the trunk
Outbound Caller ID: Enter your phone number
Trunk Name: Enter the name of your Flexisip account
Hostname: Enter the IP address or hostname of your Flexisip server
User: Enter your Flexisip username
Secret: Enter your Flexisip password
Context: Set this to from-internal
Configure Flexisip to use Issabel: In the Flexisip configuration file, add a new endpoint and enter the following details:
Type: Set this to SIP
URI: Enter the SIP URI of your Issabel account
Realm: Enter the SIP domain of your Issabel account
Username: Enter your Issabel username
Password: Enter your Issabel password
Test the integration: Once you have configured both systems, test the integration by making a test call. If the call goes through, the integration has been successful.
Note: The specific steps to configure Issabel and Flexisip may vary depending on your setup and requirements. It is recommended to consult the official documentation of both systems for more detailed instructions.
@UbuntuEvangelist
Copy link
Author

Screenshot from 2023-05-05 22-15-04

Screenshot from 2023-05-05 22-15-07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment