Page 1 of 1
Question about rev 697
Posted:
Tue Oct 30, 2007 5:45 am
by richo2007
I have noticed that the file
trunk/agi/agi-VDAD_ALL_inbound.agi
in revision 697 has the followin instruction on line 562:
- Code: Select all
$insert_lead_id = $insert_lead_id;
Is that correct?
Posted:
Wed Oct 31, 2007 12:40 am
by mflorell
You found a bug! and it has been removed. There were a lot of little bugs like that in this script since it is the combination of 12 separate inbound scripts(all of the inbound and closer AGI scripts).
In addition to that, several new features have been added through that script like custom music on hold per inbound group, agent alert audio before call is sent to them, customizable welcome message and on-hold interval message.
The other 12 inbound/closer AGI scripts will be depricated and this script will be all that you need.
Bugs report method & other possible bug
Posted:
Wed Oct 31, 2007 5:55 am
by richo2007
Matt, what is the correct way to report possible bugs? Do you use something like bugzilla?
Also, want to point out that on file: /trunk/bin/AST_DB_optimize.pl
lines 250,261 and 273 you used "delect from " instead of "delete from"
Thx
Posted:
Wed Oct 31, 2007 5:17 pm
by peacy
Use the VICIDIAL issue tracker to report bugs.
http://www.eflo.net/VICIDIALmantis
Posted:
Wed Oct 31, 2007 6:52 pm
by richo2007
OK, I will reported the problem now trough Mantis.
Thx
Posted:
Wed Oct 31, 2007 11:16 pm
by mflorell
I have fixed those delects. Thanks for the note.