Displaying 3 results from an estimated 3 matches for "dtag_inbound".
2015 Sep 14
2
Update peer IP address
...ssue was that the REGISTERs occurred only
every 480s and the UDP connections were removed after 180s already.
So at first I raised net.netfilter.nf_conntrack_udp_timeout_stream to
500. That worked. But I didn't really want to raise the default. So
instead I added "qualify=yes" to the dtag_inbound peer. Now asterisk is
sending an OPTIONS request to Telekom every 120s (I raised the frequency
from 60 to 120 by setting "qualifyfreq=120" under [general]), which
keeps the connection open.
Just wanted to add that.
Kind regards,
Sebastian
> > I have now the following addition to...
2015 Apr 02
3
Update peer IP address
I do not want set allowguest=yes. The problem is, there is no official list with ip addresses of Telekom Germany. But I think all ip addresses comes from the ip range 217.0.0.0/13.
I have now the following addition to sip.conf. I think it is the only safe option. Or what would you say?
[telekom](!)
context=from-trunk
type=peer
defaultuser=
authuser=
remotesecret=
fromdomain=tel.t-online.de
2015 Apr 14
0
Update peer IP address
...codecs](!)
> > allow=!all,alaw
> >
> > [home-phone](!,my-codecs)
> > acl=voice_vlan
> > type=friend
> > host=dynamic
> > context=LocalSets
> >
> > [XXXXXXXXXXX](home-phone)
> > secret=XXXXXXXXXXXXX
> >
> > [dtag_inbound](my-codecs)
> > acl=acl_dtag_inbound
> > type=peer
> > context=from_dtag
> > host=tel.t-online.de
> >
> > [dtag_outbound](my-codecs)
> > acl=acl_dtag_outbound
> > type=peer
> > defaultuser=USER at t-online.de
> > r...