[Vtigercrm-commits] [vtiger development] #6299: [patch] PBXManager- Calls made from Contact detail View not logged in the Contact record

vtiger development vtiger-tickets at trac.vtiger.com
Tue Sep 8 18:25:56 EDT 2009


#6299: [patch] PBXManager- Calls made from Contact detail View not logged in the
Contact record
-----------------------+----------------------------------------------------
 Reporter:  delboy711  |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  minor      |   Milestone:  5.2.0    
Component:  vtigercrm  |     Version:  5.1.0    
 Keywords:             |  
-----------------------+----------------------------------------------------
 From a Leads Detail View clicking on a telephone number causes Asterisk to
 dial, but the call is not recorded in the Lead 'Activity History'

 I found a fix that works for me in Smarty/templates/DetailViewUI.tpl
 around line 27 edit the  'onclick' like this

                {if $USE_ASTERISK eq 'true'}
                   &nbsp;&nbsp;<span id="dtlview_{$label}"><a
 href='javascript:;'
 onclick='startCall("{$keyval}","{$ID}")'>{$keyval}</a></span>
                {else}



 The function to dial the number was not being called with the record
 number so it did not know what record the call belonged to.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6299>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list