User guide

In sip.conf, the following data should be added:
[462]
type=friend ; We can call and receive calls
secret=462pass
context=internal_calls ; All “incoming calls” are associated
; to the context internal_calls
host=192.168.46.2
callerid=Library
disallow=all ; First we disallow all codecs
allow=ulaw ; Then we list all the codecs we accept
[463]
type=friend
secret=463pass
context=internal_calls
host=192.168.46.3
callerid=Hospital
disallow=all
allow=ulaw
[465]
type=friend
secret=465pass
context=internal_calls
host=dynamic ; We do not know the IP address in advance.
; We expect to learn the IP when the user registers
callerid=Farmers1
disallow=all
allow=ulaw
; NAT specific options follows:
nat=yes ; Voice data is sent to IP,port of the NAT
Page 32 TRICALCAR | www.wilac.net/tricalcar – Version: February 2008