Re: [asterisk-users] graceful restart

2012-08-18 Thread Leandro Dardini
You can see if asterisk has been restarted by checking the number of calls processed. If almost zero, it has been restarted. "core show calls" Leandro 2012/8/19 Jan Blom > Hello, > > ** ** > > Is there a way to detect, via cli or any other way, that Asterisk is in > “graceful shutdown” mo

Re: [asterisk-users] BLF and Call Queues

2012-08-18 Thread Alec Davis
> > > Do you also know why it hasn't been accepted ? Seems like this > > > functionality is asked for on different forums. Wanting > to watch a > > > queue for calls is not that strange. > > > > > > > > > > Not sure why? > > Maybe I didn't promote it enough. > > Maybe my examples aren't simpl

Re: [asterisk-users] TDM Fax

2012-08-18 Thread Lee Howard
On 08/17/2012 04:58 AM, Steve Underwood wrote: On 08/17/2012 06:08 AM, Eric Wieling wrote: Has anyone experimented with increasing the DAHDI chunk size in improve fax reliability? If so, did it help, hurt, or not make any difference? I haven't found issues related to the DAHDI chunk size. Th

Re: [asterisk-users] BLF and Call Queues

2012-08-18 Thread Matthew Jordan
- Original Message - > From: "Alec Davis" > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > > Sent: Saturday, August 18, 2012 6:26:40 PM > Subject: Re: [asterisk-users] BLF and Call Queues > > > > Do you also know why it hasn't been accepted ? Seems like this > > functi

Re: [asterisk-users] BLF and Call Queues

2012-08-18 Thread Alec Davis
Thank you Alec. > > is there also some kind of manual on how I can use this > "patch" ? I don't want to mess up a perfect running system. > If you're asking how to apply this patch? Download patch to your working src directory Example: cd /usr/src/asterisk patch -p0 < download.diff.txt make mak

[asterisk-users] graceful restart

2012-08-18 Thread Jan Blom
Hello, Is there a way to detect, via cli or any other way, that Asterisk is in "graceful shutdown" mode, not accepting any new calls? Or to put the question a different way, how can I know that Asterisk has restarted again after the command "core restart graceful" in an automated way? Best re

Re: [asterisk-users] BLF and Call Queues

2012-08-18 Thread Jonas Kellens
On 18-08-12 12:42, Alec Davis wrote: -Original Message- From: Alec Davis [mailto:siva...@paradise.net.nz] Sent: Saturday, 18 August 2012 10:36 p.m. To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [asterisk-users] BLF and Call Queues I've seen this post. T

Re: [asterisk-users] Extensions DTMF

2012-08-18 Thread Luis H. Forchesatto
I've swapper the fones and the "good" phone stopped working. The "good" device is a Overtek OT-ATA200SP and the "bad" phone device is a Linksys PAP2. 2012/8/18 Luis H. Forchesatto > Hi > > Before I swap the phones, I was wondering if asterisk couldn't be lost > somewhere. I've beem reccomended t

Re: [asterisk-users] Extensions DTMF

2012-08-18 Thread Luis H. Forchesatto
Hi Before I swap the phones, I was wondering if asterisk couldn't be lost somewhere. I've beem reccomended to restart the server or restart the asterisk to fix this issue but I'm not sure if this will solve the issue. 2012/8/15 Danny Nicholas > On my client box that uses OBI110’s, I write the D

Re: [asterisk-users] Make outgoing calls through BroadWorks/BroadSoft SIP gateway from Asterisk

2012-08-18 Thread James Stocks
On 18 Aug 2012, at 09:45, James Stocks wrote: > I've been given a SIP hard phone pre-configured to work with another party's > BroadWorks system. I want to use my Asterisk system to connect to this SIP > service rather than the handset I've been given. I have extracted the > authentication

Re: [asterisk-users] BLF and Call Queues

2012-08-18 Thread Alec Davis
> -Original Message- > From: Alec Davis [mailto:siva...@paradise.net.nz] > Sent: Saturday, 18 August 2012 10:36 p.m. > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: RE: [asterisk-users] BLF and Call Queues > > > > > > I've seen this post. That's why I thoug

Re: [asterisk-users] BLF and Call Queues

2012-08-18 Thread Alec Davis
> > I've seen this post. That's why I thought it was possible. > I'm using 1.8.11 > > What is the difference between this post and asterisk 1.8.11 ? > > The patch hasn't been accepted by the community, thus isn't in asterisk trunk or any asterisk branches. Alec --

[asterisk-users] asterisk tries reinvite when incompatible codecs on call legs

2012-08-18 Thread Frederic Van Espen
Hi, I just ran into what seems to be an issue on re-invites. I'm not sure if it's a bug or as designed, so I thought I'd ask the question. Here's my setup: - Asterisk 1.8.13.0 - Phone A: Polycom ip331, only allowed to use ulaw, canreinvite=yes - Phone B: Polycom ip330, only allowed to use alaw,

[asterisk-users] Make outgoing calls through BroadWorks/BroadSoft SIP gateway from Asterisk

2012-08-18 Thread James Stocks
I've been given a SIP hard phone pre-configured to work with another party's BroadWorks system. I want to use my Asterisk system to connect to this SIP service rather than the handset I've been given. I have extracted the authentication details from the phone and have successfully registered A

Re: [asterisk-users] BLF and Call Queues

2012-08-18 Thread Jonas Kellens
On 18-08-12 03:03, Alec Davis wrote: I'm trying to monitor a Call Queue with BLF-button to see if there are calls inside the call queue. Currently asterisk doesn't support hint's on queues, unless done externally. See my review 'Support a hint on a queue' https://revie