|
|
|
|
@ -11,32 +11,37 @@ Introduction:
|
|
|
|
|
|
|
|
|
|
Each module or plug-in extends your system. Audio
|
|
|
|
|
plug-ins enable new codecs and file format whereby
|
|
|
|
|
application plug-ins implements the service's logic.
|
|
|
|
|
application plug-ins implement the service's logic.
|
|
|
|
|
|
|
|
|
|
You can easely extend Sems by creating your own plug-ins.
|
|
|
|
|
|
|
|
|
|
The following default applications are shipped with Sems :
|
|
|
|
|
|
|
|
|
|
* voicemail: records voice messages and mail them to the callee.
|
|
|
|
|
* voicemail: records voice messages and mails them as email
|
|
|
|
|
|
|
|
|
|
* conferencing: enables many people to talk together
|
|
|
|
|
at the same time.
|
|
|
|
|
at the same time
|
|
|
|
|
|
|
|
|
|
* announcement: plays an announcement.
|
|
|
|
|
* announcement: plays an announcement
|
|
|
|
|
|
|
|
|
|
* echo: test module echoing your voice.
|
|
|
|
|
* echo: test module echoing your voice
|
|
|
|
|
|
|
|
|
|
* mailbox: saves voicemails into an IMAP server. Users
|
|
|
|
|
can dial in to check their messages
|
|
|
|
|
|
|
|
|
|
* ann_b2b: plays ann announcement before connecting the callee
|
|
|
|
|
in b2bua mode
|
|
|
|
|
* ann_b2b: pre-call-announcement, plays an announcement before
|
|
|
|
|
connecting the callee in b2bua mode
|
|
|
|
|
|
|
|
|
|
* announce_transfer: pre-call-announcement, plays an announcement
|
|
|
|
|
and then transfers the caller
|
|
|
|
|
to the callee using REFER
|
|
|
|
|
|
|
|
|
|
* early_announce: pre-call announcement using early media (183)
|
|
|
|
|
|
|
|
|
|
* conf_auth: collect a PIN number, verify it against an
|
|
|
|
|
XMLRPC authentication server and connect in b2bua mode
|
|
|
|
|
|
|
|
|
|
* early_announce: announcement for early media (183)
|
|
|
|
|
|
|
|
|
|
* announce_auth: authenticated announcement
|
|
|
|
|
|
|
|
|
|
Sems only support patent free codecs. Which means that we won't support codecs
|
|
|
|
|
like g729. On the other hand, we have support for all important patent free
|
|
|
|
|
@ -81,8 +86,8 @@ Installation:
|
|
|
|
|
|
|
|
|
|
4. Start Ser:
|
|
|
|
|
|
|
|
|
|
Please read the Ser User's guide if you don't known
|
|
|
|
|
how to complete this stage.
|
|
|
|
|
Please read the Ser User's guide and doc/Configure-Sems-Ser-HOWTO
|
|
|
|
|
if you don't known how to complete this stage,
|
|
|
|
|
|
|
|
|
|
5. Start Sems:
|
|
|
|
|
|
|
|
|
|
@ -106,11 +111,12 @@ Troubleshooting:
|
|
|
|
|
|
|
|
|
|
Installed file using 'make install':
|
|
|
|
|
|
|
|
|
|
/usr/local/etc/sems/sems.conf : configuration file.
|
|
|
|
|
/usr/local/sbin/sems : Sems executable.
|
|
|
|
|
/usr/local/lib/sems/plug-in/* : plug-ins.
|
|
|
|
|
/usr/local/lib/sems/audio/* : default path for audio files.
|
|
|
|
|
/usr/local/sbin/sems : SEMS executable
|
|
|
|
|
/usr/local/lib/sems/plug-in/* : plug-ins
|
|
|
|
|
/usr/local/lib/sems/audio/* : default path for audio files
|
|
|
|
|
/usr/local/lib/sems/ivr/* : precompiled IVR scripts
|
|
|
|
|
/usr/local/etc/sems/sems.conf : configuration file
|
|
|
|
|
/usr/local/etc/sems/etc/* : modules configuration files
|
|
|
|
|
/usr/local/share/doc/sems/README : this README.
|
|
|
|
|
|
|
|
|
|
source_path/scripts/sems[.redhat] : example start-up scripts.
|
|
|
|
|
@ -121,7 +127,7 @@ Bug report & Contact:
|
|
|
|
|
|
|
|
|
|
If you have problems configuring Ser&Sems for your needs,
|
|
|
|
|
look at the support information on the Ser homepage (www.iptel.org/ser)
|
|
|
|
|
and the SEMS hoempage (www.iptel.org/sems).
|
|
|
|
|
and the SEMS homepage (www.iptel.org/sems).
|
|
|
|
|
The mailing lists (http://lists.iptel.org) for SEMS are the first
|
|
|
|
|
address to ask for help, report bugs and improvements.
|
|
|
|
|
|
|
|
|
|
@ -136,7 +142,8 @@ Authors:
|
|
|
|
|
Thanks goes to:
|
|
|
|
|
|
|
|
|
|
* Ulrich Abend (ullstar@iptel.org)
|
|
|
|
|
for his great debuging work and ISDN gateway.
|
|
|
|
|
for his great debuging work and ISDN gateway which
|
|
|
|
|
unfortunately did not make it into this version yet.
|
|
|
|
|
|
|
|
|
|
* Jiri Kuthan (jiri@iptel.org)
|
|
|
|
|
for the debuging work and help to implement
|
|
|
|
|
|