<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://ca.wiki.guifi.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
		<id>http://ca.wiki.guifi.net/w/index.php?action=history&amp;feed=atom&amp;title=Asterisk-GUI%2Fca</id>
		<title>Asterisk-GUI/ca - Historial de revisió</title>
		<link rel="self" type="application/atom+xml" href="http://ca.wiki.guifi.net/w/index.php?action=history&amp;feed=atom&amp;title=Asterisk-GUI%2Fca"/>
		<link rel="alternate" type="text/html" href="http://ca.wiki.guifi.net/w/index.php?title=Asterisk-GUI/ca&amp;action=history"/>
		<updated>2026-07-29T19:17:28Z</updated>
		<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
		<generator>MediaWiki 1.22.0</generator>

	<entry>
		<id>http://ca.wiki.guifi.net/w/index.php?title=Asterisk-GUI/ca&amp;diff=3874&amp;oldid=prev</id>
		<title>Al: Al ha mogut Asterisk-GUI a Asterisk-GUI/ca</title>
		<link rel="alternate" type="text/html" href="http://ca.wiki.guifi.net/w/index.php?title=Asterisk-GUI/ca&amp;diff=3874&amp;oldid=prev"/>
				<updated>2014-03-03T13:00:52Z</updated>
		
		<summary type="html">&lt;p&gt;Al ha mogut &lt;a href=&quot;/wiki/Asterisk-GUI&quot; class=&quot;mw-redirect&quot; title=&quot;Asterisk-GUI&quot;&gt;Asterisk-GUI&lt;/a&gt; a &lt;a href=&quot;/wiki/Asterisk-GUI/ca&quot; title=&quot;Asterisk-GUI/ca&quot;&gt;Asterisk-GUI/ca&lt;/a&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;←Versió més antiga&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revisió de 13:00, 3 març 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Cap diferència)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Al</name></author>	</entry>

	<entry>
		<id>http://ca.wiki.guifi.net/w/index.php?title=Asterisk-GUI/ca&amp;diff=85&amp;oldid=prev</id>
		<title>Al: 1 revisió:&amp;#32;Tercera importació des de wiki antic</title>
		<link rel="alternate" type="text/html" href="http://ca.wiki.guifi.net/w/index.php?title=Asterisk-GUI/ca&amp;diff=85&amp;oldid=prev"/>
				<updated>2009-05-23T20:43:38Z</updated>
		
		<summary type="html">&lt;p&gt;1 revisió: Tercera importació des de wiki antic&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;←Versió més antiga&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revisió de 20:43, 23 maig 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Cap diferència)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Al</name></author>	</entry>

	<entry>
		<id>http://ca.wiki.guifi.net/w/index.php?title=Asterisk-GUI/ca&amp;diff=84&amp;oldid=prev</id>
		<title>Ál a 13:35, 27 feb 2007</title>
		<link rel="alternate" type="text/html" href="http://ca.wiki.guifi.net/w/index.php?title=Asterisk-GUI/ca&amp;diff=84&amp;oldid=prev"/>
				<updated>2007-02-27T13:35:55Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;per instal·lar la interfície gràfica web ho hem de fer des de [[subversion]], per això necessitarem el client:&lt;br /&gt;
 apt-get install subversion&lt;br /&gt;
anem al directori on volem descarregar el codi font (per exemple: &amp;lt;code&amp;gt;/usr/src&amp;lt;/code&amp;gt;)i possem:&lt;br /&gt;
 svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui&lt;br /&gt;
Després:&lt;br /&gt;
 ./configure&lt;br /&gt;
Si ens surt sense cap problema, llavors:&lt;br /&gt;
 make &amp;amp;&amp;amp; make install &amp;amp;&amp;amp; make samples&lt;br /&gt;
Si tenim algun problema potser es que ens falten paquets per instal·lar. Revisem el [[Asterisk|primer pas d'Asterisk]].&lt;br /&gt;
&lt;br /&gt;
Ara configurem els arxius per a poder activar el petit servidor http que porta asterisk-gui i l'autenticació per accedir:&lt;br /&gt;
*/etc/asterisk/http.conf&lt;br /&gt;
 [general]&lt;br /&gt;
 enabled=yes&lt;br /&gt;
 enablestatic=yes&lt;br /&gt;
*/etc/asterisk/manager.conf&lt;br /&gt;
 [general]&lt;br /&gt;
 displaysystemname = yes&lt;br /&gt;
 enabled = yes&lt;br /&gt;
 webenabled = yes&lt;br /&gt;
 port = 5038&lt;br /&gt;
 ;httptimeout = 60&lt;br /&gt;
 bindaddr = 0.0.0.0&lt;br /&gt;
 &lt;br /&gt;
 [admin]&lt;br /&gt;
 secret = ''contrasenya''&lt;br /&gt;
 read = system,call,log,verbose,command,agent,config&lt;br /&gt;
 write = system,call,log,verbose,command,agent,config&lt;br /&gt;
&lt;br /&gt;
Una vegada guardats, comprobem que tot ha anat bé:&lt;br /&gt;
 make checkconfig&lt;br /&gt;
i arrenquem asterisk:&lt;br /&gt;
 asterisk -vvvgc&lt;br /&gt;
Ara ja podem anar a correr l'script per acabar la configuració:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;''domini'':8088/asterisk/static/config/cfgbasic.html&lt;/div&gt;</summary>
		<author><name>Ál</name></author>	</entry>

	</feed>