Displaying 20 results from an estimated 2000 matches similar to: "Asterisk listens on all NICs"
2013 Mar 10
2
IPv6 and IPv4 binding address on a server with 2 network cards
Hello,
I am doing some tests with asterisk on a dual-stack environment. I have
some doubts regarding asterisk binding addresses on a server with 2
network cards.
According to asterisk documentation:
/; With the current situation, you can do one of four things:/
/; a) Listen on a specific IPv4 address. Example:
bindaddr=192.0.2.1/
/; b) Listen on a specific IPv6 address.
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
2020 Sep 21
2
Asterisk Drop call
Hello
I have an asterisk 16.2.1 on an ubuntu on AWS, which is experiencing a
drop in call. It does not have a certain time, it is random. The audio
is flowing normally and the call is dropped.
Has anyone ever experienced this?
My settings changed below:
allowoverlap = no
udpbindaddr = 0.0.0.0
tcpenable = no
tcpbindaddr = 0.0.0.0
transport = udp, ws, wss
srvlookup = yes
directmedia = no
2020 Sep 22
3
Asterisk Drop call
Hello.
Thanks for the reply.
Yes. In the traffic analyzed, the BYE is sent by the originator of the
call, but there is no "human" hangup, but the asterisk one.
BYE is sent, received and confirmed.
I don't know how I could investigate the reason for this BYE.
Em 21/09/2020 17:12, Dovid Bender escreveu:
> Is there anything in the Asterisk logs? Which side sends the BYE? Were
2011 May 04
2
Remove "name" part of SIP From header
Relatively new to Asterisk and SIP and am trying to run a proof of
concept using Asterisk to make an outbound call through an Audiocodes
gateway via SIP using Asterisk version 1.6.1.12. The specific
requirements of the gateway in the configuration I am trying to use
specify that the Name part of the From header be blank with the outbound
number that needs to be dialed in the number field of
2016 Oct 19
4
tcpenable
I am playing with tcpenable... on 13.11.2
so in sip.conf I have
tcpenable=yes
tcpbindaddr=192.168.1.8:5070
but when I "telnet localhost 5070" I get no connect.
iptables -L -n -v | grep 5070
0 0 ACCEPT tcp -- * * 0.0.0.0/0
0.0.0.0/0 state NEW tcp dpt:5070
firewall is good.
Is my syntax not correct above to run on port 5070 for SIP over TCP?
2011 Apr 20
1
[IAX] Everyone is busy/congested at this time (1:0/0/1)
Hi,
I have a problem with IAX accounts...
I set up a few months ago an Asterisk server, with mysql support to load iax
accounts.
Settings seems fine because apparently the system works as expected.
Yesterday I tried to add another iax account in the iax.conf directly. And I
have a problem with this new account (named 444).
I can authenticate from 444 to the server, and I can receive calls from
2015 Aug 10
2
webrtc no audio
hello,
i'm facing strange problem
asterisk13.5 + chan_sip wss transport + SIPML5 1.5.230
person1 to person3 are behind different NATs
audio devices double checked
call from person1(chrome) to person2(chrome) works
call from person1(chrome) to person 3(chrome) - no audio on both side
(RTP flowing only in one direction)
call from person2(chrome) to person 3(chrome) - no audio on both side
2010 Jun 04
1
originating a sip call from the CLI
Hello again!
I just got a SIP account and it seems - from a config on the net -, that
I've configured it correctly. But I get no call to the outside. Registration
was OK.
I tried:
channel originate sip/1/echo at iptel.org Application ...
I see the channel active for a while, but no call gets established.
In my config I have defined the section [iptel] for the outgoing call and I
2009 Nov 12
1
Can't connect to voip provider over NAT
Hello.
I'm trying to test an Asterisk server by using a VOIP provider for international calls but, I'm having problems trying to get my server communicate with theirs. I don't know if I'm having all these issues becuase I'm behind NAT or what. I have the following in my server's sip.conf:
[provider]
type=peer
host=<theprovider's server>
username=<username>
2014 Dec 11
6
T.38 not working - help needed with log interpretation
Hello,
at first, thanks for helping!
In the meantime, I have done a lot of research and trial and error, and I could solve that specific problem. Obviously, the dialplan application "Answer" was playing a key role here. My original dialplan snippet (which produced that problem) was:
exten => _00., 1, NoOp()
same => n, Set(FAXOPT(gateway)=yes)
same => n,
2009 Dec 01
6
Question about g729
Hello.
I am currently testing an asterisk server using the default codecs, I have allow=all, and noticed everytime I test it in a wireless lan the latency rockets off the roof to over 1000ms. I would like to test g729 since it uses less bandwidth but, read somewhere I have to buy a license per every channel I have. Does this means if I have my server connected with 10 sip clients I need to buy a
2017 Dec 14
4
SIP trunks going to the wrong context
Hi all,
I'm trying to resolve a weird issue with SIP routing.
I have a number of SIP trunks, from a selection of providers, all of
which are registered in sip.conf:
[general]
context=default
allowguest=no
allowoverlap=no
udpbindaddr=0.0.0.0
tcpenable=yes
tcpbindaddr=0.0.0.0
transport=udp
bindport=15060
srvlookup=yes
allowsubscribe=yes
2004 Aug 12
10
H323 problems
All,
I have a problem with H323 the call disconnects when answered.
The debug shows
-- Executing Dial("SIP/sj1-4ff7", "H323/0797617729") in new stack
-- Called 0797617729
-- H323/0797617729 is ringing
-- H323/0797617729 answered SIP/sj1-4ff7
== Spawn extension (default, 0797617729, 1) exited non-zero on
'SIP/sj1-4ff7'
-- Executing
2005 Jun 10
11
/etc/network/interfaces
If I''m using eth1 as my lan zone on my router box, it needs a static
ip... what do I set the gateway option to in /etc/network/interfaces
since this computer is actually the gateway for the rest of the lan?
Itself? My "net" NIC''s address? Something else?
My lan isn''t getting internet access using the default Shorewall config
file (edited per
2014 Apr 24
1
Realtime integration: Unregistered clients showing as registered?
Hello all,
I've been testing a Kamailio Asterisk Realtime integration, and found a
strange situation.
My problem is that when using the integration, everything seems ok but
Asterisk does not see the clients as registered. Kamailio and the clients
report registered clients. Also calls fail.
In Asterisk cli sip show peers shows nothing but for example realtime load
sipusers name 660 shows the
2009 Oct 08
4
No sound on voicemail from analog line
Hello.
I have a server installed with asterisk 1.6. I have a PSTN line that comes in to one of those clone cards. Everything seem to be working fine. The only problem I have is that I can't get voicemails coming from the PSTN line. All other: SIP, IAX work fine. I can hear those ok but, when it comes to a call that comes in from PSTN I get no sound.
What can cause that problem?
Thanks in
2010 Jan 02
4
Help getting info from caller
Hello. Happy New Year to everyone.
I have a small WISP and would like to have customers to call our number to check their balance. I am planning on writing an AGI with php so it can get the customer info from the customer database. I don't know how to interact with the caller while in the agi script so this is what I have in mind:
[test-agi]
exten => 33,1,Answer()
exten =>
2015 Mar 03
2
TLS, SRTP, Asterisk11 and Snom870s
On Tue, March 3, 2015 13:37, James Cloos wrote:
>>>>>> "JBB" == James B Byrne <byrnejb at harte-lyne.ca> writes:
>
> JBB> tcpenable=yes
> JBB> tlsenable=yes
> JBB> tlscertfile=/etc/pki/asterisk/ca.harte-lyne.hamilton.asterisk.crt
> JBB> tlscafile=/etc/pki/tls/certs/ca-bundle.crt
> JBB> tlsdontverifyserver=yes
> JBB>
2014 Sep 08
1
Asterisk removes ice lines in sdp when calling between webrtc clients
Hello,
I have a problem with a call between 2 webrtc clients. Asterisk removes the
ice-related lines from the sdp when it sends the INVITE out, and the called
webrtc client rejects the INVITE due to the missing ice lines. Both webrtc
clients are defined exactly the same way, same values in all fields except
the number of the peer.
There's probably something I've changed that causes this