Displaying 20 results from an estimated 32 matches for "11120".
Did you mean:
1120
Can call in but cannot call out (CHANUNAVAIL): TE410 + Asterisk 1.4.13 + Zaptel 1.4.6 + Libpri 1.4.2
2008 Feb 29
1
Can call in but cannot call out (CHANUNAVAIL): TE410 + Asterisk 1.4.13 + Zaptel 1.4.6 + Libpri 1.4.2
...e, I am using:
. TE410
. Asterisk 1.4.13
. Zaptel 1.4.6
. Libpri 1.4.2
1) I put the following into extensions.conf to get to the outside line
exten => 0,1,Dial(Zap/1)
2) When I hit '0' on the phone, it came back like this on the console:
[Feb 29 18:15:40] WARNING[7146]: chan_zap.c:11120 process_zap: Ignoring
rxwink
== Parsing '/etc/asterisk/users.conf': Found
-- Executing [0 at default:1] Dial("SIP/5166-b7b0caa0", "Zap/1") in new
stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called 1CLI>
-- Zap/1-1 is proceeding passing i...
2007 Oct 21
3
WARNING: chan_zap.c process_zap: Ignoring signalling
...ones
usecallerid=yes
hidecallerid=no
immediate=no
signalling=fxs_ks
echocancel=yes
channel => 1
ubuntu*CLI> reload chan_zap.so
-- Reloading module 'chan_zap.so' (Zapata Telephony)
== Parsing '/etc/asterisk/zapata.conf': Found
[Oct 21 16:22:37] WARNING[8240]: chan_zap.c:11120 process_zap:
Ignoring signalling
-- Reconfigured channel 1, FXS Kewlstart signalling
== Parsing '/etc/asterisk/users.conf': Found
ubuntu*CLI>
Any idea? Should I just ignore this warning?
Thank you.
2008 Jun 20
1
World Ocean Database files
...es?
(I know there are simple Fortran and C programs to read these files, but
the output is not suitable for easy analysis)
Thanks, Franz
_____________________________________________________
Dr. Franz J. Mueter
School of Fisheries and Ocean Sciences, Juneau Center
University of Alaska Fairbanks
11120 Glacier Highway
Juneau, Alaska 99801-8677
2007 Oct 12
1
Addition operation based on specific columns and rows of two data frames
...eration to end up with in the
X.df data frame
X.df$Counts <- c(0,2,0,0,1,0,1,0.5,0,0,0,2,0,1,0,0)
X.df
# Any help or ideas would be greatly appreciated
# Thanks in advance
# Luke Neraas
# lukasneraas.r@gmail.com
# University of Alaska Fairbanks
# School of Fisheries and Ocean Sciences
# 11120 Glacier Highway
# UAF Fisheries Division
# Juneau, AK 99801
[[alternative HTML version deleted]]
2016 Apr 27
1
error.crosses
...00 7.17 7.17 0.00 NaN
NaN
Supplier* 3 6 NaN NA NA NaN NA Inf -Inf -Inf NA
NA
se
CQN 2.33
Price 0.00
Supplier* NA
M. Keith Cox, PhD
Assistant Professor of Biology
Natural Sciences
Coordinator
Alaska Native Science and Engineering Program (ANSEP)
11120 Glacier Hwy
Juneau, Alaska 99801
Office: Anderson Building
Phone: 907 957-4606
web: www.ansep.net
[[alternative HTML version deleted]]
2007 Sep 21
1
Help create a loopto conduct multiple pairwise operations
...# I will be conducting pair wise comparisons for up to 50 different data
frames so I need the code to be
# as flexible as possible
Any help would be greatly appreciated.
Thanks in advance
Luke Neraas
lukasneraas.r@gmail.com
University of Alaska Fairbanks
School of Fisheries and Ocean Sciences
11120 Glacier Highway
UAF Fisheries Division
Juneau, AK 99801
[[alternative HTML version deleted]]
2016 Mar 22
2
Samba43 Kerberos issues
...psrv] (samba)
11114 - S 0:00.19 samba: task[cldapd] (samba)
11115 - I 0:00.44 samba: task[kdc] (samba)
11116 - S 0:01.07 samba: task[dreplsrv] (samba)
11117 - I 0:00.00 samba: task[winbindd_parent] (samba)
11118 - S 0:00.00 samba: task[ntp_signd] (samba)
11120 - I 0:00.43 samba: task[kccsrv] (samba)
11121 - S 0:00.04 samba: task[dnsupdate] (samba)
11122 - S 0:00.01 samba: task[dns] (samba)
As you can see task[kdc] (samba) is not running on DC1, I'm pretty sure this is something to do with my issues, but not sure how to fix...
2011 Dec 15
1
dsync panic
...delete undelete expunge copy mailbox_delete
mailbox_rename
mail_log_fields = uid box msgid size
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
postmaster_address = postmaster at hrz.uni-giessen.de
quota_full_tempfail = yes
sendmail_path = /usr/lib/sendmail
service auth {
client_limit = 11120
}
service imap-login {
process_min_avail = 16
service_count = 0
vsz_limit = 640 M
}
service imap {
process_limit = 4096
vsz_limit = 1 G
}
ssl_cert = </etc/ssl/imap_hrz.crt
ssl_key = </etc/ssl/imap_hrz.key
syslog_facility = local0
userdb {
driver = passwd
}
version_ignore = y...
2007 Oct 02
1
Trouble obtaining results from a loop
...(P.genotype.sample[,9]==j & P.genotype.sample[,10]==j)
}
true.result
# Any suggestions or help on how to make this loop work would be greatly
appreciated.
# Thanks in advance
Luke Neraas
lukasneraas.r@gmail.com
University of Alaska Fairbanks
School of Fisheries and Ocean Sciences
11120 Glacier Highway
UAF Fisheries Division
Juneau, AK 99801
[[alternative HTML version deleted]]
2007 Sep 26
1
Paste a matrix column in pairwise fashion with other columns?
...o in a larger data
set
# and I was wondering if there was a more clever way to do this and still
# come up with the same result.
# Any help would be greatly appreciated
# Thanks in advance
Luke Neraas
lukasneraas.r@gmail.com
University of Alaska Fairbanks
School of Fisheries and Ocean Sciences
11120 Glacier Highway
UAF Fisheries Division
Juneau, AK 99801
[[alternative HTML version deleted]]
2007 Sep 27
2
create data frame(s) from a list with different numbers of rows
...many small data
frames??
# or perhaps make each of the list elements the same length and create one
large data frame??
# any help or ideas would be greatly appreciated
# thanks in advance
Luke Neraas
lukasneraas.r@gmail.com
University of Alaska Fairbanks
School of Fisheries and Ocean Sciences
11120 Glacier Highway
UAF Fisheries Division
Juneau, AK 99801
[[alternative HTML version deleted]]
2016 Jun 21
2
Samba43 Kerberos problems
...psrv] (samba)
11114 - S 0:00.19 samba: task[cldapd] (samba)
11115 - I 0:00.44 samba: task[kdc] (samba)
11116 - S 0:01.07 samba: task[dreplsrv] (samba)
11117 - I 0:00.00 samba: task[winbindd_parent] (samba)
11118 - S 0:00.00 samba: task[ntp_signd] (samba)
11120 - I 0:00.43 samba: task[kccsrv] (samba)
11121 - S 0:00.04 samba: task[dnsupdate] (samba)
11122 - S 0:00.01 samba: task[dns] (samba)
As you can see task[kdc] (samba) is not running on DC1, I'm pretty sure
this is something to do with my issues, but not sure how to fi...
2007 Oct 19
1
(no subject)
...NA 2
NA NA
# 16 4 4 NA NA NA NA
NA NA
# Any help or ideas would be greatly appreciated
# Thanks in advance
# Luke Neraas
# lukasneraas.r@gmail.com
# University of Alaska Fairbanks
# School of Fisheries and Ocean Sciences
# 11120 Glacier Highway
# UAF Fisheries Division
# Juneau, AK 99801
[[alternative HTML version deleted]]
2007 Sep 19
0
Create a loop to conduct multiple pairwise binary operations Retry
...X,Y, and Z data frames.
# I will be conducting pair wise comparisons for up to 50 different data
frames so I need the code to be
# as flexible as possible
Any help would be greatly appreciated.
Thanks in advance
Luke Neraas
University of Alaska Fairbanks
School of Fisheries and Ocean Sciences
11120 Glacier Highway
UAF Fisheries Division
Juneau, AK 99801
[[alternative HTML version deleted]]
2007 Oct 19
1
conduct pairwise column comparisons without comparing a column to itself
...NA
# 16 4 4 NA NA
NA NA NA NA
# Any help or ideas would be greatly appreciated
# Thanks in advance
# Luke Neraas
# lukasneraas.r@gmail.com
# University of Alaska Fairbanks
# School of Fisheries and Ocean Sciences
# 11120 Glacier Highway
# UAF Fisheries Division
# Juneau, AK 99801
[[alternative HTML version deleted]]
2011 Dec 07
1
lazy_expunge plugin and folder subscription trouble
...mail_log_fields = uid box msgid size
quota = fs:Home-Verzeichnis:noenforcing
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
zlib_save = gz
zlib_save_level = 3
}
protocols = imap pop3 lmtp sieve
quota_full_tempfail = yes
sendmail_path = /usr/lib/sendmail
service auth {
client_limit = 11120
}
service imap-login {
process_min_avail = 16
service_count = 0
vsz_limit = 640 M
}
service imap {
process_limit = 4096
vsz_limit = 1 G
}
ssl_cert = </etc/ssl/horus.crt
ssl_key = </etc/ssl/horus.key
syslog_facility = local0
userdb {
driver = passwd
}
version_ignore = yes
pro...
2016 Mar 22
0
Samba43 Kerberos issues
...0:00.19 samba: task[cldapd] (samba)
> 11115 - I 0:00.44 samba: task[kdc] (samba)
> 11116 - S 0:01.07 samba: task[dreplsrv] (samba)
> 11117 - I 0:00.00 samba: task[winbindd_parent] (samba)
> 11118 - S 0:00.00 samba: task[ntp_signd] (samba)
> 11120 - I 0:00.43 samba: task[kccsrv] (samba)
> 11121 - S 0:00.04 samba: task[dnsupdate] (samba)
> 11122 - S 0:00.01 samba: task[dns] (samba)
>
> As you can see task[kdc] (samba) is not running on DC1, I'm pretty
> sure this is something to do with my issues...
2006 Jul 01
4
Radio_button in loop problem
Hi all, I can''t figure out why my radio_buttons won''t reflect the values
stored in my database. I read through some of the previous posts -- is
it true that they don''t work with integers?
This is the code I''m using:
<% for question in @survey.questions %>
<%= debug question %>
<%= radio_button ( "question", :question_id,
2016 Jul 04
2
Samba43 Kerberos problems
...a: task[cldapd] (samba)
> 11115 - I 0:00.44 samba: task[kdc] (samba)
> 11116 - S 0:01.07 samba: task[dreplsrv] (samba)
> 11117 - I 0:00.00 samba: task[winbindd_parent] (samba)
> 11118 - S 0:00.00 samba: task[ntp_signd] (samba)
> 11120 - I 0:00.43 samba: task[kccsrv] (samba)
> 11121 - S 0:00.04 samba: task[dnsupdate] (samba)
> 11122 - S 0:00.01 samba: task[dns] (samba)
>
> As you can see task[kdc] (samba) is not running on DC1, I'm pretty
> sure this is something to do...
2016 Jun 21
0
Samba43 Kerberos problems
...0:00.19 samba: task[cldapd] (samba)
> 11115 - I 0:00.44 samba: task[kdc] (samba)
> 11116 - S 0:01.07 samba: task[dreplsrv] (samba)
> 11117 - I 0:00.00 samba: task[winbindd_parent] (samba)
> 11118 - S 0:00.00 samba: task[ntp_signd] (samba)
> 11120 - I 0:00.43 samba: task[kccsrv] (samba)
> 11121 - S 0:00.04 samba: task[dnsupdate] (samba)
> 11122 - S 0:00.01 samba: task[dns] (samba)
>
> As you can see task[kdc] (samba) is not running on DC1, I'm pretty sure
> this is something to do with my issues,...