Displaying 20 results from an estimated 900 matches similar to: "Caller in meetme room quiet (low level?)"
2005 Jan 07
2
Ringing an extension on multiple phones
I am using Cisco 7960 phones and have had a request to have the
receptionist phone ring on multiple phones just in case she is not around.
Call pickup is the theory here but the issue is that not all the people
that need to hear the ring would here the receptionist phone ring so I
think I need to have a second line appearance on the phones in question
so that line will ring.
Can this be done
2005 Feb 11
3
Polycom IP 3000 configuration
I am trying to add a Polycom IP 3000 to our Asterisk system and am not
getting anywhere.
h323.conf
[8908]
type=friend
host=192.168.104.25
secret=polycom
context=crv-default
callerid="Conference Room Polycom"
extensions.conf
exten => 8908,1,Dial(h323/polycom,20,Ttr) ; Polycom
exten => 8908,2,Hangup
I have tried setting the Asterisk system as both gatekeeper
2005 May 25
0
Port 6057 blocked on firewall
When using Xten's Eyebeam software I am noticing that I get a blocked
port 5067 on my firewall. The source port obviously varies but the 6057
seems to be consistent.
I have done some looking and can find any reference to what may be
happening here. I am guessing I need to modify some packet filters but
I would like to make sure I understand this so I can open the right port
ranges.
--
2005 Aug 22
1
IAX2 with g729 ATA Device
I am trying to find an ATA that will provice IAX2 and g729. I have not
had much luck, I am hoping someone here might have some ideas.
--
Scott Henderson
============================================================================
Finite Technologies Incorporated
3763 Image Drive, Anchorage, Alaska 99504
Phone: 907.339.8085 ext 6101, Fax: 907.333.4482
http://www.finite-tech.com
2005 Jan 06
2
Message light on 7960 or in this case no message light
I have just finished setting up a new asterisk system which is basically
the same as our first system. We are using 7960 phones and I used the
phone config files the first installation with appropriate changes.
The problem is that on the new system I get no message lights, I can't
figure this out. One thing I do notice is that when I monitor the sip
debug on the second system the sip
2005 Jan 06
2
Multiple lines on Cisco 7960
I have been trying to get multiple lines on the 7960 to work for several
days. i have read all the posts I can find and have run multiple "sip
debug" and have gotten no place on this.
Here are the relevant section of the config files:
sip.conf
[scott]
type=friend
host=dynamic
username=scott
secret=scott
context=default
mailbox=6101
callerid=Scott Henderson
[scott1]
type=friend
2004 Oct 05
2
Long pause between menus
I have set up an auto attendant and all is working but I am bothered by
a long pause when switching between menus. This pause is between 5 and
7 seconds and is quite annoying.
Is there anyway to address this.
One other thing I find interesting is that when I move from the main
menu to the sub menu the delay is there but when I move from the sub
menu to the main menu the delay is not there.
2004 Oct 05
4
Long distance provider with access number and auth code
I need to be able to dial a long distance provider that uses an access
number and an auth code. I would like to be able to program this so
that the user can dial 8 and then the long distance number, asterisk
will hopefully do everything in the middle.
The sequence to accessing the provider is on my traditional phone speed
dial as:
* Dial local access number
* Wait 5 seconds
* Dial the auth
2004 Oct 04
1
Cisco 7960G w/ SIP not working properly
I have Asterisk version 1.0-RC1 running on Debian Woody.
I have 1 analog phone working, 2 inbound lines working, X-Lite is working.
The problem that I am having is with Cisco 7960 with SIP version 7.2
software. I can make outbound calls and they work fine, I even get a
notice that I have voice mail on the phone and it seems to register
properly but I can seem to dial to the phone.
2005 Jan 08
2
Connecting Phone To Asterisk
Here is the discovery that I have made.
* I can Ping my phone w/o any problems.
* Near as I can tell, I have set up the phone correctly in sip.conf
* When I set up sip debug and/or sip debug ip and I reboot my phone, I
do not see any activity from the server from my phone.
Username Secret Accountcode Def.Context ACL NAT
1202 <password>
2005 Jan 07
3
Connecting Sip phone to asterisk.
I am having a major dillema here, I have been trying to get my sip phone (hard phone) to communicate with the asterisk server. Below is my configuration:
sip.conf
[1201]
type=friend
username=1201
secret=<password>
mailbox=1201
host=dynamic
[1202]
type=friend
username=1202
secret=<password>
mailbox=1202
host=dynamic
extensions.conf
exten => 1201,1,Dial(SIP/1201,9,rt)
exten =>
2005 May 26
5
SIP Soft Video phone for Asterisk usage
I am looking for a SIP Soft Video phone, which I can use with Asterisk.
If you have one installed (regardless if free or purchased) please tell
me which one, the settings in Asterisk and your experience with it.
bye
Ronald
2008 Jan 09
0
formating ftable
Hi all,
I am using ftable and xtabs to get total counts of species per location per hight category (understory, midstory and overstory). i can save the data in almost the format i would like it to be - but not quite. Here it is an example of what i get:
x - is a dataframe with the following columns: LocationID, Species, PercentCover, Category
where Category tells if the Species belongs to
2008 Jan 10
0
formatting ftable
Hi all, I am using ftable and xtabs to get total counts of species per location per hight category (understory, midstory and overstory). i can save the data in almost the format i would like it to be - but not quite. Here it is an example of what i get: x - is a dataframe with the following columns: LocationID, Species, PercentCover, Categorywhere Category tells if the Species belongs to
2009 Mar 13
1
TZInfo included in Rails 2.2.2 vs. version on RubyForge
I downloaded version 0.3.12 of TZInfo from [1], and observed that it
has a very robust set of timezones including, for example, ''America/
Anchorage'':
irb(main):001:0> require ''rubygems''
=> false
irb(main):002:0> require ''tzinfo''
=> true
irb(main):003:0> TZInfo::Timezone.get(''America/Anchorage'')
=>
2005 Jan 03
2
Two brief questions concerning sapply. Can anyone please help?!
To anyone who can help:
I have two brief questions concerning sapply. Following below is the
code for my example. The two problems are described at the end of the
code:
site <- rep(2:6, each = 12)
tillage <- rep(c(1,-1), each = 6, times = 5)
carbon <- c(18.23, 16.06, 17.81, 16.07, 17.26, 17.08,
14.92, 15.88, 12.11, 14.23, 16.99, 13.57,
20.34, 20.3,
2006 Jun 13
2
ANN: Alaska.rb - Polar bears, igloos and sled dogs... oh my!
Is anyone else here from Alaska interested in a ruby users group to meet in
Anchorage once a month? It might be a long shot but I thought i''d put the
possibility of such a group out there if others are interested.
If so, we''ll coordinate some times that work.
Benjamin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Nov 22
1
Appending Excel File Data in different folders into Single Dataframe
Hi all
I have about 10 folders in my directory i.e Folder 1 – Folder 10. Each
Folder has a single excel file containing data with the following
attributes “State”,”lat”,”lon”, “address” i.e
State Lat Lon Address
Anchorage 45.87576 -12.567 Starbucks, Van dyke road, 33456,
USA
I would like to write a script in R that
2002 Jul 18
3
Error Trying to Join Win2k to Samba 2.2.5 Domain
I've got 2.2.5 running on a test server (RH Linux 6.2), and I'm trying to
get a Win2k box to join the domain, but I'm getting the following errors:
(at log level 3)
[2002/07/18 12:26:25, 2] passdb/pdb_smbpasswd.c:startsmbfilepwent(170)
startsmbfilepwent_internal: unable to open file /etc/smbpasswd.
Error was Permission denied
[2002/07/18 12:26:25, 0]
2008 Oct 31
1
replace() error: new columns would leave holes after existing columns
Hello, I have a problem with using replace() to convert a vector of dates
from yyyy-mm-dd to julian date.
For example, I type
replace(x,2004-05-14,134)
and I receive an error:
Error in `[<-.data.frame`(`*tmp*`, list, value = 134) :
new columns would leave holes after existing columns
If I can successfully convert, I have a script that will convert all of
the dates in