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
[EMAIL PROTECTED]
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"
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users