ejabberd mod-client-asterisk is a module for ejabberd which connect to an Asterisk Management Interface listening to Call events. This allows the Jabber users to know about the call state of their buddies.
How to use mod-client-asterisk ?
* Put the file mod_client_
* Edit /etc/ejabberd/
{modules,
[
{mod_
{username, "USERNAME"},
{secret, "SECRET"},
{message, "TEXT"},
...
]}
]},
...
{mod_
...
{mod_vcard, []},
{mod_version, []}
]}.
SERVER_NAME and SERVER_PORT (without quotation mark) are the name of the pabx and the AMI port used (usually 5038),
USERNAME and SECRET (with quotation mark) are the parameters to connect to asterisk,
TEXT (with quotation mark) is the text shown in Jabber when the user makes a call,
NUM1, USER1 and DOMAIN (with quotation mark) are the phone number, the Jabber name and the jabber domain used of the first user.
You need the mod_shared_roster to be activated.
Project information
- Maintainer:
- ejabberd mod-client-asterisk devTeam
- Driver:
- Not yet selected
- Licence:
- GNU GPL v2
View full history Series and milestones
trunk series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- Erlang
All questions Latest questions
All packages Packages in Distributions
-
ejabberd source package in Sid
Version 23.01-1 uploaded
All blueprints Latest blueprints
-
Print the number of the caller
Registered -
Use LDAP to fetch the users' data
Registered