blak3r / yaai

SugarCRM Asterisk integration
http://www.sugarforge.org/projects/yaai
GNU General Public License v3.0
81 stars 85 forks source link

no magic dial button sugar 6.5.14 #145

Closed davidzpe closed 10 years ago

davidzpe commented 10 years ago

steps to reproduce

  1. install sugarcrm 6.5.14 2 755 to cache directory for css
  2. upload callinize 3.6 and install ( after install u cant uninstall it )
  3. create a new example account
  4. add fields to user edit layout
  5. activate magic button field and others on the user panel
  6. optional configure callinize to connect to your asterisk ( connection ok and waiting for calls )

and there is no buttons for magic dial if u find dialout.js on the web it says this (i have to delete <> to show you)

script src="custom/modules/Asterisk/include/javascript/dialout.js" type="text/javascript" Recargar la página para obtener la fuente: http://mysite.com/Sugar/custom/modules/Asterisk/include/javascript/dialout.js /script

same for callpopups

script src="custom/modules/Asterisk/include/javascript/callPopups.js" type="text/javascript" Reargar la página para obtener la fuente: http://mysite.com/Sugar/custom/modules/Asterisk/include/javascript/callPopups.js /script

checked fields

div align="left" width="100%" style="white-space: normal;" a class="listViewThLinkS1" href="javascript:sListView.order_checks("ASC", "phone_office" , "Accounts2_ACCOUNT_ORDER_BY")" /div

tried the thing with ListView.tpl copying to the other folder and change the last line

is there anything more that i have to do and sorry for my english isnt the best. Thanks for your hard work

blak3r commented 10 years ago

See if setting your language to English fixes the problem. Maybe a mod string issue or something.

I don't understand what you mean by (after install u cant install it)

On Thu, Aug 1, 2013 at 10:53 AM, davidzpe notifications@github.com wrote:

steps to reproduce

  1. install sugarcrm 6.5.14 2 755 to cache directory for css
  2. upload callinize 3.6 and install ( after install u cant install it )
  3. create a new example account
  4. add fields to user edit layout
  5. activate magic button field and others on the user panel
  6. optional configure callinize to connect to your asterisk ( connection ok and waiting for calls )

and there is no buttons for magic dial if u find dialout.js on the web it says this (i have to delete <> to show you)

script src="custom/modules/Asterisk/include/javascript/dialout.js" type="text/javascript" Recargar la página para obtener la fuente: http://mysite.com/Sugar/custom/modules/Asterisk/include/javascript/dialout.js /script

same for callpopups

script src="custom/modules/Asterisk/include/javascript/callPopups.js" type="text/javascript" Reargar la página para obtener la fuente: http://mysite.com/Sugar/custom/modules/Asterisk/include/javascript/callPopups.js /script

checked fields

div align="left" width="100%" style="white-space: normal;" a class="listViewThLinkS1" href="javascript:sListView.order_checks("ASC", "phone_office" , "Accounts2_ACCOUNT_ORDER_BY")" /div

tried the thing with ListView.tpl copying to the other folder and change the last line

is there anything more that i have to do and sorry for my english isnt the best. Thanks for your hard work

— Reply to this email directly or view it on GitHubhttps://github.com/blak3r/yaai/issues/145 .

davidzpe commented 10 years ago

srry i mean uninstall and tested on another server works great the server who doesnot works was using nginx instead of apache

blak3r commented 10 years ago

@davidzpe that's interesting... I can't think of a reason why nginx would have any impact on click to dial buttons. You probably had a javascript error of some sort.