Displaying 20 results from an estimated 2000 matches similar to: "Meaning of core show hint output"
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 :
2006 Feb 24
1
Polycom IP 601 Buddy Watch doesn't work after Asterisk reload
Hi,
I configured Buddy Watch function on my Polycom IP 601. It works well, until I make a reload of Asterisk. After reload, if I give the "show hints" command in Asterisk's CLI, it says that there are no watcher for the extensions that I configured.
Before the reload in the CLI appears:
-= Registered Asterisk Dial Plan Hints =-
3002 : SIP/3002 State:
2011 May 25
2
asterisk hint SIP presence
Hello List,
Asterisk CLI command "core show hints" gives the list of hint extension configured and its presence status.
In command output there is a field called "watchers" and it contains a numeric value of number of subscriptions' registered for that particular extension.
So, is there any CLI command to check who the watchers for an extension are?
Regards,
Rajib
Rajib
2014 Dec 30
1
asterisk-users Digest, Vol 125, Issue 33
Hi,
(please excuse me for lack of proper jargon usage and the vagueness of
description...)
i use Asterisk 11.12.1, (well... as included in FreePBX),
.
.
.
The softphones are mostly on machines without proper sound hardware (no
mics, no speakers/headsets); This is partly because the workforce is quite
conservative in what they want to use :) meaning handsets are important;
As the handsets have
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
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,
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
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
2004 Apr 29
1
Asterisk integration with Meridian 1 Option 11 / ISDN30
Greetings to one and all on this fine list;
We have the current system:
Meridian 1 Option 11
+-------------------+
| |
ISDN/30 (DASS/2) ===> |NTAK79BB (2MB Pri) |
| |<-->4x16 port Digital / 1x16
port Analogue
ISDN/30 (EUROIDSN) ===> |NTBK50AA (2MB Pri)
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 :
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
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
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 Jan 17
9
using "find" when you have 2 has_many relations
An Account has_many Websites which in turn has_many WebsiteDomains
Now I can of course do this:
@domains = Account.find(1).websites.find(1).website_domains.find(:all)
To get all the domains for Account with id 1 and Website with id 1.
I would like to do something like this though:
@domains =
Account.find(1).websites.find(:all).website_domains.find(:all)
IE, get ALL domains for all websites in
2006 Mar 01
4
[Fwd: [PATCH] Allow generic autocompleter (Ajax.Watcher)]
Patch to allow generic Ajax.Autocompleter-style textbox watchers.
Forwarded for "[Rails-spinoffs] Delayed input posting"
-Rob
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Oct 15
0
Could not find the association
Hey peeps,
I have the following models:
class Profile < ActiveRecord::Base
has_many :tracks, :through => :watcher
has_many :watchers
end
class Watcher < ActiveRecord::Base
belongs_to :profile
belongs_to :watchable, :polymorphic => true
end
class Track < ActiveRecord::Base
has_many :watchers, :as => :watchable, :dependent => :destroy
has_many :profiles, :through
2010 Mar 04
4
Permissions problem
What am I doing wrong here? I need to be able to write to /var/cvs.
This used to work before I moved these groups into an LDAP directory
instead of /etc/group:
[scarolan at watcher:/var/cvs]$ touch test.txt
touch: cannot touch `test.txt': Permission denied
[scarolan at watcher:/var/cvs]$ ls -ld
drwxrwsr-x 4 cvs cvsgrp 4096 May 18 2008 .
[scarolan at watcher:/var/cvs]$ id scarolan
2012 Oct 09
2
Asterisk sends wrong fxs 'Idle' hints
Hi,
I have a problem with asterisk 10.8, hints and fxs dahdi phones: if a
remote peer and an fxs phone gets connected and the remote peer hangsup,
then asterisk sends the "Idle" state to notify the watcher before you
hangup the fxs phone! Such a way if the user forgets to hangup the fxs
phone (which is a cordless for example) then the operators will keep
sending calls to him
2005 Oct 06
2
SIP Dialler
Hi,
Any of you have any experience with SIP softphone dialler that capable
of local recording? (recording to files in harddrive)
So far I only know eyeBeam and Express talk. eyebeam fine but there
are known error with recording. Express talk recording looks ok, but
sometime it doesn't have incoming voice with *.
Cheers
Benni-