listen_ip breaks session variables

Hi There,
when I configure the listen_ip to bind to a specific interface. It breaks the session variables as I think the web app script setvar.php communicates on 127.0.0.1 to the server. Is there a setting for the web front end to use the listen_ip address?
The following is a dump of the _SESSION variable, when broken:
> [FOP2] => Array ( [context] => [retries] => 30 ) [FOP2Manager] => Array ( [fop2version] => 2.00 [AUTHVAR] => Array ( [loggedIn] => 1 [ip] => 10.1.0.4 [level] => admin [allowed_tenants] => ) ) ) Array ( [context] => [retries] => 31 )
Then when I remove the listen_ip variable in fop2.cfg so it binds to all interfaces.
[FOP2] => Array ( [context] => [key] => rG0z2iiCdBZzESYuOXse [extension] => 1552 [language] => en [vpath] => /home/beinspired/var/spool/asterisk/voicemail [permit] => phonebook,callhistory,chat,pickup,hangupself,transferexternal,transfer,dial,preferences [phonebook] => yes ) [FOP2Manager] => Array ( [fop2version] => 2.00 [AUTHVAR] => Array ( [loggedIn] => 1 [ip] => 10.1.0.4 [level] => admin [allowed_tenants] => ) ) )
Sign In or Register to comment.