Configuration of Asterisk Zeroconf Support
This configuration file defines services and service parameters to be advertised via Zerconf
See also
Example
; Sample configuration for advertising services via Zeroconf
;
; Service Types and Parameters comply with DNS-SD Service Types (RFC2782)
; for a list of registered service types and parameters see [http://www.dns-sd.org/ServiceTypes.html]
;
; Note~np~:~/np~ some of the parameters (eg. domain/hostname, port, etc) defined here explictly can be
; obtained from other config files and syntax to use them by reference will be introduced later.
;
[general]
; bindaddr=en0 ; this is a global setting - used unless something else is specified locally
; this will later be changed to IP address notation - for now it's the name of the interface
; Advertise SIP service and parameters
;
[flintstones-sip]
enabled=yes
name=SIP service on Flintstones Inc's PBX
type=sip
port=5061
auth=md5
realm=flintstones.com
proxy=sip-lan.flintstones.com
dtmfmode=sipinfo
echotest=*500
reception=2000
voicemail=*121
; Advertise IAX service and parameters
;
[flintstones-iax]
enabled=yes
name=IAX service on Flintstones Inc's PBX
type=iax
port=4569
auth=md5
domain=iax-lan.flintstones.com
context=internal
echotest=*500
reception=2000
voicemail=*121
; Advertise remote dialing service
;
[flintstones-remotedial]
enabled=yes
name=Remote dial service on Flintstones Inc's PBX
type=astremotedial
port=5039
apiver=1.00
userid=fred
extension=1000
devicetype=ZAP
context=internal
; Advertise remote management service
;
[flintstones-management]
enabled=yes
name=Management service on Flintstones Inc's PBX
type=astmgr
port=5038
apiver=1.00
; END OF FILE