<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Asterisk 1.2 and Xs4all VoIP configuration</title>
	<atom:link href="http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/</link>
	<description>Observations in a fast changing World</description>
	<lastBuildDate>Mon, 16 Aug 2010 08:03:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrick</title>
		<link>http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/comment-page-1/#comment-2706</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/#comment-2706</guid>
		<description>Hi Peter,

You should not have to add Answer() to this part of the dialplan. It&#039;s probably a copy and paste mistake on my part. Think if it this way: if you call someone and he/she does not answer the phone then you are not charged for it by your telco (for example KPN). So if you add Answer() and someone calls you but you don&#039;t pick up the phone then the caller will get charged for this call since it was answered. So it makes total sense *not* to have Answer() in this part of the dialplan. Thanks for bringing it up.

Kind regards,
Patrick</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>You should not have to add Answer() to this part of the dialplan. It&#8217;s probably a copy and paste mistake on my part. Think if it this way: if you call someone and he/she does not answer the phone then you are not charged for it by your telco (for example KPN). So if you add Answer() and someone calls you but you don&#8217;t pick up the phone then the caller will get charged for this call since it was answered. So it makes total sense *not* to have Answer() in this part of the dialplan. Thanks for bringing it up.</p>
<p>Kind regards,<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Zandbergen</title>
		<link>http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/comment-page-1/#comment-2705</link>
		<dc:creator>Peter Zandbergen</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/#comment-2705</guid>
		<description>Dear Patrick,
I have been setting up Asterisk 1.4 and managed to setup communication with XS4ALL too. I had problems with the ringtone when dialing from an outside line to the xs4all number; there was no tone, but the rest worked fine. The command in the extensions.conf were.

[from-xs4all]
exten =&gt; xs4all_1,1,Answer()
exten =&gt; xs4all_1,n,Dial(SIP/100,30,t)
exten =&gt; xs4all_1,n,Hangup()

I managed to get the dial tone after changing it to:
[from-xs4all]
; exten =&gt; xs4all_1,1,Answer()
exten =&gt; xs4all_1,1,Dial(SIP/100,30,t)
exten =&gt; xs4all_1,n,Hangup()

According to the documentation it is advised to use the Answer() command.

Do you know why it should be left out in this case? And will it have implications?

Kind regards,

Peter Zandbergen</description>
		<content:encoded><![CDATA[<p>Dear Patrick,<br />
I have been setting up Asterisk 1.4 and managed to setup communication with XS4ALL too. I had problems with the ringtone when dialing from an outside line to the xs4all number; there was no tone, but the rest worked fine. The command in the extensions.conf were.</p>
<p>[from-xs4all]<br />
exten =&gt; xs4all_1,1,Answer()<br />
exten =&gt; xs4all_1,n,Dial(SIP/100,30,t)<br />
exten =&gt; xs4all_1,n,Hangup()</p>
<p>I managed to get the dial tone after changing it to:<br />
[from-xs4all]<br />
; exten =&gt; xs4all_1,1,Answer()<br />
exten =&gt; xs4all_1,1,Dial(SIP/100,30,t)<br />
exten =&gt; xs4all_1,n,Hangup()</p>
<p>According to the documentation it is advised to use the Answer() command.</p>
<p>Do you know why it should be left out in this case? And will it have implications?</p>
<p>Kind regards,</p>
<p>Peter Zandbergen</p>
]]></content:encoded>
	</item>
</channel>
</rss>
