Hi,

Ok, the phones are working and seem to be loading the correct info from the tftp server. However, I am unable to make them perform any functions (calling another extension, going to voicemail, etc.). I do not have any telephony interface installed yet, only a single ethernet card. Do I need to install the ztdummy driver to make any of this work? And if so, how do I do that?

Thanks,

Travis
Microserv


At 07:52 PM 8/29/2003 -0700, you wrote:
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

_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to