Asterisk
From Luke Jackson
Revision as of 22:43, 6 December 2006 (edit) Ljackson (Talk | contribs) (→I configured a new IVR and clicked the check box that states "Enable Directory". When I call in and type # I get "I'm sorry, that's not a valid extension." What did I do wrong?) ← Previous diff |
Revision as of 23:06, 30 December 2006 (edit) Ljackson (Talk | contribs) (→FAQs) Next diff → |
||
Line 43: | Line 43: | ||
More info: [http://aussievoip.com.au/wiki/freePBX-Features http://aussievoip.com.au/wiki/freePBX-Features] | More info: [http://aussievoip.com.au/wiki/freePBX-Features http://aussievoip.com.au/wiki/freePBX-Features] | ||
+ | |||
+ | === How do I enable Attended Transfer? === | ||
+ | |||
+ | Update your features.conf file to reflect the settings below: | ||
+ | |||
+ | <pre> | ||
+ | [featuremap] | ||
+ | blindxfer => # ; Blind Transfer | ||
+ | disconnect => *9 ; Disconnect Call | ||
+ | automon => *0 ; One Touch Record | ||
+ | atxfer => * ; Attended Xfer | ||
+ | </pre> | ||
[[Category:VoIP]] | [[Category:VoIP]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Mac OS X]] | [[Category:Mac OS X]] |
Revision as of 23:06, 30 December 2006
To learn more about Asterisk and its partners you can visit their website at Asterisk.org.
Contents |
Introduction
Asterisk is an open source PBX system then runs on the Linux operating system.
I support Asterisk because of its price benefits and ease of expansion.
Some key features of Asterisk are listed below.
- Voicemail to eMail
- Softphone (Computer Based Phone) support
- Analog Phone Support (PSTN)
- ISDN PRI support for DID based routing
- VoIP support
Download
Hardware
Software
Tutorials
FAQs
How do I dial from the CLI?
You'll need chan_oss for that. chan_oss provides a "dial" command form the CLI that literally connects the sound card (via chan_oss) to the outgoing line. By including the module chan_oss, you'll find a new "dial" command on the CLI.
I configured a new IVR and clicked the check box that states "Enable Directory". When I call in and type # I get "I'm sorry, that's not a valid extension." What did I do wrong?
You must install Information Services, It provides a number of applications accessible by feature codes:
- Company directory
- Call Trace (last call information)
- Echo Test
- Speaking Clock
- Speak Current Extension Number
More info: http://aussievoip.com.au/wiki/freePBX-Features
How do I enable Attended Transfer?
Update your features.conf file to reflect the settings below:
[featuremap] blindxfer => # ; Blind Transfer disconnect => *9 ; Disconnect Call automon => *0 ; One Touch Record atxfer => * ; Attended Xfer
Categories: VoIP | Linux | Mac OS X