AsteriskIntegration
From MetaWiki
[edit]
Calls Fail to Hangup Properly
This is caused by an authentication bug on BYE's in Asterisk. When using version 1.2.x or newer, it is easiest to use the [authentication] section and add a realm:
auth => username:password@domainFor Example:auth => 7805551212:mypass@10.2.2.2Where 10.2.2.2 is the IP of the switch (or SIP Domain setting in the subscriber)
line to this section. This will allow it to authorize all 401s received from the switch.
It is also possible to disable authentication for the SIP subscriber or Configured SIP Binding.
