similar to: AoC (Advice of Charge)

Displaying 20 results from an estimated 2000 matches similar to: "AoC (Advice of Charge)"

2005 Dec 28
3
voip-info: Asterisk record calls
On this page http://www.voip-info.org/wiki-Asterisk+record+calls there is "Example by Mojo". I have done everything he said and I have sox package installed. [root@pbx recordings]# sox -help sox: Version 12.17.7 ... When I open this web page http://10.0.0.26/recordings/index.php I get this: No Recordings Found And there are recordings in /var/spool/asterisk/monitor Do I have to do
2007 Jan 24
1
AOC on misdn?
Hi, i can see AOC messages on the asterisk console. Can i sendtext() them to the caller or put them in cdr? Regards, Andreas. _________________________________________________________________ Need a new job? Check out XtraMSN Careers http://xtramsn.co.nz/careers
2006 Mar 02
3
Native music on hold - Error
I have tried to use native music on hold. In dir /var/lib/asterisk/moh-native/ I have some wav files (with 755 permission). In musiconhold.conf I have [native] mode=files directory=/var/lib/asterisk/moh-native And in sip.conf I have musicclass=native When I put call on hold this is what I get at CLI. -- Executing Dial("SIP/341-5931", "SIP/344|20|wWtT") in new stack
2004 Feb 02
6
Transfer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, As I've been unable to get app_transfer to work, could someone explain how it is supposed to work? Currently I have two Asterisk boxes. A call comes in via zaptel to ast1. ast1 dials ast2 using iax2 and gets instructed to transfer the call to a different extension. iax2 debug shows that a transfer cmd is sent to ast1, but nothing happens
2006 Feb 27
5
res_features pickupexten
is where anyone who knows what is needed to get the pickupexten (*8) running ? gentoo asterisk-stable 1.2.4/zap1.2.4 with bristuff I've activated it in features.conf (default *8) and also tested other extensions res_features.so is loaded show features says: Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind
2007 Mar 27
1
AOC billing
Hello, is there someone who knows if I can use AOC for billing in Asterisk? I mean: let's say I have an external SIP device that produces AOC data. This device connects me to the telco network. Can Asterisk, if connected via SIP with this device, collect AOC data and put it in the CDR records? If not, which is the right way to use AOC for billing? Thanks a lot Stefano Corsi -- Stefano
2007 Feb 07
4
Billing pulses
Hello, I've discovered that in Italy ISDN lines can be programmed to generate a "billing pulse" every n seconds (it dipends from the pricebook). The pulse has these figures: frequency .................................................................... 12 kHz ? 1% level .......................................................................... 200 mVrms on 200
2003 Nov 01
13
Quick Question
Apologies if there is a cleanly written and searchable FAQ that I could be directed to. I have no problem to RTFM if I can find the FM... Does Asterisk currently operate under RH9? I have IBM Netfinity 4000R servers that do not support X windows under RH8.x and I prefer not to go back to RH7.3... BTW, where would I find a useful FM? David -- David J. Sussman, MBA email:
2006 Feb 24
4
How can I debug spandsp?
Hi, I'm trying to use the spandsp fax-back facility and despite I can send and receive faxes, this is not working fine. I would like to get a debug of what is going on. I am using the flag debug, but I don't know if txfax is generating any log information or where it is saving it. I just don't find anything. My line in extensions.conf is: exten =>
2007 Jan 30
2
Comments on Billing reconcillation with providers
Hi, I just want out find out how to do bill recon's when you send calls to a provider. They send me their CDR's, and when I compare it to my * CDR's, some calls are 1 second off, either way. How in general is it done by others? -- thanks, Yusuf
2006 Mar 15
6
Cisco phones and Linksys SRW224P
I'm having problem powering Cisco phone's (7940 and 7905) on Linksys SRW224P switch (with PoE functionality). I have tested three phone's, one is working (7905) and two aren't (7905 and 7940). I have plugged all three phones on same switch port with same cable! Do I need to change anything in phone configuration? Is there something wrong with Linksys switch? How can I troubleshoot
2006 Feb 13
4
Voicemail - direct call
Hi list! How to send a call directly to voicemail recording? When I put this exten => 313,n,VoiceMail,u221 Or this exten => 313,n,VoiceMail,b221 In my dial plan, calling person first hears greeting message (busy or unviable). I would like to avoid greeting message (I would play something with Playback application). Is it possible? -- Tomislav Parcina tparcina#lama.hr
2006 Feb 14
5
Call centre - * hang's up
When agent tries to transfer a phone call (*2 - att transfer) he hangs up. Why? When a phone call isn't from queue then att transfer works fine. In features conf I have *1 for recording, *2 for att transfer and #1 for blind. In queue blind transfer works. For disconnect I have #0. I guess that * is somewhere defined as for hang-up the call, but where? I can't find it anywhere. Any help
2006 Mar 01
9
MOH native files
Where can I find alaw, ulaw, gsm, g729 formats for native music on hold? I have some mp3 files and I have tried to transcode them to above, but it seams that SOX can't do that. Please, tell me where to download some MOH files (in above formats) or how to transcode mp3? Thank you for your time! -- Tomislav Parcina tparcina#lama.hr
2007 Jan 19
5
mISDN
Hi all, i downloaded and installed mISDN with 2.6.8 kernel, but when i try mISDN-init scan (or config) i get this error: [!!] FATAL: bc not in path, please install. Anyone can help me. Tnx Giordano -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.0/639 - Release Date: 18/01/2007 18.47 -------------- next part
2006 Jan 04
2
Ominiis Asterisk TAPI driver
I have foloved instructions at this web pages http://www.omniis.com/ntsgr/cms/page.asp?688 and now I'm able to call contacts from Outlook. Now I have few questions. When I place a call, my phone rings before * tries to dial out. Is it posible that * first dials out, and when other side picks up, at that moment that my phone rings? Another question, when I recive a phone call, can that
2007 Jan 23
12
How to exit from console?
Hi, all Stupid question, but how do you exit asterisk console without stopping the asterisk? Tried quit and exit: *CLI> exit No such command 'exit' (type 'help' for help) *CLI> quit No such command 'quit' (type 'help' for help) *CLI> Any other ideas? I started asterisk with -cvvvvg option. Same problem if use asterisk -r to connect. Can not exit. Any
2006 Feb 22
2
Cisco 79xx firmware
I have several Cisco 79xx phones (7905, 7920, 7940, 7960, 7970, ATA 186) and I need to buy firmware for them. I have contacted http://www.cdw.com and http://www.insight.com/ but they didn't respond. Can anybody tell me where can I buy SCCP and SIP firmware for my phones? BTW, I'm in Croatia (Hrvatska). I heard that location does matter. P.S. My local Cisco reseller wants to sell me
2006 Mar 07
2
Send One Touch Record to mail
How can I send recordings, that I have recorded with One Touch Record, to e-mail address that is defined in voicemail.conf? Thank you for your ideas. -- Tomislav Parcina tparcina#lama.hr
2007 Jan 28
2
Mabe OT? What managed switch is best for VoIP application?
My Trendnet 26 port managed switch gave up on me so I'm shopping for a new switch. I learned the hard way NOT to trust marketing material from anyone so now I'm asking the list: what am I looking for in a managed, VoIP switch? P.S: For those that don't understand WHY I can't trust marketing material, let me tell you something about the Trendnet switch that's fast becoming