astpp-tracker Mailing List for ASTPP - Open Source Voip Billing
Brought to you by:
darrenkw
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(14) |
Dec
(5) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
(19) |
Jun
(3) |
Jul
(2) |
Aug
(2) |
Sep
(8) |
Oct
|
Nov
(8) |
Dec
|
| 2009 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
(1) |
May
(4) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
|
|
2
|
3
|
4
(3) |
5
|
6
|
7
|
8
|
|
9
|
10
(1) |
11
|
12
|
13
|
14
|
15
|
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(1) |
|
30
|
31
|
|
|
|
|
|
|
From: SourceForge.net <no...@so...> - 2007-12-29 04:26:32
|
Bugs item #1847735, was opened at 2007-12-10 02:05 Message generated for change (Settings changed) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1847735&group_id=205663 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: refill bugs Initial Comment: 1- astpp-common line 3568 needs a d after the use in print STDERR "First Use: $cardinfo->{firstused}\n"; 2- if ( $now gt $cardinfo->{expiry} && $cardinfo->{expiry} ne "0000-00-00 00:00:00" ) { is always matching as AGI Rx << 20071210093705.000000 gt 2007-12-26 13:15:04 && 2007-12-26 13:15:04 ne 0000-00-00 00:00:00 so, we need to get $now in a format that works mysql> SELECT NOW() + 0; +-----------------------+ | NOW() + 0 | +-----------------------+ | 20071210094303.000000 | +-----------------------+ 1 row in set (0.00 sec) but mysql> select NOW(); +---------------------+ | NOW() | +---------------------+ | 2007-12-10 09:46:21 | +---------------------+ 1 row in set (0.00 sec) this works ... so like 3653 needs to remove the +0 from NOW() $now = $astpp_db->selectall_arrayref("SELECT NOW()")->[0][0]; ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2007-12-28 21:26 Message: Logged In: YES user_id=1227065 Originator: NO [root@asterisk1 astpp]# svn commit Sending astpp-common.pl Transmitting file data . Committed revision 2170. [root@asterisk1 astpp]# ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1847735&group_id=205663 |
|
From: SourceForge.net <no...@so...> - 2007-12-10 09:05:06
|
Bugs item #1847735, was opened at 2007-12-10 01:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1847735&group_id=205663 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: refill bugs Initial Comment: 1- astpp-common line 3568 needs a d after the use in print STDERR "First Use: $cardinfo->{firstused}\n"; 2- if ( $now gt $cardinfo->{expiry} && $cardinfo->{expiry} ne "0000-00-00 00:00:00" ) { is always matching as AGI Rx << 20071210093705.000000 gt 2007-12-26 13:15:04 && 2007-12-26 13:15:04 ne 0000-00-00 00:00:00 so, we need to get $now in a format that works mysql> SELECT NOW() + 0; +-----------------------+ | NOW() + 0 | +-----------------------+ | 20071210094303.000000 | +-----------------------+ 1 row in set (0.00 sec) but mysql> select NOW(); +---------------------+ | NOW() | +---------------------+ | 2007-12-10 09:46:21 | +---------------------+ 1 row in set (0.00 sec) this works ... so like 3653 needs to remove the +0 from NOW() $now = $astpp_db->selectall_arrayref("SELECT NOW()")->[0][0]; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1847735&group_id=205663 |
|
From: SourceForge.net <no...@so...> - 2007-12-04 02:49:50
|
Bugs item #1843797, was opened at 2007-12-03 19:42 Message generated for change (Settings changed) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1843797&group_id=205663 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Backend Group: None >Status: Closed >Resolution: Duplicate Priority: 7 Private: No Submitted By: Mirza Sahib (mirzasahib) Assigned to: Aleph Communications (darrenkw) Summary: Hangup Booth on Reset Initial Comment: When a user clicks RESET on the callshop interface, any existing calls for that booth should be hungup, and booth should be placed in BLOCKED mode. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2007-12-03 19:49 Message: Logged In: YES user_id=1227065 Originator: NO This is a duplicate of 1816177 and belongs under feature requests not under bug reports. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1843797&group_id=205663 |
|
From: SourceForge.net <no...@so...> - 2007-12-04 02:47:52
|
Feature Requests item #1843800, was opened at 2007-12-04 07:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1843800&group_id=205663 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Improvements Group: None Status: Open Priority: 5 Private: No Submitted By: Mirza Sahib (mirzasahib) Assigned to: Aleph Communications (darrenkw) Summary: Callshops Edit Booths Initial Comment: Callshops should be able to Edit booth ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1843800&group_id=205663 |
|
From: SourceForge.net <no...@so...> - 2007-12-04 02:42:33
|
Bugs item #1843797, was opened at 2007-12-04 07:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1843797&group_id=205663 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Backend Group: None Status: Open Resolution: None Priority: 7 Private: No Submitted By: Mirza Sahib (mirzasahib) Assigned to: Aleph Communications (darrenkw) Summary: Hangup Booth on Reset Initial Comment: When a user clicks RESET on the callshop interface, any existing calls for that booth should be hungup, and booth should be placed in BLOCKED mode. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1843797&group_id=205663 |