123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- [general]
- bindaddr=0.0.0.0
- h323id=ObjSysAsterisk
- e164=100
- callerid=asterisk
- gatekeeper = DISABLE
- context=default
-
- disallow=all ;Note order of disallow/allow is important.
- allow=gsm
- allow=ulaw
- dtmfmode=rfc2833
- faxdetect = cng
- directmedia=no
- directrtpsetup=no
- [myuser1]
- type=user
- context=context1
- disallow=all
- allow=gsm
- allow=ulaw
- [mypeer1]
- type=peer
- context=context2
- ip=a.b.c.d ; UPDATE with appropriate ip address
- port=1720 ; UPDATE with appropriate port
- e164=101
- [myfriend1]
- type=friend
- context=default
- ip=10.0.0.82 ; UPDATE with appropriate ip address
- port=1820 ; UPDATE with appropriate port
- disallow=all
- allow=ulaw
- e164=12345
- rtptimeout=60
- dtmfmode=rfc2833
|