Re: [Asterisk-Users] sample configs

2003-09-04 Thread Andrew Gillham
Travis Johnson wrote:

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
My config stuff was just for the Cisco 7960 part of it.  You will still
need to configure extensions and such in Asterisk.
I usually do something like this, assuming sip.conf is using [1000] and 
the context is set to local for your SIP phone.

/etc/asterisk/extensions.conf:
At the top:
PHONE1000=SIP/[EMAIL PROTECTED]
Later in the file:
[local]
exten = 1000,1,Dial(${PHONE1000},20)
This let's me easily change where extension 1000 rings.  The 
SIP/[EMAIL PROTECTED] just tells Asterisk to call line '1000' at the device that 
is in sip.conf under [1000], which is needed on a Cisco IP phone, 
particularly if you have multiple lines configured.

-Andrew



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


Re: [Asterisk-Users] sample configs

2003-09-02 Thread Travis Johnson
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


Re: [Asterisk-Users] sample configs

2003-08-30 Thread Lubomir Christov
Hello,

I think this is the best place for samples :)
http://www.loligo.com/asterisk/
http://www.loligo.com/asterisk/current/
Best regards
Lubo
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

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


Re: [Asterisk-Users] sample configs / load module failure

2003-08-28 Thread Armand A. Verstappen
Hi Ted,

On Wed, 2003-08-27 at 16:27, [EMAIL PROTECTED] wrote:
 detailed docs on the config files. The distribution I compiled and installed
 doesn't have any config files, and the handbook is good but doesn't cover
 all of the configs.

after 'make install' there is a message suggesting you should do 'make
samples'. It will populate your /etc/asterisk directory with
configuration examples.

 [res_parking.so]WARNING[1024]: File loader.c, Line 212 (ast_load_resource):
 /usr/lib/asterisk/modules/res_parking.so: undefined symbol: ast_moh_start
 WARNING[1024]: File loader.c, Line 368 (load_modules): Loading module
 res_parking.so failed!
 
barf. fishy. What distribution you meant back up? If it's not CVS, try
CVS.

 If this is merely a matter of not using the parking module, that's fine, but
 I can't find the docs on how to NOT use a specific module.

in /etc/asterisk/modules.conf in the [modules] section:

noload = res_parking.so
noload = app_somethingelse.so

wkr,

-- 
Envida http://www.envida.net/
Armand A. Verstappen   Graadt van Roggenweg 328
[EMAIL PROTECTED]   3531 AH Utrecht
tel: +31 (0)30 298 2255Postbus 19127
fax: +31 (0)30 298 21113501 DC Utrecht


signature.asc
Description: This is a digitally signed message part


[Asterisk-Users] sample configs / load module failure

2003-08-27 Thread ted
Hi List,

I am trying to locate some detailed documentation and sample configs. I
downloaded and compiled Asterisk, and I haven't been able to find much
detailed docs on the config files. The distribution I compiled and installed
doesn't have any config files, and the handbook is good but doesn't cover
all of the configs.

Here's my specific problem, when launching Asterisk for the first time, it
fails to launch with the following information:

[res_parking.so]WARNING[1024]: File loader.c, Line 212 (ast_load_resource):
/usr/lib/asterisk/modules/res_parking.so: undefined symbol: ast_moh_start
WARNING[1024]: File loader.c, Line 368 (load_modules): Loading module
res_parking.so failed!

If this is merely a matter of not using the parking module, that's fine, but
I can't find the docs on how to NOT use a specific module.

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