-
-
Save sheyhov/bfd68e7b003a1867d53098cd4daec13e to your computer and use it in GitHub Desktop.
Asterisk Multifon.ru PJSIP wizard setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [multifon] | |
| type=wizard | |
| sends_auth=yes | |
| sends_registrations=yes | |
| transport=transport-udp | |
| remote_hosts=sbc.megafon.ru | |
| outbound_auth/username=7926xxxxxxx | |
| outbound_auth/password=xxxxxxxxxxxxxxxx | |
| registration/contact_user=7926xxxxxxx | |
| server_uri_pattern=sip:multifon.ru | |
| client_uri_pattern=sip:${USERNAME}@multifon.ru | |
| endpoint/allow=alaw | |
| endpoint/context=from-external | |
| endpoint/from_user=7926xxxxxxx | |
| endpoint/from_domain=multifon.ru | |
| endpoint/dtmf_mode=inband | |
| endpoint/direct_media=no | |
| endpoint/language=ru |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment