Displaying 20 results from an estimated 500 matches similar to: "sip show registry shows nothing"
2007 Nov 26
0
14 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_file_reference.c libswfdec/swfdec_load_object.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_system_security.c test/trace
libswfdec/swfdec_as_object.c | 64
libswfdec/swfdec_file_reference.c | 2
libswfdec/swfdec_load_object.c | 81
libswfdec/swfdec_sprite_movie_as.c | 19
libswfdec/swfdec_system_security.c | 1
test/trace/Makefile.am | 72
2005 Feb 27
3
music on hold trouble
Hi All
I seem to have a small problem with the music on hold button on SJPhone.
I have 2 asterisk installations one from the Rapid distribution and one from the latest CVS.
On the rapid dist when I press the music on hold button on my SJPhone I get music on hold.
When I do the same I get no music on hold just silence.
I create extension like this exten => 1111,1,MusicOnHold(Default),
2010 Oct 21
2
Incoming calls
Hi all,
After a lot of trouble with a TE110p working with mfcr2 , brazil variant, everything looks great,but I can not go out of my calls.
When I try I receive the following log:
== Using SIP RTP CoS mark 5 -- Executing [33220567 at local:1] Dial("SIP/4804-0000001a", "DAHDI/g11/33220567,,T") in new stack == Everyone is busy/congested at this time (1:0/1/0) -- Auto
2007 Mar 29
0
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
Hi Anton,
> What's the version of binutils you're using? I've seen such messages
> with 2.16 series, but they were only warnings...
The version of binutils is 2.17
By the way. I will use the opportunity to ask you again :) I tried to
compile with gcc 4.0.4. It successfully compile LLVM but fails
compiling LLVM's gcc front end. The problem is architectural 32 and 64
bit.
2009 Mar 19
3
samba not using nearest ADS server
Hello,
we integrated an samba v3.2.8 into a bigger ADS environment which is
connected via MPLS world wide. Everything works as expected, but the login
via SSH is slow:
After entering the login name in ssh we can see via tcpdump network
traffic to different ADS controllers:
First a connection from Germany to UK:
17:16:43.867219 IP 10.49.x.y.37722 > 10.44.x.y.389: P
17:16:44.092774 IP
2017 Aug 15
1
namespace configuration error
I've got a few errors I'm trying to track down, probably all related...
Aug 15 14:03:14 xyzzy dovecot: imap-login: Login: user=<jeff>,
method=PLAIN, rip=100.8.22.62, lip=132.238.254.34, mpid=4803, TLS,
session=<fLvfl85WntFkCBY+>
Aug 15 14:03:14 xyzzy dovecot: imap(jeff): Error: namespace configuration
error: Duplicate namespace prefix: ""
Aug 15 14:03:14 xyzzy
2007 Jun 22
2
One file open or locked way too many times. How to fix?
A Windows 2000 Server is a member server of the domain. The domain
server is CentOS 4.5 with all updates and Samba 3.0.24 built using the
packaging/RHEL/makerpms.sh script. The W2k server is opening this file
on the samba server.
This problem started several versions of CentOS and Samba ago, and I did
the upgrades thinking it would fix it. It did not.
It seems to be "locking" or
2005 Aug 10
2
Compiling smbtorture
Is smbtorture a simple SMB client that is completely separate from Samba
server? (I.e., can I use it to test, e.g., a regular Windows SMB
server?) Or is it something that only tests Samba server?
Anyway, I haven't had any luck compiling it. Any hints? Here is a
transcript (this is on SUSE Linux Enterprise 9):
cwu@cham6:~/tmp/apps/samba-3.0.14a/source> ./configure
2003 Sep 23
1
rpcclient adddriver not recognizing Dependentfiles... Samba-HOWTO-Collection HEAD/3.0
I'm trying add drivers as detailed in chapter 18 (Classical Printing
Support) in the Samba-HOWTO-Collection HEAD/3.0.
The following command returns the "Printer Driver __________
Successfully Installed" message, but none of the dependent files get
moved or associated with the Driver.
rpcclient -U PRINT-ADMIN-USER -c 'adddriver "Windows NT x86" "RICOH
Aficio 700
2006 Oct 10
1
Hangup or busy when the peer answer outgoing calls
Hi all..
I have a problem with my asterisk installation. I'm using a Wilcard
X100P clone in Spain. Incoming calls work fine, but when I make a
outgoing call, a hear the ringing, and the peer phone ring, when the
peer answer, asterisk hangup the call, or say busy.
This is my conf:
zaptel.conf:
---------
loadzone = es
defaultzone=es
fxsks=1
zapata.conf
----------
[channels]
2004 Feb 18
0
Suddenly one printer stops to print
Hi all,
I'm still a young man having trouble with his fresh new Samba 3 setup.
I've got another small issue with Samba.
Our Samba 3.0.2-2 (Debian Sarge) is acting as a PDC, but also hosts a few
printers shares, with cups.
Suddenly today only ONE of our printers stopped to work.
From an XP Pro SP1 Client, we cannot print anymore.
An attempt to print a test page fails, and here is what
2004 Dec 09
0
anyone know anything about audiocodes analog gw's
I have an audiocodes mp-124C/FXS gateway that was a leftover from a failed
voip experiment and I have no documentation at all for it. Anyone have a
manual in pdf form they could share?
--
Chad Whitten
Network Administrator
neXband Communications
cwhitten@nexband.com
601-944-4801 Phone
601-944-4803 Fax
2004 Dec 13
0
setting up asterisk as voicemail for softswitch
Im trying to get my asterisk box to register to a sip provider without much
success.
here is my console output in asterisk
Dec 13 12:57:17 NOTICE[213005]: chan_sip.c:3982 sip_reg_timeout: Registration
for 'voicemail.nexband.com@metaswitch.nexband.com' timed out, trying again
-- Got SIP response 403 "From: URI not recognized" back from 208.149.73.5
Urgent handler
in my
2010 Nov 26
0
Help on converting a daily zoo to a weekly zoo
Dear R-gurus:
I want to convert a zoo object of daily stock prices
to a weekly one, based on the following 4 steps.
1. No problem in creating weekly data using Wednesday Obs.
wed.index <- ( weekdays(index(daily)) == "Wed" )
week.dat <- daily[wed.index]
> week.dat
A000010 A000020 A000030 A000040 A000050 A000060
2000-01-05 3925 NA 3950 6350 21717 836
2000-01-12
2018 Jan 15
2
Digium G100 and CID Dropping First Digit.
Hi All,
I have installed a number of Digium G100 devices in many countries like South Korea, Japan, Singapore and Australia. I have just installed two in New Zealand and both sites are having a problem with Caller ID. Incoming calls are dropping the first digit 0 from the caller ID. I was previously using DAHDI and a TE121 device which may have been adding the 0, I'm not too sure about
2004 Aug 25
2
asterisk & chan_sccp
ive got asterisk running with chan_sccp and three cisco phones (2 7910's and 1
7960). lots of bugs. when i press the speed dial button on either 7910,
asterisk dies. also, if i dial from the 7910 to 7910, everything works fine.
i can dial from or to the 7960 once, and then one of the 10's and the 60 die
and try to reregister.
if i take the 7960 out of the mix and remove its
2010 Oct 25
1
E1 configuration
Hi all,
Please, anybody that have some knowllege about E1 configuration could give some guidance about it?
I trying to set an Asterisk with E1 CAS signalling and everything looks good, but when I try to go out with calls I receive the follow message:
== Using SIP RTP CoS mark 5 -- Executing [21341400 at local:1] Dial("SIP/4804-00000000", "DAHDI/g11/21341400,,t") in
2005 Apr 26
3
Error using e1071 svm: NA/NaN/Inf in foreign function call
Hello,
As far I saw in archive mailing list, I am not the first person with this problem. Anyway I was not able to pass this error once the information I got from the archive it is not very conclusive for this case. I have used linear, radial and sigmoid kernels for the same data in the same conditions and everything is ok. This problem just happens with the polynomial kernel. I send the
2015 Apr 23
2
cálculo de distancias
¡Hola!
Estoy tratando de hacer una matriz que contenga los valores de distancias
entre distintos elementos (con sus respectivas coordenadas x e y), pero
salta un error, y no sé como corregirlo. ¿alguna idea?
muchas gracias!
saludos!!
Priscila
--
Dra. Priscila Ana Powell
Instituto de Ecología Regional
Facultad de Ciencias Naturales e Instituto Miguel Lillo
Universidad Nacional de Tucumán
2009 Oct 02
0
Sending a DTMF remotely with PlayDTMF problem.
Hello,
I need to be able to send a DTMF to an existing channel remotely. So I made
a php script to do such with the Manager command PlayDTMF. I need it for
example to start a transfer.
isb177*CLI> features show
Builtin Feature Default Current
--------------- ------- -------
Pickup *8 *8
Blind Transfer # #8
Attended Transfer