freeswitch/src/mod/endpoints/mod_skypiax
Giovanni Maruzzelli 5284180a4b skypiax: changed skypiax.conf.xml to be less confusing (now interface_name != skype_username)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14421 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-29 20:38:58 +00:00
..
alsa skypiax: added directory 'alsa', contains customized snd-dummy ALSA driver, low load. Please use alsa-driver-1.0.20 sources from alsa-project.org to compile, older sources got a bug that causes kernel oops 2009-07-24 12:13:40 +00:00
asterisk skypiax: indent -gnu -ts4 -br -brs -cdw -lp -ce -nbfda -npcs -nprs -npsl -nbbo -saf -sai -saw -cs -bbo -nhnl -nut -sob -l90 2009-03-04 20:18:37 +00:00
configs skypiax: changed skypiax.conf.xml to be less confusing (now interface_name != skype_username) 2009-07-29 20:38:58 +00:00
kernel skypiax: added directory 'kernel', contains .config file for compilation of kernel 2.6.24.7 (64bit) tickless and 100HZ. Best for skypiax, solves high load problems on CentOS 2009-07-24 12:16:22 +00:00
Makefile Move Skypiax into svn Trunk 2009-02-19 20:57:36 +00:00
README skypiax: README now redirects to wiki page 2009-07-29 20:13:46 +00:00
mod_skypiax.2008.vcproj skypiax: fixed Visual Studio project, now compiles on Release too 2009-07-25 20:36:08 +00:00
mod_skypiax.c skypiax: switch_xml_free() the configuration if module failed to load, because otherwise reloadxml will stuck forever (reported by Seven Du) 2009-07-29 18:32:33 +00:00
skypiax.h skypiax: patch from Seven Du for hunting IDLE channels in a round-robin way (RR interface vs ANY interface). patch from Seven Du for removing interface as #'interface_id' and #'interface_name'. gmaruzz (meh) patch interface_remove() not to alter the global 'running' variable (it would cause all running signaling and API thread to exit) but to use a newly added tech_pvt->running variable. Also, changed behavior of interface_exists() for correct identification when using #interface_name and #interface_id. PLEASE TEST IT HEAVILY 2009-07-29 09:08:31 +00:00
skypiax_protocol.c skypiax: patch from Seven Du for hunting IDLE channels in a round-robin way (RR interface vs ANY interface). patch from Seven Du for removing interface as #'interface_id' and #'interface_name'. gmaruzz (meh) patch interface_remove() not to alter the global 'running' variable (it would cause all running signaling and API thread to exit) but to use a newly added tech_pvt->running variable. Also, changed behavior of interface_exists() for correct identification when using #interface_name and #interface_id. PLEASE TEST IT HEAVILY 2009-07-29 09:08:31 +00:00

README

Skypiax, Skype Endpoint and Trunk

All documentation on compiling, using, configuring, 
tricks and tweaks, possible problems at: 

http://wiki.freeswitch.org/wiki/Skypiax_Skype_Endpoint_and_Trunk

< gmaruzz at gmail dot com >