astpp-tracker Mailing List for ASTPP - Open Source Voip Billing (Page 2)
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
|
From: SourceForge.net <no...@so...> - 2008-09-11 05:24:25
|
Bugs item #2039368, was opened at 2008-08-05 15:52 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=2039368&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 Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) >Assigned to: Aleph Communications (darrenkw) Summary: Pagination Links not working Initial Comment: The "First Page" and "Last Page" links are not working in astpp. It's a problem in the module but is a trivial fix. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-09-10 23:24 Message: A fix has been committed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=2039368&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-09-11 05:22:36
|
Feature Requests item #1800042, was opened at 2007-09-21 19:48 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1800042&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Aleph Communications (darrenkw) Summary: Freeswitch Support Initial Comment: We have a request to add support for Freeswitch. Comment by Sonia Khan (SoniaKhan) - i can code a cdr_shell.c like application for freeswitch. But what to do about AGI? Maybe it can write FGI (FreeSWITCH Gateway Interface) in perl. However, it requires tones of work? So, i will code it only if someone is really serious in using it with Astpp. Comment by Wasim Baig (wasim) yeah, i like the concept of a wrapper/translator between FGI and AGI, that allows using all existing AGI applications within Freeswitch, the usability of that goes beyond just astpp, a lot of other people can't switch to freeswitch because of the deployments they currently have with AGI so this would be something that would really rock! So instead of using James Golovich (citats) Asterisk->AGI, we can use Freeswitch->FGI throughout the perl code Comment by Darren (dkwiebe) That'd be sweet! However, I'm sure that's a lot of work. Comment by Sonia Khan (SoniaKhan) AGI wrapper concept failed. Nope, it is not gona work, FreeSWITCH and Asterisk code differ too much. Their channel API, threading, memory management, input and output data structures, everything is so much different. Therefore, writing a wrapper, will be neither efficient nor easy to implement. We can't do any anything more then get_variable and set_variable AGI method translations. Which i think won't be enough for AstPP AGI's to run on FS. If we try to implement this at a higher level (such as FS Socket interface as suggested by FS Team), then we will still have to do a lot of extra work to extract required info from socket read and return it in correct (i.e. compatible to asterisk) format. I am afraid we have to translate individual AstPP AGIs to FS for portability. :-( Comment by Wasim Baig (wasim) All we need is GetVar and SetVar, afaik. Darren? What needs to be done for translation is the astpp-dialplan needs to be translated to freeswitch.xml and also see what features need to be developed for freeswitch that astpp uses from asterisk such as SetGroup, MaxDuration etc Comment by Darren (dkwiebe) If we don't care about calling cards, etc then all we need is to be able to get variables, set variables, set the maximum call length, and preferably check groups. Comment by Wasim Baig (wasim) set the maximum call length, and preferably check groups are also features of asterisk dialplan, they shouldn't be in the AGI We keep coming back to first fixing the AGI in a portable manner, with perl classes and OOP we should do this for 1.5beta and then 2.0rc ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-09-10 23:22 Message: We're making huge progress here. I have committed the ability to authenticate users from an astpp database, rate cdrs, provide lcr and call length limitting. ---------------------------------------------------------------------- Comment By: Aleph Communications (darrenkw) Date: 2008-06-07 09:17 Message: Logged In: YES user_id=1227065 Originator: YES This is currently undergoing testing. I've coded lcr support using mod_xml_curl. directory support is coming shortly. ---------------------------------------------------------------------- Comment By: Aleph Communications (darrenkw) Date: 2008-05-31 15:03 Message: Logged In: YES user_id=1227065 Originator: YES For right now I'm only building support to do LCR in Freeswitch. Once that is working I'd like to start on a sofia user authorization module. Freeswitch at present does not appear to have support to limit the length of calls so I'm leaving that for now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1800042&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-09-11 05:20:40
|
Feature Requests item #2033328, was opened at 2008-07-30 19:24 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=2033328&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Aleph Communications (darrenkw) Summary: Generate invoices on selected time period Initial Comment: We need to be able to generate invoices for a selected time period. For example, I don't want to run the billing process automatically but on the 10th of the month I'm going to sit down and run bills for the previous month. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-09-10 23:20 Message: Committed and tested code. ---------------------------------------------------------------------- Comment By: Aleph Communications (darrenkw) Date: 2008-08-23 10:02 Message: Logged In: YES user_id=1227065 Originator: YES This is ready for testing. I have coded support and committed it. Sending astpp-common.pl Sending astpp-generate-invoices.pl Transmitting file data .. Committed revision 2188. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=2033328&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-09-06 17:34:20
|
Feature Requests item #2097218, was opened at 2008-09-06 11:34 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=2097218&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: Deactivate calls from "List Errors" Initial Comment: >From the "List Errors" page it would be nice to have a button to mark calls as billed and remove them from the list. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=2097218&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-09-06 17:23:52
|
Feature Requests item #2097205, was opened at 2008-09-06 17:24 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=2097205&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 Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: OSCommerce - NonTaxable Customers Initial Comment: We need a way to have ASTPP check with oscommerce to see if a customer is taxable or not. There is an OSCommerce module to support this. We need to determine if that module is installed and if it's installed to use it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=2097205&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-09-02 05:31:41
|
Feature Requests item #1824453, was opened at 2007-11-01 22:06 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1824453&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 Priority: 5 Private: No Submitted By: Mirza Sahib (mirzasahib) Assigned to: Nobody/Anonymous (nobody) Summary: Code Review Modularization Initial Comment: I'm putting all general code review, modularizations, templates etc thoughts here ... a) all variables used need to be reviewed b) duplicate code needs to be sub{}bed c) start migrating stuff to ASTPP.pm d) move all HTML out of cgi to HTML::Template e) remove duplicate set var, exec set f) improve verbose logging, debugging ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-09-01 23:31 Message: Logged In: YES user_id=1227065 Originator: NO Much of this is great but it's WAY too much work for me to attempt by myself. ---------------------------------------------------------------------- Comment By: Mirza Sahib (mirzasahib) Date: 2007-11-01 22:22 Message: Logged In: YES user_id=1893410 Originator: YES g) move from clams to 4 precision decimal h) improve interface usability, help screens etc ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1824453&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-08-23 16:02:49
|
Feature Requests item #2033328, was opened at 2008-07-30 19:24 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=2033328&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Aleph Communications (darrenkw) Summary: Generate invoices on selected time period Initial Comment: We need to be able to generate invoices for a selected time period. For example, I don't want to run the billing process automatically but on the 10th of the month I'm going to sit down and run bills for the previous month. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-08-23 10:02 Message: Logged In: YES user_id=1227065 Originator: YES This is ready for testing. I have coded support and committed it. Sending astpp-common.pl Sending astpp-generate-invoices.pl Transmitting file data .. Committed revision 2188. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=2033328&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-08-05 21:52:49
|
Bugs item #2039368, was opened at 2008-08-05 15:52 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=2039368&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: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: Pagination Links not working Initial Comment: The "First Page" and "Last Page" links are not working in astpp. It's a problem in the module but is a trivial fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=2039368&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-07-31 01:24:06
|
Feature Requests item #2033328, was opened at 2008-07-30 19:24 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=2033328&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Aleph Communications (darrenkw) Summary: Generate invoices on selected time period Initial Comment: We need to be able to generate invoices for a selected time period. For example, I don't want to run the billing process automatically but on the 10th of the month I'm going to sit down and run bills for the previous month. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=2033328&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-07-31 01:22:58
|
Feature Requests item #2033327, was opened at 2008-07-30 19:23 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=2033327&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Aleph Communications (darrenkw) Summary: Ability to "rerate" calls Initial Comment: We need the ability to mark calls in the asterisk cdr database as not billed and have them deleted from the astpp cdr database. This should be done via a button from the webpage. We should be able to specify the date range. This will ONLY apply to calls with a status of 0. The calls will be rated again when the rating engine cycles. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=2033327&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-06-09 02:20:21
|
Feature Requests item #1866420, was opened at 2008-01-07 15:58 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1866420&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: finduniquesip_rt Initial Comment: also, we need to have the finduniqusip_rt to take its additional random numbers from a config variable ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2008-06-08 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Aleph Communications (darrenkw) Date: 2008-05-25 16:16 Message: Logged In: YES user_id=1227065 Originator: YES Sending astpp-admin.cgi Sending astpp-common.pl Adding sql/astpp-2008-05-25.sql Transmitting file data ... Committed revision 2181. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1866420&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-06-07 15:18:04
|
Feature Requests item #1956267, was opened at 2008-05-02 10:12 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1956267&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) >Assigned to: Aleph Communications (darrenkw) Summary: LedgerSMB Support Initial Comment: It would be nice to be able to export CDRs directly into ledgersmb for invoicing. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-06-07 09:18 Message: Logged In: YES user_id=1227065 Originator: YES There's been enough votes for this on astpp.org that I'll make it happen. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1956267&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-06-07 15:17:29
|
Feature Requests item #1800042, was opened at 2007-09-21 19:48 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1800042&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Aleph Communications (darrenkw) Summary: Freeswitch Support Initial Comment: We have a request to add support for Freeswitch. Comment by Sonia Khan (SoniaKhan) - i can code a cdr_shell.c like application for freeswitch. But what to do about AGI? Maybe it can write FGI (FreeSWITCH Gateway Interface) in perl. However, it requires tones of work? So, i will code it only if someone is really serious in using it with Astpp. Comment by Wasim Baig (wasim) yeah, i like the concept of a wrapper/translator between FGI and AGI, that allows using all existing AGI applications within Freeswitch, the usability of that goes beyond just astpp, a lot of other people can't switch to freeswitch because of the deployments they currently have with AGI so this would be something that would really rock! So instead of using James Golovich (citats) Asterisk->AGI, we can use Freeswitch->FGI throughout the perl code Comment by Darren (dkwiebe) That'd be sweet! However, I'm sure that's a lot of work. Comment by Sonia Khan (SoniaKhan) AGI wrapper concept failed. Nope, it is not gona work, FreeSWITCH and Asterisk code differ too much. Their channel API, threading, memory management, input and output data structures, everything is so much different. Therefore, writing a wrapper, will be neither efficient nor easy to implement. We can't do any anything more then get_variable and set_variable AGI method translations. Which i think won't be enough for AstPP AGI's to run on FS. If we try to implement this at a higher level (such as FS Socket interface as suggested by FS Team), then we will still have to do a lot of extra work to extract required info from socket read and return it in correct (i.e. compatible to asterisk) format. I am afraid we have to translate individual AstPP AGIs to FS for portability. :-( Comment by Wasim Baig (wasim) All we need is GetVar and SetVar, afaik. Darren? What needs to be done for translation is the astpp-dialplan needs to be translated to freeswitch.xml and also see what features need to be developed for freeswitch that astpp uses from asterisk such as SetGroup, MaxDuration etc Comment by Darren (dkwiebe) If we don't care about calling cards, etc then all we need is to be able to get variables, set variables, set the maximum call length, and preferably check groups. Comment by Wasim Baig (wasim) set the maximum call length, and preferably check groups are also features of asterisk dialplan, they shouldn't be in the AGI We keep coming back to first fixing the AGI in a portable manner, with perl classes and OOP we should do this for 1.5beta and then 2.0rc ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-06-07 09:17 Message: Logged In: YES user_id=1227065 Originator: YES This is currently undergoing testing. I've coded lcr support using mod_xml_curl. directory support is coming shortly. ---------------------------------------------------------------------- Comment By: Aleph Communications (darrenkw) Date: 2008-05-31 15:03 Message: Logged In: YES user_id=1227065 Originator: YES For right now I'm only building support to do LCR in Freeswitch. Once that is working I'd like to start on a sofia user authorization module. Freeswitch at present does not appear to have support to limit the length of calls so I'm leaving that for now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1800042&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-31 21:03:47
|
Feature Requests item #1800042, was opened at 2007-09-21 19:48 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1800042&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Aleph Communications (darrenkw) Summary: Freeswitch Support Initial Comment: We have a request to add support for Freeswitch. Comment by Sonia Khan (SoniaKhan) - i can code a cdr_shell.c like application for freeswitch. But what to do about AGI? Maybe it can write FGI (FreeSWITCH Gateway Interface) in perl. However, it requires tones of work? So, i will code it only if someone is really serious in using it with Astpp. Comment by Wasim Baig (wasim) yeah, i like the concept of a wrapper/translator between FGI and AGI, that allows using all existing AGI applications within Freeswitch, the usability of that goes beyond just astpp, a lot of other people can't switch to freeswitch because of the deployments they currently have with AGI so this would be something that would really rock! So instead of using James Golovich (citats) Asterisk->AGI, we can use Freeswitch->FGI throughout the perl code Comment by Darren (dkwiebe) That'd be sweet! However, I'm sure that's a lot of work. Comment by Sonia Khan (SoniaKhan) AGI wrapper concept failed. Nope, it is not gona work, FreeSWITCH and Asterisk code differ too much. Their channel API, threading, memory management, input and output data structures, everything is so much different. Therefore, writing a wrapper, will be neither efficient nor easy to implement. We can't do any anything more then get_variable and set_variable AGI method translations. Which i think won't be enough for AstPP AGI's to run on FS. If we try to implement this at a higher level (such as FS Socket interface as suggested by FS Team), then we will still have to do a lot of extra work to extract required info from socket read and return it in correct (i.e. compatible to asterisk) format. I am afraid we have to translate individual AstPP AGIs to FS for portability. :-( Comment by Wasim Baig (wasim) All we need is GetVar and SetVar, afaik. Darren? What needs to be done for translation is the astpp-dialplan needs to be translated to freeswitch.xml and also see what features need to be developed for freeswitch that astpp uses from asterisk such as SetGroup, MaxDuration etc Comment by Darren (dkwiebe) If we don't care about calling cards, etc then all we need is to be able to get variables, set variables, set the maximum call length, and preferably check groups. Comment by Wasim Baig (wasim) set the maximum call length, and preferably check groups are also features of asterisk dialplan, they shouldn't be in the AGI We keep coming back to first fixing the AGI in a portable manner, with perl classes and OOP we should do this for 1.5beta and then 2.0rc ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-05-31 15:03 Message: Logged In: YES user_id=1227065 Originator: YES For right now I'm only building support to do LCR in Freeswitch. Once that is working I'd like to start on a sofia user authorization module. Freeswitch at present does not appear to have support to limit the length of calls so I'm leaving that for now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1800042&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-31 20:51:23
|
Feature Requests item #1800042, was opened at 2007-09-21 19:48 Message generated for change (Settings changed) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1800042&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) >Assigned to: Aleph Communications (darrenkw) Summary: Freeswitch Support Initial Comment: We have a request to add support for Freeswitch. Comment by Sonia Khan (SoniaKhan) - i can code a cdr_shell.c like application for freeswitch. But what to do about AGI? Maybe it can write FGI (FreeSWITCH Gateway Interface) in perl. However, it requires tones of work? So, i will code it only if someone is really serious in using it with Astpp. Comment by Wasim Baig (wasim) yeah, i like the concept of a wrapper/translator between FGI and AGI, that allows using all existing AGI applications within Freeswitch, the usability of that goes beyond just astpp, a lot of other people can't switch to freeswitch because of the deployments they currently have with AGI so this would be something that would really rock! So instead of using James Golovich (citats) Asterisk->AGI, we can use Freeswitch->FGI throughout the perl code Comment by Darren (dkwiebe) That'd be sweet! However, I'm sure that's a lot of work. Comment by Sonia Khan (SoniaKhan) AGI wrapper concept failed. Nope, it is not gona work, FreeSWITCH and Asterisk code differ too much. Their channel API, threading, memory management, input and output data structures, everything is so much different. Therefore, writing a wrapper, will be neither efficient nor easy to implement. We can't do any anything more then get_variable and set_variable AGI method translations. Which i think won't be enough for AstPP AGI's to run on FS. If we try to implement this at a higher level (such as FS Socket interface as suggested by FS Team), then we will still have to do a lot of extra work to extract required info from socket read and return it in correct (i.e. compatible to asterisk) format. I am afraid we have to translate individual AstPP AGIs to FS for portability. :-( Comment by Wasim Baig (wasim) All we need is GetVar and SetVar, afaik. Darren? What needs to be done for translation is the astpp-dialplan needs to be translated to freeswitch.xml and also see what features need to be developed for freeswitch that astpp uses from asterisk such as SetGroup, MaxDuration etc Comment by Darren (dkwiebe) If we don't care about calling cards, etc then all we need is to be able to get variables, set variables, set the maximum call length, and preferably check groups. Comment by Wasim Baig (wasim) set the maximum call length, and preferably check groups are also features of asterisk dialplan, they shouldn't be in the AGI We keep coming back to first fixing the AGI in a portable manner, with perl classes and OOP we should do this for 1.5beta and then 2.0rc ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1800042&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-31 20:47:32
|
Feature Requests item #1825335, was opened at 2007-11-03 16:22 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1825335&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) >Assigned to: Aleph Communications (darrenkw) Summary: DID Change Logs Initial Comment: Details We need to log into CDR every event that occurs for a DID like NEW DID, DID ACCOUNT CHANGE, DID RELEASED etc, so that we can have an audit trail for the DID This task depends upon Add new Close Task Assign to me Add me to assignees Edit this task Comments (3) Related Tasks (2/0) Notifications (4) Reminders (0) History Comment by Darren (dkwiebe) - Saturday, 14 July 2007, 04:53 GMT — Edit — Delete You only want this for DIDs? Which account do you want the cdrs tagged to? Comment by Wasim Baig (wasim) - Saturday, 14 July 2007, 07:39 GMT — Edit — Delete Hmm, no the more I think about it, the more we should have an event log. So DIDevent, CARDevent, USERevent, WWWevent etc that creates an audit trail. Every action thats taken, like a user created, or card is authenticated or a call is rejected due to low balance, or a did is assigned to a user, etc etc. Basically every ACTION in our agi, cgi and scripts should call this &event_log with a few details, which will build an auditable event trail. What to log? possibly Cardnunber, webuser, callingscript, time, callingsubroutine, sql statement Comment by Atif (atif) - Monday, 03 September 2007, 17:02 GMT — Edit — Delete Currently the urgent requirement is for logging DID creation, purchase, Dialstring changes ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-05-31 14:47 Message: Logged In: YES user_id=1227065 Originator: YES Sending astpp-admin.cgi Transmitting file data . Committed revision 2182. Everytime that astpp-admin.cgi is called all the details will be logged. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1825335&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-31 20:46:56
|
Feature Requests item #1825337, was opened at 2007-11-03 16:25 Message generated for change (Settings changed) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1825337&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Aleph Communications (darrenkw) Summary: Logging Support Initial Comment: Details SELECT * FROM routes WHERE '00923008496337' RLIKE pattern AND pricelist = 'pkcanada-cc' ORDER BY LENGTH(pattern) DESCpattern: 300.* so, that could really use a \n after DESC this is prevalent throughout the AGI This task depends upon Add new Close Task Assign to me Add me to assignees Edit this task Comments (4) Related Tasks (1/0) Notifications (3) Reminders (0) History Comment by Darren (dkwiebe) - Saturday, 14 July 2007, 05:11 GMT — Edit — Delete This would be a very simple but timeconsuming task. We need to go through and add a . "\n" every time a STDERR appears. Comment by Wasim Baig (wasim) - Saturday, 14 July 2007, 07:46 GMT — Edit — Delete Ok, so first we need to change all STDERR to a subroutine say "&astpp_stderr" and then in here we can always make a oneline change and add other details as we go along i'll see if i can get one of my boys to do this using regex to go thorugh the code and replace all print STDERR blah if $config->{debug} == 1; with &astpp_stderr ('blah'); But then i did a little googling and found http://www.perl.com/pub/a/2002/09/11/log4perl.html http://mike.kruckenberg.com/archives/2003/12/perl_logging_op.html http://www252.pair.com/comdog/mastering_perl/Chapters/13.logging.html And it seems thats the way to go, so I'm renaming this task Comment by Darren (dkwiebe) - Saturday, 14 July 2007, 16:50 GMT — Edit — Delete I'm getting very close to starting with OOP on this project. I plan on rolling things over as we go along as much as possible. Do you mind waiting a bit on this one? Comment by Darren (dkwiebe) - Wednesday, 19 September 2007, 03:29 GMT — Edit — Delete I've added an astpp perl module which has a section the debugging output should go. This will eventually include support to log to the database. ---------------------------------------------------------------------- Comment By: Aleph Communications (darrenkw) Date: 2008-05-31 14:46 Message: Logged In: YES user_id=1227065 Originator: YES Logging support has been added. Instead of printing to stderr do as follows: $ASTPP->debug( debug => "Debugging Output"); This has been implemented in some code and over time everything will be converted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1825337&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-31 20:46:34
|
Feature Requests item #1825337, was opened at 2007-11-03 16:25 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1825337&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) >Assigned to: Aleph Communications (darrenkw) Summary: Logging Support Initial Comment: Details SELECT * FROM routes WHERE '00923008496337' RLIKE pattern AND pricelist = 'pkcanada-cc' ORDER BY LENGTH(pattern) DESCpattern: 300.* so, that could really use a \n after DESC this is prevalent throughout the AGI This task depends upon Add new Close Task Assign to me Add me to assignees Edit this task Comments (4) Related Tasks (1/0) Notifications (3) Reminders (0) History Comment by Darren (dkwiebe) - Saturday, 14 July 2007, 05:11 GMT — Edit — Delete This would be a very simple but timeconsuming task. We need to go through and add a . "\n" every time a STDERR appears. Comment by Wasim Baig (wasim) - Saturday, 14 July 2007, 07:46 GMT — Edit — Delete Ok, so first we need to change all STDERR to a subroutine say "&astpp_stderr" and then in here we can always make a oneline change and add other details as we go along i'll see if i can get one of my boys to do this using regex to go thorugh the code and replace all print STDERR blah if $config->{debug} == 1; with &astpp_stderr ('blah'); But then i did a little googling and found http://www.perl.com/pub/a/2002/09/11/log4perl.html http://mike.kruckenberg.com/archives/2003/12/perl_logging_op.html http://www252.pair.com/comdog/mastering_perl/Chapters/13.logging.html And it seems thats the way to go, so I'm renaming this task Comment by Darren (dkwiebe) - Saturday, 14 July 2007, 16:50 GMT — Edit — Delete I'm getting very close to starting with OOP on this project. I plan on rolling things over as we go along as much as possible. Do you mind waiting a bit on this one? Comment by Darren (dkwiebe) - Wednesday, 19 September 2007, 03:29 GMT — Edit — Delete I've added an astpp perl module which has a section the debugging output should go. This will eventually include support to log to the database. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-05-31 14:46 Message: Logged In: YES user_id=1227065 Originator: YES Logging support has been added. Instead of printing to stderr do as follows: $ASTPP->debug( debug => "Debugging Output"); This has been implemented in some code and over time everything will be converted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1825337&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-25 23:16:24
|
Feature Requests item #1866420, was opened at 2008-01-07 16:58 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1866420&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: Pending Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: finduniquesip_rt Initial Comment: also, we need to have the finduniqusip_rt to take its additional random numbers from a config variable ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-05-25 17:16 Message: Logged In: YES user_id=1227065 Originator: YES Sending astpp-admin.cgi Sending astpp-common.pl Adding sql/astpp-2008-05-25.sql Transmitting file data ... Committed revision 2181. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1866420&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-06 02:01:18
|
Feature Requests item #1956264, was opened at 2008-05-02 10:12 Message generated for change (Settings changed) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1956264&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: Email invoices Initial Comment: We should be able to specify whether we want the customer to be emailed when we create an invoice. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-05-05 20:01 Message: Logged In: YES user_id=1227065 Originator: YES if email_users is set then users get emailed. Otherwise just the admin gets emailed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1956264&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-06 01:12:16
|
Bugs item #1956258, was opened at 2008-05-02 10:07 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1956258&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: Fixed Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: Interface rating doesn't show call cost Initial Comment: When you use the "Rate Call" function in the gui it doesn't show how much the call actually cost. This is probably a template error. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-05-05 19:12 Message: Logged In: YES user_id=1227065 Originator: YES Corrected program [root@localhost astpp]# svn commit Sending Makefile Sending astpp-admin.cgi Transmitting file data .. Committed revision 2177. [root@localhost astpp]# ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1956258&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-03 22:08:01
|
Bugs item #1956259, was opened at 2008-05-02 10:08 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1956259&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: Fixed Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect uniqueid shown in output Initial Comment: When running the rating engine the wrong uniqueid is showing up in the output. It's using the same id for each line. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-05-03 16:08 Message: Logged In: YES user_id=1227065 Originator: YES [root@localhost astpp]# svn commit Sending astpp-common.pl Transmitting file data . Committed revision 2176. [root@localhost astpp]# ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994546&aid=1956259&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-02 16:44:14
|
Feature Requests item #1816877, was opened at 2007-10-19 22:26 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1816877&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 Priority: 7 Private: No Submitted By: Mirza Sahib (mirzasahib) Assigned to: Nobody/Anonymous (nobody) Summary: Drop all calls for a booth on reset Initial Comment: When a callshop has an existing call, and the booth is reset, all existing call(s) need to be dropped, so that the call can be billed. ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2008-05-02 10:11 Message: Logged In: YES user_id=1227065 Originator: NO Closed as feature has been implemented. ---------------------------------------------------------------------- Comment By: Aleph Communications (darrenkw) Date: 2008-01-02 20:49 Message: Logged In: YES user_id=1227065 Originator: NO Has anybody had any time to test this? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1816877&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-02 16:41:15
|
Feature Requests item #1956264, was opened at 2008-05-02 10:12 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=1956264&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: Email invoices Initial Comment: We should be able to specify whether we want the customer to be emailed when we create an invoice. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1956264&group_id=205663 |
From: SourceForge.net <no...@so...> - 2008-05-02 16:30:41
|
Feature Requests item #1956267, was opened at 2008-05-02 10:12 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=1956267&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 Priority: 5 Private: No Submitted By: Aleph Communications (darrenkw) Assigned to: Nobody/Anonymous (nobody) Summary: LedgerSMB Support Initial Comment: It would be nice to be able to export CDRs directly into ledgersmb for invoicing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994549&aid=1956267&group_id=205663 |