Browse Source

let opensips include the server hostname in the alias list so loose route can properly handle endpoints that add a Route when using a sip proxy

3.12
K Anderson 14 years ago
parent
commit
cd5230c274
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      opensips/opensips.cfg

+ 1
- 1
opensips/opensips.cfg View File

@ -34,7 +34,7 @@ log_name="opensips"
###################################################################### ######################################################################
## Aliases ## Aliases
###################################################################### ######################################################################
auto_aliases=no
auto_aliases=yes
alias=localhost alias=localhost
alias=localhost.localdomain alias=localhost.localdomain


Loading…
Cancel
Save