<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Asterisk Pbx</title>
	<link>http://www.astblog.com</link>
	<description>asterisk pbx and voip tricks and tips</description>
	<lastBuildDate>Fri, 19 Feb 2010 01:33:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Dialplan injection vulnerability</title>
		<description>+------------------------------------------------------------------------+
   &#124; Description &#124; A common usage of the ${EXTEN} channel variable in a     &#124;
   &#124;             &#124; dialplan with wildcard pattern matches can lead to a     ...</description>
		<link>http://www.astblog.com/2010/02/18/dialplan-injection-vulnerability/</link>
			</item>
	<item>
		<title>Asterisk configuration templates. Use the (+) option</title>
		<description>Hi All

Today we will review the (+) sign in the asterisk configuration files.

This can be applied to any file under the /etc/asterisk directory.
[mycontext]

option1=value1

---- many others stuff ----

[mycontext] (+)

option2=value2
So, basically, in the same file, you can have the same context twice. If the two contexts have the same name and the ...</description>
		<link>http://www.astblog.com/2010/01/20/asterisk-configuration-templates-use-the-option/</link>
			</item>
	<item>
		<title>Asterisk : spy a conversation</title>
		<description>Hi everybody

Today, we will look at the ChanSpy application.

Let say you have channels coming on our asterisk and you want to be able

to hear what people are doing without them knowing that.

Then, Chanspy is for you.
ChanSpy
Synopsis
Listen in on a call.  Useful in a call center to monitor agents on ...</description>
		<link>http://www.astblog.com/2009/11/15/asterisk-spy-a-conversation/</link>
			</item>
	<item>
		<title>Install asterisk on ubuntu (apt-get)</title>
		<description>If you don't want to compile asterisk on ubuntu and you are already using a debian based system like ubuntu,

you can just apt-get asterisk


sudo apt-get update

sudo apt-get upgrade

sudo apt-get install astersisk </description>
		<link>http://www.astblog.com/2009/10/27/install-asterisk-on-ubuntu-apt-get/</link>
			</item>
	<item>
		<title>Asterisk security : ACL not respected on SIP INVITE</title>
		<description>A missing ACL check for handling SIP INVITEs allows a device to make calls on networks intended to be prohibited as defined by the "deny" and "permit" lines in sip.conf. The ACL check for handling SIP  registrations was not affected.

http://www.asterisk.org/security </description>
		<link>http://www.astblog.com/2009/10/26/asterisk-security-acl-not-respected-on-sip-invite/</link>
			</item>
	<item>
		<title>Asterisk and others PBX monitoring</title>
		<description>Here is a great tool to monitor your web services as well as your public phone services

http://www.sysmonitors.com </description>
		<link>http://www.astblog.com/2009/10/19/asterisk-and-others-pbx-monitoring/</link>
			</item>
	<item>
		<title>Asterisk: send and receive fax</title>
		<description>You may have search all over the internet about a reliable way to send and receive fax using

asterik and a voip connection or your TDM/T1 card you already have.

Digium have a solution for you.

http://store.digium.com/productview.php?product_code=804-00007

Check their free fax product. Register and install it.

You can use it for free if you need ...</description>
		<link>http://www.astblog.com/2009/10/01/asterisk-send-and-receive-fax/</link>
			</item>
	<item>
		<title>asterisk : Run linux command from asterisk cli</title>
		<description>This feature can help you with you want to stay in the asterisk cli while running others linux commands.

To do so, you can prefix the command by ! (exclamation point).

Example :
ouidah*CLI&#62; !date
Wed Aug  5 20:48:22 EDT 2009
ouidah*CLI&#62; </description>
		<link>http://www.astblog.com/2009/08/05/asterisk-run-linux-command-from-asterisk-cli/</link>
			</item>
	<item>
		<title>Asterisk security : AST-2009-004: Remote Crash Vulnerability in RTP	stack</title>
		<description>Today (2009-09-03), a vulnerability was discoved in asterisk RTP stack and may allow a remote user to make your server crash by sending malformed RTP packets.

Only 1.6.1 versions are affected. Please upgrade. Here is the full vulnerability release.

Asterisk Project Security Advisory - AST-2009-004

+------------------------------------------------------------------------+
&#124;       Product        &#124; Asterisk                                        &#124;
&#124;----------------------+-------------------------------------------------&#124;
&#124;       Summary        &#124; Remote ...</description>
		<link>http://www.astblog.com/2009/08/03/asterisk-security-ast-2009-004-remote-crash-vulnerability-in-rtpstack/</link>
			</item>
	<item>
		<title>Write your own asterisk application</title>
		<description>Maybe you want to do something that does not exist on asterisk or you want to write your own asterisk applicaiton.

if so, you may read this sample provide in asterisk source code under apps/app_skel.c

Basicly, what you need to know, is at startup, asterisk will load your application by running the ...</description>
		<link>http://www.astblog.com/2009/08/01/write-your-own-asterisk-application/</link>
			</item>
</channel>
</rss>
