Displaying 20 results from an estimated 900 matches similar to: "Peer is UNREACHABLE"
2015 May 28
0
Peer is UNREACHABLE
I'd start by turning on sip debugging in asterisk
>sip set debug ip [your_phone_ip]
and use tcpdump or wireshark to see what the OS sees
tcpdump host [your_phone_ip] and udp port 5060
On 15-05-28 03:58 PM, Luca Bertoncello wrote:
> Hi list!
>
> I have a problem and I hope someone can help me...
> I configured an Asterisk on a VM to serve more accounts and act as a proxy
2015 May 28
0
Peer is UNREACHABLE
> I have a problem and I hope someone can help me...
> I configured an Asterisk on a VM to serve more accounts and act as a
proxy to
> other SIP-providers.
>
> The first account running on my phone works without any problem.
> A second account, running on the phone of my wife, is always
UNREACHABLE.
> I can just see in the log:
>
> [May 28 21:48:46] NOTICE[3646]:
2015 May 28
3
Peer is UNREACHABLE
Darryl Moore <darryl at moores.ca> schrieb:
> Ahh. Seen that before! That suggests to me that you don't have your
> sip.conf records setup right.
>
> What's your sip.conf look like?
Well, here what I wrote in my sip.conf:
register => 00493511111111:MYSECRET at pbxluca/00493511111111
register => 00493512222222:MYSECRET at pbxfax/00493512222222
register =>
2015 May 31
2
Signaling incoming call
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Guenther Boelter <gboelter at gmail.com> schrieb:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> On 05/31/2015 02:31 PM, Luca Bertoncello wrote:
> > Hi list!
> >
> > Now all works as expected, at least in the simulation I did with
> > AsteriskNOW. Hopefully it will work later, when Deutsche Telekom
2015 May 29
0
Calling from "extern"
Hi list!
Finally I got my wife's phone working in my Asterisk.
Unfortunately I have some problems, too...
Current situation:
- AsteriskNOW with 4 Accounts (00493511111111, 00493512222222,
00493513333333, 5678). This is "for test" and it will be replaced by "the
real world", when I got my Asterisk to work...
- A second Asterisk (Ubuntu-PBX) on another VM, logging in
2015 May 28
4
Peer is UNREACHABLE
Kevin Larsen <kevin.larsen at pioneerballoon.com> schrieb:
> The phone you gave your wife is really old. Are you sure it supports SIP
> OPTIONS? Can you make a call in or out to it? If you can, it is more
> likely that it just doesn't support that and you can't use a qualify
> statement.
No, I'm not sure.
And no, I can't make any call, right now... At least,
2015 May 31
6
Signaling incoming call
Hi list!
Finally I got my Asterisk works with my two phones...
It was a problem on my Firewall (for the phone of my wife) and on my Dialplan
(for forwarding calls).
Now all works as expected, at least in the simulation I did with AsteriskNOW.
Hopefully it will work later, when Deutsche Telekom changes my ISDN to VoIP...
Well, now I have some time to spend with "fooling"...
My phone
2015 May 28
4
Peer is UNREACHABLE
Darryl Moore <darryl at moores.ca> schrieb:
> I'd start by turning on sip debugging in asterisk
> >sip set debug ip [your_phone_ip]
Really destroying SIP dialog '490d1996593c8e11217828b71aae5c4d at 172.16.34.133' Method: OPTIONS
Reliably Transmitting (no NAT) to 192.168.200.11:5060:
OPTIONS sip:00493512222222 at 192.168.200.11:5060 SIP/2.0
Via: SIP/2.0/UDP
2015 May 28
0
Peer is UNREACHABLE
I think your phone may be trying to register with the username '1234',
while your sip configuration is expecting 'luca'. Can you try changing
your phone registration credentials to use 'luca'? Can you give us a sip
transcript when you try to place a call from it?
On 15-05-28 05:09 PM, Luca Bertoncello wrote:
> Darryl Moore <darryl at moores.ca> schrieb:
>
2006 Feb 23
3
register => 2345:password@sip_proxy doesn't care about port
Hi,
to register my Asterisk with a SIP provider I use the following
syntax, as shown in the default sip.conf:
register => 2345:password@sip_proxy
where
[sip_proxy]
type=peer
context=from-messagenet
host=sip.messagenet.it
port=5061 <------------- please note this one!!!
5061 is provider's port I have to register to.
This also would work for me:
register =>
2019 Dec 03
4
Delay on speak with Asterisk
Hi list!
I'm using Asterisk 13.14.1 from Debian 9 repositories.
The provider is Deutsche Telekom und Messagenet (just for receive).
I can call and receive calls, but I have a little problem: there is a
"delay" of about 1-1,5 seconds between the time the voice is sent and
the time when the voice is received, so that it happens very often that
the peer does not get my voice and try
2020 Jun 23
2
Voice broken during calls (again...)
Am 23.06.2020 16:22, schrieb Marek Greško:
> It seems your problems lie in something other. Most probably it is not
> mtu problem. All my suspections are contradicted. If it is true you
> have inter vlan voice quality problems, it is definitely something
> different. Formerly I assumed you were trying only LTE vs LAN using
> internet.
I'm not sure what you mean with the last
2015 May 28
0
Peer is UNREACHABLE
> Darryl Moore <darryl at moores.ca> schrieb:
>
> > I'd start by turning on sip debugging in asterisk
> > >sip set debug ip [your_phone_ip]
>
> Really destroying SIP dialog '490d1996593c8e11217828b71aae5c4d at 172.
> 16.34.133' Method: OPTIONS
> Reliably Transmitting (no NAT) to 192.168.200.11:5060:
> OPTIONS sip:00493512222222 at
2012 Oct 24
1
Getting 8139cp (1.3) and 8139too (0.9.28) on Centos 5.8
Subject says it all.
How can I get the 1.3 version and 0.9.28
to compile on CentOS 5.8 ???
When I compile the two as modules I get errors.
My Makefile is:
obj-m += 8139cp.o 8139too.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
The errors I get are:
Entering directory
2008 Mar 31
2
alsa 1.016 compile error on latest kernel centos 5.1
Hi all,
I need to compile alsa-project 1.0.16 on the latest centos 5.1 kernel.
I am getting this error. What to do... ?
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/sound_oss.o
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/info_oss.o
In file included
from
2008 Apr 11
1
odd error compiling zaptel-1.4.10
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/vpmadt032.o
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/GpakApi.o
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/../voicebus.o
LD [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/wcte12xp.o
2015 Jun 08
3
Peer unreachable after IP change
Hi list!
Another day, another problem...
I'm checking with Nagios my Asterisk at home, and since yesterday I noticed
that, after my IP changes (Deutsche Telekom drop the DSL-line every 24 hours,
so that I have a new IP every day), the peer of an VoIP-provider I use is
UNREACHABLE.
Yesterday I though it was a problem on the line, but today is the same, so I
think it is something other...
2020 Jun 13
4
Voice "broken" during calls
Hi!
I have a Asterisk installation to manage my phones at home (provider is
Deutsche Telekom).
It works, but very often the voice is "broken"...
Yesterday during a call it was very difficult to understand what my
partner sayd...
It can NOT be a problem of other downloads/uploads, since in that moment
there were no ones...
I already had the problem in the past, solved it enabling the
2003 Oct 31
1
Problems with SIP
I'm new to Asterisk, but, Managed to get it working for outound calls from
my ATA --> Asterisk --> Cisco 2620 using SIP. However, I'm having problems
with Inbound calls from the Cisco.. Cisco 2620 --> Asterisk --> ATA .. In
fact, voice mail won't even work..
This is a snippet of what I'm getting when I try to call the ATA
-- Executing
2014 Dec 30
3
status - Unmonitored, how to change it
How to change status of peers "Unmonitored" to monitored?
Home users showing "Unmonitored" some display timing.
Name/Username Host Mask Port Status
zoiper_kathy/zo 112.200.83.69 (D) 255.255.255.255 9330 Unmonitored
clinic_server (null) (D) 255.255.255.255 0 Unmonitored
voip