Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Tue Apr 16, 2024 12:43 pm
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Speed Dial - A2Billing v. 1.3.3 [solved]
PostPosted: Tue Dec 09, 2008 10:02 am 
Offline

Joined: Wed Jun 11, 2008 10:19 am
Posts: 92
Location: Italy
Hy all,
In speed dial I have only 10 'speed dial code'
which file .php i must modify for to increase at 100
'speed dial code'.

thanks in advance


Last edited by smart187 on Tue Dec 09, 2008 5:09 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 09, 2008 3:58 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
I am not sure as I write this message, but look at the url, it should show you the page. And in that page, look at the includes to see the other pages involved.

Cheers


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 09, 2008 4:22 pm 
Offline
Moderator
User avatar

Joined: Thu Jun 22, 2006 2:19 pm
Posts: 2890
Location: Devon, UK
And additionally you'll need to modify the AGI so it permits 2 digit speed-dials, rather than the single digit it currently insists upon.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 09, 2008 4:36 pm 
Offline

Joined: Wed Jun 11, 2008 10:19 am
Posts: 92
Location: Italy
Hello Maestro,
when I click in speed dial the link is:
http://208.xxx.xxx.xxx/A2BCustomer_UI/A ... eddial.php
this is the file A2B_entity_speeddial.php:
Quote:
<?php
include ("../lib/defines.php");
include ("../lib/module.access.php");
include ("../lib/Form/Class.FormHandler.inc.php");
include ("./form_data/FG_var_speeddial.inc");
include ("../lib/smarty.php");

if (! has_rights (ACX_CUSTOMER)){
Header ("HTTP/1.0 401 Unauthorized");
Header ("Location: PP_error.php?c=accessdenied");
die();
}



/*******************************************************************

****************/

$HD_Form -> setDBHandler (DbConnect());


$HD_Form -> init();


if ($id!="" || !is_null($id)){
$HD_Form -> FG_EDITION_CLAUSE = str_replace("%id", "$id",

$HD_Form -> FG_EDITION_CLAUSE);
}


if (!isset($form_action)) $form_action="list"; //ask-add
if (!isset($action)) $action = $form_action;


$list = $HD_Form -> perform_action($form_action);



// #### HEADER SECTION
$smarty->display('main.tpl');
// #### HELP SECTION
echo $CC_help_speeddial;



// #### TOP SECTION PAGE
$HD_Form -> create_toppage ($form_action);


// #### CREATE FORM OR LIST
//$HD_Form -> CV_TOPVIEWER = "menu";
if (strlen($_GET["menu"])>0) $_SESSION["menu"] = $_GET["menu"];

$HD_Form -> create_form ($form_action, $list, $id=null) ;

// #### FOOTER SECTION
$smarty->display('footer.tpl');



?>


and now?


Attachments:
A2B_entity_speeddial.php.txt [1.25 KiB]
Downloaded 509 times
Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 09, 2008 4:53 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
/form_data/FG_var_speeddial.inc


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 09, 2008 5:08 pm 
Offline

Joined: Wed Jun 11, 2008 10:19 am
Posts: 92
Location: Italy
Thank you very much :)


Top
 Profile  
 
 Post subject: Re:
PostPosted: Mon May 16, 2011 4:42 pm 
Offline

Joined: Wed Sep 15, 2010 9:09 am
Posts: 96
stavros wrote:
And additionally you'll need to modify the AGI so it permits 2 digit speed-dials, rather than the single digit it currently insists upon.


Hi stavros and smart187,
Can you help me to modify AGI so it permits 2 digit speed-dials ? What is code that I may modify in file /form_data/FG_var_speeddial.inc ?

Thank in advance for all helps!
Best regards,
Ryan


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 
Auto Dialer Software


All times are UTC


Who is online

Users browsing this forum: No registered users and 13 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