similar to: Interface to generate Statements?

Displaying 20 results from an estimated 5000 matches similar to: "Interface to generate Statements?"

2009 Feb 25
4
DID's in a specific rate center
I need 100 DID's in a specific rate center (916-854-xxxx). How do I go about finding who owns the rate center ? If the DID's are available in this rate center ? Thanks Vikas
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
Thanks for the confirmation. From the assembly that was sent on the other branch of the thread: > .set .L.str, .L.str.hwasan-3458764513820540928 -3458764513820540928 = 0xd0 << 56 i.e. a "negative" tag. So this appears to be the issue exactly. Peter On Mon, Jun 22, 2020 at 1:55 PM Derrick McKee <derrick.mckee at gmail.com> wrote: > Using lld fixes this issue. >
2003 Apr 08
3
IAXTEL Inbound, and Outbound Tollfree Changes
Last night Mark and I made some changes to the IAXTEL tollfree outbound, and inbound access. The inbound access number has changed to: 248-724-0700. (This number is in Pontiac, MI Ratecenter, and is supplied by Telesthetic LLC, a next gen phone compnay) This number will say "Please dial your number now" at that point you can dial your 1-700-XXX-XXXX IAXTEL number assigned. In the
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
I suspect that this is hitting the issue that I mentioned here: https://reviews.llvm.org/D65857#1621335 We may need to do what I suggested there and restrict global tag entropy on non-Android Linux to 7 bits. You can try working around this issue for now by using lld as the linker (-fuse-ld=lld). Peter On Mon, Jun 22, 2020 at 1:37 PM Mitch Phillips via llvm-dev < llvm-dev at
2005 Apr 09
3
CallerID name lookup AGI script
Hi all, My VoIP provider (race.com) doesn't send name info with CallerID, so I wrote an AGI script that does the following: 1) If it's a toll free number (800|888|877|866), set the CallerID name to "TollFree Caller" 2) Use curl to look up the number in Google phonebook 3) If a business listing, set the CallerID name to business name, as is. 4) If it's a residential
2020 Jun 09
2
Cross compile x64 to AArch64 issues
Hi, I am trying to cross compile release-10.x to AArch64 (target=aarch64-linux-gnu), and the directions listed at [1] are not completing the initial cmake step. I'm currently running Manjaro, with the aarch64-linux-gnu package (and associated binutils, headers, and glibc packages). My cmake command is cmake -DCMAKE_CROSSCOMPILING=True -DCMAKE_INSTALL_PREFIX=`realpath install`
2005 Mar 09
2
Where can I find all areacodes for USA (accounting purpose)
I need to setup all area codes for billing, but how can I do that easy for North America and Canada, where I have only one price anyway. thanks! bye Ronald
2006 May 31
1
find by sql
Hi I have the following code, which makes use of an sql statment to get the results required. However this just doesnt seem right for rails, as ive managed to develop the whole project without using any other pure sql. Is there a cleaner way of doing this, but gaining the same results. thanks scott #sql to find all invoices pSql = "SELECT DISTINCT invoices.id,
2004 May 23
5
PRI problem???
I have just finished installing a new asterisk box at my work. The box is quite hefty, dual Zeon 2.8s with SCSI drives and 2Gb of memory. I have a 4 port Digium T1 card for channel bank and PRI access. I activated a PRI from a local CLEC (DMS-500 based, National protocol). This PRI is on slot 2 of the card and is set as the primary timing source. It is ESF/B8ZS. All the software is latest
2006 Nov 07
2
undefined local variable or method `invoices' for Provider:Class
I''m pretty new to Rails, and I think my app has progressed quicker than my knowledge of Rails/Ruby has ... I have the following models: [ -- Begin -- ] class Provider < ActiveRecord::Base has_many :invoices has_one :user def self.get_invoices invoices.find(:all) end end class User < ActiveRecord::Base belongs_to :Provider belongs_to :Consumer def
2004 May 28
3
Disable blind xfer
My SIP users need to transmit the "#" key as part of data entry. Asterisk intercepts and initates a transfer function. I'm almost positive I've seen this discussed somewhere, but none of my searches are finding it. Anyone have a handy answer? Tim McKee -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
Hi, I am trying to execute a simple hello world program compiled like so: path/to/compiled/clang -o test --target=aarch64-linux-gnu -march=armv8.5-a -fsanitize=hwaddress --sysroot=/usr/aarch64-linux-gnu/ -L/usr/lib/gcc/aarch64-linux-gnu/10.1.0/ -g test.c However, when I look at the disassembly, there is an unknown instruction listed at 0x2d51c: 000000000002d4c0 main: 2d4c0: ff c3 00 d1
2003 Feb 24
5
XP irratic delay in opening files....
Hi all I am fairly new to samba and XP. I have a client who we set up a samba server for, they are complaining about documents taking about 30 secs -2-3mins to open but only sometimes (it can be very frequent). I have seen this and captured a piece of the log file I wonder if any one can make any sense of it... I have been looking on the net and trying various things all day but to no avail...
2012 May 10
2
[LLVMdev] MCJIT
Hi All, What is the current level of stability of MCJIT using ELF? Thanks. -- ------------------------------------------------------------------------------------------- Braxton McKee Broad Street Analytics www.twitter.com/braxtonmckee www.broadstreetanalytics.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 30
3
Select SUM(?) Query
When using PHP, I was able to enter a query against my list of invoices such as : Select SUM(amount) from invoices where project="123" This would give me the total amount of all invoices for project 123. In rails, how would I do this? I tried using "find_by_sql," but couldn''t figure out how to extract the results out of this. Thanks!
2004 Nov 19
8
Error with wine-20041019
When I start a windows application using wine (currently wine-20041019) on RedHat 9, I receive the following: [jmmckee@server jmmckee]$ wine sol Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:wave:OSS_WaveOutInit /dev/mixer1: No such device err:wave:OSS_WaveInInit
2010 Aug 02
5
What do you use for Invoicing?
Hi Everyone, Sorry, if it's not directly related to Asterisk. Some of people on this list might have PBX deployed for their clients. What software do you use to invoice them so the invoice looks like a proper telecom invoice maybe? Prefer: -opensource with Windows binary available. -able to create .pdf invoices rather than printable ones. Thanks -------------- next part -------------- An
2004 Aug 19
7
Where to purchase ISDN (BRI) cards in Australia (preferably)
Hello all, I was wondering if anybody knows where one might obtain a PCI ISDN card supporting a single BRI for use with Asterisk in Australia (and using something like chan_capi). Because of the Isdn4Linux DTMF issue, I don't want one of those cards. I've already spent too much time messing about with my current card. I'm after something like the AVM Fritz! cards. I found one place
2006 Aug 02
3
Active Record
I want to build a one page finance calculator in Rails. The form has several fields on it. When I press the calculate button it will return to the same page with the answer. If there is an error it will also return to the same page with the appropriate error messages. I want it to be able to 1. Carry over all the values on the form fields 2. Use the rails validation methods How can I acheive
2006 Jan 03
3
What am I doing wrong!!!
Hi: @x = Invoice.find(:first) if @x do one thing else do another end This ought to work but does not. I think that @x is nil but if I test for existance or @x != nil or @x.attribute != nil - my code does not respond correctly. What is the value of @x if there are no records yet in the invoices table? Thanks in advance. bruce