<?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"
	>
<channel>
	<title>Comments on: Dear lazyweb: tell me about python telephony ..</title>
	<atom:link href="http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/</link>
	<description>games, tech, web, stuff, biz, and bilge</description>
	<pubDate>Wed, 03 Dec 2008 07:27:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Bart Lebbink</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3882</link>
		<dc:creator>Bart Lebbink</dc:creator>
		<pubDate>Thu, 29 May 2008 08:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3882</guid>
		<description>I had some very pleasant experiences with using python scripting with agi in asterisk. Once I left the horrible asterisk way of jumping around and entered the structured python way of handling program flow, asterisk became attractive for actual development. Via agi we entered python which communicated with a twisted server that was logged on as an msn bot. This way we could do text2speech (msn -&#62; telephone) and speech2wav (telephone -&#62; wav file transfer in msn). This was a few years back, so I can only imagine it has become better and friendlier.

We also used it program our automatic response mazes to program telephone games. Loads of fun.

Doing it all directly in sine sounds even more pleasant, but I have no experience in that field.</description>
		<content:encoded><![CDATA[<p>I had some very pleasant experiences with using python scripting with agi in asterisk. Once I left the horrible asterisk way of jumping around and entered the structured python way of handling program flow, asterisk became attractive for actual development. Via agi we entered python which communicated with a twisted server that was logged on as an msn bot. This way we could do text2speech (msn -&gt; telephone) and speech2wav (telephone -&gt; wav file transfer in msn). This was a few years back, so I can only imagine it has become better and friendlier.</p>
<p>We also used it program our automatic response mazes to program telephone games. Loads of fun.</p>
<p>Doing it all directly in sine sounds even more pleasant, but I have no experience in that field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDFiles</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3871</link>
		<dc:creator>JDFiles</dc:creator>
		<pubDate>Wed, 28 May 2008 23:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3871</guid>
		<description>Freeswitch!  1.0 fresh outta the oven, check out mod_python.</description>
		<content:encoded><![CDATA[<p>Freeswitch!  1.0 fresh outta the oven, check out mod_python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Paul</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3852</link>
		<dc:creator>Jean-Paul</dc:creator>
		<pubDate>Wed, 28 May 2008 12:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3852</guid>
		<description>Hi Phil,

Sine is another thing to check out.  .  Light on docs and examples, but very capable, and not dependent on asterisk.

Feel free to come harass us on #divmod on freenode if you have any questions.</description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>Sine is another thing to check out.  .  Light on docs and examples, but very capable, and not dependent on asterisk.</p>
<p>Feel free to come harass us on #divmod on freenode if you have any questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Fletcher</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3828</link>
		<dc:creator>Mike Fletcher</dc:creator>
		<pubDate>Wed, 28 May 2008 00:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3828</guid>
		<description>StarPy is one of my projects, it's a combination FastAGI/AMI protocol client for Asterisk.  It runs as a separate service which allows it to handle initiating and handling multiple calls in the same logic flow.  It's a regular set of Twisted Protocol objects.

As noted above, it has ridiculously little documentation (and with my blog offline, far less than previously), but it does tend to work reasonably well and is a lot less frustrating to work with than the raw AGI APIs I tried.

Shtoom was interesting, but it never seemed to gain any traction.  Seemed largely to be due to need all sorts of gnarly custom application-level stuff to do anything, meant in practice you had to use lots of custom fixtures from Shtoom to run anything.

Freeswitch is an interesting Asterisk alternative.  I've had people ask if I'd port StarPy to it, but I haven't had the need (no VoIP clients lately).</description>
		<content:encoded><![CDATA[<p>StarPy is one of my projects, it&#8217;s a combination FastAGI/AMI protocol client for Asterisk.  It runs as a separate service which allows it to handle initiating and handling multiple calls in the same logic flow.  It&#8217;s a regular set of Twisted Protocol objects.</p>
<p>As noted above, it has ridiculously little documentation (and with my blog offline, far less than previously), but it does tend to work reasonably well and is a lot less frustrating to work with than the raw AGI APIs I tried.</p>
<p>Shtoom was interesting, but it never seemed to gain any traction.  Seemed largely to be due to need all sorts of gnarly custom application-level stuff to do anything, meant in practice you had to use lots of custom fixtures from Shtoom to run anything.</p>
<p>Freeswitch is an interesting Asterisk alternative.  I&#8217;ve had people ask if I&#8217;d port StarPy to it, but I haven&#8217;t had the need (no VoIP clients lately).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dethe Elza</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3820</link>
		<dc:creator>Dethe Elza</dc:creator>
		<pubDate>Tue, 27 May 2008 21:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3820</guid>
		<description>There was Shtoom, but I guess that was VOIP, not telephony in the Asterix sense. I'm not sure what its status is: http://divmod.org/trac/wiki/ShtoomProject

There was a good writeup for it (circa PyCon 2004): "Scripting Language" My Arse: Using Python for Voice over IP: http://www.interlink.com.au/anthony/tech/talks/PyCon2004/shtoom-paper.txt</description>
		<content:encoded><![CDATA[<p>There was Shtoom, but I guess that was VOIP, not telephony in the Asterix sense. I&#8217;m not sure what its status is: <a href="http://divmod.org/trac/wiki/ShtoomProject" rel="nofollow">http://divmod.org/trac/wiki/ShtoomProject</a></p>
<p>There was a good writeup for it (circa PyCon 2004): &#8220;Scripting Language&#8221; My Arse: Using Python for Voice over IP: <a href="http://www.interlink.com.au/anthony/tech/talks/PyCon2004/shtoom-paper.txt" rel="nofollow">http://www.interlink.com.au/anthony/tech/talks/PyCon2004/shtoom-paper.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mayowa</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3818</link>
		<dc:creator>mayowa</dc:creator>
		<pubDate>Tue, 27 May 2008 21:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3818</guid>
		<description>I would suggest you use AGi (http://sourceforge.net/projects/pyst) although the the project seems dead i can attest that the code is stable having used it in 2 E1 type projects. For your needs its should be a walk in the park.</description>
		<content:encoded><![CDATA[<p>I would suggest you use AGi (http://sourceforge.net/projects/pyst) although the the project seems dead i can attest that the code is stable having used it in 2 E1 type projects. For your needs its should be a walk in the park.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philhassey</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3813</link>
		<dc:creator>philhassey</dc:creator>
		<pubDate>Tue, 27 May 2008 19:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3813</guid>
		<description>I'm setting up a system to do automated event reminder calls.  Minimally interactive, the user may press a number to reschedule or something like that, so nothing super complex.</description>
		<content:encoded><![CDATA[<p>I&#8217;m setting up a system to do automated event reminder calls.  Minimally interactive, the user may press a number to reschedule or something like that, so nothing super complex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3812</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 27 May 2008 19:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3812</guid>
		<description>What kind of telephony - going to work for a telco, or setting up your own pbx somewhere?

I haven't played with asterix myself. ISTR that there are at least two other FOSS projects - a gnu one and some other one (have a look on freshmeat.net, that's where I probably saw it)

As for search terms, the ones that spring to mind are voip, SIP, H323, MGCP, pbx, DUNDI. YMMV.</description>
		<content:encoded><![CDATA[<p>What kind of telephony - going to work for a telco, or setting up your own pbx somewhere?</p>
<p>I haven&#8217;t played with asterix myself. ISTR that there are at least two other FOSS projects - a gnu one and some other one (have a look on freshmeat.net, that&#8217;s where I probably saw it)</p>
<p>As for search terms, the ones that spring to mind are voip, SIP, H323, MGCP, pbx, DUNDI. YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3811</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 27 May 2008 19:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3811</guid>
		<description>starpy is one sollution. uses twisted, very little documentation</description>
		<content:encoded><![CDATA[<p>starpy is one sollution. uses twisted, very little documentation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philhassey</title>
		<link>http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3797</link>
		<dc:creator>philhassey</dc:creator>
		<pubDate>Tue, 27 May 2008 16:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/05/27/dear-lazyweb-tell-me-about-python-telephony/#comment-3797</guid>
		<description>Maybe some tips on good search terms would be helpful as well.  I'm fairly new to this field.  python telephony has yielded some interesting results though:

"Snake Found Nailed To Telephone Pole"
http://www.thebostonchannel.com/news/16374014/detail.html</description>
		<content:encoded><![CDATA[<p>Maybe some tips on good search terms would be helpful as well.  I&#8217;m fairly new to this field.  python telephony has yielded some interesting results though:</p>
<p>&#8220;Snake Found Nailed To Telephone Pole&#8221;<br />
<a href="http://www.thebostonchannel.com/news/16374014/detail.html" rel="nofollow">http://www.thebostonchannel.com/news/16374014/detail.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
