Advertisement
Guest User

Fix aliasing in FusionPBX

a guest
Jan 16th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Temporary fix for the aliasing problem
  2.  
  3. Edit the following file:
  4. nano -w /var/www/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua
  5.  
  6. Press CTRL+_ and type in 227 and press enter to get to the line mumber 227
  7.  
  8. The line will be:
  9.  
  10. <domain name="all" alias="true" parse="false"/>
  11.  
  12. Change it to:
  13.  
  14. <domain name="all" alias="false" parse="true"/>
  15.  
  16. Press CTRL+x then Y to save and exit.
  17.  
  18. In FusionPBX GUI, go to advanced/upgrade and check app defaults and run that.
  19.  
  20. Then go into Status/Sip Status and hit the memcache flush button.
  21.  
  22. Now restart Freeswitch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement