Displaying 20 results from an estimated 900 matches for "bindaddr".
2009 Jan 25
3
replacing a line in a file
I have a large file that has a line like:
bindaddr=0.0.0.0 ; some other text
I want to replace the 0.0.0.0 with my address 192.168.1.8 and remove
everything
else on the line to get:
bindaddr=192.168.1.8
How can I do that?
Thanks,
jerry
2013 Mar 10
2
IPv6 and IPv4 binding address on a server with 2 network cards
...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. Example:
bindaddr=2001:db8::1/
/; c) Listen on the IPv4 wildcard. Example:
bindaddr=0.0.0.0/
/; d) Listen on the IPv4 and IPv6 wildcards. Example: bindaddr=::/
/; (You can choose independently for UDP, T...
2016 Aug 26
2
IAX UNREACHABLE : Ignoring bindport/bindaddr on reload
...iskSlave*CLI> iax2 reload
== Parsing '/etc/asterisk/iax.conf': Found
== Parsing '/etc/asterisk/users.conf': Found
[Aug 26 10:05:04] NOTICE[18078]: chan_iax2.c:13546 set_config:
Ignoring bindport on reload
[Aug 26 10:05:04] NOTICE[18078]: chan_iax2.c:13610 set_config:
Ignoring bindaddr on reload
And the peers is not working:
Name/Username Host Mask
Port Status
Description
prote1-prote2/p 192.168.25.26 (S)
255.255.255.255 4569 (T)...
2009 Dec 04
1
IAX2 Port issue
...my IAX phone wont connect.
When I run wireshark I'm seeing this
Note if above screenshot from wireshark does not show here is a link for
it: http://img402.imageshack.us/i/tempe.jpg/
I've tried a variety of setups in my IAX.conf (they all end up with the
same issue, tried just bindaddr=0.0.0.0 with bindport=4569, tried as in
the below example specifying the port for the address and using a
different once incase of conflict with something else I am unaware of.
[general]
bindport=4569 ; bindport and bindaddr may be specified
; ; NOT...
2006 Mar 07
9
Oh this is bad.... bindaddr and rtp traffic
I have a configuration where RTP traffic is going out interface pub0, and coming back into through pub1.
I have bindaddr=0.0.0.0 in sip.conf, and a netstat -an shows:
udp 0 788 0.0.0.0:5060 0.0.0.0:*
which means that Asterisk is listening on all addresses (on all interfaces?).
Anyway, when the RTP traffic comes back in on interface pub0, Asterisk does nothing with it. A 'rtp debug'...
2009 Jan 30
2
SIP.Conf - bindaddr per peer?
..., but go to two
different IPs (both on the same box) on my side.
How can I setup two different SIP peer, one for each of the PRIs I get, if
all I can use to differenciate them are the IP address
? I can't find any
obvious setting in the sip.conf peer settings. The general section has
"bindaddr" which would make sense, but since it's general and not per peer
it's of no use
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090130/e0705c86/attachment.htm
2005 Jan 17
1
IAX2 doesn't respect bindaddr?
I'm running CVS HEAD. The last time I updated was January 7th, at
which time everything was fine. Having updated again today, January
17th, I'm having problems with IAX2. I use the "bindaddr" directive
for both SIP and IAX2, and while SIP respects it, IAX2 doesn't. It
listens on every interface, and uses every one of them for outgoing
source addresses. This breaks IAX2 in my environment.
Have I missed a necessary config file change, or is this a bug?
-tih
--
Tom Ivar Helb...
2016 Aug 26
2
IAX UNREACHABLE : Ignoring bindport/bindaddr on reload
Hi, I have already tried to change for bindaddr=0.0.0.0
but it didn't worked.
2016-08-26 11:44 GMT-03:00, Frank Vanoni <mailinglist at linuxista.com>:
> On Fri, 2016-08-26 at 10:12 -0300, Vitor Mazuco wrote:
>
>> bindaddr = all
>
> Try:
>
> bindaddr=0.0.0.0
>
>
>
>
> --
> ____________________...
2005 Jun 23
1
More IP address in bindaddr directive
Hi all,
is it possible to bind SIP protokol not to all but to more that one
interfaces. I did try use bindaddr, but i don't know right syntax.
Could anyone help me.
Thanks,
Bob.
2004 Jun 30
2
Remote SIP client HACK JOB
...Asterisk's
firewall for the SIP Server.
I couldn't be happier with the simplicity of this ... however, here is the
HACK JOB I need to perform to get the external SIP client's audio to work:
When I first start up Asterisk, I need the following In SIP.CONF's [genera]
section:
- bindaddr = 0.0.0.0
This allows all my internal office phones to work, and also allows me to dial
to/from my external client. However, the external client will hear/send no
audio.
To allow the external client to hear/send audio, I have to change sip.conf ...
- bindaddr = <EXTERNAL IP>
... followe...
2005 Jan 19
0
iax.conf bindaddr parameter not working
Hi,
I'm trying to configure a dual homed asterisk server with iax accepting
connection on all address.
from iax.conf.example
bindaddr = 0.0.0.0 Address to bind to ( all addresses on machine )
but if i register a client using the second ip address i will receive the
response from the first ip address and obviously the client discard this.
let me explain more:
Client : 192.168.0.4
Server: 192.168.0.1 - 192.168.0.2
Reg Req :...
2005 Mar 21
0
SIP, NAT, and bindaddr
...to a
roommate using the microwave and some weak fuses. Now, once
everything has been rebooted, none of my SIP clients can connect.
Asterisk issues a warning that it can't bind to 0.0.0.0, "Address
already in use." Neither reloading nor stopping and restarting help.
Nor does setting bindaddr to the internal or external IPs... through
several rounds of trouble shooting the only time I could get it to
work was with 0.0.0.0.
If anyone has an idea on how to re-bind successfully, please let me
know! Thanks in advance. If any .conf details would be helpful I'll
send 'em along.
--...
2014 Aug 20
0
Asterisk listening on undefined IP as per bindaddr
Hello all,
I am running asterisk on VMs with standby heartbeat configuration,
Heartbeat assigns a virtual IP 172.20.255.40 on machine afterwards asterisk
is started. In the sip.conf, I have explicitly define
bindaddr=172.20.255.40 but sometimes I see packets coming from physical IP
172.20.255.41
I have both tcp and udp transport enabled
Here is the lsof -ni :5060 output
asterisk 2878 asterisk 613r IPv4 40060683 0t0 TCP
172.20.255.41:52381->10.100.210.110:sip (ESTABLISHED)
asterisk 2878 asterisk 5...
2005 Sep 05
2
Asterisk won't listen on another port
...127.0.0.1 :5060 LISTEN
ser
0.0.0.0 :2000 LISTEN
asterisk
.
.
.
0.0.0.0 :2727
asterisk
0.0.0.0:4520
asterisk
0.0.00:5060
asterisk
x.x.x.x:5060
ser
127.0.0.1:5060
ser
My config is like follows
;sip.conf
[general]
context=default
port=5062
bindaddr=0.0.0.0
srvlookup=yes
canreinvite=no
autocreatepeer=yes
[2092]
type=friend
username=2092
canreinvite=no
context=default
mailbox=2092
host=dynamic
nat=no dtmfmode=info
disallow=all
allow=ulaw
allow=alaw
;extensions.conf
;leave voice messages
exten => 2092, 1, Voicemail(u2092)
exten => 20...
2009 Feb 23
3
don't get 2.0 gui to run on asterisk 1.6.0.5
...atic/config/cfgbasic.html
http://127.0.0.1:8088/asterisk/static/config/cfgbasic.html
I always get 404 not found!
For any advises I would thank you. Here is the manager.conf and http.conf
manager.conf:
[general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0
[administrator]
secret = ******
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
and the http.conf:
enabled=yes
enablestatic=yes
bindaddr=0.0.0.0
bindport=8088
2013 Mar 21
4
Asterisk 1.8 and dual stack support
...s,
Following an upgrade to Debian wheezy, I'm now running Asterisk 1.8.13.1.
As opposed to Asterisk 1.6.2.9 that I ran with squeeze, this version can
support IPv6. However, it seems that I can't get it to support both IPv4
and IPv6 at the same time. For example, if in sip.conf I set the bindaddr
variable to '::' it will only listen on IPv6 and none of my IPv4-only
friends and peers will be able to connect to it. On the other hand, if I
set it to '0.0.0.0' then it will not listen on IPv6.
Is this a bug, or is this simply a limitation of Asterisk 1.8.13.1, or is
there so...
2009 Apr 30
1
Registration of 'cstore' rejected: 'Registration Refused' from: '62.213.196.38'
...sterisk-server...
But the Asterisk CLI tells me this :
asterisk*CLI> iax2 reload
== Parsing '/etc/asterisk/iax.conf': Found
[Apr 30 20:51:30] NOTICE[6391]: chan_iax2.c:10124 set_config: Ignoring
bindport on reload
[Apr 30 20:51:30] NOTICE[6391]: chan_iax2.c:10183 set_config: Ignoring
bindaddr on reload
> doing dnsmgr_lookup for '62.213.196.38'
== Parsing '/etc/asterisk/users.conf': Found
> doing dnsmgr_lookup for '62.213.196.38'
== Loaded firmware 'iaxy.bin'
== Parsing '/etc/asterisk/iaxprov.conf': Found
-- Loaded pro...
2004 Apr 06
5
registration failure
...3d00056f69e7bc-18df5ff6
Apr 6 14:52:04 WARNING[1116957488]: chan_sip.c:497 retrans_pkt: Maximum
retries exceeded on call
000a8a49-0a3d0006-037076d3-3bb34592@192.168.22.2 for seqno 102 (Response)
sip.conf
------------------------
[general]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
;bindaddr = 192.168.22.254 ; Address to bind to (all addresses on
machine)
allow=all ; Allow all codecs
context = bogon-calls ; Send SIP callers that we don't know about here
[2000]
type=friend ; This devi...
2007 Jun 06
3
Needed changes in Asterisk to change the SIP port to 5062
Hi Friends,
I want to use 5062 port for SIP protocol. I made the below modifications in my server to use 5062 port.
Polycom phone: port=5062
Trunk settings: port=5062
sip.conf: bindaddr=5062
Extension configuration details: 5062
Our VoIP provider told me that they are allowing the SIP traffic through 5060 to 5064. I observed on my server console that my server is registered with our VoIP provider with 5062 port. But, I am unable to make outgoing calls.
Do I need to modify any o...
2017 Apr 19
2
IAX2 getting stuck
...plugged and then reconnected...
>
> 1. What's the name of the network device for this adapter? Is it the same
> name as it previously had?
>
> 2. What does 'ifconfig' say the IP address is for this adapter?
>
> 3. What do you have in /etc/asterisk/iax.conf for 'bindaddr' and 'bindport'?
>
> 4. Do you have SIP connections on the same network interface, and are those
> working as normal?
>
>
> Antony.
>
1- No changes to device names. eth0 is the main link to the network,
eth1 (also internal) goes to a SIP provider and eth2 (the USB...