Integrating with Microsoft Teams: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The integration with MS Teams is experimental. On the Microsoft side: Configure Microsoft Teams for DirectRouting 1. Microsoft 365 admin center → Settings → Domains → Add domain (as example sbc.v-pbx.site) 800px 2. Select method, I used verify by add TXT record in DNS 800px 3. Receive data for verification 800px 4. Add TXT record with data from MS File:M...") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The integration with MS Teams is experimental. | The integration with MS Teams is experimental. | ||
First step, [[Microsoft Teams configuration]] | |||
Second step, [[OpenSips configuration]] | |||
Third step, [[Asterisk teams configuration]] | |||
[[ | Fourth step, [[MiRTA PBX teams configuration]] | ||
Fifth step, [[MiRTA PBX teams extension configuration]] | |||
== Debugging == | |||
Check to see if OpenSIPS is listening to port 5091 | |||
netstat -nap | grep 5091 | |||
Check to see if OpenSIPS has made the connection to Teams | |||
Latest revision as of 08:29, 7 September 2024
The integration with MS Teams is experimental.
First step, Microsoft Teams configuration
Second step, OpenSips configuration
Third step, Asterisk teams configuration
Fourth step, MiRTA PBX teams configuration
Fifth step, MiRTA PBX teams extension configuration
Debugging
Check to see if OpenSIPS is listening to port 5091
netstat -nap | grep 5091
Check to see if OpenSIPS has made the connection to Teams