AsteriskIntegration

From MetaWiki

Jump to: navigation, search

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@domain

For Example:
auth => 7805551212:mypass@10.2.2.2
Where 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.

Personal tools