[asterisk-users] Senddtmf inside a macro

2011-01-29 Thread CDR
Is it my imagination of the application senddtmf does not work inside a macro? Should I open a bug case or this is by design, and if so, what are the grounds for that decision? I called myself and no matter what I do, I cannot hear the tones, but if I place them inside the D(XXX) option of the dial

Re: [asterisk-users] Reducing number of Asterisk processes?

2011-01-29 Thread Gilles
On Sat, 29 Jan 2011 11:29:02 -0500, "William Stillwell" wrote: >My asterisk runs with the -f option. > >ps aux | grep ast >root 5475 0.0 0.0 61256 748 pts/0S+ 11:28 0:00 grep ast >root 25937 0.0 0.0 65956 616 pts/1SJan27 0:00 /bin/sh >/usr/sbin/safe_asterisk >r

Re: [asterisk-users] Determine When Call Is Picked Up In Queue

2011-01-29 Thread Jim Dickenson
You might be able to use a macro on the dial command (option M) which gets run when the remote end answers. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Jan 29, 2011, at 10:30 AM, Joseph Begumisa wrote: > Hi, > > I have a situation where a call comes in to my aste

[asterisk-users] Determine When Call Is Picked Up In Queue

2011-01-29 Thread Joseph Begumisa
Hi, I have a situation where a call comes in to my asterisk server, goes through an IVR and is then handed off to another asterisk server where it enters a queue waiting for an agent to answer the call. (I do not control the second asterisk server). Is there a way for me to know when the call is

Re: [asterisk-users] Reducing number of Asterisk processes?

2011-01-29 Thread William Stillwell
> -Original Message- > From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- > boun...@lists.digium.com] On Behalf Of Gilles > Sent: Saturday, January 29, 2011 11:20 AM > To: asterisk-users@lists.digium.com > Subject: Re: [asterisk-users] Reducing number of Asterisk proces

Re: [asterisk-users] Reducing number of Asterisk processes?

2011-01-29 Thread Gilles
On Sat, 29 Jan 2011 19:11:35 +0330, Pezhman Lali wrote: >it's the default setting of asterisk.conf, your config is not complete. >-f in the ps output, shows your asterisk have been run in fork mode, disable >it. Thanks for the tip. I looked around in /etc/asterisk, but found no info about the num

Re: [asterisk-users] Reducing number of Asterisk processes?

2011-01-29 Thread Pezhman Lali
Dear it's the default setting of asterisk.conf, your config is not complete. -f in the ps output, shows your asterisk have been run in fork mode, disable it. [directories](!) ; remove the (!) to enable this astetcdir => /etc/asterisk astmoddir => /usr/lib/asterisk/modules astvarlibdir => /var/lib/

Re: [asterisk-users] Reducing number of Asterisk processes?

2011-01-29 Thread Gilles
On Sat, 29 Jan 2011 15:47:53 +0330, Pezhman Lali wrote: >check your /etc/asterisk/asterisk.conf and post it here Here goes: root:/var/tmp> cat /etc/asterisk/asterisk.conf [directories] astetcdir => /etc/asterisk astmoddir => /usr/lib/asterisk/modules astvarlibdir => /var/lib/asterisk astagidir

Re: [asterisk-users] Reducing number of Asterisk processes?

2011-01-29 Thread Pezhman Lali
check your /etc/asterisk/asterisk.conf and post it here best On Sat, Jan 29, 2011 at 2:22 PM, Gilles wrote: > Hello > > On a uClinux-based appliance, "ps aux" shows multiple Asterisk > processes: > > 380 root 11990 S asterisk -f > 381 root 11990 S asterisk -f > 383 root 1

Re: [asterisk-users] Can a duration limit be specified in spool call file?

2011-01-29 Thread DHAVAL INDRODIYA
hi, what about this *WaitTime: * Seconds to wait for an answer. Default is 45 http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out try out this regards Dhaval On Sat, Jan 29, 2011 at 6:19 AM, Tilghman Lesher wrote: > On Friday 28 January 2011 18:27:15 Bruce B wrote: > > Hi Everyone, > >

[asterisk-users] Reducing number of Asterisk processes?

2011-01-29 Thread Gilles
Hello On a uClinux-based appliance, "ps aux" shows multiple Asterisk processes: 380 root 11990 S asterisk -f 381 root 11990 S asterisk -f 383 root 11990 S asterisk -f 384 root 11990 S asterisk -f 385 root 11990 S asterisk -f 386 root 11990 S a