系统(Asterisk)如何接受领域?我的意思是,例如,我们有两个 SIP 帐户:[email protected]
和[email protected]
。对于 Asterisk,默认情况下,这两个帐户是相同的,因为用户是exampleuser
针对系统的。我希望域也包含在用户名中,例如仅接受具有特定域的用户。
如何实现这一点?有关这个主题的指南或书籍很受欢迎 :)。
答案1
设置如下:
...
domain=test.com
domain=anothertest.com
domainsasrealm=yes ; Use domains list as realms
; You can serve multiple Realms specifying several
; 'domain=...' directives (see below).
; In this case Realm will be based on request 'From'/'To' header
; and should match one of domain names.
; Otherwise default 'realm=...' will be used.
问候
答案2
以下是一个指南:在 Asterisk 中配置和使用 SIP 域。
请尝试所有看起来相关的操作,并在您的帖子中发表评论,这样我们就可以知道您做了什么或没做什么