Answer the question
In order to leave comments, you need to log in
Can Link or S4B send non-anonymous requests to Asterisk?
Hello. To connect Lync 2013 with Aster, we use a layer server with an old version of Aster, which was able to perform anonymous authentication. The question is, is it possible to somehow force S4B to configure a bunch of login-password to remove the extra padding to the aster?
Answer the question
In order to leave comments, you need to log in
The option of anonymous calls has not gone anywhere, version 13 of Asterisk also exists. Asterisk was conceived as a platform for free communication. If you add sip SRV to DNS and configure everything correctly, then this option will allow you to receive incoming calls from any public telephony server. But, it's bad practice to use this option if it's not needed.
[general]
allowguest=yes
[trunk]
type=friend
insecure=port,invite
host=(IP LYNC)
fromdomain=(IP LYNC)
username=XXXXXXX
dtmfmode=rfc2833
context=from-trunks
canreinvite=no
disallow=all
allow=alaw
allow=ulaw
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question