Displaying 20 results from an estimated 900 matches similar to: "Re: Polycom and call waiting again..."
2004 Jul 13
0
WARNING: Deprecated incominglimit and outgoinglimit
For those that don't read every line of source code here's something I found out today...
--------
Deprecated incominglimit and outgoinglimit
Incominglimit = number of calls the local extension can originate to Asterisk.
Outgoinglimit = number of calls Asterisk will terminate to local extension.
End of Life for these commands announced**, please use setgroup and checkgroup, that will
2007 May 23
0
SIP.CONF: incominglimit and outgoinglimit
Hi all,
I have some peers configured in SIP.CONF file with parameters
incominglimit and outgoinglimit set up to 10. By doing that, I expect
that this peer will not be allowed to handle more than 10 incoming calls
and 10 outgoing calls at the same time.
However, since I upgraded to Asterisk 1.2.17, I started to face a
problem. Sometimes, calls to those peers are not connected. When I check
the
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 May 09
1
*** Asterisk sunday news: Read the sample configs, Luke!
* Read the config sample files! (even if you're an Asterisk guru)
-----------------------------------------------------------------
For those of you that have a working installation that you keep using, this is a
reminder to check into the configs/ directory of the Asterisk source tree, regardless
if you downloaded a tar ball or from CVS.
As we add or change features in Asterisk, the sample
2004 Jul 29
1
Limit // incoming calls to Queue Agents
Hello,
Since outgoinglimit is EOL'd, I've implemented SetGroup/GetGroupCount to
ensure that SIP clients will only have a single call at any time. Works
perfectly for simple calls using Dial().
I'm now struggling to find a way to similarily limit 2nd calls to SIP clients
that are Agents, who receive their calls from a Queue(). Is there any way to
accomplish this (without writing
2005 Oct 18
2
SV: Queues and call waiting indication
Hi,
This issue has been discussed probably a million times on every asterisk forum in the world and I have the same problem too. Another problem you would have with the agents is that when they make an outgoing call they are not regarded as "busy" by asterisk and it sends more calls to the agent if it has call waiting enabled.
This behaviour is totally senseless since the whole purouse
2005 Oct 18
1
Queues and call waiting indication
Hi,
I'm running 1.2 beta1 in a mini call center.
I have 3 queues with 10 operators, and I'm running into some trouble because when all the operators are busy answering call asterisk still sends them more, resulting in a "beep beep" (call waiting) over and over again in Xlite audio.
An easy solution woud be the use of a "single line" user agent, like firefly, still
2005 Jan 06
1
Re: Asterisk-Users Digest, Vol 6, Issue 73
Hi John, Kevin, Tor and Wiley (and everyone else) -
>> I guess the phone just doesn't register as busy when there is only one
>> call on a line. It has to have two calls on a line appearance to
>> register as busy. Has anyone figured out how to disable this hold
>> feature and just have the second call go to the second line, the third
>> call to the third line,
2004 Aug 11
1
limit incoming calls to sip extens
Hi all,
I've been using the following method to limit calls to sip clients to 1:
exten => 200,1,SetGroup(200)
exten => 200,2,CheckGroup(1)
exten => 200,3,Dial(SIP/200)
exten => 200,103,Busy
This works fine for a single extension.
However, I also need to dial groups of sip clients. It appears that SetGroup can only be used once per channel.
This (useless) example would not
2004 Apr 20
3
Limiting incoming SIP calls & Original CallerID on transfer
I have 2 issues which I need to resolve on our production Asterisk
server:
We are currently using Polycom IP600 VOIP phones for our office which
are capable of handling 2 calls per SIP registration. What we're finding
is when staff are on the phone, Asterisk will pass them a second call
which will show up on their display, and an audible beep is heard over
the phone (regular call waiting). I
2005 Mar 14
2
Has anybody experience with SetGroup / CheckGroup commands?
I am checking on the SetGroup / CheckGroup commands, but I have some
troubles to undestand the examples.
SetGroup(moh) can be moh anything as I like? Usually moh stands for
"music on hold"
CheckGroup(1) checks if somebody in in group "moh". Does it mean I can
only have one SetGroup(xxx) ??
When I look at example 2 than I see two SetGroup commands and one
CheckGroup
2005 Jan 24
1
SetGroup and CheckGroup problems
I have a rather long dial plan, but it includes support for call waiting.
However, the setgroup checkgroup commands don't seem to be working. Can
anyone help on this one?
Excerpts are below. First exten-vm is dialed and then dial-new.
As I understand, priority 1 increments the active channels for the caller
and then in "dial-new" priority 8 increments for Arg3, or the Callee
2005 Oct 18
2
SV: SV: Queues and call waiting indication
My suggestion would be the one-line eyeBeam phone under development. Check out support.xten.com.
//Jan
-----Ursprungligt meddelande-----
Fr?n: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] F?r afoc@interconnessioni.it
Skickat: den 18 oktober 2005 14:48
Till: Asterisk Users Mailing List - Non-Commercial Discussion
?mne: Re: SV: [Asterisk-Users] Queues
2004 Dec 14
3
sip_buddies mysql table
Not being an asterisk expert, but having been around
the block once or twice when it comes to data and the
like, I have made some observations based on the examples
given on voip-info.org Sip configs.
it appears there is an adjustment to be made in
the sip_buddies example table:
>>> name
Although set to 30 characters, I don't see where it is
limited in the text file. In theory,
2004 Oct 01
1
Agent Login Problems
See comments below.
Henry Devito wrote:
> Here's the problem. When I call 555 to login, it asks for the agent
ID
> which I enter as 501, it asks for the password which I enter as 1234,
> then it asks for the extension I dial 501 It then says that extension
is
> not valid. What am I missing? Of course 501 is valid I can make and
> take calls from it now.
>
>
>
2005 Feb 04
0
Re: Can't get Polycom auto-answer to work (Solved)
>> So I guess the problem is in my config for the phone? Or maybe
>> asterisk
>> has to send "alert-info" more than just once? Does anybody have this
>> auto-answer config working reliably on a Polycom phone?
>>
>> Thanks!
>> Noah
>
> Noah,
>
> Please see my Polycom config files at
> http://www.kriscompanies.com/modules.php?
2005 Feb 23
0
IAX Trunking capacity enforcement
Hello,
I am trying to come up with a good way to enforce a limit on the number
of simultaneous calls that can occupy an IAX trunk at any given time. I
have searched around and so far can't locate a config option that would
directly label a IAX trunk with a specific number to obey (is there
one?).
Based on examples for the SetGroup and CheckGroup commands, I am
thinking of using SetGroup
2004 Aug 31
2
limit the length of extensions
How do I limit the length of an extension? In my test IVR/Automated
Attendant (whatever it's called), at the beginning it plays "if you know
your parties 3 digit extension, you may enter it now) and then it gives
a list of options. If the caller puts the 3 digit extension, it goes
through fine, if they press 1, or 2 it goes to the selected menu option,
but if they dial 91235551212 it
2005 Jan 04
0
Does congestion exit on a different priority?
Customer is having problems with his internet connection, I have in my
context:
[jimballboutiques]
.
exten => 1235690251,1,SetGroup(customer)
exten => 1235690251,2,CheckGroup(3)
exten => 1235690251,3,Dial(SIP/jimball,20,r)
exten => 1235690251,4,VoiceMail(u1235690251@jimballboutiques)
exten => 1235690251,103,VoiceMail(u1235690251@jimballboutiques)
.
Now I've had it
2003 Nov 17
2
Hunt groups and SIP?
I would like to setup a hunt group, not a group ring, using sip phones.
Anyone done this with sip devices? Comments suggestions?
I have not had much luck with the outgoinglimit=1, incominglimit=1
stuff that I would need to get busy extinctions to work right, which is
why I'm asking on the list.