<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LEXO &#124; We don&#039;t learn for the school, we learn for life. &#187; Asterisk IP-PBX</title>
	<atom:link href="http://lexo.mx/category/voip/asterisk-ip-pbx-voip/feed/" rel="self" type="application/rss+xml" />
	<link>http://lexo.mx</link>
	<description>Non scholae, sed vitae discimus</description>
	<lastBuildDate>Thu, 12 May 2011 01:07:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Asterisk, DAHDI and Slackware 13.1</title>
		<link>http://lexo.mx/2011/01/14/asterisk-dahdi-and-slackware-13-1/</link>
		<comments>http://lexo.mx/2011/01/14/asterisk-dahdi-and-slackware-13-1/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 00:08:44 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=1497</guid>
		<description><![CDATA[There&#8217;s just a &#8220;issue&#8221; for better configuration of Asterisk PBX/DAHDI with OpenVox A400P card under Slackware GNU/Linux 13.1 and here we&#8217;re going to see how to fix it. Lets go&#8230; Obviously, we need to install first (this isn&#8217;t a topic of installation): DAHDI Asterisk For setup the card OpenVox A400P we need to disable these [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s just a &#8220;issue&#8221; for better configuration of Asterisk PBX/DAHDI with OpenVox A400P card under Slackware GNU/Linux 13.1 and here we&#8217;re going to see how to fix it.</p>
<p>Lets go&#8230; Obviously, we need to install first (this isn&#8217;t a topic of installation):<br />
DAHDI<br />
Asterisk</p>
<p>For setup the card OpenVox A400P we need to disable these modules (we need use wctdm module of DAHDI):</p>
<p>hisax<br />
netjet</p>
<p>So well, we just add these next lines into /etc/modprobe.d/blacklist.conf and next boot there won&#8217;t be more conflicts between these modules. </p>
<p><code>blacklist netjet<br />
blacklist hisax</code></p>
<p>And that&#8217;s all, now we can configure/start the Asterisk IP PBX.</p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2011/01/14/asterisk-dahdi-and-slackware-13-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRUID &#8211; voiceroute open source</title>
		<link>http://lexo.mx/2010/09/06/druid-voiceroute-open-source/</link>
		<comments>http://lexo.mx/2010/09/06/druid-voiceroute-open-source/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 22:17:40 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=1346</guid>
		<description><![CDATA[Druid is an open source unified communications platform, built around technology such as Asterisk, IMAP, XMPP. Druid gives your organization access to the best available IP communications platform that bringing together voicemail, VOIP, mobile phone, faxes and instant messaging. Source: http://www.voiceroute.org]]></description>
			<content:encoded><![CDATA[<p>Druid is an open source unified communications platform, built around technology such as Asterisk, IMAP, XMPP. Druid gives your organization access to the best available IP communications platform that bringing together voicemail, VOIP, mobile phone, faxes and instant messaging.</p>
<p>Source:<br />
<a href="http://www.voiceroute.org">http://www.voiceroute.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2010/09/06/druid-voiceroute-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Asterisk PBX to Control your Arduino</title>
		<link>http://lexo.mx/2009/12/10/using-asterisk-pbx-to-control-your-arduino/</link>
		<comments>http://lexo.mx/2009/12/10/using-asterisk-pbx-to-control-your-arduino/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:54:26 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=867</guid>
		<description><![CDATA[I was searching something about integration of Arduino with Asterisk PBX and I found this interesting article: Using Asterisk to Control your Arduino This article is how to control Arduino over Ethernet using Asterisk PBX, making a call and controlling over it comm channel. So then, you can make a IVR and control your Arduino [...]]]></description>
			<content:encoded><![CDATA[<p>I was searching something about integration of Arduino with Asterisk PBX and I found this interesting article:</p>
<p> <a href="http://www.nerdybynature.com/index.php/2009/03/using-asterisk-to-controll-your-arduino/">Using Asterisk to Control your Arduino</a></p>
<p>This article is how to control Arduino over Ethernet using Asterisk PBX, making a call and controlling over it comm channel. </p>
<p>So then, you can make a IVR and control your Arduino calling it wherever you are. </p>
<p><code><br />
<object width="325" height="244"><param name="movie" value="http://www.youtube.com/v/zOnF97u8OwQ&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/zOnF97u8OwQ&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object><br />
</code></p>
<p>Source:<br />
<a href="http://www.nerdybynature.com/index.php/2009/03/using-asterisk-to-controll-your-arduino">http://www.nerdybynature.com/index.php/2009/03/using-asterisk-to-controll-your-arduino</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2009/12/10/using-asterisk-pbx-to-control-your-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAHDI Linux 2.1.0.4 with OSLEC</title>
		<link>http://lexo.mx/2009/04/16/dahdi-linux-2104-with-oslec/</link>
		<comments>http://lexo.mx/2009/04/16/dahdi-linux-2104-with-oslec/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 21:55:56 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=587</guid>
		<description><![CDATA[Today I was installing DAHDI Linux 2.1.0.4 with OSLEC support and this is my little experience with it&#8230; I needed modify drivers/dahdi/Kbuild # Only enable this if you think you know what you&#8217;re doing. This is not # supported yet: obj-m += dahdi_echocan_oslec.o # # A quick and dirty way to build OSLEC, if you [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was installing DAHDI Linux 2.1.0.4 with OSLEC support and this is my little experience with it&#8230;</p>
<p>I needed modify drivers/dahdi/Kbuild</p>
<p># Only enable this if you think you know what you&#8217;re doing. This is not<br />
# supported yet:<br />
obj-m += dahdi_echocan_oslec.o<br />
#<br />
# A quick and dirty way to build OSLEC, if you happened to place it<br />
# yourself in the dahdi source tree. This is experimental. See README<br />
# regarding OSLEC.<br />
#obj-m += ../staging/echo/<br />
obj-m += ../staging/echo/echo.o</p>
<p>After I did it, I needed copy echo directory from the kernel linux-2.6.28.7 sources indahdi-linux-2.1.0.3/drivers/staging</p>
<p>cd  dahdi-linux-2.1.0.3/<br />
mkdir drivers/staging<br />
cp -r /usr/src/linux-2.6.28.7/drivers/staging/echo drivers/staging</p>
<p>So&#8230; I installed the package and enabled the card with OSLEC echo canceller.</p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2009/04/16/dahdi-linux-2104-with-oslec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telular Axesstel  AXW-T800 y Asterisk IP-PBX</title>
		<link>http://lexo.mx/2008/10/15/telular-axesstel-axw-t800-y-asterisk-ip-pbx/</link>
		<comments>http://lexo.mx/2008/10/15/telular-axesstel-axw-t800-y-asterisk-ip-pbx/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 22:40:10 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=193</guid>
		<description><![CDATA[Los últimos días he estado realizando algunas pruebas de integración de este equipo (Axesstel AXW-T800) con Asterisk IP-PBX. Hasta hoy he tenido problemas con la detección del colgado. Cuando el usuario destino cuelga la llamada y el &#8220;llamante&#8221; queda a la espera(sin colgar), obtiene tono para una nueva llamada. Haciendo imposible una tarificación correcta de [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lexo.lx-networks.net/wp-content/gallery/telephony/axesstel2.jpg"><img class="ngg-singlepic ngg-right alignright" style="border: 0pt none; margin: 0px 3px;" src="http://lexo.lx-networks.net/wp-content/gallery/telephony/thumbs/thumbs_axesstel2.jpg" alt="axesstel2.jpg" width="100" height="75" /></a> Los últimos días he estado realizando algunas pruebas de integración de este equipo (Axesstel  AXW-T800) con Asterisk IP-PBX. Hasta hoy he tenido problemas con la detección del colgado. Cuando el usuario destino cuelga la llamada y el &#8220;llamante&#8221; queda a la espera(sin colgar), obtiene tono para una nueva llamada. Haciendo imposible una tarificación correcta de la llamada en estos casos.</p>
<p>Características del equipo:<br />
Tecnología CDMA<br />
2 puertos RJ-11 (FAX/TEL)<br />
Opciones para FAX<br />
Capacidad para conectar a la Internet (CDMA 1xTTR).</p>
<p>Dentro de las pruebas que he realizado, he conectado directo al telular un teléfono &#8220;analógico&#8221;; para determinar si aun así continua regenerándose el tono que permite realizar una nueva llamada. Y en efecto me ha dado el mismo resultado.</p>
<p>He mirado el manual, y no he encontrado alguna función que me corte por completo el canal; cuando el otro extremo cuelga. Así que aparentemente como conclusión este equipo no tendría un buen funcionamiento con Asterisk IP-PBX.</p>
<p>Nota: Las pruebas se han realizado con ayuda de una clona FXO.</p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2008/10/15/telular-axesstel-axw-t800-y-asterisk-ip-pbx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PBX in a Flash, una alternativa a Trixbox</title>
		<link>http://lexo.mx/2008/10/07/pbx-in-a-flash-una-alternativa-a-trixbox/</link>
		<comments>http://lexo.mx/2008/10/07/pbx-in-a-flash-una-alternativa-a-trixbox/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 18:40:26 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=161</guid>
		<description><![CDATA[http://www.asteriskvoipnews.com/asterisk_news/nerd_vittles_leaves_trixbox_and_annouces_pbxinaflash.html
http://www.linux-itt.com/2007/11/trixbox.html
http://nerdvittles.com/index.php?p=196
http://nerdvittles.com]]></description>
			<content:encoded><![CDATA[<p>No soy muy adepto a este tipo de sistemas integrados con sus webmin y mas monadas para su administración; aunque confieso que en algún momento he llegad a instalar un Tixbox para un cliente. El caso es que apenas hoy me entero de la existencia de este proyecto llamado &#8220;PBX in a Flash&#8221;, mantenido principalmente por <a href="http://nerdvittles.com">Ward Mundy</a>; que fuera uno de los principales desarrolladores del proyecto Trixbox.</p>
<p><a href="http://www.pbxinaflash.net/">Web Site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2008/10/07/pbx-in-a-flash-una-alternativa-a-trixbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Leer una extension y generando tono dial</title>
		<link>http://lexo.mx/2008/08/11/leer-una-extension-y-generando-tono-dial/</link>
		<comments>http://lexo.mx/2008/08/11/leer-una-extension-y-generando-tono-dial/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 18:42:11 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=65</guid>
		<description><![CDATA[A expensas de que existen otros métodos, ahora explicare un método que he utilizado para mis usuarios que estas acostumbrados a aquellos antiguos métodos donde antes de teclear alguna extensión esperan escuchar el tono que les indica que tienen linea(pudiendo ser una agradable grabación que les pida la extensión jeje). Se me ha ocurrido hacer [...]]]></description>
			<content:encoded><![CDATA[<p>A expensas de que existen otros métodos, ahora explicare un método que he utilizado para mis usuarios que estas acostumbrados a aquellos antiguos métodos donde antes de teclear alguna extensión esperan escuchar el tono que les indica que tienen linea(pudiendo ser una agradable grabación que les pida la extensión jeje).</p>
<p>Se me ha ocurrido hacer esto con la ayuda del comando <strong>DISA()</strong>, teniendo en cuenta que no es uno de los mejores métodos pero hasta hoy me funciona <img src='http://lexo.mx/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>Ejemplo:</p>
<blockquote><p>[contexto-0]<br />
exten =&gt; _X.,1,Playback(marcando)</p>
<p>[example]<br />
exten =&gt; 0,1,DISA(no-password|contexto)<br />
exten =&gt; 0,n,Hangup</p></blockquote>
<p>Aquellos usuarios que pertenezcan al contexto <strong>example</strong>, al marcar 0 escucharan su clásico tono que les hace entender que tienen tono para marcar, dándoles acceso al <strong>contexto-0</strong> donde buscara la extensión que marque el usuario. Así no extrañaran el clásico tono que les hace entender que pueden marcar el numero deseado.</p>
<p>Podemos ayudarnos de <strong>Set(TIMEOUT(digit)=10)</strong> y <strong>Set(TIMEOUT(response)=10)</strong>para darle mas tiempo al usuario para teclear el numero.</p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2008/08/11/leer-una-extension-y-generando-tono-dial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generando tonos en nuesto Asterisk dialplan</title>
		<link>http://lexo.mx/2008/08/11/generando-tonos-en-nuesto-asterisk-dialplan/</link>
		<comments>http://lexo.mx/2008/08/11/generando-tonos-en-nuesto-asterisk-dialplan/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 17:46:27 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=62</guid>
		<description><![CDATA[Para aquellos que por alguna razón ocupen generar determinado tono en su dialplan tenemos el siguiente comando que nos hace el trabajo: Playtones(tono) Donde tono lo sustituimos por alguno de nuestra lista de indications.conf ya sea por el nombre del tono o especificando la frecuencia del tono que querríamos. Ejemplo: [example] exten =&#62; 123,1,Playtones(dial) exten [...]]]></description>
			<content:encoded><![CDATA[<p>Para aquellos que por alguna razón ocupen generar determinado tono en su dialplan tenemos el siguiente comando que nos hace el trabajo:</p>
<p><strong>Playtones(tono)</strong> Donde tono lo sustituimos por alguno de nuestra lista de indications.conf ya sea por el nombre del tono o especificando la frecuencia del tono que querríamos.</p>
<p>Ejemplo:</p>
<blockquote><p>[example]<br />
exten =&gt; 123,1,Playtones(dial)<br />
exten =&gt; 123,n,Wait(5)</p></blockquote>
<p>Es así como podemos conseguir que la extensión 123 nos genere el tono <em>dial</em> durante 5 segundos.</p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2008/08/11/generando-tonos-en-nuesto-asterisk-dialplan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>check_zaptel plugin</title>
		<link>http://lexo.mx/2008/08/06/check_zaptel/</link>
		<comments>http://lexo.mx/2008/08/06/check_zaptel/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 03:59:21 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=59</guid>
		<description><![CDATA[check_zaptel nagios plugin Es un plugin de nagios monitor que nos permite checar el estado de nuestros dispositivos zaptel. Como indica en su pagina el plugin hace uso del famoso /proc/zaptel encargado de darnos información de nuestros dispositivos zaptel. Para aquellos que quieran hacer uso de este plugin aqui les dejo el link del plugin. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>check_zaptel nagios plugin</strong></p>
<p>Es un plugin de nagios monitor que nos permite checar el estado de nuestros dispositivos zaptel. Como indica en su pagina el plugin hace uso del famoso /proc/zaptel encargado de darnos información de nuestros dispositivos zaptel.</p>
<p>Para aquellos que quieran hacer uso de este plugin aqui les dejo el link del plugin.<br />
<a href="http://www.uptime.it/mywiki/CheckZaptel">http://www.uptime.it/mywiki/CheckZaptel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2008/08/06/check_zaptel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAT y QUALIFY en Asterisk</title>
		<link>http://lexo.mx/2008/06/19/nat-y-qualify-en-asterisk/</link>
		<comments>http://lexo.mx/2008/06/19/nat-y-qualify-en-asterisk/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 16:36:23 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=28</guid>
		<description><![CDATA[Normalmente cuando manejamos NAT presente en Asterisk es muy necesario hacer uso de la opción qualify en nuestro sip.conf para nuestros peers que se encuentren en situaciones de NAT, osea detrás de un NAT pues. ¿Y porque es útil? Al hacer uso de qualify Asterisk enviara periódicamente un comando de SIP OPTIONS(rápidamente digamos que es [...]]]></description>
			<content:encoded><![CDATA[<p>Normalmente cuando manejamos NAT presente en Asterisk es muy necesario hacer uso de la opción qualify en nuestro sip.conf para nuestros peers que se encuentren en situaciones de NAT, osea detrás de un NAT pues.</p>
<p>¿Y porque es útil?<br />
Al hacer uso de qualify Asterisk enviara periódicamente un comando de SIP OPTIONS(rápidamente digamos que es un tipo de ping) para determinar si el usuario continua online. En caso de no responder dentro del tiempo determinado(sea el default o definido por uno mismo) Asterisk pondrá al usuario ofline para llamadas futuras. Así de esta forma hacemos que Asterisk mantenga abierta la sesión UDP de un usuario(peer) que se encuentra detras de un NAT, de tal manera que es usada en conjunto con la opción nat=yes.</p>
<p>Sintaxis de qualify:<br />
 qualify=xxx|no|yes</p>
<p>Esta opción por defecto se encuentra es qualify=no, pero podemos definir en yes donde el timeout manejado es de 2 segundos, o en el ultimo de los casos definir nosotros el timeout en segundos.</p>
<p>Saludos. </p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2008/06/19/nat-y-qualify-en-asterisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hangup a channel</title>
		<link>http://lexo.mx/2008/06/04/hangup-a-channel/</link>
		<comments>http://lexo.mx/2008/06/04/hangup-a-channel/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 18:46:32 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=23</guid>
		<description><![CDATA[If you&#8217;re thinking&#8230; &#8220;How can I kill an active call?&#8221; you can try it with: &#8220;soft hangup&#8221; asterisk*CLI&#62; help soft soft hangup Request a hangup on a given channel Do you know how to see the list of active channels? asterisk*CLI&#62; core show channels How to kill an active call? sasterisk*CLI&#62; soft hangup SIP/54028-0b864c40]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re thinking&#8230; &#8220;How can I kill an active call?&#8221; you can try it with: &#8220;soft hangup&#8221;</p>
<p>asterisk*CLI&gt; help soft<br />
soft hangup  Request a hangup on a given channel</p>
<p>Do you know how to see the list of active channels?<br />
asterisk*CLI&gt;  core show channels</p>
<p>How to kill an active call?<br />
sasterisk*CLI&gt;  soft hangup SIP/54028-0b864c40</p>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2008/06/04/hangup-a-channel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk ChanSpy() el espia</title>
		<link>http://lexo.mx/2007/09/09/asterisk-chanspy-el-espia/</link>
		<comments>http://lexo.mx/2007/09/09/asterisk-chanspy-el-espia/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 15:31:20 +0000</pubDate>
		<dc:creator>lexo</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=9</guid>
		<description><![CDATA[¿Espirar las llamadas de tus usuarios SIP? CLARO!! /etc/asterisk/extensions.conf &#8211; [admin] exten =&#62; _*9.,1,ChanSpy(SIP/${EXTEN:2}) &#8211; Y ahora si a escuchar!!]]></description>
			<content:encoded><![CDATA[<div class="blog-body">
<p>¿Espirar las llamadas de tus usuarios SIP?<br />
CLARO!!</p>
<p>/etc/asterisk/extensions.conf<br />
&#8211;<br />
[admin]<br />
exten =&gt; _*9.,1,ChanSpy(SIP/${EXTEN:2})<br />
&#8211;</p>
<p>Y ahora si a escuchar!!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2007/09/09/asterisk-chanspy-el-espia/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Asterisk Page()</title>
		<link>http://lexo.mx/2007/05/08/asterisk-page/</link>
		<comments>http://lexo.mx/2007/05/08/asterisk-page/#comments</comments>
		<pubDate>Tue, 08 May 2007 15:48:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asterisk IP-PBX]]></category>

		<guid isPermaLink="false">http://lexo.lx-networks.net/?p=7</guid>
		<description><![CDATA[exten=&#62;_111XXXXXX,1,Set(USUARIOS=${EXTEN:3}) exten=&#62;_111XXXXXX,2,Set(USUARIO1=${USUARIOS:0:3}) exten=&#62;_111XXXXXX,3,Set(USUARIO2=${USUARIOS:4:3}) exten=&#62;_111XXXXXX,4,Page(SIP/${USUARIO1}&#38;SIP/${USUARIO2},qd) exten=&#62;_111XXXXXX,5,Hangup()]]></description>
			<content:encoded><![CDATA[<div class="blog-body">
<p>exten=&gt;_111XXXXXX,1,Set(USUARIOS=${EXTEN:3})<br />
exten=&gt;_111XXXXXX,2,Set(USUARIO1=${USUARIOS:0:3})<br />
exten=&gt;_111XXXXXX,3,Set(USUARIO2=${USUARIOS:4:3})<br />
exten=&gt;_111XXXXXX,4,Page(SIP/${USUARIO1}&amp;SIP/${USUARIO2},qd)<br />
exten=&gt;_111XXXXXX,5,Hangup()</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://lexo.mx/2007/05/08/asterisk-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

