a75f35b7f4
Workaround: add "t38pt_udptl = no" to the general section in sip.conf (chan_ooh323 is also affected but we don't build that).
29 lines
411 B
Plaintext
29 lines
411 B
Plaintext
; $OpenBSD: sip.conf.sample,v 1.5 2011/03/02 12:53:11 sthen Exp $
|
|
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
|
|
|
|
[general]
|
|
disallow=all
|
|
allow=ulaw
|
|
|
|
; Phone #1
|
|
[100]
|
|
type=friend
|
|
secret=100
|
|
nat=yes
|
|
host=dynamic
|
|
directmedia=no
|
|
qualify=yes
|
|
mailbox=100
|
|
context=default
|
|
|
|
; Phone #2
|
|
[101]
|
|
type=friend
|
|
secret=101
|
|
nat=yes
|
|
host=dynamic
|
|
directmedia=no
|
|
qualify=yes
|
|
mailbox=100
|
|
context=default
|