[Asterisk-Users] sample configs

Andrew Gillham gillham at vaultron.com
Fri Aug 29 19:52:38 MST 2003


Travis Johnson wrote:

> Hi,
>
> We are just getting started setting up an Asterisk VoIP server. We are 
> very experienced with Linux, networking, tcp/ip, etc. However, some 
> existing sample config files for using Cisco VoIP phones with this 
> server would be VERY helpful.
>
> Thanks,
>
> Travis
> Microserv
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
This is a bare minimum assuming you start with a phone will all default 
config settings.

/etc/asterisk/sip.conf
======================
[1234]
callerid="Your Name" <1234>
context=yourcontext
type=friend
secret=yourpassword
host=dynamic
defaultip=youraddress
mailbox=1234

/tftpboot/ (presumably, where your phone config files are)
==========
SIPDefault.cnf
==============
proxy1_address: "asterisk.ip.address"
proxy_register: 1

SIPyour:mac:address.cnf
=======================
line1_name: 1234
line1_authname: "1234"
line1_password: "yourpassword"
line1_displayname: "Your Name"





More information about the asterisk-users mailing list