Displaying 3 results from an estimated 3 matches for "peera".
Did you mean:
peer
2006 Feb 13
1
asterisk still tries native bridging
...ative bridging will fail,
but Asterisk still writes CDR.
Below is part of [B]'s config, and part of log:
[general]
bindport = 4569
bindaddr = x.x.x.x
disallow=all
allow=alaw
notransfer=yes
jitterbuffer=yes
; ---
register=sip1:QQQQQQQQQQ@y.y.y.y ; y.y.y.y is [A]'s ip address
; ---
[peerA]
username=sip1
type=friend
secret=QQQQQQQQQ
host=y.y.y.y
context=from-pstn
tos=0x84
notransfer=yes
jitterbuffer=yes
[peerAX]
username=sip1
type=peer ; I tried "friend" also
secret=QQQQQQQQQQ
host=y.y.y.y
context=from-pstn
tos=0x84
disallow=all
allow=ulaw
notransfe...
2003 Aug 18
3
dynamic IPSEC: Holy grail sighted
Hi,
Thanks to some pointers from Christian Kratzer, I am now able to join the
office VPN from a random WiFi hotspot. With the configuration files changes
detailed below, from a public WiFi hotspot I can now use this 3 step
procedure to login to the office VPN.
1) While at hotspot, boot up my -STABLE laptop.
2) Insert wireless card.
3) "rsh server"
This procedure works for a DHCP
2011 Apr 11
1
Asterisk codec negotiation and canreinvite=no
...s all on the
same LAN. My sip.conf looks like that:
[general]
bindport=1628
videosupport=yes
limitonpeers = yes
sendrpid = yes
trustrpid = no
disallow=all
allow = gsm # 3
allow = alaw # 8
allow = ulaw # 0
allow = g722 # 9
allow = g726 # 111
allow = h263 # 34
allow = h263p # 98
allow = h264 # 99
[peerA]
type=friend
secret=kokolala
nat=no
host=dynamic
canreinvite=no
context=koko
dtmfmode=rfc2833
disallow=all
allow = gsm
allow = alaw
allow = ulaw
allow = g722
allow = g726
allow = h263
allow = h263p
allow = h264
qualify=no
<snip more similar peers>
For clients I use GXP-2000, X-Lite, Teleph...