Answer the question
In order to leave comments, you need to log in
[freeswitch] authorization error, what's the problem?
Hello.
I'm trying to deploy Freeswitch.
I use it as a guide .
I create a test profile with SIP settings from the provider. I go to fs_cli and get an authorization error. At the same time, I can not understand what kind of authorization and why the error.
I will be glad for any help.
Answer the question
In order to leave comments, you need to log in
try this gateway pattern
<include>
<gateway name="23*****">
<param name="username" value="23*****"/>
<param name="realm" value="voip.noutek.com"/>
<param name="from-user" value="23*****"/>
<param name="from-domain" value="voip.noutek.com"/>
<param name="password" value="123*******"/>
<param name="extension" value="23*****"/>
<param name="proxy" value="193.106.215.230"/>
<param name="register-proxy" value="193.106.215.230"/>
<param name="outbound-proxy" value="193.106.215.230"/>
<param name="expire-seconds" value="170"/>
<param name="register" value="true"/>
<param name="register-transport" value="udp"/>
<param name="retry-seconds" value="94"/>
<param name="caller-id-in-from" value="false"/>
<param name="extension-in-contact" value="true"/>
</gateway>
</include>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question