<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Problems transferring live calls</title>
		<link>http://wikipbx.subwiki.com/forum/t-163001/problems-transferring-live-calls</link>
		<description>Posts in the discussion thread &quot;Problems transferring live calls&quot; - Transferring or playing messages to live calls doesn&#039;t seem to work</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 05 Sep 2010 04:24:03 +0000</lastBuildDate>
		
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-163001#post-511746</guid>
				<title>Re: Problems transferring live calls</title>
				<link>http://wikipbx.subwiki.com/forum/t-163001/problems-transferring-live-calls#post-511746</link>
				<description></description>
				<pubDate>Thu, 18 Jun 2009 03:08:09 +0000</pubDate>
				<wikidot:authorName>kasteris</wikidot:authorName>				<wikidot:authorUserId>339499</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Actually, the sound injection is working too - I was trying to play a bad wav file. Thanks again!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-163001#post-511730</guid>
				<title>Re: Problems transferring live calls</title>
				<link>http://wikipbx.subwiki.com/forum/t-163001/problems-transferring-live-calls#post-511730</link>
				<description></description>
				<pubDate>Thu, 18 Jun 2009 02:50:15 +0000</pubDate>
				<wikidot:authorName>kasteris</wikidot:authorName>				<wikidot:authorUserId>339499</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks very much for the help. The transfer and hangup functions are working for me now, but not the sound injection. But I personally wouldn't be needing that anyway.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-163001#post-510201</guid>
				<title>Re: Problems transferring live calls</title>
				<link>http://wikipbx.subwiki.com/forum/t-163001/problems-transferring-live-calls#post-510201</link>
				<description></description>
				<pubDate>Tue, 16 Jun 2009 09:21:00 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The hangup and the "sound injection" were both broken, something that has been bugging me for a while but I had not gottent around to fixing. Now those are both fixed. Update __init__.py to 13780 or follow the manual instructions above, but make the following changes:</p> <ul> <li>In def killchan, api killchan -&gt; api uuid_kill and same for bgapi</li> <li>In def broadcast, api broadcast -&gt; api uuid_broadcast and same for bgapi</li> </ul> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-163001#post-510186</guid>
				<title>Re: Problems transferring live calls</title>
				<link>http://wikipbx.subwiki.com/forum/t-163001/problems-transferring-live-calls#post-510186</link>
				<description></description>
				<pubDate>Tue, 16 Jun 2009 09:02:32 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the positive feedback, and congrats on making it through the install :)</p> <p>I was getting the same error and was able to fix it. But to get the fix you have to update a file in freeswitch, not in wikipbx.</p> <p>The easiest way is to update the file is with subversion:</p> <p>$ cd /usr/src/freeswitch/scripts/socket/freepy<br /> $ svn up __init__.py</p> <p>And it should update to 13779.</p> <p>OR you can make the changes by hand by:</p> <ul> <li>Open __init__.py in your favorite editor, like emacs or vim</li> <li>Go to the transfer function (search for "def transfer")</li> <li>Replace</li> </ul> <div class="code"> <pre> <code>bgapi transfer</code> </pre></div> <p>with</p> <div class="code"> <pre> <code>bgapi uuid_transfer</code> </pre></div> <ul> <li>and replace</li> </ul> <div class="code"> <pre> <code>api transfer</code> </pre></div> <p>with</p> <div class="code"> <pre> <code>api uuid_transfer</code> </pre></div> <p>*Save the file</p> <p>Reboot wikipbx for good measure, and after the change, you will see that it is calling the uuid_transfer api call in freeswitch rather than the transfer api call. If not, something didn't work.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-163001#post-509956</guid>
				<title>Problems transferring live calls</title>
				<link>http://wikipbx.subwiki.com/forum/t-163001/problems-transferring-live-calls#post-509956</link>
				<description></description>
				<pubDate>Tue, 16 Jun 2009 02:48:06 +0000</pubDate>
				<wikidot:authorName>kasteris</wikidot:authorName>				<wikidot:authorUserId>339499</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, I'm a new WikiPBX user, and already a big fan.<br /> I have my WikiPBX all set-up and working properly with the exception of the live calls page.<br /> When I try to inject audo or transfer the call, I don't get any error messages (an example response is: OK Job-UUID 18ff410e-a804-4ff4-adfc-a36dcf868110). But nothing happens - I don't hear the prompt / the phone doesn't get transferred.<br /> When I look at the FreeSWITCH console, it doesn't seem to see the events.<br /> I'm using the latest WikiPBX build (83), and I've tried with FreeSWITCH versions 1.0.2 and 1.0.3.<br /> Am I doing something wrong?<br /> Thanks.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>