Displaying 20 results from an estimated 900 matches similar to: "Can't register to Asterisk 1.6 with old Aastra phones"
2013 Jul 06
1
Is it possible to provision lock Aastra phones?
Hi everyone;
Is it possible to provision lock Aastra phones to provider so that no soft
or hard reset can unlock them?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130706/e7b5a47f/attachment.htm>
2013 May 01
0
asterisk-users Digest, Vol 105, Issue 39
*I'm trying to build an application that provides statistics of
calls*>* and call recording. Someone told me this could be done out of
band*>* with a SPAN (?) port that would replicate SIP and media
packets to a*>* separate NIC without having to actually pass the
real-calls thru*>* asterisk. It was explained that this SPAN port
would in the SBC*>* would replicate data
2007 May 21
4
Just upgraded to 1.0.0, should render_text isn''t working for me
I finally got around to upgrading from 0.8.2 (!!). I had a spec which
looked like
specify "should render abc123" do
controller.should_render :text => "abc123"
get :key
end
With 1.0.0, the new spec is
it "should render abc123" do
get :key
response.should render_text("abc123")
end
However it doesn''t work, giving me the error:
undefined
2010 May 14
1
aastra pt 480e phone
hello
i hope i am posting to the right list, i am a totally blind user, and i want
to reprogram my aastra pt 480e phone, my friend used the web configurator,
but i think he programmed thw wrong codes, a few questions, is it possible
to damage the phone by programming it wrong? also, how does one reset it
literally to factory defaults? as unplugging it and replugging it back into
the wall
2007 Sep 10
2
Removing an AR class definition, for testing plugins
I''m writing an acts_as_* plugin and am trying to BDD it. Ideally my
specs would look like:
describe ActsAsCloneable, " basic cloning" do
load_example_classes
School.class_eval do
acts_as_cloneable
end
before(:each) do
@old_school = School.create! :name => "Baylake Pines", :city =>
"Virginia Beach", :guid => "abc123"
2011 Sep 04
1
mrtg 2.16.2 ipv6 on centos 6
Hi,
i'm running CentOS 6.0 on my server and installed mrtg from the
rpm-package mrtg-2.16.2 .
I also installed the depending packages perl-IO-Socket-INET6
perl-Socket6 ....
mrtg works fine with IPV4-Addresses. When i specify a Target by
IPV6-Address (or hostname resolving to a V6-address) mrtg fails.
Here i have a small sample-config for V4 which is working:
LogDir: /tmp
ThreshDir: /tmp
2010 Jun 01
1
regexpr help (match.length=0)
R-help,
Sorry if this is more of a regex question than an R question. However,
help would be appreciated on my use of the regexpr function.
In the first example below, I ask for all characters (a-z) in 'abc123';
regexpr returns a 3-character match beginning at the first character.
> regexpr("[[:alpha:]]*", "abc123")
[1] 1
attr(,"match.length")
[1] 3
2003 Nov 17
1
credentials file doesn't work
I am using a Gentoo Linux machine and trying to mount a remote file
system via samba. The following DOES WORK:
mount -t smbfs -o username="SMB-SRV\stonyy",password=abc123
//smbsrv/proj /mnt/proj
However, I don't really want my username and password visible to the
world (yes, I changed the password and everything but the backslash in
the username for this posting). So I tried
2005 Jan 04
1
Re: Polycom Buddy Feature
I'm still trying to work this out.
I've got this in my sip.conf
[1003polycom]
type=peer
secret=abc123
host=dynamic
defaultip=192.168.1.215
context=default
mailbox=1003
subscribecontext=phonestatus
[1004polycom]
type=peer
secret=abc123
host=dynamic
defaultip=192.168.1.214
context=default
mailbox=1004
subscribecontext=phonestatus
And this in my extensions.conf
[phonestatus]
exten =>
2003 Oct 22
1
Cannot update Sun One DS directory with smbpasswd
I can't update the users within our LDAP database using smbpasswd. I have
attached the output from the smbpasswd debugger below:
isun02$ smbpasswd -D 256 -U hoferpa
Netbios name list:-
my_netbios_names[0]="ISUN02"
New SMB password:
Retype new SMB password:
Trying to load: ldapsam
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
2010 Mar 24
1
Aastra weirds IP 169.x.x.x
Hello my friends...
Currently we are using the following firmware versions on ours aastra 55i:
Firmware Information
Attribute Value
Firmware Version 2.1.0.2145
Firmware Release Code SIP
Boot Version 2.0.1.1055
Date/Time Jun 20 2007 06:20:29
Can we make a firmware upgrade to the latest one: 6755i (55i) SIP,
V2.5.3.18, January 2010 , English , ZIP , 2,849 KB
on the site:
2009 Jul 09
3
Add instantly active local user accounts *with* password using useradd -p option ?
Hi,
I need to setup a load of user accounts on a series of machines, for
testing purposes. I'm using a script to do this, but the only problem I
have so far: I have to activate them all manually by doing passwd user1,
passwd user2, passwd user3, etcetera. The useradd man page mentions a -p
option to define a password, but I can't seem to get this to work.
Here's what I'd like
2007 Apr 02
5
Aastra 480 i
Getting "no service" display on aastra 480i. Sip debug shows an "unathorized" blub when the aastra tries to register.
Some reading indicates that 1.4 firmware wants aastra.cfg and mac.cfg in /tftpboot/. There are none.
Anyone have basic config files? Or can point me to a good link? All links I have tried, that purport to have config files, are either dead or error out.
2012 Jan 08
3
Howto change samba 4 passwd from Linux
Hi
In Windows 7, user steve can change his own password.
On a Linux client, Admin can change the password:
net ads password steve abc123 -UAdministratator%xyz456
How does steve change his own password when logged into Linux?
Linux Client=Samba 3.6.1
Thanks
Steve
2011 Apr 27
1
Filtering feature dump_filter
Good morning,
Now that hdt is capable of dumping system information it would be nice if there was some sort of filtering system which filters out unwanted information prior to dumping output.
For example one could add the command:
append nomenu auto=dump mac_address serial_number bios_version;
And ultimately dumping output to a plain text file like:
mac_address : 00:11:22:33:44
serial_number :
2003 Mar 23
1
Need Help.
Dear Expert,
I'm very newbie with rsync and i just installed RSYNC
in both of my servers. Let say the server is ServerA
(10.1.1.1) and ServerB (10.1.1.2). Rsync daemon runs
in server A. The rsycnd.conf is like this (i save this
file in /etc/rsyncd.conf):
uid = rsync
gid = rsync
use chroot = no
max connections = 4
syslog facility = local5
auth users = root
2005 Feb 09
1
Setting up a windows icecast server problem
I need help!!! I can turn on my icecast server and bring up the status page and login to the admin section but I can't play music.
I am using ezstream and below is some code from the ezstream config file. Do I need to include some code with in the regular icecast config file that points to the ezstream directory.
<url>http://www.chris-on-the-web.com:8000/cwradio</url>
2012 Mar 30
1
Dovecot allows creation of folders outside of a user's directory
Hi,
in our dovecot 2.0 setup with shared folders, users can make dovecot
create directories outside their mail directory. Which is a bit scary imho.
The following command:
. create inbox.shared.abc123
or even
. create "inbox.shared.strange &ANY- characters"
-- even though it will fail with a "permission denied" error -- will
create a directory like
2003 Sep 15
1
problem connecting to Samba server from windows XP
I run Samba 2.2.8 on my Red Hat 9.
Both smbd and nmbd are running OK. ps -aux | grep mbd
shows the 2 processes, plus, smbclient works fine,
thanks to Christopher.
The Samba server resides on a host with IP 10.10.6.31.
I got this from the smbclient run below:
[root@RedHat samba]# smbclient //REDHAT/test -U jack
added interface ip=10.10.6.31 bcast=10.10.255.255
nmask=255.255.0.0
Password:
And
2016 Apr 11
5
Previously extended schema not working in 4.4.0
Hi,
About a year ago (I think I was using v4.2.x at the time), I extended the
schema of my Samba AD. This worked just fine and since then I have been
able to create and edit objects from my custom schema via ADSIEdit. This
worked fine under 4.3.x as well - the last such object I successfully
created was just over two months ago, at which point I was running some
variant of 4.3.x (probably 4.3.5).