similar to: Can you disable Forward on a Polycom phone?

Displaying 20 results from an estimated 2000 matches similar to: "Can you disable Forward on a Polycom phone?"

2004 Oct 03
2
Hard phones that support ILBC
Aloha, Are there any hard phones that support ILBC? I see lots of soft phones but not Cisco, Polycom etc. Aloha, Matt
2004 May 12
2
Good source for Polycom IP Phones
Aloha, Does anyone have a good source for Polycom SoundPoint? IP 600/500/300 phones? Everyone sells Cisco 79XX. Aloha, Matt
2005 Jan 03
1
Anyone ever get the Polycom Microbrowser XML document?
Aloha, Did anyone ever get the formating manual for the XML brwoser on the Polycom IP600? Does anyone have a sample? Aloha, Matt
2004 Jun 10
4
XML How To for Cisco 7960
Aloha, Has anyone written an XML application for a Ciso 7960 phone running SIP? I can't find any examples anywhere! Anyone know of any resources for this? I have read it can render XML & can get input from the keypad & softkeys. Aloha, Matt
2005 Mar 26
1
Push VLAN to Polycom via DHCP
Has anyone been succesful pushing a VLAN setting to a Polycom phone via DHCP? I can push the boot server via option 66 but that is about it. I have set it for 'fixed' and tried many different option numbers with a couple differnet DHCP servers. SIP firmware 1.3.4 or 1.4.1 doesn't make a difference. Aloha, Matt
2005 May 18
1
Issues with Polycom 1.5.2
>From the Wiki: 'There are aready a few bugs in 1.5.2 but more fixes some good new features' Anyone know where the bugs are being listed? I am working through a few issues: 1. When rebooting, the phone will pause for exactly 180 seconds with the screen reading 'updating initial configuration'. I know it is 180 seconds because when I tail the FTP server log the entries are
2009 May 21
2
Polycom Productivity Suite
Has anyone been able to do the following: 1. Set the phone to automatically record all calls to the USB stick, now you have to press three keys. 2. Put Record on the main screen when a call is active. This would eliminate having to press the 'more' softkey. Thanks, Matt
2012 Jan 04
3
Anyone have a reliable T.38 Solution
Aloha, We are looking to roll a solution that will have the following network layout: ISDN-PRI <--> Asterisk <--> T.38 <--> ATA <--> Fax Does version 1.8 with the Digium fax driver have this capability? I like 1.8 because it is a long term support version. What ATA's are people using? Any working solutions would be great! Aloha, Matt
2003 Jun 09
1
How much to use Dialogic?
Aloha, I have an application to build an eight conference bridge for a Norstar. I would have a converter to turn the digital ports into analog with disconnect supervision. On the digium site I only saw a single port FXO card. I would like to use a higher density FXO card like a D/41 or newer from Dialogic. I noticed in the handbook 2 (draft 3/30/03) that there is a price to use dialogic cards
2003 Jun 10
1
Screenshots of admin GUI
Aloha, Does anyone have any screen shots of the Asterisk admin GUI? I couldn't find any links in the archives or the asterisk web site. -Matt
2004 Jun 02
1
Hot keypad on a Cisco 7960
Aloha, Does anyone know how to have a hot keypad on a Cisco 7960? It allows you to dial on-hook without press the SPEAKER button. Very handy once you get used to it! -Matt
2004 Sep 25
1
Application almost there..Dialplan challenges
Aloha, I have a Cisco Gateway the is functioning as my SIP Gateway to the PSTN. I have an Asterisk box, RC2 with a for port FXS card providing dialtone for a Norstar Key System. I have it working so when you press a line key on the Norstar you get dial tone from the Asterisk box. The user has to dial '9' then they can dial there number which is sent to the Cisco GW via SIP and the call
2012 Feb 28
1
Alphanumeric DTMF !?
Hi list, What possibilities are there in asterisk to send an *alphanumeric DTMF*from/to asterisk !? Regards, Sammy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120228/e62e7890/attachment.htm>
2002 May 09
2
tdb_open_ex
I encountered the following problem, can anyone help me? when i use "nmblookup -B 192.168.1.255 redmaple" on my linux box named redmaple, something like "(tdb(null)): could not open file /usr/local/samba/var/locks/unexpected.tdb. No such file or directory" is output, and the name lookup failes. my samba is 2.2.3a, IP address of redmaple is 192.168.1.5 rgds aloha
2009 Jan 19
1
iscsi of a SAN on a DomU
Hi, i have a debian Etch x86_64 with a xen 3.1 on a kernel 2.6.18-xen. I have some DomU with Debian Etch. I installed open-iscsi, configure /etc/iscsi/iscsid.conf: --- node.active_cnx = 1 node.startup = automatic #node.session.auth.username = dima #node.session.auth.password = aloha node.session.timeo.replacement_timeout = 120 node.session.err_timeo.abort_timeout = 10
2004 Oct 03
1
Where are the $500 24 port FXS gateways?
I heard mention of inexpensice FXS gateways. I only know of Adtran TA 750's. They are way beyond $500. Anyone have any recomendations? Aloha, Matt
2019 Jan 10
2
Can Ping But No Web Interface
Aloha! I am new to tinc and I like to figure out my own issues before asking but I am not sure of my next step here. I am not sure if the problem is the VPN configuration or in my network. I will try to be as through as possible. I have two computers that are CentOS with the latest tinc from their respective repositories. Server A is behind a Sophos XG and Server B is behind a Ubiquiti Edge
2010 Nov 15
4
Best way to connect to a MySQL Database
Is this command the best way to access a MySQL database - MYSQL(Connect connid dhhost dbuser dbpass dbname) ? I thought I heard that using ODBC was a bit more stable. Anyone have any experience? Thanks, Matt
2003 Oct 16
2
Copy from INBOX to INBOX corrupts file
Aloha, again, Timo. Concerning the problem of copying within one folder... I'm still not sure it's not a problem I created myself, but I think it's caused by the use of the buffered IO routines in ostream-file.c ... you use io_add() to schedule write operations for later while simultanously reading new chunks from the very same file. This seems to confuse dovecot and make it write
2011 Jul 11
3
Intransitive DAG
Aloha all, I have an adjacency matrix for an acyclic digraph that contains transitive relations, e.g. (u,v), (v,w), (u,w). I want a DAG with only intransitive relations. Can someone point me to an R function that will take my adjacency matrix and give me back one with only intransitive relations? In the example, I'd like to get rid of (u,w) and keep (u,v) and (v,w). All the best, Tom --