similar to: Grandstream 2010 and blinky lights

Displaying 20 results from an estimated 1000 matches similar to: "Grandstream 2010 and blinky lights"

2008 Dec 15
3
Dedicated Fax Line
Hello folks, I have a 20 channel fractional PRI and I would like to dedicate one of the lines for a Fax service (in and outbound). Is this possible with Asterisk and what conf would I need for that? Thanks, -JE
2009 Jan 21
4
integration with Microsoft CRM?
Hi, How hard is it to integrate asterisk with Microsoft CRM? Thanks for any suggestions, pointers, etc.
2009 Jul 16
5
AGI to announce temperature from weather.com XML file
I would like to have the ability to have Asterisk announce the temperature -- not using TTS -- within the dialplan. For a non-Asterisk project, I have a cron job that periodically pulls down an XML file from weather.com containing local weather data (TWC's user agreement requires that data be cached locally). Using sed, I also create a text file that contains only the numeric value of the
2008 Nov 23
14
CDR Design
I've taken the liberty of starting a new thread to discuss the design of the Asterisk CDR mechanism. The discussion has been kindly initiated by murf putting together a proposal: http://svn.digium.com/svn/asterisk/team/murf/RFCs. After reading the proposal I still don't think it's the right way to go. To my mind adding more channel variables increases the complexity in a situation
2009 Jun 27
2
using http to provision a Grandstrea GXP2000 phone
I have a GXP2010 phone, the one with 18 blinky lights ;) I currently provision the phone by writing out the conf file, encoding it and sending it to the tftp server. I was wondering if anyone had managed to automate the web side of provisioning ? TIA Julian ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security
2008 Nov 12
3
Grandstream and pickup
Man, I really feel stupid, but after banging my head on a brick wall for several hours ... I need help! I've gotten the BLF to work on my shiny new GXP2010. The GXP is exten 5707, and I've got an xlite on 5608. When I make a call from an outside line, I dial SIP/5608. The little blinky light on the GXP that's monitoring 5608 goes, well, "blink blink". :) I then press
2009 Jun 25
1
hotdesk and voicemail
We have several types of phones, cisco 7940/7960 aastra 55i/9113i/ grandstream gxp2010 I want to be able to implement hotdesking where an agent will logon to any phone. I got all of that working, without having to reboot phones, but then hit a brick wall. Voicemail. I still want each phone to use the BLF for voicemail indication, and to use the "voicemail button" to dial
2008 Dec 01
2
[SPAM] - Re: CDR Design - Email found in subject
Hi murf, Speaking as someone who designs and builds billing platforms, this is very exciting. One little thing I have most problems with is the good old fax detection. I know that NVFaxDetect et al do actually answer the call and, therefore, get flagged as ANSWERED in the CDR. But, if the call never gets answered after the initial detection - then, to my customer, it is a missed (NO ANSWER)
2009 Jul 16
0
AGI to announce temperature from weather.com XMLfile
I have just the thing in PHP. Drop me a personal e-mail and I'll whiz it over. Andrew Thomas Technical Services Manager andy at datavox.co.uk DataVox Ltd Saddleworth Business Centre Huddersfield Road Delph, Oldham OL3 5DF -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Trevor Hammonds
2003 Jul 19
2
I don't find "fuzzy matching"
hello. I'm a student that work on R.(version 1.7.0) I need to some data frames such as "possum","Beams"'"kiwishade","dolphins",... . I typed help.search("possum") and so on,but the response was "No help files found with alias or title matching 'possum' using fuzzy matching.". I dont know what is "fuzzy matching"
2010 Sep 16
2
Realtime semi-colon
Hi list, Does anyone know how to send * a semi-colon from a realtime database. I know that * uses the semi-colon as a 'seperator' - but I need to be able to use one in a command. I know I can use \; in the non-realtime configs, but this doesn't work in realtime. Cheers, Andrew Thomas Technical Services Manager DataVox Ltd Saddleworth Business Centre Huddersfield Road Delph, Oldham
2004 Apr 23
1
Domain Admin Group privaleges
Using Samba 3.0.2 (specifically the samba-3.0.2-7.FC1 Fedora package) with LDAP as a passdb backend I'm encountering problems with Domain Groups. I have come across various postings, some to this list, with people that are experiencing similar problems. However I have not found any information as to the cause/solution. The problem is as follows. I have the following group configurations in
2009 Mar 04
2
Druid 2.0 released from the Druid Open Source Unified Communications Project
Dear Asterisk users, We would like to announce that Druid, Open Source Unified Communications project has just made a major release: Druid 2.0. It is out!It has a ton of new features and a highly improved interface. Asterisk stability has also been greatly improved. For more info http://forums.voiceroute.org/showthread.php?t=837 Some of the key features - Improved Web GUI, faster and smoother -
2012 Jan 03
1
Problem w/ PC port on Polycom 335
Hi all, I've got a batch of Polycom 335's that I'm trying to get setup. The phone works fine, but when I plug a PC into the PC port on the back, the PC can't get to the Internet. I've turned off all of the VLAN configuration. I've never had this problem before, so I'm at a loss as to how to proceed. Usually, it just works... Any ideas? -- Take care and
2012 Aug 23
1
GotoIf redirection to label not working correctly
I run a hotdesking system based on the example from Asterisk: The Definitive Guide. Calls come into the [hotdesk] context, which verifies the phone has a logged in user and sends the call to users,${EXTEN},1 if there is a user logged in. The [users] context then includes several other contexts for internal/external call handling, as follows: [users] include => internal include =>
2012 Aug 20
1
Asterisk 11 queue calls - emulate Dial(b) functionality
I currently run an Asterisk 10 system with hotdesking functionality set up. Several of the users have worked with a system in the past that supported BLF on their IP phones, and would like their current phones to behave in a similar fashion. Right now I have a really kludgy system that mostly works, but doesn't consistently trigger the cleanup macro to "clear" the device state on
2017 Apr 21
2
asterisk name in mysql
hi. currently i am running the phonebook in astdb with *database put cidname 0123456789 "name_surname"* and i retrive it with *exten =>9876543210,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})})* Now, my system has mysql and i got all my contacts in there in a database is called *asterisk *and a table called *addressbook**. *password of the mysql is *whateverpasswd* how do i
2009 Dec 15
2
member (In use)
Hello list. We just upgraded to 1.6.1.11. We are using real time information stored on mysql databases. That is all running fine. Now, since we upgraded, some member don't get calls from queues. In CLI: "queue show" shows something like: 611 (Local/611 at agents) with penalty 20 (realtime) (*In use*) has taken no calls yet We use the extension 611 in different computers, in the
2009 Nov 15
4
Changing labels on Phones
We have several types of phones, Cisco 79xx, Aastra 9133i etc. We have a "hotdesk" type system where anyone can log on to an extension - however what I would love to do is relabel the phone with the current "owner" when this logon happens. I know that I can change the sip.conf and phones tftp file, however this is a big problem with the Cisco's as they take *forever* (ok,
2009 Mar 12
8
UK ISDN-30 and ANI
Has anyone in the UK got ANI to work on an inbound call ? Using asterisk 1.4 trunk and zaptel 1.4 trunk, with a Euro-ISDN 30 Julian ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email