<?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: Setting Vonage line on and off</title>
	<atom:link href="http://people.w3.org/~dom/archives/2005/09/setting-vonage-line-on-and-off/feed/" rel="self" type="application/rss+xml" />
	<link>http://people.w3.org/~dom/archives/2005/09/setting-vonage-line-on-and-off/</link>
	<description>W3C has the DOM, and the Dom ; pick the one you prefer.</description>
	<lastBuildDate>Mon, 16 Nov 2009 09:27:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: iroberts</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-vonage-line-on-and-off/comment-page-1/#comment-57876</link>
		<dc:creator>iroberts</dc:creator>
		<pubDate>Tue, 23 Oct 2007 16:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=82#comment-57876</guid>
		<description>Very useful. I&#039;d never used curl before. I&#039;ve adapted the script to enable call forwarding to my cell phone, vis:

	curl \
                -d &quot;did=$vonnum&quot; \
                -d voicemailTimeout=1 \
                -d enableCallForwarding=true \
                -d callForwardingSeconds=22 \
                -d simulRingEnabled=false \
                -d &quot;submit=Save Changes&quot; \
                -d action=save \
                -d phoneNumber=$vonnum \
                -d did=$vonnum \
                -d singleAddress=$celnum \
                -b &quot;/tmp/von_cookie_$username&quot; \
                &quot;https://secure.vonage.com/vonage-web/features/callforwarding/edit.htm&quot; \
                2&gt;&amp;1 &gt;&gt; $debugfile</description>
		<content:encoded><![CDATA[<p>Very useful. I&#8217;d never used curl before. I&#8217;ve adapted the script to enable call forwarding to my cell phone, vis:</p>
<p>	curl \<br />
                -d &#8220;did=$vonnum&#8221; \<br />
                -d voicemailTimeout=1 \<br />
                -d enableCallForwarding=true \<br />
                -d callForwardingSeconds=22 \<br />
                -d simulRingEnabled=false \<br />
                -d &#8220;submit=Save Changes&#8221; \<br />
                -d action=save \<br />
                -d phoneNumber=$vonnum \<br />
                -d did=$vonnum \<br />
                -d singleAddress=$celnum \<br />
                -b &#8220;/tmp/von_cookie_$username&#8221; \<br />
                &#8220;https://secure.vonage.com/vonage-web/features/callforwarding/edit.htm&#8221; \<br />
                2&gt;&amp;1 &gt;&gt; $debugfile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley Bowers</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-vonage-line-on-and-off/comment-page-1/#comment-4177</link>
		<dc:creator>Ashley Bowers</dc:creator>
		<pubDate>Thu, 15 Dec 2005 12:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=82#comment-4177</guid>
		<description>Yea it was a bit confusing thanks for pointing that out.I also utilize Vonage to do my calls and it has saved me a bunch of money compared to my last service provider.Have not had any spammers call me yet but soemthing to look forward to lol ! Neat script will pass it on to my other Vonage friends.</description>
		<content:encoded><![CDATA[<p>Yea it was a bit confusing thanks for pointing that out.I also utilize Vonage to do my calls and it has saved me a bunch of money compared to my last service provider.Have not had any spammers call me yet but soemthing to look forward to lol ! Neat script will pass it on to my other Vonage friends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom</title>
		<link>http://people.w3.org/~dom/archives/2005/09/setting-vonage-line-on-and-off/comment-page-1/#comment-3909</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Mon, 12 Sep 2005 08:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/?p=82#comment-3909</guid>
		<description>Hmm... I realize the name of the script is extremely confusing, especially given the actual meaning of &quot;on&quot; and &quot;off&quot; as parameters; the script should be really called &quot;vonage-line-ring&quot; since &quot;on&quot; sets the voicemail delay to 30s, and &quot;off&quot; to 0s.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; I realize the name of the script is extremely confusing, especially given the actual meaning of &#8220;on&#8221; and &#8220;off&#8221; as parameters; the script should be really called &#8220;vonage-line-ring&#8221; since &#8220;on&#8221; sets the voicemail delay to 30s, and &#8220;off&#8221; to 0s.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
