D
D
Dmitry Fondomakin2016-04-21 16:26:10
Telephony
Dmitry Fondomakin, 2016-04-21 16:26:10

[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

1 answer(s)
V
Vladimir, 2016-04-21
@defond

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 question

Ask a Question

731 491 924 answers to any question