Displaying 20 results from an estimated 4000 matches similar to: "Call Waiting curiosity..."
2003 Oct 29
3
call waiting beep
Is there anyway to turn off the call waiting beep in the grandstream and/or
cisco ata186?
I have a dial statement in my extensions.conf that rings 5 phones at the
same time by combining them with the & in the dial statement.
i.e.) exten =>
blah,blah,Dial(SIP/GS1&SIP/GS2&SIP/GS3&SIP/ata186a&SIP/ata186b,25,t)
If one of those lines is being used, then the user gets a really
2005 Jan 27
1
ChanIsAvail not working
I'm testing ChanIsAvail context and it is not working for me.
exten => 55,1,ChanIsAvail(SIP/11&SIP/21)
exten => 55,2,Cut(theChannel=AVAILCHAN,,1)
exten => 55,3,Dial(${theChannel},r)
exten => 55,4,Hangup
exten => 55,102,Goto(s,4)
It is not dialing SIP/21 when I'm talking on SIP/11, it execute
Hangup instruction instruction.
According to notes:
The channels are checked
2005 Oct 05
4
dropped calls when g729 is used on sip leg
Hello - I have 8 polycom 501s all setup great using ulaw. We have put
them through a pretty rigorous torture over the last 4 months, and
they've performed famously. No dropped calls ever.
We invested in some g729 licenses. changed my ipmid.cfg so that g729 is
priority 1 and ulaw is priority 2. I added allow=g729 to my extension's
sip.conf entry, where existed before disallow=all
2005 Jan 02
1
Call Queue Question
Hi,
I've been fussing with this for a while now - and cannot seem to get
it to work correctly - or rather as I desire it..
I'm trying to implement a 'find-me' feature in my voicemail.
Basically - pressing 1 at the voicemail puts the caller into a queue.
The members of the queue are my cell phone and my work DID.. I need
the queue to call both numbers at the same time and wait
2006 Mar 30
1
Disable polycom call waiting?
How do you disable call waiting on Polycom IP601 phones?
I've looked through the user and admin guides and can't see anything about
disabling it.
-Dan
2006 Mar 27
2
Call Waiting Issues
I have two call waiting problems.
I have a POTS line into and FXO port
and telephones on an FXS port
1) I can't seem to use the flash button(on the phone) to answer a call
waiting call.
I see the callerid coming though and here the call waiting tone,
but I just can't seem to answer it. The flash button seems to have no
effect.
I have:
callwaiting=yes in zapata.conf
2010 Aug 23
2
outbound SIP trunk hunting (or any fxo for that matter)
On Aug 7, 2007 'Mojo' wrote:
Nicholas Blasgen wrote:
> I've got 4 SIP phone lines with a call-limit of 2 for each. I've
> written a handy macro to allow my users to dial a phone number and the
> macro will figure out the next available line to use by first checking
> if the GROUP() is over 2 and then checking to see if ChanIsAvail() as a
> backup, and if it
2006 Jun 10
1
record until silence, playback, repeat
I want to have something for the kids to play with which just records
until silence is detected, plays back what was recorded, then repeats.
They are having fun with Echo() at the moment :)
I have mocked something up with:
exten => *93,1,Answer
exten => *93,n,Record(/tmp/echo:alaw|1)
exten => *93,n,Playback(/tmp/echo)
exten => *93,n,Goto(2)
But it has the shortcomings that a beep is
2005 Jan 25
5
Polycom and call waiting again..
I searched and read all the relevant posts, but I still don't have a
solution to my problem..
I've got a small queue for tech support calls using AddQueueMember. The
agents are using IP300's from polycom.
In my example, only one agent is logged int.
When a call comes into the queue, asterisk sends the call to the one agent
logged in. The agent answers and is talking to the
2004 Apr 28
3
Beeps clicks and volume problems
I still have problems with beeps and clicks on all my calls. I have
polycom sip phones. I also can hear the beeps and clicks on some of my
messages, which would lead me to believe that it is more of a decoding
problem on the zaptel card. Any ideas?
Thanks
Sean Garland
2006 May 28
1
Analogue phone w/ TDM400
Hi,
I'm running * 1.2.7.1 on Red Hay 9.0 w/ a TDM 400 2 x FXS, 1 x FXO.
I'm using a VTech cordless that makes three short beeps when someone
another extension is picked up, presumably this lets you know if
someone is trying to listen in..
Everything works, except the VTech now makes the three beeps everytime
you try to use it, even if another extension is in use. It seems as
though the
2005 Jan 28
4
Call Waiting Audio Prompt
Hi all,
Hopefully you can help me.
I want to turn off the audio "Call Waiting" beep that plays during a call.
I have found the line in the indications.conf for Call Waiting but apart from setting the frequency to zero or the length to zero is there a proper way to disable this functionality.
thanks very much
alex
This email and any attached files are confidential and
2003 Oct 13
1
AGI solution to Grandstream BT102 call waiting problem
I'm trying to fix a problem with the GrandStream Budgetone 102. I've been reading the source code, mailing lists and other resources. Here's the scenario and the approach I have been pursuing. I'm having some problems with the AGI calls and I hope someone can give me some clarification.
PSTN <---> T1,PRI * <---> Grandstream BT 102 (12)
2012 Oct 01
9
How to remove the call waiting tone without disabling callwaiting?
Hi,
The call waiting tone is very annoying (you hear nothing while it plays
the beep). I need callwaiting because of the queues (the phone has to
ring as soon as you hangup) but I want to remove the beep on my dahdi
channels, how can I do?
Thanks,
Niccol?
--
http://www.linuxsystems.it
2005 Jan 13
1
sporadic beeps spa3k-*
freebsd quite current
ports tree 1.01 asterisk
spa3k at 2.0.11(GWg)
for calls in from the pstn side of an spa3k to asterisk, i get
sporadic short beeps. they are not related to sip re-reg time,
which is all that has occurred to me so far.
calls in from the fxs side of the spa3k and out through nufone
do not exhibit the beeps. calls from the fxs side of the spa3k
out the fxo side do have the
2009 May 30
5
Understanding Call Handling In Asterisk
Hi,
I am a newbie to Asterisk; need help understanding three-way conferencing &
call-transfer features implemented over standard extensions i.e. on a
TDM800P card (4 FXO + 4FXS)
In Asterisk I have observed that if an extension is already participating in
an active call (e.g. Ext A & Ext B communicating):
1. An incoming call to one of these active extensions would be presented
with
2010 Aug 25
3
System beeps in kernel 2.6.18-194
So, just today I noticed a problem with kernel 2.6.18-194 (CentOS 5.5) on several Intel DP965LT systems; the system beeps (such as terminal beeps) are no longer passed through to the external speakers. This is a problem because in our situation the boxes are distant from their monitor/keyboard, the system speaker on this motherboard is extremely weak, and there are no system speaker header pins
2005 Jan 24
6
Damn DTMF Beeps on my calls
Can someone give me a clue as to why I keep hearing DTMF type beeps on my
phone calls. It sounds exactly like someone on the other end is pushing a
key on their phone but they are not!
Has anyone ever heard of this before? It use to happen once in a while,
today it's been happening a LOT and it's driving me batty..
--
Start Your Own ISP!
http://www.YourOwnISP.com
2006 Feb 14
4
ChanIsAvail
Hi,
So I've done my research on Chanisavail, read the wiki, checked the
archive but can't seem to find anything to suit my scenario. I've
played around with it a lot, but I'm still scratching my head on what
I need to do.
What I need is to be able to accept a call by SIP and ring all
telephones that are not in use (which just so happen to be on Zap
interfaces, but might be SIP
2004 Dec 01
1
IAX long distance... Re: Asterisk for home office
On Wed, 1 Dec 2004 12:37:13 -0800 (PST), Ben Kirkpatrick wrote:
> Do you find it difficult to manage four LD providers?
> Can you show me part of your LD Macro and how it's used?
>
> I'm toying with two LD providers now, but don't have failover setup.
>Just using each one for what they are best at (least cost).
>
>Thanks,
>--Ben Kirkpatrick
>
>
Not