similar to: Dial groups, groups of phones, multiple line keys

Displaying 20 results from an estimated 5000 matches similar to: "Dial groups, groups of phones, multiple line keys"

2005 Jul 28
0
How do you dial an alternate line on busy with several multi-line phones?
Situation: Dialplan requires several phones be rung on an incoming call, some of which have multiple line presentations. If Line 1 on a phone is busy, Line 2 should be rung instead. Problem: Normal Dial() syntax only rings ALL extensions which we do not want since we only want the second line on a given phone to ring if the lower number line is busy. More Detailed example: 3 phones with 2
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)
2006 May 04
0
SetGroup and CheckGroup. Need some help on the dialplan
>From this list I found that I could use SetGroup and CheckGroup to do what I wanted. But I'm not quite sure how I do it. The case is that I have 3 user groups, and one main group. The main group is for all the incoming calls from external phones. The main group should be allowed to have 3 calls at the time. The 3 user groups are internal groups that I want to limit by ony having one
2006 Mar 11
4
Polycom - directory dial
This is not an Asterisk specific question but doesn't anyone know if you can automatically prepend a 9 on the call lists so clients can return dial without having to repunch in the number? If you go to directories now it just shows the number without a 9 (obviously). Maybe on the Asterisk side?? Bill -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 24
0
Re: IP-500 config
Hi Noah - > I got everything to load via ftp. The phone appears to correctly boot > from the config files. I also put the latest firmware there and the > phone sucessfully loaded it. > > For some reason, the phone and * don't see each other. This is the > part > that confuses me. Any clues as to why the phone won't register? It's not often I get to
2003 Dec 30
0
Re: +AFs-Asterisk-Users+AF0- RE: +AFs-Asterisk-Users+AF0- Multi-line, multi-registration phones
Here is an example of a couple of macros that help me where I have a SOHO with a home phone line and a work phone line. If I pick up line 2 my work line I would prefer the call I make to go out my office phone line same with if I pick up line 1 my home phone line I would prefer it go out my home line but want it to roll if needed. So with this little macro it is possible for that to happen.
2004 Jun 23
1
Problem with incominglimit and outgoinglimit
Hi, I seem to have a problem with chanisavail and the call limits on sip phones(incoming and outgoing) The problem seems to be that chanisavail when trying create to create channels and hanging them up afterwards screw up the current usage limit on the phones. Example with chanisavail: Phone A calls voicemail (usage now 1) Phone B tries to call Phone A and uses ChanIsAvail in the dialplan.
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
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 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 Sep 26
0
CheckGroup accross multiple servers
I'm running multiple asterisk servers and need to use the CheckGroup function (and other group functions) across multiple servers Ex: - there are 5 channels in group test on server 1 - there are 8 channels in group test on server 2 I would need a checkgroup to return me 13. Any way to currently do this ? What would be the best way to implement this if not ? Store group setting in shared
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
2004 Aug 20
1
Testing a channel's status
Hello, I'd like to be able to see if a channel is use and handle the call differently if it is. The best I can find is the command ChanIsAvail(). The problem is, I have an snom200 phone which does call waiting, so even if it is engaged in a call, a second channel is still available on it. I would like to be able to differentiate between these two cases: no calls engages, or calls
2006 Mar 31
4
How to check if a phone / line is used?
In the past I used SetGroup and CheckGroup to figure out if my allowed providers lines are all used or not. Since most of my provider have given me a single line anyway, I wonder if there is a way to check if this (provider) line is taken already. How can I do that? Same is with the phone. How can I see in CLI if a phone is now in use or not? "Sip show peers" shows me just if it is
2005 Jan 10
0
AGI EXEC trouble
Hi, I have a big problem with EXEC in AGI scripts: I do, for example, "EXEC Dial SIP/phone1", Asterisk says -- AGI Script Executing Application: (dial) Options: (sip/phone1) Jan 10 14:33:20 WARNING[10567]: chan_sip.c:1389 create_addr: No such host: phone1 Jan 10 14:33:20 NOTICE[10567]: app_dial.c:743 dial_exec: Unable to create channel of type 'sip' I do "EXEC
2006 Apr 19
2
clearing "stuck" channels without a restart
192.168.1.107 199 6bd3fb49505 00102/00000 ulaw No Tx: ACK 192.168.0.100 110 5c5a4953-65 00101/00005 ulaw Yes Rx: ACK Those channels are stuck talking to each other. The phones are disconnected yet that connection remains. I can clear w/ a restart obviously, but is there any way to tear down a call like that from the CLI? Bill -------------- next
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,
2005 Aug 31
2
detecting extensions in use
Hi all, We've got a department that has 5 phones using a * 1.0.9 box. They need to have an extension that rings all 5 phones at the same time. Getting all of the phones to ring isn't a problem, but they are running into a problem with the phones ringing in their ears when they are already on a call. Example: Caller one calls the queue, all of the phones rings, and employee one
2004 Jun 25
1
Howto: Use setgroup, checkgroup to check incoming and outgoing client limits
Hi there, I was wondering how I can use setgroup and checkgroup for perfom incoming and outgoing limitation checks. I've have some users that doesn't what to be able to recieve more than 1 call at a time, and I also want to limit a users outgoing call abilities. Any help would be greatly appreciated. Kind regards Cf --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus
2004 Jun 28
1
SetGroup and CheckGroup
Does anyone know if SetGroup and CheckGroup apply to only current context or is it per server based? Ta SJ