karlma / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

SMTP Settings Not In Menu #935

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
Install FusionPBX.
2.
Vanilla install. Two extensions created, voicemail enabled and working.
3.

What is the expected output? What do you see instead?
SMTP settings under either system/settings or advanced/default settings.

What version of the product are you using? On what operating system?
Ubuntu 14.04.02 LTS using Wheezy script. Pgsql(9), Nginx

Please provide any additional information below.
Tried an upgrade of schema, menus and permissions. Result:
v_settings  True    
Name    Type    Exists
setting_uuid    uuid    True     
numbering_plan  text    True     
event_socket_ip_address text    True     
event_socket_port   text    True     
event_socket_password   text    True     
xml_rpc_http_port   text    True     
xml_rpc_auth_realm  text    True     
xml_rpc_auth_user   text    True     
xml_rpc_auth_pass   text    True     
admin_pin   numeric True     
smtp_host   text    True     
smtp_secure text    True     
smtp_auth   text    True     
smtp_username   text    True     
smtp_password   text    True     
smtp_from   text    True     
smtp_from_name  text    True     
mod_shout_decoder   text    True     
mod_shout_volume    text    True    

Original issue reported on code.google.com by mb40...@gmail.com on 24 Apr 2015 at 8:35

GoogleCodeExporter commented 9 years ago
Issue only found in the dev branch.

Original comment by mb40...@gmail.com on 24 Apr 2015 at 10:55

GoogleCodeExporter commented 9 years ago
advanced, upgrade, App Defaults should put it back in to default settings for 
you.

Original comment by nysoluti...@gmail.com on 24 Apr 2015 at 10:59

GoogleCodeExporter commented 9 years ago
Thanks, tried that also under the dev edition. I used the 
https://fusionpbx.googlecode.com/svn/trunk/scripts/install/ubuntu/ script and 
seemed to come up ok. System is performing much more efficiently as well.

Original comment by mb40...@gmail.com on 24 Apr 2015 at 11:49

GoogleCodeExporter commented 9 years ago
In 3.6 current release or the 3.7 dev branch the SMTP settings are in advanced 
-> default settings.

Original comment by markjcrane@gmail.com on 25 Apr 2015 at 1:11