login | register
Thu 07 of Aug, 2008 [22:54 UTC]

voip-info.org

Discuss [3] History

Asterisk addons

Created by: schurig,Last modification on Fri 21 of Mar, 2008 [06:51 UTC] by pppeterd

Asterisk third party software


Also, there are the asterisk-addons package and other suplimentals from the Asterisk SVN repository.

Other items of interest in the Asterisk CVS repository are:
  • astcc - The Asterisk Calling Card Application
  • asterisk-addons - An addons package, which includes MySQL support for call detail records
  • asterisk-sounds - Additional sounds for Asterisk
  • btp - The Bluetooth Presence Daemon
  • gastman - The Graphical Asterisk call manager
  • iaxyprov - The IAXy provisioning utility

chan_capi

This allows you to talk to CAPI enabled ISDN BRI and PRI cards.
Older versions:
  This includes also zaprtc, a timer provider. For more info, see Asterisk timer.

chan_sccp

An alternative to chan_skinny.
The old url's for this project:


rate_engine

Does Least Cost Routing of calls based on entries in a MySQL table.

app_conference

An alternate conference application

app_dbodbc

A database interface where you store your dialplan into any unixODBC compatible database

app_dbquery

An application which lets you query a MySQL Database by the use of predefined queries. Does also include a configureable cdr backend.

app_dbrewrite

An application with which you can do perl regular expression and substitution based on rules stored in a mysql database

app_iconv

Character Conversion for use in the dialplan.

app_ldap

An interface to lookup data from LDAP directory servers for use in the dialplan.

Asterisk::LDAP - Perl module to generate Asterisk 1.0 configuration files from LDAP

  • Capable of generating extensions.conf, voicemail.conf, musiconhold.conf
  • Object Oriented style can be easily extended to provide customized output
  • Comes with example code, including ready-to-run script to update LDAP from externpass in voicemail.conf
  • Future versions will support more configuration files including sip.conf and iax.conf, meetme.conf, others
  • Home page: http://projects.alkaloid.net

app_notify

Network Caller Notification for use in Asterisk dialplan.


app_swift

Swift Text-to-Speech support for use in Asterisk dialplan.

res_bonjour

freely configurable Apple Bonjour(aka Rendezvous, aka Zeroconf) support.

app_pickup

app_pickup is part of bristuff. It is a channel independent call pickup and call stealing application which is used in the normal dialplan, like:

  exten => *8,1,PickUP()  ; uses the pickupgroup of the calling channel
or
  exten => *8,1,PickUp(1)  ; pick up from group 1

app_fastsms

Global SMS delivery, without using valuable PRI resources

app_valetparking


app_viaRadius

  • app_viaRadius is an application that brings Radius AAA capabilities on Asterisk

OrderlyQ

  • OrderlyQ is an extension to Asterisk Queues that lets callers hang up, and call back later without losing their place.

OrderlyStats

  • OrderlyStats - FREE Dedicated Real Time Call Centre Management and Statistics Package.


OrderlyCalls

  • OrderlyCalls is the successor to JAGIServer, and offers full support for FastAGI and Manager in an easy-to-use Named Service environment. Includes Web Deployer for developing integrated VOIP-HTML applications.

PyAstre - A python in the dialplan

  • Embedded Python interpreter
  • Python dialplan application
  • Python CDR handler
  • example XMLRPC interface to replace the manager protocol
  • Home page: http://www.magicphone.ca

py-Asterisk - Python Manager API client.


Fats - FATS is a Twisted & Fast Asterisk's Telephony Services.

  • Remote services for the dialplan handling using FastAGI protocol.
  • AMI services.
  • Twisted framework allow the Asterisk to interact with WEB 2.0, XMMP, MSN, IRC, SSL, SSH protocols.
  • Ladybug - service for the testing remote telepony services.
  • Home page: http://fats.burus.org

pbx_config_mgr - Dialplan Configuration Via Manager API


ICD

  • unified interface to call queues, agents and managers
  • see ICD

astcl

This allows you to configure Asterisk with the TCL control language. Currently (May 2004) just a proof-of-concept.

Calling Cards


CDR

CDR is the abbreviation for "call detail record"



FAX


GUI and Status Displays


Dialers


  • Snap A Windows dialer, supports Outlook, Word, Excel, and PowerPoint
  • Jon's Phone Tool (JPT): integrated desktop dialer for MacOS X with Asterisk support
  • Mac OSX AddressBook dialer included in app_notify package
  • Asterisk dialer FileMaker Plug-In for Mac OSX.
  • VICIDIAL dialer - Part of the astguiclient suite, a predictive dialer that runs on Win32 and Unix clients
  • Brotecs IAX based Soft-Phone with attractive feature includes Call Hold, Attendant/Unattendant transfer, Call forward, RFC2833 DTMF and NAT support. Soft-Phone has G723.1 and G729 codec along with G711(a-law and u-law) and GSM.
  • Star Outlook Dialer Automatically detects the numbers which you are going to dial while reading email. Click to dial from Microsoft Outlook 2007/2003 toolbar.




Prepaid Applications and Calling Cards


Zope

  • zTrix A Zope component that allows web applications to connect to the Asterisk Manager API

NPA-NXX LCA Map


Replacement Sound Files

These are replacement sound collections for /var/lib/asterisk/sounds to replace the default voice (Digium's Allison Smith).
  • Voice Vector Media - Free full voice-packs containing over 1,500 sound files in native sln, ulaw, alaw, and gsm formats. Inexpensive custom recording services are available to extend and customize the free voice-packs.

Other



ast_data

Allows you to read data in real time instead of manually re-configuring a series of .conf files and performing "reload" operations. Currently, ast_data provides real-time lookups for Extensions, SIP "friends", IAX "friends", and parts of the Voicemail system. Support for MySQL, PostgreSQL, and ODBC connections is already done and ready for you to use. Ast_data is designed to allow programmers to create any modules to access data from wherever they need to get it. Theoretically, this could be from a standard database, LDAP, or maybe even RADIUS.


Asterisk Zero Configuration Service (AZCS)

Provides a service to automate the installation and configuration of handsets. Once AZCS is installed on a network any handset plugged into a network point will be automatically configured. Within 60 seconds of the handset being plugged into the network the phone will be fully operational without any user or administrator intervention.
AZCS allows handset to be deployed and made operational by any staff member eliminating the need to have technical staff involved in simple adds and moves.

AZCS also works in environments which contain multiple handsets types from varying vendors.

For more information go to http://www.asteriskit.com.au/Page/Asterisk-Zero-Configuration-Service



Go back to Asterisk

Comments

Comments Filter
222

333app_notify

by stony999, Tuesday 09 of January, 2007 [20:44:04 UTC]
I manged to get it work under Windows with Visual Basic. Here is some minimum code needed:

Private Sub Form_Load()
    Dim nPort As Long
  Dim sOwnIP As String

  Winsock1.Protocol = sckUDPProtocol
  nPort = 40000
  sOwnIP = Winsock1.LocalIP
  Winsock1.Bind nPort, sOwnIP
End Sub

Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
  Dim TempData As String
  Winsock1.GetData TempData
  MsgBox TempData
End Sub
Be careful to place a winsock control named Winsock1 first onto your form.

This works fine for me.
222

333ast_data

by ZX81, Sunday 13 of November, 2005 [04:26:40 UTC]
The latest version of Asterisk pretty much includes it as The Asterisk Real Time Architecture
222

333ast_data doesn't work

by , Wednesday 13 of October, 2004 [06:42:42 UTC]
The link to the ast_data site doesn't work. It returns a 500 error.. Is there any other place i could download it?