Displaying 4 results from an estimated 4 matches for "voice_vlan".
2015 Mar 20
0
Asterisk on OpenWrt (first time user)
...IP setup:
[general]
context=unauthenticated
allowguest=no
srvlookup=no
udpbindaddr=0.0.0.0
tcpenable=no
localnet=172.16.28.0/24
alwaysauthreject=yes
language=de
register => MyEkigaUser:MyEkigaPass at ekiga.net/MyEkigaUser
[my-codecs](!)
allow=!all,alaw
[home-phone](!,my-codecs)
acl=voice_vlan
directmedia=no
type=friend
host=dynamic
context=LocalSets
[MyPhoneMacAddress](home-phone)
secret=MyPhonePassword
[ekiga_inbound](my-codecs)
acl=acl_ekiga_inbound
type=peer
host=ekiga.net
context=from-ekiga
[ekiga_outbound](my-codecs)
acl=acl_ekiga_outbound
type=peer
host=ekiga.net
d...
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
...BER2
> > register => 0NUMBER3:PASS:USER at t-online.de@tel.t-online.de/NUMBER3
> > register => 0NUMBER4:PASS:USER at t-online.de@tel.t-online.de/NUMBER4
> >
> > [my-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
&...
2015 Sep 14
2
Update peer IP address
...PASS:USER at t-online.de@tel.t-online.de/NUMBER2
> register => 0NUMBER3:PASS:USER at t-online.de@tel.t-online.de/NUMBER3
> register => 0NUMBER4:PASS:USER at t-online.de@tel.t-online.de/NUMBER4
>
> [my-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)
>...