Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Apr 19, 2024 10:18 pm
Predictive Dialer


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Caller Id - Activated? 't' or 'f'
PostPosted: Fri Jul 13, 2012 6:27 am 
Offline

Joined: Thu Apr 21, 2011 5:22 pm
Posts: 106
I do see a 't' under my activated caller id and an 'f' under the diactivated caller id. How do i change these to be "Yes" and "No" ?

Most customers don't understand what "t" and "f" stand for.

Thanks a million...


Top
 Profile  
 
 Post subject: Re: Caller Id - Activated? 't' or 'f'
PostPosted: Thu Aug 16, 2012 6:36 pm 
Offline
User avatar

Joined: Fri Sep 18, 2009 5:46 pm
Posts: 132
Location: hhhhmmmmm
t come from cc_callerid table but if you change it in database only you'll have problem as i can tell you that,
have look into Class.A2Billing.php from line 2335
this is one example, and now there are other places where you have to change that t to yes
Code:
      if ($this->agiconfig['cid_sanitize']=="CID" || $this->agiconfig['cid_sanitize']=="BOTH") {
         $QUERY .=  "SELECT cc_callerid.cid ".
              " FROM cc_callerid ".
              " JOIN cc_card ON cc_callerid.id_cc_card=cc_card.id ".
              " WHERE (cc_callerid.activated=1 OR cc_callerid.activated='t') AND cc_card.username='".$this -> username."' ";

or you can manipulate that t to yes on display, let us know how you get on with this.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
Predictive Dialer


All times are UTC


Who is online

Users browsing this forum: No registered users and 28 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group