[Freeswitch-users] Upgraded from 1.0.4 pre8 to the latest Git tree. Skype does not work anymore.
Svetik
svetikvoip at gmail.com
Fri Jul 2 07:17:21 PDT 2010
Giovanni,
Thank you for your reply.
I did not use my original configuration file, I have migrated changes into
new configuration file. That is how it looks like:
<configuration name="skypopen.conf" description="Skypopen Configuration">
<global_settings>
<param name="debug" value="8"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="destination" value="5000"/>
<param name="skype_user" value="Boltik"/>
<param name="report_incoming_chatmessages" value="true"/>
<param name="silent_mode" value="false"/>
<param name="write_silence_when_idle" value="true"/>
</global_settings>
<!-- one entry here per each skypopen interface -->
<per_interface_settings>
<interface id="1" name="Boltik">
<param name="X11-display" value=":101"/>
<param name="skype_user" value="Boltik"/>
</interface>
<!-- following interfaces are commented out
<interface id="2" name="interface2">
<param name="X11-display" value=":102"/>
<param name="skype_user" value="user2"/>
</interface>
<interface id="3" name="interface3">
<param name="X11-display" value=":103"/>
<param name="skype_user" value="user3"/>
</interface>
<interface id="4" name="interface4">
<param name="X11-display" value=":104"/>
<param name="skype_user" value="user4"/>
</interface>
-->
</per_interface_settings>
</configuration>
I have tried to use old configuration file from skypiax module, but it gives me the same problem.
Any thoughts?
Can I try something that helps to diagnose this problem?
Igor
>>On Tue, Jun 29, 2010 at 5:10 PM, Svetik<svetikvoip at gmail.com <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>> wrote:
>>/ Hi,
/>>/
/>>/ On weekend I have upgraded to the latest Git tree from 1.0.4 pre8 which
/>>/ I was running for a long time, year may be. Everything went smooth,
/>>/ except Skype does not work anymore. Basically I followed Download&
/
>Have you updated the configuration file? Maybe the configuration file
>format has changed from the one you are using...
>-giovanni
More information about the FreeSWITCH-users
mailing list