[Pkg-voip-commits] [twinkle] 37/73: Imported Debian patch 1:1.3.2-1
Peter Colberg
pc-guest at moszumanska.debian.org
Wed Jan 6 00:31:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
pc-guest pushed a commit to branch master
in repository twinkle.
commit 8c5cbcc983d04c7bf13c3e61d5c8ba8cbcad8a76
Merge: 98ed743 9cb01cb
Author: Mark Purcell <msp at debian.org>
Date: Fri Oct 17 12:19:21 2008 +1100
Imported Debian patch 1:1.3.2-1
ChangeLog | 51 +
Makefile.in | 2 +
NEWS | 51 +
configure | 391 +-
configure.in | 16 +-
debian/changelog | 9 +
debian/control | 8 +-
debian/patches/gcc4.3.patch | 72 -
debian/patches/z99-configure-boost.patch | 7067 --------------------
src/Makefile.am | 4 +-
src/Makefile.in | 10 +-
src/audio/Makefile.am | 3 +-
src/audio/Makefile.in | 5 +-
src/audio/audio_device.cpp | 9 +
src/audio/audio_device.h | 6 +
src/audio/audio_session.cpp | 2 +-
src/audio/audio_tx.cpp | 7 +
src/audio/gsm/Makefile.in | 2 +
src/audio/twinkle_zrtp_ui.cpp | 159 +-
src/audio/twinkle_zrtp_ui.h | 44 +-
src/audits/Makefile.in | 2 +
src/call_history.cpp | 106 -
src/dialog.cpp | 75 +-
src/events.cpp | 82 +-
src/events.h | 67 +
src/gui/Makefile | 93 +-
src/gui/core_strings.h | 11 +-
src/gui/gui.cpp | 234 +-
src/gui/gui.h | 33 +-
src/gui/images/attach.png | Bin 0 -> 712 bytes
src/gui/images/mime_application.png | Bin 0 -> 966 bytes
src/gui/images/mime_audio.png | Bin 0 -> 1950 bytes
src/gui/images/mime_image.png | Bin 0 -> 1892 bytes
src/gui/images/mime_text.png | Bin 0 -> 1250 bytes
src/gui/images/mime_video.png | Bin 0 -> 2028 bytes
src/gui/images/save_as.png | Bin 0 -> 838 bytes
src/gui/lang/Makefile.in | 2 +
src/gui/lang/twinkle_cs.ts | 119 +-
src/gui/lang/twinkle_de.ts | 119 +-
src/gui/lang/twinkle_fr.ts | 130 +-
src/gui/lang/twinkle_nl.ts | 117 +-
src/gui/lang/twinkle_ru.ts | 1849 ++---
src/gui/lang/twinkle_xx.ts | 119 +-
src/gui/main.cpp | 139 +-
src/gui/messageform.ui | 155 +-
src/gui/messageform.ui.h | 439 +-
src/gui/messageformview.cpp | 31 +-
src/gui/messageformview.h | 3 +
src/gui/sendfileform.ui | 214 +
src/gui/sendfileform.ui.h | 106 +
src/gui/textbrowsernoautolink.h | 48 +
src/gui/twinkle.pro | 21 +-
src/gui/twinkleapplication.cpp | 47 +
.../twinkleapplication.h} | 38 +-
src/gui/userprofileform.ui | 32 +-
src/gui/userprofileform.ui.h | 9 +
src/im/Makefile.am | 4 +-
src/im/Makefile.in | 10 +-
src/im/im_iscomposing_body.cpp | 182 +
src/im/im_iscomposing_body.h | 89 +
src/im/msg_session.cpp | 291 +-
src/im/msg_session.h | 125 +-
src/listener.cpp | 45 +-
src/log.cpp | 4 +-
src/main.cpp | 16 +
src/mwi/Makefile.am | 3 +-
src/mwi/Makefile.in | 5 +-
src/parser/Makefile.am | 3 +-
src/parser/Makefile.in | 6 +-
src/parser/hdr_content_disp.cpp | 12 +
src/parser/hdr_content_disp.h | 7 +
src/parser/media_type.cpp | 30 +-
src/parser/media_type.h | 14 +
src/parser/parser.cxx | 385 +-
src/parser/parser.yxx | 11 +-
src/parser/request.cpp | 65 +-
src/parser/request.h | 32 +-
src/parser/scanner.cxx | 1618 ++---
src/parser/scanner.lxx | 118 +-
src/parser/sip_body.cpp | 111 +-
src/parser/sip_body.h | 100 +-
src/parser/sip_message.cpp | 44 +
src/parser/sip_message.h | 12 +-
src/patterns/Makefile.in | 2 +
src/phone.cpp | 96 +-
src/phone.h | 37 +-
src/phone_user.cpp | 183 +-
src/phone_user.h | 38 +-
src/presence/Makefile.in | 2 +
src/presence/pidf_body.cpp | 105 +-
src/presence/pidf_body.h | 15 +-
src/protocol.h | 87 +-
src/sdp/Makefile.am | 3 +-
src/sdp/Makefile.in | 5 +-
src/sdp/sdp.cpp | 47 +-
src/sdp/sdp.h | 39 +-
src/sdp/sdp_parse_ctrl.cpp | 16 +-
src/sdp/sdp_parser.cxx | 119 +-
src/sdp/sdp_parser.h | 5 +-
src/sdp/sdp_parser.yxx | 61 +-
src/sender.cpp | 104 +-
src/sockets/Makefile.am | 3 +-
src/sockets/Makefile.in | 5 +-
src/sockets/connection.cpp | 47 +-
src/sockets/connection.h | 63 +-
src/sockets/connection_table.cpp | 38 +-
src/sockets/connection_table.h | 2 +
src/stun/Makefile.am | 3 +-
src/stun/Makefile.in | 5 +-
src/stun/stun_transaction.cpp | 3 +-
src/sys_settings.cpp | 384 +-
src/sys_settings.h | 166 +-
src/threads/Makefile.in | 2 +
src/transaction_layer.cpp | 33 +-
src/transaction_layer.h | 6 +
src/twinkle_config.h.in | 3 +
src/user.cpp | 50 +-
src/user.h | 58 +-
src/userintf.cpp | 55 +-
src/userintf.h | 23 +-
src/util.cpp | 22 +
src/util.h | 71 +-
src/utils/Makefile.am | 6 +
src/utils/Makefile.in | 36 +-
src/utils/file_utils.cpp | 128 +
src/utils/file_utils.h | 82 +
src/utils/mime_database.cpp | 102 +
src/utils/mime_database.h | 90 +
src/utils/record_file.h | 1 +
twinkle.spec.in | 4 +-
130 files changed, 8002 insertions(+), 10153 deletions(-)
diff --cc debian/changelog
index 9aa987b,0000000..e72631d
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,350 -1,0 +1,359 @@@
++twinkle (1:1.3.2-1) experimental; urgency=low
++
++ * New upstream release
++ * Add Build-Depends: libmagic-dev
++ * Patches included upstream; gcc4.3.patch z99-configure-boost.patch
++ * Distribution experimental while we await lenny
++
++ -- Mark Purcell <msp at debian.org> Fri, 17 Oct 2008 12:19:21 +1100
++
+twinkle (1:1.2-3) unstable; urgency=low
+
+ [ Patrick Matthäi ]
+ * Bump Standards-Version to 3.8.0.
+ * Converted menu images to xpm and use them at twinkle.menu.
+ Thanks lintian.
+
+ [ Mark Purcell ]
+ * Update debian.install: twinkle.desktop & sip.protocol
+ * Update twinkle.desktop fixes
+ - linitan:desktop-entry-contains-encoding-key
+ * Add bug/presubj directing users to upstream user group
+ * Add debian/twinkle.manpages
+ * Update debian/menu - menu-icon-too-big. Icons in the Debian menu
+ system should be at most 32x32
+
+ -- Mark Purcell <msp at debian.org> Sat, 11 Oct 2008 10:05:06 +1100
+
+twinkle (1:1.2-2) unstable; urgency=low
+
+ * Provide gcc4.3.patch to fix build issues
+ - FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has not been
+ declared (Closes: #479874)
+ * Fixup menu entry. Thks Rodrigo Campos
+ - switch to new debian menu policy (Closes: #475424)
+ * Update debian/twinkle.1 manpage for 1.2 version
+
+ -- Mark Purcell <msp at debian.org> Sat, 31 May 2008 12:38:57 +1000
+
+twinkle (1:1.2-1) unstable; urgency=low
+
+ [ Kilian Krause ]
+ * Fix menu entry Apps -> Applications
+ * Add Homepage field as added in dpkg-dev 1.14.6.
+
+ [ Mikael Magnusson ]
+ * New upstream release (Closes: #465187)
+ * Add myself to Uploaders.
+ * Update debian/control package Description.
+ * Update patches/libgsm.patch. (Partly merged by upstream.)
+ * Rename patches/configure-boost.patch to
+ patches/z99-configure-boost.patch (fixes patch order), and update.
+
+ -- Mikael Magnusson <mikma at users.sourceforge.net> Sat, 15 Mar 2008 18:43:10 +0100
+
+twinkle (1:1.1-2) unstable; urgency=low
+
+ * Remove obsolete Build-Depends: kdelibs-bin
+ * Rebuild for libboost transition
+
+ -- Mark Purcell <msp at debian.org> Thu, 16 Aug 2007 18:12:05 +0100
+
+twinkle (1:1.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Rework debian/patches/libgsm.patch
+ * Rework debian/patches/configure-boost.patch to correctly detect
+ -lboost_regex-mt...
+
+ -- Mark Purcell <msp at debian.org> Wed, 25 Jul 2007 22:50:26 +0100
+
+twinkle (1:1.0.1-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/patches deleted as included upstream:
+ - audiocheck.patch
+ - conf.patch
+ - incoming.patch
+ * Rebuild with Depends: libzrtpcpp-0.9-0 (>= 0.9-4)
+ - Crashes when making/receiving a call (Closes: #420138)
+
+ -- Mark Purcell <msp at debian.org> Sun, 20 May 2007 16:55:03 +0100
+
+twinkle (1:1.0-3) unstable; urgency=low
+
+ * Rebuild for libccrtp-dev > 1.5.1 [libccrtp soname]
+ - twinkle depends on libccrtp1-1.5-0 which is not in sid (Closes:
+ #418843)
+
+ -- Mark Purcell <msp at debian.org> Thu, 12 Apr 2007 21:43:17 +0100
+
+twinkle (1:1.0-2) unstable; urgency=low
+
+ * Add upstream patches; audiocheck, conf & incoming
+
+ -- Mark Purcell <msp at debian.org> Sat, 3 Mar 2007 13:14:15 +0000
+
+twinkle (1:1.0-1) unstable; urgency=low
+
+ * New upstream release
+ - binNMU required (Closes: #402509)
+ - Via headers containing ipv6 addresses are dropped (Closes: #398849)
+ * Update debian/rules URL location
+ * Delete debian/patches/extra-qualifications.patch included upstream
+ * Update debian/control package Description
+ * Update debian/twinkle.1 manpage for 1.0 release
+ * lintian cleanup: extended-description-line-too-long
+
+ -- Mark Purcell <msp at debian.org> Thu, 25 Jan 2007 22:32:22 +0000
+
+twinkle (1:1.0~beta-1) unstable; urgency=low
+
+ * New upstream release
+ * Needed for the preceeding package to get into etch
+ * delete debian/patches dtmf, invite4xx and memman included upstream
+ * debian/rules get-orig-source targets rewritten
+ * Cleanup debian/watch
+ * Add extra-qualifications.patch to fix upstream g 4.1.1 build errors
+
+ -- Mark Purcell <msp at debian.org> Mon, 8 Jan 2007 21:29:49 +0000
+
+twinkle (1:0.9-6) testing-proposed-updates; urgency=medium
+
+ * Apply upstream memman.patch to fix random twinkle crashes
+ - crash on call end (Closes: #402509)
+ * Loaded direct to t-p-u as discussed on debian-release
+
+ -- Mark Purcell <msp at debian.org> Sun, 7 Jan 2007 06:27:36 +0000
+
+twinkle (1:0.9-5) unstable; urgency=low
+
+ * Pre-run autoheader to include expected src/twinkle_config.h.in changes
+ inside debian/patches/libgsm.patch
+ - Closes: #394153: FTBFS: undefined reference to gsm_decode
+
+ -- Mark Purcell <msp at debian.org> Sat, 25 Nov 2006 08:57:34 +0000
+
+twinkle (1:0.9-4) unstable; urgency=low
+
+ * Grab upstream patches: DTMF & Invite4xx
+ * VoIP Provider issue: Can't talk for more than a minute (Closes: #365588)
+ * help2man generated manpage
+ * Linitan cleanup: manpage-has-useless-whatis-entry
+
+ -- Mark Purcell <msp at debian.org> Sat, 4 Nov 2006 13:17:50 +0000
+
+twinkle (1:0.9-3) unstable; urgency=low
+
+ * Rebuild
+
+ -- Mark Purcell <msp at debian.org> Wed, 1 Nov 2006 21:38:21 +0000
+
+twinkle (1:0.9-2) unstable; urgency=low
+
+ * Build-Depends: libzrtpcpp-dev
+
+ -- Mark Purcell <msp at debian.org> Mon, 16 Oct 2006 19:22:13 +0100
+
+twinkle (1:0.9-1) unstable; urgency=low
+
+ * New upstream release
+ * Update Build-Depends
+ * PRACK messages should be authenticated (Closes: #389252)
+
+ -- Mark Purcell <msp at debian.org> Mon, 2 Oct 2006 09:50:03 +0800
+
+twinkle (1:0.8.1-1) unstable; urgency=low
+
+ [ Kilian Krause ]
+ * New upstream release. Ships without iLBC, therefore no need to repackage.
+
+ [ Mark Purcell ]
+ * Cleanup debian/patches/libgsm.patch
+ * Use upstream supplied sip.protocol & twinkle.desktop
+
+ -- Mark Purcell <msp at debian.org> Thu, 20 Jul 2006 19:33:00 +0100
+
+twinkle (0.8.dfsg-1) unstable; urgency=low
+
+ * New upstream release
+ * Remove non-free iLBC code from DFSG release
+
+ -- Mark Purcell <msp at debian.org> Sun, 2 Jul 2006 21:37:09 +0100
+
+twinkle (0.7.1-2) unstable; urgency=low
+
+ * Enable sip URIs: debian/sip.protocol
+ - Twinkle won't manage sip URI from Konqueror (Closes: #366975)
+
+ -- Mark Purcell <msp at debian.org> Fri, 12 May 2006 21:20:39 +0100
+
+twinkle (0.7.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mark Purcell <msp at debian.org> Sun, 7 May 2006 23:00:03 +0100
+
+twinkle (0.7-1) unstable; urgency=low
+
+ * New upstream release
+ * Update debian/control. Fixes FTBFS on kfreebsd-amd64: unsatisfied
+ Build-Depends (Closes: #361483)
+ * Rebuild with updated libccrtp & libcommoncpp2
+ - Fixes: libccext2-1.3.so.1: cannot open shared object file (Closes: #362440)
+ * Installed debian/twinkle.desktop. Fixes: please install a .desktop
+ file (Closes: #358398)
+ * Add Build-Depends: libspeex-dev
+ * Modify debian/patches/libgsm.diff
+
+ -- Mark Purcell <msp at debian.org> Mon, 1 May 2006 12:21:03 +0100
+
+twinkle (0.6.2-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/patches/gui.cpp.diff removed as applied upstream
+
+ -- Mark Purcell <msp at debian.org> Sun, 26 Feb 2006 17:46:56 +0000
+
+twinkle (0.6.1-2) unstable; urgency=low
+
+ * Add debian/patches/libgsm.diff to use Build-Depends: libgsm1-dev
+ * Add debian/patches/gui.cpp.diff (Closes: Bug#352534)
+
+ -- Mark Purcell <msp at debian.org> Tue, 21 Feb 2006 18:31:51 +0000
+
+twinkle (0.6.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mark Purcell <msp at debian.org> Sun, 12 Feb 2006 08:06:44 +0000
+
+twinkle (0.6-1) UNRELEASED; urgency=low
+
+ * (NOT RELEASED YET) New upstream release
+ * Add Build-Depends: libxpm-dev, libsndfile1-dev
+
+ -- Mark Purcell <msp at debian.org> Fri, 10 Feb 2006 10:32:07 +1100
+
+twinkle (0.5-1) unstable; urgency=low
+
+ * New upstream release
+ * Don't ship upstream NEWS as it is a duplicate of upstream ChangeLog
+ * Remove usr/sbin from debian/dirs
+
+ -- Mark Purcell <msp at debian.org> Tue, 17 Jan 2006 16:53:16 +0000
+
+twinkle (0.4.2-1) unstable; urgency=low
+
+ * New upstream release
+ - Lines hang with "dialing" status (Closes: #340779)
+ - does not play ringtone (Closes: #340233)
+
+ -- Mark Purcell <msp at debian.org> Tue, 29 Nov 2005 20:47:21 +0000
+
+twinkle (0.4.1-3) unstable; urgency=low
+
+ * Rebuild against kdelibs 3.4.2 for unstable
+ - twinkle is not installable on sid (Closes: #340534)
+ * Suggests: kaddressbook
+
+ -- Mark Purcell <msp at debian.org> Thu, 24 Nov 2005 07:34:45 +0000
+
+twinkle (0.4.1-2) unstable; urgency=low
+
+ * Rebuild against kdelibs 3.4.2
+
+ -- Mark Purcell <msp at debian.org> Tue, 22 Nov 2005 20:16:05 +0000
+
+twinkle (0.4.1-1) unstable; urgency=low
+
+ * New upstream release
+ - FTBFS on 64 bit arches: cast from 'void*' to 'int' loses precision
+ (Closes: #324395)
+ - ftbfs [sparc] stun.cxx:680: error: 'gethrtime' was not declared in
+ this scope (Closes: #336746)
+ * Fix Build-Depends: FTBFS on GNU/kFreeBSD (Closes: #336859)
+ * Copyright audit to debian/copyright
+ * Use correct QTDIR=/usr/share/qt3, negates need for
+ DEB_AUTO_UPDATE_AUTOCONF
+ * Remove patch against configure.in
+
+ -- Mark Purcell <msp at debian.org> Sun, 20 Nov 2005 23:05:07 +0000
+
+twinkle (0.3.2-4) unstable; urgency=low
+
+ * Add Build-Depends: kdelibs4-dev kdelibs-bin, libasounds2-dev, libxml2-dev
+ - fix ppc build (Closes: #325057)
+ * Remove ppc-build patch, obsolete by upstream v 0.3
+
+ -- Mark Purcell <msp at debian.org> Sun, 30 Oct 2005 07:56:45 +0000
+
+twinkle (0.3.2-3) unstable; urgency=low
+
+ * Use DEB_AUTO_UPDATE_AUTOCONF to rebuild configure from patched
+ configure.in. Ugly..
+
+ -- Mark Purcell <msp at debian.org> Sat, 29 Oct 2005 22:54:12 +0100
+
+twinkle (0.3.2-2) unstable; urgency=low
+
+ * Add Build-Depends: cdbs
+
+ -- Mark Purcell <msp at debian.org> Sat, 29 Oct 2005 17:45:43 +0100
+
+twinkle (0.3.2-1) unstable; urgency=low
+
+ * New upstream release
+ - New upstream version available (Closes: #334615)
+ * FTBFS on 64 bit arches: cast from 'void*' to 'int' loses precision
+ (Closes: #324395)
+ * Patch from Guido Guenther
+ - fix ppc build (Closes: #325057)
+ * Patch from Mikael Magnusson
+ - Thread creation timing bug causes crashes (Closes: #329433)
+ * Fix: old-fsf-address-in-copyright-file
+
+ -- Mark Purcell <msp at debian.org> Sat, 29 Oct 2005 16:46:40 +0100
+
+twinkle (0.3-1) unstable; urgency=low
+
+ [ Kilian Krause ]
+ * Debian VoIP upload
+
+ [ Mark Purcell ]
+ * New upstream release
+ * Switch to cdbs!
+
+ -- Mark Purcell <msp at debian.org> Thu, 13 Oct 2005 18:12:02 +0100
+
+twinkle (0.2.1-2) unstable; urgency=low
+
+ * Build-Depends: libxml2-dev
+
+ -- Mark Purcell <msp at debian.org> Sun, 21 Aug 2005 15:55:13 +0100
+
+twinkle (0.2.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Build-Depends: libccrtp-dev (>=1.3.4)
+ * Add Build-Depends: qt3-apps-dev
+ * Add Build-Depends: automake1.9
+ * Export QTDIR for build target as well :-(
+ * Update extended description
+
+ -- Mark Purcell <msp at debian.org> Sun, 21 Aug 2005 14:05:30 +0100
+
+twinkle (0.1-2) unstable; urgency=low
+
+ * C++ migration
+ * Build-Depends: libqt3-mt-dev (>= 3:3.3.4-4)
+
+ -- Mark Purcell <msp at debian.org> Thu, 18 Aug 2005 21:02:31 +0100
+
+twinkle (0.1-1) experimental; urgency=low
+
+ * Upload to experimental while c++ transition
+ * Initial release Closes: #311150
+
+ -- Mark Purcell <msp at debian.org> Thu, 11 Aug 2005 22:16:20 +0100
+
diff --cc debian/control
index 3eb1009,0000000..8cb133b
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,79 -1,0 +1,85 @@@
+Source: twinkle
+Section: comm
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>
- Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcommoncpp2-dev (>= 1.4.2), libccrtp-dev (>= 1.5.0), help2man, libqt3-mt-dev (>= 3:3.3.0), qt3-apps-dev, automake1.9, cdbs, kdelibs4-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libxml2-dev, libgsm1-dev, libsndfile1-dev, libxpm-dev, libspeex-dev, libboost-regex-dev, libzrtpcpp-dev
++Build-Depends: debhelper (>= 4.0.0), cdbs, help2man,
++ autotools-dev, automake1.9,
++ kdelibs4-dev, libqt3-mt-dev (>= 3:3.3.0), qt3-apps-dev,
++ libcommoncpp2-dev (>= 1.4.2), libccrtp-dev (>= 1.5.0), libzrtpcpp-dev,
++ libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
++ libgsm1-dev, libsndfile1-dev, libspeex-dev,
++ libboost-regex-dev, libxml2-dev, libxpm-dev, libmagic-dev
+Standards-Version: 3.8.0
+Homepage: http://www.twinklephone.com/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/twinkle/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/twinkle/?op=log
+
+Package: twinkle
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: kaddressbook
+Description: Voice over Internet Protocol (VoIP) SIP Phone
+ Soft-phone for making telephone calls using SIP over an IP network.
+ .
+ Twinkle supports direct IP phone to IP phone communication or a network
+ using a SIP proxy to route your calls.
+ .
+ In addition to making basic voice calls Twinkle provides you the
+ following features regardless of the services that your VoIP service
+ provider might offer.
+ .
+ 2 call appearances (lines)
+ Multiple active call identities
+ Custom ring tones
+ Call Waiting
+ Call Hold
+ 3-way conference calling
+ Mute
+ Call redirection on demand
+ Call redirection unconditional
+ Call redirection when busy
+ Call redirection no answer
+ Reject call redirection request
+ Blind call transfer
+ Call transfer with consultation (attended call transfer) (new)
+ Reject call transfer request
+ Call reject
+ Repeat last call
+ Do not disturb
+ Auto answer
+ Message Waiting Indication
+ Voice mail speed dial
+ User definable scripts triggered on call events
+ E.g. to implement selective call reject or distinctive ringing
+ RFC 2833 DTMF events
+ In-band DTMF
+ Out-of-band DTMF (SIP INFO)
+ STUN support for NAT traversal
+ Send NAT keep alive packets when using STUN
+ NAT traversal through static provisioning
+ Missed call indication
+ History of call detail records for incoming, outgoing, successful and missed
+ DNS SRV support
+ Automatic fail-over to an alternate server if a server is unavailable
+ Other programs can originate a call via Twinkle, e.g. call from address book
+ System tray icon
+ System tray menu to originate and answer calls while Twinkle stays hidden
+ User definable number conversion rules
+ Simple address book
+ Support for UDP and TCP (new) as transport for SIP
+ .
+ Audio codecs
+ G.711 A-law (64 kbps payload, 8 kHz sampling rate)
+ G.711 u-law (64 kbps payload, 8 kHz sampling rate)
+ GSM (13 kbps payload, 8 kHz sampling rate)
+ Speex narrow band (15.2 kbps payload, 8 kHz sampling rate)
+ Speex wide band (28 kbps payload, 16 kHz sampling rate)
+ Speex ultra wide band (36 kbps payload, 32 kHz sampling rate)
+ G.726 (16, 24, 32 or 40 kbps payload, 8 kHz sampling rate)
+ .
+ KDE goodies
+ Balloon pop-up from system tray when a call comes in
+ Interface to KAddressBook: dial phone numbers from your address book
+ Display names from KAddressBook on incoming calls
+ Display photos from KAddressBook on incoming calls
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/twinkle.git
More information about the Pkg-voip-commits
mailing list