[asterisk-users] AMI extenstion state

2008-06-28 Thread Gopal krishnan
Hi, I would like to get the status of asterisk extension with my php program. *My program as follows,* html !--meta http-equiv=refresh content=1 /-- ?php $fp = fsockopen(xxx.xxx.xxx.xxx, 5038, $errno, $errstr, 30); if (!$fp) { echo $errstr ($errno)br /\n; } else { $out = Action:

[asterisk-users] Palyback and CDR records

2008-06-28 Thread michael_t Gazeta.pl
Hello all! I have a problem when I try to playback soundfile using Playback or Background in extensions.conf CDR is recording call as ANSWERED even if it's not, and record time from beginning of Playback. Is it a bug or do i do something wrong? exten = _078.,1,Set(CHANNEL(language)=pl) exten =

Re: [asterisk-users] Debug dropped calls

2008-06-28 Thread Doug Lytle
asterisk wrote: My users are experiencing dropped calls while using our Asterisk system. [zaptel] span=1,0,0,esf,b8zs At least one of your spans should be getting it's timing from your service provider. It looks like that would be span one, this should read: span=1,1,0,esf,b8zs

[asterisk-users] Asterisk as an IVR

2008-06-28 Thread research
Hi List I have build an IVR on Asterisk from 1.2 to now 1.4.18 and has already processed more than 10million calls! I have one big challenge which is reporting... it is the requirement to have a web reporting module which should the following info based on selected time frame - Number of calls

Re: [asterisk-users] Asterisk as an IVR

2008-06-28 Thread Anselm Martin Hoffmeister
Am Samstag, den 28.06.2008, 08:15 -0500 schrieb [EMAIL PROTECTED]: Hi List I have build an IVR on Asterisk from 1.2 to now 1.4.18 and has already processed more than 10million calls! I have one big challenge which is reporting... it is the requirement to have a web reporting module which

Re: [asterisk-users] Asterisk as an IVR

2008-06-28 Thread Tzafrir Cohen
On Sat, Jun 28, 2008 at 03:37:56PM +0200, Anselm Martin Hoffmeister wrote: Am Samstag, den 28.06.2008, 08:15 -0500 schrieb [EMAIL PROTECTED]: Hi List I have build an IVR on Asterisk from 1.2 to now 1.4.18 and has already processed more than 10million calls! I have one big challenge

Re: [asterisk-users] measuring network quality in the field

2008-06-28 Thread Tzafrir Cohen
On Fri, Jun 27, 2008 at 05:03:01PM -0400, Simon P. Ditner wrote: What open source tools are people using to quantitatively measure how well QoS/traffic shaping is performing out in the field, and what call quality people are experiencing in terms of jitter and packet loss? Maybe ntop? --

Re: [asterisk-users] measuring network quality in the field

2008-06-28 Thread Steve Totaro
On Sat, Jun 28, 2008 at 10:11 AM, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Fri, Jun 27, 2008 at 05:03:01PM -0400, Simon P. Ditner wrote: What open source tools are people using to quantitatively measure how well QoS/traffic shaping is performing out in the field, and what call quality people

Re: [asterisk-users] measuring network quality in the field

2008-06-28 Thread Tzafrir Cohen
On Sat, Jun 28, 2008 at 11:25:44AM -0400, Steve Totaro wrote: On Sat, Jun 28, 2008 at 10:11 AM, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Fri, Jun 27, 2008 at 05:03:01PM -0400, Simon P. Ditner wrote: What open source tools are people using to quantitatively measure how well QoS/traffic

Re: [asterisk-users] measuring network quality in the field

2008-06-28 Thread Steve Totaro
On Sat, Jun 28, 2008 at 12:06 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Sat, Jun 28, 2008 at 11:25:44AM -0400, Steve Totaro wrote: On Sat, Jun 28, 2008 at 10:11 AM, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Fri, Jun 27, 2008 at 05:03:01PM -0400, Simon P. Ditner wrote: What open source

Re: [asterisk-users] measuring network quality in the field

2008-06-28 Thread Raúl Gómez C.
Stanford University has a great resource of Internet/Network monitoring at http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html and http://www.slac.stanford.edu/comp/net/wan-mon/tutorial.html Maybe you can find something like you are looking for... On Sun, Jun 29, 2008 at 11:46 AM, Steve

Re: [asterisk-users] measuring network quality in the field

2008-06-28 Thread Tzafrir Cohen
On Sat, Jun 28, 2008 at 12:16:53PM -0400, Steve Totaro wrote: On Sat, Jun 28, 2008 at 12:06 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Sat, Jun 28, 2008 at 11:25:44AM -0400, Steve Totaro wrote: On Sat, Jun 28, 2008 at 10:11 AM, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Fri, Jun 27,

[asterisk-users] OT: Re: measuring network quality in the field

2008-06-28 Thread Philipp Kempgen
Steve Totaro schrieb: I always enjoy how you snip my posts. Snipping parts of your posts is necessary anyway because your mail client does not automatically remove signatures. :-) I always enjoy how Tzafrir leaves out everything which is not needed in the reply and I encourage more people to

Re: [asterisk-users] Asterisk as an IVR

2008-06-28 Thread research
Thanks Anselm Its true that is a lot of calls but i have a separate mysql database on different server (HP DL580G5 with 16cores). what am currently doing is capturing the information right after selection and insert that record into mySql. [macro-capture-input] ; ; ; Macro that feeds data

Re: [asterisk-users] Palyback and CDR records

2008-06-28 Thread Marcin J. Kowalczyk
michael_t Gazeta.pl pisze: Hello all! I have a problem when I try to playback soundfile using Playback or Background in extensions.conf CDR is recording call as ANSWERED even if it's not, and record time from beginning of Playback. Is it a bug or do i do something wrong? exten =

Re: [asterisk-users] Palyback and CDR records

2008-06-28 Thread Mark Michelson
michael_t Gazeta.pl wrote: Hello all! I have a problem when I try to playback soundfile using Playback or Background in extensions.conf CDR is recording call as ANSWERED even if it's not, and record time from beginning of Playback. Is it a bug or do i do something wrong? exten =