BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
148 stars 71 forks source link

How to configure flexisip.conf to interact with external domain #135

Closed basncy closed 2 years ago

basncy commented 2 years ago

This function is similary to anonymous endpint in pjsip. To make flexisip interact with two isolated sip domains. e.g. sip.linphone.org <---> sip.example.org, where sip.example.org is also hosted with flexisip. flexisip says 407 Proxy Authentication Required on both SIP INVITE direction. As I can use linphone account to dial SIP URI when enable outbound proxy.

I searched https://wiki.linphone.org/xwiki/wiki/public/view/Flexisip/ without information found. can someone help? Thanks in advance.

basncy commented 2 years ago

Adding local-domains= auth-domains= solved this question.