<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>ITrig - Asterisk</title>
    <link>http://www.itrig.de/</link>
    <description>Plattform für Open Source - Linux - IT Sicherheit</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.6-beta1 - http://www.s9y.org/</generator>
    
    <image>
    <url>rsslogo.png</url>
    <title>RSS: ITrig - Asterisk - Plattform für Open Source - Linux - IT Sicherheit</title>
    <link>http://www.itrig.de/</link>
    <width></width>
    <height></height>
</image>

<item>
    <title>Linphone 4.1 - freier VoIP Client</title>
    <link>http://www.itrig.de/index.php?/archives/2315-Linphone-4.1-freier-VoIP-Client.html</link>
            <category>Asterisk</category>
            <category>Debian Ubuntu</category>
            <category>Netzwerk</category>
            <category>OpenSource</category>
            <category>Tools</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2315-Linphone-4.1-freier-VoIP-Client.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2315</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2315</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Bereits vor ein paar Monaten ist Linphone 4.x erschienen. Der freie SIP Client hat eine dringend benötigte Oberflächenkur erhalten.&lt;/p&gt;

&lt;p&gt;Die Telefonie Software für Linux, Mac OS X und Windows basiert auf Qt 5.9 und hat neben der modernen UI eine intelligente Suchleiste erhalten. Diese erlaubt es Kontakte zu suchen, Chats zu starten oder Anrufe zu tätigen.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Linphone-Suchleiste&quot; class=&quot;serendipity_image_center&quot; src=&quot;http://www.itrig.de/uploads/Linphone-Suchleiste.png&quot; style=&quot;width:614px&quot; title=&quot;Linphone-Suchleiste&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Anrufe können nun auch via HD Video geführt werden, Konferenzen werden unterstützt, sowie Chats als Ergänzung zum Gespräch.&lt;br /&gt;
Zur Nachverfolgung wurde ein globaler Verlauf für Anrufe, Chats und Co integriert.&amp;#160;Die Software steht weiterhin unter GPLv2 Lizenz und somit frei zur Verfügung.&lt;/p&gt;

&lt;h2&gt;Installation unter Ubuntu, Mint und Elementary OS&lt;/h2&gt;

&lt;p&gt;Für Debian Systeme steht ein Repository zur Verfügung, welches allerdings nicht auf einem aktuellen Stand ist und nur Version 3.9.x anbietet:&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;sudo add-apt-repository ppa:linphone/release

sudo apt-get update

sudo apt-get install linphone&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;br /&gt;
Es besteht die Option das Programm selbst zu builden, bei mir sind allerdings die ersten Versuche gescheitert...in einer virtuellen Umgebung. Eventuell hat einer hier mehr Glück, mir fehlt dazu gerade etwas die Zeit.&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;sudo apt-get install git build-essential automake autoconf libtool   \
intltool libgtk2.0-dev libspeexdsp-dev libavcodec-dev libswscale-dev \
libx11-dev libxv-dev libgl1-mesa-dev libreadline-dev libgsm1-dev     \
libtheora-dev libsqlite3-dev libupnp-dev libsrtp0-dev open-vm-tools   \
open-vm-tools-dev cmake-* libmbedtls-dev libmbedtls-doc libmbedtls10   \
libcunit1 libcunit1-dev libantlr3c-dev libantlr3-runtime-java antlr3 \
libortp-dev libortp9 libmediastreamer-base3 libmediastreamer-dev     \
extra-cmake-modules yasm libv4l-dev libasound2-dev python-pip doxygen graphviz xcode ninja&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;git clone https://github.com/BelledonneCommunications/linphone-desktop.git
cd linphone-desktop
git submodule sync &amp;amp;&amp;amp; git submodule update --init --recursive
./prepare.py&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;make
sudo make install&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;!-- s9ymdb:2856 --&gt;&lt;img alt=&quot;Linphone_VoIP&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/Linphone_VoIP.png&quot; style=&quot;width:554px&quot; title=&quot;Linphone_VoIP&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;&lt;br /&gt;
Fazit&lt;/h2&gt;

&lt;p&gt;&lt;br /&gt;
Die Software hat mit der neuen Oberfläche eine riesen Schritt gemacht, auch die frischen Funktionen sind nicht zu verachten. Wie schon beim letzten Artikel über Linphone ist die Konkurrenz immer noch relativ klein. Ekiga 5 lässt weiterhin auf sich warten, X-Lite/Bria ist Closed Source. Lediglich Jitsi bietet ähnliche Funktionen.&amp;#160;&lt;/p&gt;

&lt;p&gt;Wer sichere Kommunikation für wichtig hält, ist mit Linphone relativ gut beraten, da es moderne Technologien wie zRTP, TLS und SRTP unterstützt.&lt;/p&gt;

&lt;p&gt;Bevor es keine Möglichkeit gibt Version 4.x via Repository zu beziehen, ist zumindest für Alltags Linux Nutzer die Einstiegshürde etwas hochgelegt. Windows und Mac Anwender, können allerdings bereits einen Installer laden, was ich für meinen ersten Test auch getan habe.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:2757 --&gt;&lt;a href=&quot;http://www.linphone.org&quot; target=&quot;_blank&quot; title=&quot;Linphone&quot;&gt;&lt;img alt=&quot;Download LinPhone&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/button.png&quot; style=&quot;width:161px&quot; title=&quot;Download LinPhone&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Thu, 07 Sep 2017 14:38:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2315-guid.html</guid>
    <category>elastix</category>
<category>installation</category>
<category>linphone</category>
<category>linphone 4</category>
<category>linux</category>
<category>netzwerk</category>
<category>opensource</category>
<category>repository</category>
<category>sip client</category>
<category>skype alternative</category>
<category>softphone</category>
<category>tools</category>
<category>videokonferenz</category>
<category>voip client</category>

</item>
<item>
    <title>Asterisk, Elastix - Deutsche Sprachpakete installieren</title>
    <link>http://www.itrig.de/index.php?/archives/2246-Asterisk,-Elastix-Deutsche-Sprachpakete-installieren.html</link>
            <category>Asterisk</category>
            <category>Debian Ubuntu</category>
            <category>Netzwerk</category>
            <category>OpenSource</category>
            <category>Programme</category>
            <category>Tipps</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2246-Asterisk,-Elastix-Deutsche-Sprachpakete-installieren.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2246</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2246</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Ich bin die Tage zufällig auf deutsche Sprachansagen für asteriskbasierte Telefonanlagen gestoßen. Diese möchte ich euch nicht vorenthalten.&lt;/p&gt;

&lt;p&gt;Über Google werden seit Langem viele Quellen für deutsche Sprachdateien gelistet (Stadt Pforzheim, usw.), diese sind aber leider veraltet, bzw. nicht mehr verfügbar.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:2651 --&gt;&lt;img alt=&quot;Asterisk&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/Asterisk_Logo.png&quot; style=&quot;width:248px&quot; title=&quot;Asterisk&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://http://www.asterisksounds.org/de&quot; target=&quot;_blank&quot; title=&quot;Asterisk Sound&quot;&gt;Asterisk Sound&lt;/a&gt; ist dagegen online, aktuell und lässt sich einfach via wget installieren.&lt;br /&gt;
Unter &lt;a href=&quot;http://http://www.asterisksounds.org/de&quot; target=&quot;_blank&quot; title=&quot;Asterisk Sound&quot;&gt;www.asterisksounds.org/de&lt;/a&gt; lassen sich deutsche Ansagen für die TK Anlage umsonst&amp;#160;herunterladen.&lt;/p&gt;

&lt;p&gt;Die Installation geht, wie bereits erwähnt recht einfach von der Hand&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;mkdir -p /var/lib/asterisk/sounds/de

cd /var/lib/asterisk/sounds/de

wget -O core.zip http://www.asterisksounds.org/de/download/asterisk-sounds-core-de-sln16.zip

wget -O extra.zip http://www.asterisksounds.org/de/download/asterisk-sounds-extra-de-sln16.zip

unzip *.zip

chown -R asterisk: /var/lib/asterisk/sounds/de

find /var/lib/asterisk/sounds/de -type d -exec chmod 0775 {} \&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;br /&gt;
Danach muss die neue Sprache in der Konfiguration hinterlegt werden, dazu genügt es eine Zeile in der sip Config Datei einzufügen.&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;nano /etc/asterisk/sip.conf

language=de&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Damit die Einstellungen greifen muss die Anlage neu gestartet werden.&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;amportal restart &lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Danach sollten alle Ansagen der Telefonanlage auf Deutsch sein.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 15 Mar 2016 17:26:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2246-guid.html</guid>
    <category>ändern</category>
<category>asterisk</category>
<category>deutsche ansagen</category>
<category>deutsche sprachpakete</category>
<category>elastix</category>
<category>installieren</category>
<category>linux</category>
<category>netzwerk</category>
<category>opensource</category>
<category>programme</category>
<category>sprache</category>
<category>telefonanlage</category>
<category>tipps</category>
<category>umstellen</category>

</item>
<item>
    <title>Linphone 3.9  - Neuer Look und Funktionen für das VoIP Softphone</title>
    <link>http://www.itrig.de/index.php?/archives/2223-Linphone-3.9-Neuer-Look-und-Funktionen-fuer-das-VoIP-Softphone.html</link>
            <category>Asterisk</category>
            <category>Debian Ubuntu</category>
            <category>Netzwerk</category>
            <category>OpenSource</category>
            <category>Programme</category>
            <category>Windows</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2223-Linphone-3.9-Neuer-Look-und-Funktionen-fuer-das-VoIP-Softphone.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2223</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2223</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;&lt;strong&gt;Linphone&lt;/strong&gt; ist ein MultiVoIP Client für den Desktop und mobile Systeme. Er zeichnet sich durch seine breite Plattformunterstützung, aber auch durch die vielen Funktionen aus.&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Internettelefonie (SIP)&lt;/li&gt;
    &lt;li&gt;Videotelefonie (Vollbild)&lt;/li&gt;
    &lt;li&gt;Konferenzen&lt;/li&gt;
    &lt;li&gt;Verfügbarkeit&lt;/li&gt;
    &lt;li&gt;Adressbuch&lt;/li&gt;
    &lt;li&gt;Gesprächsaufzeichnung&lt;/li&gt;
    &lt;li&gt;Instant Messaging (XMPP)&lt;/li&gt;
    &lt;li&gt;Verschlüsselung (ZRTP, TLS, SRTP)&lt;/li&gt;
    &lt;li&gt;HD Audio (G722) und HD Video&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Bereits letzte Woche wurde eine neue Version des OpenSource Client für IP Telefonie veröffentlicht.&lt;br /&gt;
Offentsichtlichste Neuerung ist die modernere Oberfläche, welche Linphone deutlich auffrischt, aber dennoch&amp;#160;Luft nach oben lässt.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:2570 --&gt;&lt;img alt=&quot;Linphone_logo&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/Linphone_logo.png&quot; style=&quot;width:290px&quot; title=&quot;Linphone_logo&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Die Funktionen der neuen &lt;strong&gt;Version 3.9&lt;/strong&gt; wurden um MKV Container zur Videospeicherung erweitert. Im Chatfenster stehen nun klickbare URLs zur Verfügung und während eines Gesprächs kann die Lautstärke angepasst werden.&lt;/p&gt;

&lt;h2&gt;Installation unter Ubuntu, Mint und&amp;#160;&lt;strong&gt;Elementary OS&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;Für Debian Systeme steht ein Repository zur Verfügung.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;sudo add-apt-repository ppa:linphone/release&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install linphone&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Eine Deinstallation läuft ähnlich ab.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;sudo add-apt-repository --remove ppa:linphone/release&lt;br /&gt;
sudo apt-get remove linphone&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;Vorher&lt;/h2&gt;

&lt;p&gt;&lt;!-- s9ymdb:2572 --&gt;&lt;img alt=&quot;linphone_alt&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/linphone_alt.png&quot; style=&quot;width:400px&quot; title=&quot;linphone_alt&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;Nachher&lt;/h2&gt;

&lt;p&gt;&lt;!-- s9ymdb:2574 --&gt;&lt;img alt=&quot;linphone_neu&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/linphone_neu.png&quot; style=&quot;width:400px&quot; title=&quot;linphone_neu&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;Fazit&lt;/h2&gt;

&lt;p&gt;Eine verbesserte Oberfläche bringt dem Desktop Client durchaus Punkte.&amp;#160;Linphone kann aber in punkto Design nicht ganz zu kommerziellen Produkten wie x-lite/bria aufschließen.&amp;#160;&lt;br /&gt;
Im Hinblick auf die Funktionen, welche allesamt frei zur Verfügung stehen, ist der Client neben Ekiga 4 (letzte Version von 2013) dennoch konkurrenzlos auf dem OpenSource Softphone Markt.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Durch die Vielfalt bzw. Verfügbarkeit von Linphone auf Linux, Windows, MacOS, Android, Windows Phone oder als Webdienst kann das Softphone nur empfohlen werden.&lt;/p&gt;

&lt;h2&gt;Download für alle Systeme&lt;/h2&gt;

&lt;p&gt;&lt;!-- s9ymdb:2165 --&gt;&lt;a href=&quot;http://www.linphone.org/technical-corner/linphone/downloads&quot; target=&quot;_blank&quot; title=&quot;Linphone Download&quot;&gt;&lt;img alt=&quot;Download Linphone&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;http://www.itrig.de/uploads/button_alt 161w&quot; src=&quot;http://www.itrig.de/uploads/button_alt.png&quot; style=&quot;width:168px&quot; title=&quot;Download Linphone&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 11 Nov 2015 11:40:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2223-guid.html</guid>
    <category>ekiga</category>
<category>elastix</category>
<category>hd audio</category>
<category>installation</category>
<category>ip telefon</category>
<category>linphone</category>
<category>linux</category>
<category>netzwerk</category>
<category>opensource</category>
<category>programm</category>
<category>programme</category>
<category>softphone</category>
<category>ubuntu</category>
<category>verschlüsselung</category>
<category>videotelefonie</category>
<category>voip-client</category>
<category>windows</category>

</item>
<item>
    <title>Openfire XMPP Server - Update oder Installation der neuen Version 3.10 unter Ubuntu oder CentOS</title>
    <link>http://www.itrig.de/index.php?/archives/2177-Openfire-XMPP-Server-Update-oder-Installation-der-neuen-Version-3.10-unter-Ubuntu-oder-CentOS.html</link>
            <category>Asterisk</category>
            <category>CentOS</category>
            <category>Debian Ubuntu</category>
            <category>Netzwerk</category>
            <category>OpenSource</category>
            <category>Tools</category>
            <category>Web</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2177-Openfire-XMPP-Server-Update-oder-Installation-der-neuen-Version-3.10-unter-Ubuntu-oder-CentOS.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2177</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2177</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Vor ca. einem Jahr wurde die letzte Version des freien XMPP Servers Openfire veröffentlicht.&lt;br /&gt;
Mit der nun erschienenen 3.10 wurde ein Menge an Änderungen und Verbesserungen vorgenommen.&lt;br /&gt;
An der leicht zu bedienenden Oberfläche hat sich nicht allzu viel getan, die meisten Anpassungen wurden unter der Haube vorgenommen. Siehe &lt;a href=&quot;http://www.igniterealtime.org/builds/openfire/docs/latest/changelog.html&quot; target=&quot;_blank&quot; title=&quot;Openfire Changelog&quot;&gt;Changelog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:2365 --&gt;&lt;img alt=&quot;openfire&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/openfire.png&quot; style=&quot;width:600px&quot; title=&quot;openfire&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Interessanteste Neuerungen der aktuellen Version ist die Unterstützung der&amp;#160;&lt;a href=&quot;http://itrig.de/index.php?/archives/2147-Jitsi-Meet-Eigenen-Server-fuer-Videokonferenzen-auf-Ubuntu-installieren.html&quot; target=&quot;_blank&quot; title=&quot;Jitsi Meet Server&quot;&gt;hier&lt;/a&gt;&amp;#160;(als standalone Version)&amp;#160;bereits vorgestellten Jitsi Meet und Videobridge Funktion. (Die Firma hinter Jitsi wurde übrigens von Atlassian gekauft)&lt;/p&gt;

&lt;p&gt;Die Entwickler rund um den XMPP Server haben&amp;#160;ein neues Plugin unter dem Namen &lt;a href=&quot;http://www.igniterealtime.org/projects/openfire/plugins.jsp&quot; target=&quot;_blank&quot; title=&quot;Openfire Meetings&quot;&gt;Openfire Meetings&lt;/a&gt; veröffentlicht, welches auf Jitsi Meet basiert und in Zukunft Videokonferenzen über den Server ermöglichen soll.&lt;/p&gt;

&lt;p&gt;Da es heute&amp;#160;um die Installation des XMPP Servers selbst geht, wird Openfire Meetings eventuell Teil eines eigenen Artikels.&lt;/p&gt;

&lt;p&gt;Nun zum Update des bestehenden Servers oder der Installation eines Neuen.&lt;/p&gt;

&lt;h2&gt;Installation oder Update auf Openfire 3.10 unter Ubuntu&lt;/h2&gt;

&lt;h3&gt;Backup der alten Installation erstellen&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;sudo mkdir -p /opt/openfire_bak&lt;br /&gt;
sudo cp /opt/openfire /opt/openfire_bak&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;Datenbank sichern&lt;/h3&gt;

&lt;p&gt;Der Befehlssatz ist für eine MySQL Datenbank gültig, Postgresql verwendet für diesen Zweck pg_dump.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;mysqldump -p [datenbankname] -u [username] &amp;gt; /home/user/openfire_bak.sql&lt;br /&gt;
Enter password:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;Download und Installation&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;wget -O openfire_3_10_0.tar.gz &quot;http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3_10_0.tar.gz&quot;&lt;br /&gt;
tar -xvf openfire_3_10_0.tar.gz&lt;br /&gt;
mv openfire /opt&lt;br /&gt;
sudo /opt/openfire/bin/openfire start&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Alternativ kann auch einfach das openfire_3.10.0_all.deb Paket installiert werden.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;wget -O openfire_3.10.0_all.deb &quot;http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3.10.0_all.deb&quot;&lt;br /&gt;
sudo dpkg -i openfire_3.10.0_all.deb&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;Installation oder Update von Openfire 3.10 unter CentOS&lt;/h2&gt;

&lt;p&gt;Hier gibt es eine ähnliche Vorgehensweise wie auf Ubuntu Systemen. Der Backup Vorgang ist natürlich gleich,&amp;#160;&lt;/p&gt;

&lt;h3&gt;Backup der alten Installation erstellen&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;sudo mkdir -p /opt/openfire_bak&lt;br /&gt;
sudo cp /opt/openfire /opt/openfire_bak&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;Datenbank sichern&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;mysqldump -p [datenbankname] -u [username] &amp;gt; /home/user/openfire_bak.sql&lt;br /&gt;
Enter password:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;Aktuelle Version herunterladen&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;wget -O openfire-3.10.0-1.i386.rpm &quot;http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire-3.10.0-1.i386.rpm&quot;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;Neueste Version installieren&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;sudo rpm -Uvf openfire-3.10.0-1.i386.rpm&lt;br /&gt;
&amp;#160; &amp;#160; &lt;em&gt;Vorbereiten der Pakete für die Installation...&lt;br /&gt;
&amp;#160; &amp;#160; openfire-3.10.0-1&lt;br /&gt;
&amp;#160; &amp;#160; Warnung: /opt/openfire/conf/openfire.xml erstellt als /opt/openfire/conf/openfire.xml.rpmnew&lt;br /&gt;
&amp;#160; &amp;#160; Warnung: /opt/openfire/resources/security/truststore erstellt als /opt/openfire/resources/security/truststore.rpmnew&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Die oben aufgeführten &amp;#160;Fehlermeldung tauchen nur bei einer bestehenden Installation auf, hier kann mit Hilfe von &quot;diff&quot; auf Änderungen geprüft werden.&lt;/p&gt;

&lt;p&gt;Sollte bereits ein Beta laufen, muss die Installation erzwungen werden&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;sudo rpm -Uvf --force openfire-3.10.0-1.i386.rpm&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;Konfiguration Openfire Server&lt;/h3&gt;

&lt;p&gt;Die Konfiguration erfolgt über die Weboberfläche&lt;strong&gt; http://localhost:9090&lt;/strong&gt;/ oder &lt;strong&gt;https://localhost:9091/&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:2367 --&gt;&lt;img alt=&quot;Openfire-Login&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/Openfire-Login.jpg&quot; style=&quot;width:455px&quot; title=&quot;Openfire-Login&quot; /&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Thu, 07 May 2015 13:30:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2177-guid.html</guid>
    <category>3.10</category>
<category>centos</category>
<category>einsteiger</category>
<category>elastix</category>
<category>installation</category>
<category>jabber</category>
<category>linux</category>
<category>netzwerk</category>
<category>openfire</category>
<category>openfire meetings</category>
<category>opensource</category>
<category>plugins</category>
<category>server</category>
<category>tools</category>
<category>ubuntu</category>
<category>update</category>
<category>web</category>
<category>xmpp</category>

</item>
<item>
    <title>Elastix - Neues Zertifikat erstellen und einbinden</title>
    <link>http://www.itrig.de/index.php?/archives/2123-Elastix-Neues-Zertifikat-erstellen-und-einbinden.html</link>
            <category>Asterisk</category>
            <category>CentOS</category>
            <category>Netzwerk</category>
            <category>Sicherheit</category>
            <category>Tipps</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2123-Elastix-Neues-Zertifikat-erstellen-und-einbinden.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2123</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2123</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Ein neues Zertifikat für eine Elastix Maschine ist hin und wieder fällig. Bekanntlich handelt es sich dabei um ein CentOS System mit Apache, welches somit recht einfach mit einem neuen Zertifikat versehen werden kann. Praktisch geht das sogar mit einem Oneliner.&lt;/p&gt; 

&lt;blockquote style=&quot;margin: 0px 0px 0px 40px;&quot;&gt; 
&lt;p&gt;&lt;font size=&quot;2&quot;&gt;openssl req -x509 -nodes -sha256 -days 1825 -newkey rsa:4096 -keyout /etc/pki/tls/private/localhost.key -out /etc/pki/tls/certs/localhost.crt
&lt;br /&gt;-subj &amp;quot;&lt;/font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/
CN=localhost.localdomain/emailAddress=root@localhost.localdomain&amp;quot;&lt;/span&gt;&lt;/p&gt; 
&lt;/blockquote&gt; 

&lt;p&gt;&lt;span style=&quot;font-size: 9.5pt;&quot;&gt;Damit erzeugt ihr ein neues Zertifikat, welches auch gleich richtig eingebunden wird, aber&amp;#160;&lt;/span&gt;&lt;strong&gt;Vorsicht&lt;span style=&quot;font-size: 9.5pt;&quot;&gt;, die vorhandenen Zertifikate werden mit diesem Befehl überschrieben.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; 

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;!-- s9ymdb:2084 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;314&quot; height=&quot;121&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/Elastix.png&quot; title=&quot;Elastix - Neues Zertifikat erstellen und einbinden&quot; alt=&quot;Elastix&quot; /&gt; &lt;/p&gt; 

&lt;p&gt;Solltet ihr andere Dateinamen verwenden, dann muss der Pfad in der Konfiguration zusätzlich angepasst werden&lt;/p&gt; 

&lt;blockquote style=&quot;margin: 0px 0px 0px 40px;&quot;&gt; 
&lt;p&gt;sudo nano /etc/httpd/conf.d/ssl.conf&lt;/p&gt; 
&lt;blockquote style=&quot;margin: 0px 0px 0px 40px; border: none; padding: 0px;&quot;&gt; 
&lt;p&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&amp;#160;SSLCertificateFile /ich/bin/der/pfad/neues_cert.crt&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;sudo service httpd restart&amp;#160;&lt;/p&gt; 
&lt;/blockquote&gt; 

&lt;blockquote style=&quot;margin: 0px 0px 0px 40px;&quot;&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;/blockquote&gt;
 
    </content:encoded>

    <pubDate>Fri, 23 Jan 2015 15:42:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2123-guid.html</guid>
    <category>aktualisieren</category>
<category>asterisk</category>
<category>befehlt</category>
<category>centos</category>
<category>elastix</category>
<category>erneuern</category>
<category>erstellen</category>
<category>netzwerk</category>
<category>sicherheit</category>
<category>sip</category>
<category>tipps</category>
<category>zertifikat</category>

</item>

</channel>
</rss>
