[asterisk-users] Help getting info from caller

2010-01-02 Thread Landy Landy
Hello. Happy New Year to everyone. I have a small WISP and would like to have customers to call our number to check their balance. I am planning on writing an AGI with php so it can get the customer info from the customer database. I don't know how to interact with the caller while in the agi

Re: [asterisk-users] Help getting info from caller

2010-01-02 Thread Landy Landy
--- On Sat, 1/2/10, Landy Landy landysacco...@yahoo.com wrote: From: Landy Landy landysacco...@yahoo.com Subject: [asterisk-users] Help getting info from caller To: asterisk-users@lists.digium.com Date: Saturday, January 2, 2010, 9:01 AM Hello. Happy New Year to everyone. I have a small

Re: [asterisk-users] Help getting info from caller

2010-01-02 Thread Marc Charbonneau
Can I use: exten = 33,n,Set(ACCOUNT=waitexten()) ??? No. Something like exten = 33,n,Read(ACCOUNT,,10) See http://www.voip-info.org/wiki/view/Asterisk+cmd+Read hth and happy new year to everyone ___ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Daily Thousands of files in recording calls in Device mode

2010-01-02 Thread Lenz Emilitri
If I can give a suggestion, do save the files to a different folder per day/queue or it will get unmanageable at warp speed :) l. 2009/12/31 Yuval Yogev yuva...@yahoo.com I installed an Elastix based system and changed it to work in Device-Mode since there is a call center and users has to

Re: [asterisk-users] Help getting info from caller

2010-01-02 Thread Steve Totaro
On Sat, Jan 2, 2010 at 9:01 AM, Landy Landy landysacco...@yahoo.com wrote: Hello. Happy New Year to everyone. I have a small WISP and would like to have customers to call our number to check their balance. I am planning on writing an AGI with php so it can get the customer info from the

Re: [asterisk-users] Help getting info from caller

2010-01-02 Thread Steve Totaro
On Sat, Jan 2, 2010 at 11:45 AM, Steve Totaro stot...@totarotechnologies.com wrote: On Sat, Jan 2, 2010 at 9:01 AM, Landy Landy landysacco...@yahoo.comwrote: Hello. Happy New Year to everyone. I have a small WISP and would like to have customers to call our number to check their balance.

Re: [asterisk-users] Random crashes on Bridgeaction

2010-01-02 Thread Markus Weiler
Could anybody give me a hint how to investigate that problem? cheers Markus Am 31.12.2009 18:17, schrieb Markus Weiler: Sorry wrong topic... Hi, I'm issuing a Bridgeaction through the manager interface. One Person is called, when answered second one is called first gets MoH. After the

Re: [asterisk-users] Random crashes on Bridgeaction

2010-01-02 Thread Steve Totaro
Did you open a bug report? On Sat, Jan 2, 2010 at 12:37 PM, Markus Weiler markus_wei...@mailworks.orgwrote: Could anybody give me a hint how to investigate that problem? cheers Markus Am 31.12.2009 18:17, schrieb Markus Weiler: Sorry wrong topic... Hi, I'm issuing a Bridgeaction

Re: [asterisk-users] verifying correct loading of VPMADT032

2010-01-02 Thread F6HQZ
Hi, It seems that you perharps have an IRQ sharing issue or a motherboard or its BIOS incompatibility. Check again by desabling APIC/ACPI features. You can do that by editing the file /boot/grub/grub.conf. Add acpi=off noapic quiet at the end of the line starting with kernel, and reboot the

Re: [asterisk-users] Help getting info from caller

2010-01-02 Thread Steve Edwards
On Sat, 2 Jan 2010, Landy Landy wrote: I have a small WISP and would like to have customers to call our number to check their balance. I am planning on writing an AGI with php so it can get the customer info from the customer database. I don't know how to interact with the caller while in

Re: [asterisk-users] Daily Thousands of files in recording calls in Device mode

2010-01-02 Thread Yuval Yogev
Dear Tzafrir, There are about a few hundreds of calls every day, so we get a few thousands of files (corrupted files ..) Please instruct me what to do in order to pass you such a trace . Thanks in advance Yuval - Date: Thu, 31 Dec

[asterisk-users] Grandstream GXW-4004

2010-01-02 Thread hin lee
I am consider replacing my TDM card for a FXS gateway. Anyone has any issues with the Grandstream GXW-4004 on Asterisk? I would like some feedback before I spend the $$ this device. http://www.voip-info.org/wiki/view/Grandstream+GXW-4004 Thanks!

Re: [asterisk-users] Grandstream GXW-4004

2010-01-02 Thread Lyle Giese
hin lee wrote: I am consider replacing my TDM card for a FXS gateway. Anyone has any issues with the Grandstream GXW-4004 on Asterisk? I would like some feedback before I spend the $$ this device. http://www.voip-info.org/wiki/view/Grandstream+GXW-4004 Thanks!

Re: [asterisk-users] Grandstream GXW-4004

2010-01-02 Thread Ivan Stepaniuk
hin lee wrote: I am consider replacing my TDM card for a FXS gateway. Anyone has any issues with the Grandstream GXW-4004 on Asterisk? I would like some feedback before I spend the $$ this device. It is difficult to be objective, I did not have any problem with asterisk compatibility

Re: [asterisk-users] Grandstream GXW-4004

2010-01-02 Thread hin lee
yes, fxs for my fax machines. From: Lyle Giese l...@lcrcomputer.net To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Sat, January 2, 2010 3:29:13 PM Subject: Re: [asterisk-users] Grandstream GXW-4004 hin lee

Re: [asterisk-users] Grandstream GXW-4004

2010-01-02 Thread Jonathan Thurman
On Sat, Jan 2, 2010 at 4:27 PM, hin lee hi...@yahoo.com wrote: yes, fxs for my fax machines. I don't have any experience with the 4004, but I do with the GXW-4024. I purchased one for a Fax gateway, tested fine, had it in production for two days and ordered an AudioCodes MP-124 to replace it

Re: [asterisk-users] Help getting info from caller

2010-01-02 Thread Landy Landy
I was able to test the script, here is what I have: [CODE] #!/usr/bin/php -q ?php //ini_set(include_path, .:../:./includes:../include:/var/lib/asterisk/agi-bin/includes); //include( ./includes/optimum_config.php ); $CONF['host'] = 'server'; $CONF['user'] = '';

Re: [asterisk-users] verifying correct loading of VPMADT032

2010-01-02 Thread Greg Woods
On Sat, 2010-01-02 at 20:25 +0100, F6HQZ wrote: cat /proc/interrupts Search the Digium cards drivers and look if several interfaces are using the same IRQ number. If yes, you risk issues and data losses What can I do if there is a sharing going on? Looks like my TDM card is sharing it's IRQ

Re: [asterisk-users] verifying correct loading of VPMADT032

2010-01-02 Thread Allann Jones
Modify the IRQ used by device on BIOS. Rearrange IRQs until the IRQ is used only by the card or it is shared with a unused device. Some device drivers can have IRQ hard-coded on source code. Em 03/01/2010, às 01:18, Greg Woods g...@gregandeva.net escreveu: On Sat, 2010-01-02 at 20:25