* adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc...
authorJohn Crispin <john@openwrt.org>
Wed, 3 Nov 2010 19:12:34 +0000 (19:12 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 3 Nov 2010 19:12:34 +0000 (19:12 +0000)
commita8b2a07f375edefec242de9f20d4aefafa927517
treed15f5bb696bfa9dfd9555788d411e0ba59b99a65
parent72ae8452cda47d6e18e664097a4adbc0eee3fc7b
* adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks !

SVN-Revision: 23840
79 files changed:
package/libtapi/Makefile [new file with mode: 0644]
package/libtapi/src/Makefile [new file with mode: 0644]
package/libtapi/src/dialdetector.c [new file with mode: 0644]
package/libtapi/src/dialdetector.h [new file with mode: 0644]
package/libtapi/src/events.c [new file with mode: 0644]
package/libtapi/src/events.h [new file with mode: 0644]
package/libtapi/src/list.h [new file with mode: 0644]
package/libtapi/src/tapi-device.c [new file with mode: 0644]
package/libtapi/src/tapi-device.h [new file with mode: 0644]
package/libtapi/src/tapi-ioctl.h [new file with mode: 0644]
package/libtapi/src/tapi-port.c [new file with mode: 0644]
package/libtapi/src/tapi-port.h [new file with mode: 0644]
package/libtapi/src/tapi-session.c [new file with mode: 0644]
package/libtapi/src/tapi-session.h [new file with mode: 0644]
package/libtapi/src/tapi-stream.c [new file with mode: 0644]
package/libtapi/src/tapi-stream.h [new file with mode: 0644]
package/libtapi/src/tapidemo.c [new file with mode: 0644]
package/libtapi/src/timer_fd.c [new file with mode: 0644]
package/libtapi/src/timerfd.h [new file with mode: 0644]
package/lqtapi/Makefile [new file with mode: 0644]
package/lqtapi/src/Makefile [new file with mode: 0644]
package/lqtapi/src/include/linux/tapi/tapi-event.h [new file with mode: 0644]
package/lqtapi/src/include/linux/tapi/tapi-ioctl.h [new file with mode: 0644]
package/lqtapi/src/include/linux/tapi/tapi.h [new file with mode: 0644]
package/lqtapi/src/mps/Makefile [new file with mode: 0644]
package/lqtapi/src/mps/mps-core.c [new file with mode: 0644]
package/lqtapi/src/mps/mps-fifo.c [new file with mode: 0644]
package/lqtapi/src/mps/mps-irq.c [new file with mode: 0644]
package/lqtapi/src/mps/mps-irq.h [new file with mode: 0644]
package/lqtapi/src/mps/mps-msg.c [new file with mode: 0644]
package/lqtapi/src/mps/mps-msg.h [new file with mode: 0644]
package/lqtapi/src/mps/mps.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-alm.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-alm.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-cmds.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-coder.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-coder.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-core.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-link.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-link.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-module.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-module.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-port.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-port.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-sig.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-signal.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-stream.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc-stream.h [new file with mode: 0644]
package/lqtapi/src/mps/vmmc.c [new file with mode: 0644]
package/lqtapi/src/mps/vmmc.h [new file with mode: 0644]
package/lqtapi/src/tapi/Makefile [new file with mode: 0644]
package/lqtapi/src/tapi/tapi-control.c [new file with mode: 0644]
package/lqtapi/src/tapi/tapi-core.c [new file with mode: 0644]
package/lqtapi/src/tapi/tapi-input.c [new file with mode: 0644]
package/lqtapi/src/tapi/tapi-nl.c [new file with mode: 0644]
package/lqtapi/src/tapi/tapi-port.c [new file with mode: 0644]
package/lqtapi/src/tapi/tapi-stream.c [new file with mode: 0644]
package/lqtapi/src/tapi/tapi-sysfs-port.c [new file with mode: 0644]
package/pjsip/Makefile [new file with mode: 0644]
package/tapi_sip/Makefile [new file with mode: 0644]
package/tapi_sip/files/telephony.conf [new file with mode: 0644]
package/tapi_sip/files/telephony.init [new file with mode: 0755]
package/tapi_sip/src/Makefile [new file with mode: 0644]
package/tapi_sip/src/agent.h [new file with mode: 0644]
package/tapi_sip/src/contact.c [new file with mode: 0644]
package/tapi_sip/src/contact.h [new file with mode: 0644]
package/tapi_sip/src/dialdetector.c [new file with mode: 0644]
package/tapi_sip/src/dialdetector.h [new file with mode: 0644]
package/tapi_sip/src/list.h [new file with mode: 0644]
package/tapi_sip/src/session.c [new file with mode: 0644]
package/tapi_sip/src/session.h [new file with mode: 0644]
package/tapi_sip/src/sip_agent.h [new file with mode: 0644]
package/tapi_sip/src/sip_client.c [new file with mode: 0644]
package/tapi_sip/src/sip_client.h [new file with mode: 0644]
package/tapi_sip/src/stun.c [new file with mode: 0644]
package/tapi_sip/src/stun.h [new file with mode: 0644]
package/tapi_sip/src/tapi_agent.c [new file with mode: 0644]
package/tapi_sip/src/tapi_agent.h [new file with mode: 0644]
package/tapi_sip/src/tapi_sip.c [new file with mode: 0644]