[asterisk-users] extensions.conf programming?

2008-09-04 Thread Ken D'Ambrosio
Hey, all.  I haven't really gotten deep into Asterisk since 1.0.x, and I'm
afraid I've forgotten a fair bit.  One big thing that I've forgotten is
the syntax, etc., for extensions.conf.  Where do I find that?  I'm looking
for stuff about commands, syntax for commands, variables, etc.  Is there a
handy-dandy manpage, webpage, or what-have-you that I'm missing?

Thanks!

-Ken


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] extensions.conf programming?

2008-09-04 Thread Mark Michelson
Ken D'Ambrosio wrote:
 Hey, all.  I haven't really gotten deep into Asterisk since 1.0.x, and I'm
 afraid I've forgotten a fair bit.  One big thing that I've forgotten is
 the syntax, etc., for extensions.conf.  Where do I find that?  I'm looking
 for stuff about commands, syntax for commands, variables, etc.  Is there a
 handy-dandy manpage, webpage, or what-have-you that I'm missing?
 
 Thanks!
 
 -Ken
 

Your best bet is to read chapters 5 and 6 of Asterisk: The Future of Telephony.

Here's a link for the book itself:
http://www.oreilly.com/catalog/9780596510480/

Here's a link for the downloadable pdf:
http://downloads.oreilly.com/books/9780596510480.pdf

Here's a link for the book in html format
http://tfot.leifmadsen.com

Best of luck to you!
Mark Michelson

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] extensions.conf programming?

2008-09-04 Thread Darren Sessions

A cheaper alternative would be the voip wiki.

http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20extensions.conf




_

Darren Sessions
[EMAIL PROTECTED]
http://www.darrensessions.com
_





On Sep 4, 2008, at 12:13 PM, Mark Michelson wrote:


Ken D'Ambrosio wrote:
Hey, all.  I haven't really gotten deep into Asterisk since 1.0.x,  
and I'm
afraid I've forgotten a fair bit.  One big thing that I've  
forgotten is
the syntax, etc., for extensions.conf.  Where do I find that?  I'm  
looking
for stuff about commands, syntax for commands, variables, etc.  Is  
there a

handy-dandy manpage, webpage, or what-have-you that I'm missing?

Thanks!

-Ken



Your best bet is to read chapters 5 and 6 of Asterisk: The Future of  
Telephony.


Here's a link for the book itself:
http://www.oreilly.com/catalog/9780596510480/

Here's a link for the downloadable pdf:
http://downloads.oreilly.com/books/9780596510480.pdf

Here's a link for the book in html format
http://tfot.leifmadsen.com

Best of luck to you!
Mark Michelson

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




smime.p7s
Description: S/MIME cryptographic signature
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] extensions.conf programming?

2008-09-04 Thread Lee, John (Sydney)
 A cheaper alternative would be the voip wiki.
 http://www.voip-info.org/tiki-
 index.php?page=Asterisk%20config%20extensions.conf

Unfortunately, as advised by other asterisk users,
http://www.voip-info.org  is sometimes really not that up-to-date.
However, that does not mean that we should give up on using and updating
http://www.voip-info.org because I think it is still the best voip
resource.

The best way is still to double check with the asterisk version that you
have installed by running CLI like below:

*CLI core show function
AGENTARRAYBASE64_DECODE
BASE64_ENCODEBLACKLISTCALLERID
[...]
VMCOUNT
*CLI core show application
AddQueueMember   ADSIProg AgentCallbackLogin

[...]
ZapScan  ZapSendKeypadFacility

*CLI
  -= Info about application 'WaitExten' =-

[Synopsis]
Waits for an extension to be entered

[Description]
  WaitExten([seconds][|options]): This application waits for the user to
enter
a new extension for a specified number of seconds.
  Note that the seconds can be passed with fractions of a second. For
example,
'1.5' will ask the application to wait for 1.5 seconds.
  Options:
m[(x)] - Provide music on hold to the caller while waiting for an
extension.
   Optionally, specify the class for music on hold within
parenthesis.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users