similar to: Hints

Displaying 20 results from an estimated 4000 matches similar to: "Hints"

2009 Feb 12
1
Problem with parking
Hi, I'm having problem with call parking. When I park call, either via transfer to xten or park digit sequence from features.conf, I hear the parking lot number read to me and the user gets transferred. However, MOH stops for the caller the moment user is transferred. The user can be retrieved by dialing the parked extension and voice resumes. If the parked user hangs up, the channel state
2007 Apr 03
1
Hints not working using SVN-branch-1.4-r59289
Group I'm having trouble getting hints to work correctly using SVN-branch-1.4-r59289 I have hints working on several other systems but I must be missing something this time around. VoIPGW*CLI> show hints -= Registered Asterisk Dial Plan Hints =- 30@default : State:Unavailable Watchers 3 29@default :
2009 Sep 27
1
MeetMe Hints
I've got hints setup for my MeetMe conferences like so: exten => _60X,hint,MeetMe:${EXTEN} and they show up in "core show hints" like so 600 at dialtone : MeetMe:600 State:Unavailable Watchers 1 _60X at dialtone : MeetMe:${EXTEN} State:Unavailable Watchers 0 I'm wondering why they're Unavailable instead of
2010 Jan 26
1
Asterisk 1.2.37 + BLF + ParkedCalls + SPA962
Greetings all. First off, thank you for your time on this. I have spent literally 12 hours searching every forum and article I can find, and I'm going cross-eyed, so I need to bother everyone with this. I am running * 1.2.37, and I am trying to get the hints working, so I can turn one of my SPA962's LED's red when someone parks a call. I have used Button #3 on my SPA962 to
2010 Dec 22
0
Asterisk 1.8.1.1 Multiple Parking Lots
Asterisk Version: 1.8.1.1 Problem: Multiple Parking Lots Issue: Not redirecting to the right parking lot. Always uses the first parking lot from "parkedcalls show" or "features show" Asterisk Working Version: 1.6.1 Steps Taken: In features.conf added: [parkinglot_test] context => parkedcalls-test parkext => 700 parkpos => 701-710 parkingtime => 120 findslot
2007 Jan 16
2
Polycom IP601 - some hints working, not others?
Are all of the sip phones in the same context? > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Robert Jenkins > Sent: Tuesday, January 16, 2007 1:44 PM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: [asterisk-users] Polycom IP601 - some hints working,
2013 Oct 14
1
parking - why doesn't this work?
I'm trying to implement parking with only one button to park and unpark a call. Scenario: Call is answered, I press the button (on a Cisco SPA504) to park the call, it comes to [from-office] context where the call is parked successfully (there is no parking lot number announcement though). To unpark, I press the same button, it comes to [from-office] context, and the call is picked
2009 Sep 07
2
All hints say Hold
Today is a strange day. My asterisk server is suddenly saying that all extensions are on hold. All my hints are like this: -= Registered Asterisk Dial Plan Hints =- 4101 at hints : SIP/4101 State:Hold Watchers 0 4100 at hints : SIP/4100 State:Hold Watchers 0 4002 at hints
2011 Apr 16
4
Jabber / GTalk / hints
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Are hints not yet implemented in res_jabber? I have this here: exten => 3000,hint,gtalk/gtalk_account/mari.xxxxxxx at gmail.com But the hint doesn't show any difference. It always shows online on the phone and core show hints always shows that: 6003 at internal : SCCP/6003 State:Unavailable Watchers 0 6002 at internal :
2005 Sep 04
1
hints and polycom IP 300 phones
Hi all, I've just updated to current CVS, and have 2 polycom IP phones, one is a IP600 and the other is a IP300. The IP600 shows the status of the IP300 and a ZAP line quite nicely, but the IP300 won't show the status of the IP600.... Is there any additional debug apart from "show hints" to see why this might not be working ?? -= Registered Asterisk Dial Plan Hints =-
2007 Jul 05
1
Need Help in Asterisk BLF/Presence/Hints
Hi all, I am working on asterisk 1.2.18 zaptel 1.2.17 Polycom 650 polycom 430 SIP version 2.0.3.0131 for IP 650 SIP version for IP430 2.0.3.0127 freepbx 2.2.1 I am trying to configure BLF using asterisk but failed. I would be thankfull if somebody help me. Regards FArooq ********************************************** 1 ********************************************** in my
2009 Aug 27
3
Sticky Park
My company for various reasons has asked that I come up with a way to have previously parked calls be re-parked in the same parking slot. I have looked at setting up asterisk so that the receptionist chooses which slot to place a call, but I think there is an easier way. That is when I came up with the idea of "Sticky Park". Here is how it would work. A call would come in and
2007 Jul 03
1
Configuring BLF or Asterisk presence/Hints feature
Hi all, I am working on asterisk 1.2.18 zaptel 1.2.17 Polycom 650 polycom 430 SIP version 2.0.3.0131 for IP 650 SIP version for IP430 2.0.3.0127 freepbx 2.2.1 I am trying to configure BLF using asterisk but failed. I would be thankfull if somebody help me. Regards FArooq ********************************************** 1 ********************************************** in my
2011 Apr 12
0
No subject
Polycom Phones (updated for 3.2.X firmware with asterisk 1.6.1 Jan/2010) With SIP 3.2.X firmware (available on the Polycom download site) and Asterisk 1.6.1, Polycom phones now support a full featured BLF showing statuses of Ringing, Inuse and Online and one touch directed call pickup. On the asterisk side all that needs to be done is to add a hint to the extension and enable directed pickup.
2011 Jun 14
1
Polycom BLF
Struggling with an IP650 and 7 IP335s this morning. I have the following hints defined (courtesy of FreePBX 2.9): extensions_additional.conf:exten => 300,hint,SIP/300 extensions_additional.conf:exten => 301,hint,SIP/301 extensions_additional.conf:exten => 302,hint,SIP/302 extensions_additional.conf:exten => 303,hint,SIP/303 extensions_additional.conf:exten => 304,hint,SIP/304
2010 Jul 06
1
1.6.2: Using hints on multiple parking lots
Hi, How do I specify to which parking lot the hints refer to? For exemple, on 1.4 I use this to see whether a call is parked in 800: exten => 800,hint,park:800 at parkedcalls But on 1.6 I have multiple parking lots working apparently sucessfully. How do I build the hint for parkinglot1 and parkingloit2 so that my phone , which is subscribing to 800, only see parkinglot1 and
2012 Aug 20
1
Asterisk 11 - BLF on Custom devices
In testing Asterisk 11, I've found that Asterisk doesn't seem to be sending BLF updates to SIP peers that have subscribed to a hint looking at a Custom device if that Custom device state is RINGING or RING_INUSE. All other states seem to be working correctly. The hint section of the dialplan is: [hints] exten => _3XX,hint,Custom:${EXTEN} Console shows the following for core show
2006 Mar 14
1
Bug Help or Suggestion - Grandstream GXP2000 (firmware 1.0.2.8) - BLF, Hints, call-limit
Version - Asterisk SVN-trunk-r12793M (1.2.4) I have 4 Grandstream GXP 2000 phones configured. However at the moment, I have had to disable BLF, Hints, and Call Limiting due to an extremely annoying bug which seems to make the phones channels "lock" in busy after a call has been hungup. If I do a show hints after say extension 200 has hung up I get the following -= Registered
2007 Jan 15
0
Parked calls with Asterisk 1.4.0
Hi List. We have a small issue with making parked calls work with the new Asterisk 1.4. I have an impression that this used to work with 1.2, so its either I'm doing something wrong, or a regression. I hope its not the latter and you can tell me what I'm doing wrong. The setup is an Asterisk with sip users in mysql realtime and dialplan in mysql static (mostly - some stuff is built-in).
2007 Mar 27
5
Park & No Announce?
We're using Grandstream GXP-2000 with programmed buttons to the first 5 parking lot extensions. When a call is parked, whichever parking lot extension it's parked on lights up red. We've never used the "announce" part and I'm wondering if there's an option I can't seem to find to disable the announce so the transfer happens faster. Thanks for any help, Ken