Displaying 20 results from an estimated 130 matches similar to: "First SIP-registering succeeds, second doesn't"
2016 Oct 15
2
Registered successfully, but after a minute or so no SIP messages anymore
hi,
let me explain in detail, what i have configured and what is happening now:
1st router w724v (Deutsche Telekom AG):
- port forwarding, everything to destination port 51000-55999 to
device with ip 192.168.2.50 (interface of 2nd router)
2nd router Bintec RS353j):
- configured NAT, everything to port 51000-55999 to device
192.168.3.99 (same ports)
other direction is totally open.
I
2016 Oct 15
3
Registered successfully, but after a minute or so no SIP messages anymore
ping times are fine as well:
[root at freepbx asterisk]# ping sipgate.de
PING sipgate.de (217.10.79.9) 56(84) bytes of data.
64 bytes from sipgate.de (217.10.79.9): icmp_seq=1 ttl=57 time=46.7 ms
64 bytes from sipgate.de (217.10.79.9): icmp_seq=2 ttl=57 time=46.4 ms
64 bytes from sipgate.de (217.10.79.9): icmp_seq=3 ttl=57 time=46.7 ms
64 bytes from sipgate.de (217.10.79.9): icmp_seq=4 ttl=57
2009 Oct 27
0
ipconfig does not time out (klibc-utils)
Package: klibc-utils
Version: 1.5.15-1
Hello!
I'm trying to boot Debian from a different nic than the first one.
After some digging into klibc and initramfs, it seems like DEVICE=all
in /etc/initramfs-tools/initramfs.conf is near a solution
(I cannot reliable tell, which name the nic has, it may be eth0, eth1,
eth2, eth3, ...; as I've machines with one to four nics).
/scripts/functions
2007 Aug 20
1
Using --link-dest= multiple times - performance?
Hello guys!
I'm thinking about using rsync with multiple times --link-dest= specified in
ccollect [0].
Now I'm wondering about the performance and memory usage:
- How much more memory will rsync use for every --link-dest= parameter?
- How heavy do you expect it to influence performance with every
additional --link-dest= parameter?
In general I think that rsync could either
- use
2007 Nov 19
1
Detecting reason for rsync errors
Hello guys!
I'm doing a middle scale backup job using ccollect [0], which uses
rsyn, with about 50 servers, each about 1-10 GiB changes per day and have
some problems, that servers do not finish their backup completly:
[host1.backup] Read from remote host host1.backup: Connection reset by peer
[host1.backup] rsync: connection unexpectedly closed (41306592 bytes received so far) [receiver]
2009 Apr 26
1
sipgate doesn't work with sipgate anymore
Hi,
have some problem with incoming calls from sipgate. This was working in
1.4 but in 1.6 I get a 401 Unauthorized :-(.
Sipgate has mentioned that I have to change the type to friend, but it
is already friend, so what's wrong?
Kind regards,
Michael
Here is the sip.conf:
[sipgate_out]
type=friend
nat=yes
username=1234567
fromuser=1234567
fromdomain=sipgate.de
secret=secret
host=sipgate.de
2004 Jun 30
0
asterisk: problems with connecting to a (german) sip provider
hello !
My problem is:
Astriks should create a connection to other members using a german Sip
provider (www.sipgate.de).
there are no problems with connections to:
o Sip- Accounts
o national phone numbers
o mobile phone numbers
but connections to international phone numbers DO NOT WORK (see the attached
protokoll).
The connection to international phone numbers does work when I directly use
2004 Jul 30
1
SIP connections do not hang up
Hi everybody,
I have strange problem:
I'm calling from inside (either X-Lite using SIP channel or a ISDN telephone
using Zap Channel) using sipgate to a number in public network.
When I'm hanging up before the other person picked up the phone, the line is
not closed correctly.
The phone keeps on ringing until timeout (of Sipgate I assume) and it even
costs my money, if the other person
2016 Oct 15
3
Registered successfully, but after a minute or so no SIP messages anymore
ok, solved the firewall issue.
A first test call worked fine. Another one now still gets disconnected
after 32s.
But in FW there are no blocked packets anymore?!
And I don't understand why the registration to the same IP and same Port
is working, but not later transmission of further SIP packets? that
doesn't sound logical to me. What do you think?
regards,
andre
2012 Jun 18
1
Error SIP/2.0 488 Not acceptable here
Hello,
a person trying to call me by my phone number is getting the error 488 Not
acceptable here. I googled that error, seems like this error is normally
caused by a failed codec negotation, though I have no clue how I could have
read this out of the logs. Anyway, my setup is as follows:
Asterisk 1.8.13.0 - NAT - Sipgate SIP Provider
The user calling me is also using Sipgate and is calling my
2012 May 20
2
Remus network buffering problem
Hi all,
I have a following problem:
- Remus network buffering doesn''t work. It seems to be because of no vif is
reported by the function server.xend.domain on line 29 of
/usr/local/lib/python2.7/dist-packages/xen/remus/vm.py (seen using pdb) :
27 if domid:
28 try:
29 self.dominfo = server.xend.domain(domid, ''all'')
>
2004 Nov 06
0
ppp nat mappings
Hi all,
i hope i''m not totally wrong on this list.
I setup a NAT router with the help of adsl-setup and shorewall. I''ve got
a ppp link to the net and shorewall created the iptables. after a
reconnect of the ppp link i get a new ip-address, but as long as the
existing kernel udp mappings| which were create by outgoing udp traffic|
don''t get timed out, the router
2004 Oct 04
1
How to see CODEC which is in use?
How can I see which codec is in use during conversation. I can see (for
example) which codecs are negotiated before SIP connection, but I don't
know which is chosen:
12 headers, 12 lines
Found RTP audio format 3
Found RTP audio format 97
Found RTP audio format 2
Found RTP audio format 101
Peer audio RTP is at port 217.10.79.30:15666
Found description format GSM
Found description format iLBC
2005 Jan 22
1
zaprtc load issue (different that other postings)
zaprtc 'load' is failing on my machine (the make was fine, same output
as other posts to this list)
[xxx@xxx zaptelrtc]# make load
sync
modprobe zaptel
insmod ./zaprtc.o
./zaprtc.o: init_module: Input/output error
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.
You may find more information in syslog or
2007 Nov 18
2
post transfer script for forcing perms
I'm looking to see of it is practical to have an rsync server run a script after
a transfer finishes. I am moving files (python source) from windows (common
point of development) to a few linux machines. big problem being
owner/group/perms are always wrong and python's module install process is
fragile with respect to OGP. Therefore, I want to run a script after
transferring a set
2010 Apr 05
4
R 2.6 Support Question
Hello,
I have a question on the support of the R 2.6 software. We are in the process of planning for a hardware refresh and our new machines will be running Windows 7 and Internet Explorer 8. My question is if the R 2.6 software would be supported on a system running Windows 7 and Internet Explorer 8? Also, are you aware of any customers having issues with Windows 7 and/or Internet
2005 Mar 13
2
How can I eveluate trailing numbers in extensions.conf?
Checkout
http://www.voip-info.org/wiki-Asterisk+variables
I believe that should have the answer for you.
furthermore assuming that your number is always going to be 12 digits.
exten => _NXX.,1,SetVar(mynumber=${EXTEN:0:12}) - will give you your number.
Hope this helps.
Umar
On Sun, 13 Mar 2005 09:25:11 +0100, Harald Milz <hm@seneca.muc.de> wrote:
> Hi,
>
> this
2013 May 02
0
Signing release tarballs
I've started to sign release tarballs:
http://libguestfs.org/download/1.21-development/
The *.tar.gz.sig file is a PGP ASCII-armored signature of the
corresponding *.tar.gz file. It is signed using gpg2 with this key:
pub 4096R/E1B768A0 2011-10-11
Key fingerprint = F777 4FB1 AD07 4A7E 8C87 67EA 9173 8F73 E1B7 68A0
uid Richard W.M. Jones <rjones at
2017 Jul 16
0
IRC question: Is anyone able to verify the signatures from the libguestfs downloads?
18:44 < foo_> Is anyone able to verify the signatures from the libguestfs downloads (version 1.36.5). I cannot find the public key
19:33 < rwmjones> foo_: they're signed with my key (for rich@annexia.org), you can find the keyring here:
19:33 < rwmjones> http://pkgs.fedoraproject.org/cgit/rpms/libguestfs.git/tree/
19:34 < rwmjones> or on the usual GPG sites
19:35 <
2013 Dec 06
2
[PATCH] builder: adapt test-virt-builder-list.sh output expectation
ee0e56f43e55307fefa1d04505ed6477d604d220 slightly changes the output of
--list but test-virt-builder-list.sh has not been updated accordingly.
Adapting the expected output makes test-virt-builder-list.sh pass again.
---
builder/test-virt-builder-list.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/builder/test-virt-builder-list.sh