Files
jami-daemon/www/features.php
2009-02-10 12:06:20 -05:00

62 lines
2.4 KiB
PHP

<?php
include('include/header.php');
?>
<div id="content">
<table class="pourcentWidth fonctionTabs" cellpadding="0" cellspacing="0">
<tbody valign="top">
<tr>
<td>
<img src="img/package.jpg" width="124" height="93" alt="" />
</td>
<td>
<p class="title alignLeft fntBleu">
Great User Experience
</p>
SFLphone now fully supports
<a href="http://www.pulseaudio.org">PulseAudio</a>
sound server so you could experience the great possibilities it offers (sound mixing, per application volume control, ...).
<br/>
The GTK+ graphical user interface provides you an intuitiv and easy way to phone, and, thanks to the integration of the GNOME desktop notification, you will never miss a call.
<br/>
</td>
</tr>
<tr>
<td>
<img src="img/robust.jpg" width="120" height="140" alt="" />
</td>
<td>
<p class="title alignLeft fntBleu">
Enterprise-class Features
</p>
<p>
SFLphone provides a great audio quality, supports G711a, G711u, GSM and speex audio codecs, audio conversation recording, voicemail notification, non-persistent call history and an account assistant manager.
<br/>
More than a simple softphone, SFLphone supports advanced enterprise-class call features: unlimited number of calls, call transfer and on/off hold option.
<br/>
Connect it to
<a href="http://www.asterisk.org">Asterisk</a>
PABX to get the best of it.
<br/>
</p>
</td>
</tr>
<tr>
<td>
</td>
<td>
<br/><br/>
<a href="http://dev.savoirfairelinux.net/sflphone/">more information ...</a> |
<a href="download.php"> download</a>
</td>
</tr>
</tbody>
</table>
</div>
<?php
include('include/footer.php');