diff options
author | adam <adam> | 2006-04-14 09:56:03 +0000 |
---|---|---|
committer | adam <adam> | 2006-04-14 09:56:03 +0000 |
commit | 4542f7f6a6138c147c17b7cdea1fa1eb8dcad10d (patch) | |
tree | 34c234fdbe8d777a72d7b91a2aa935ac199bf786 /net/kiax/patches/patch-ae | |
parent | d430533d3fffe9eaeefdd706c9804e680fc188da (diff) | |
download | pkgsrc-4542f7f6a6138c147c17b7cdea1fa1eb8dcad10d.tar.gz |
Changes 0.8.5:
* Updated Bulgarian, French, Polish, Spanish, German, Italian translations
* Fixed possible crash on systray click
* Fixed accidental dialing on group collapse
* Fixed DTMF from keyboard - invalid keys are filtered
* Cleaner disconnect (unregister all reigstered accounts)
* Contacts are now grouped in account folders
* New iaxclient with tipix Echo Cancellation
* Added support for Italian, Spanish and Hebrew languages
* While calling just press number keys to send DTMF (no need to switch to dialpad)
* Call register shows call duration
* Added icons for registration status tracking
* Added options for muting incoming and outgoing rings
* Added option to run command on incoming call
* Fixed bugs.
Diffstat (limited to 'net/kiax/patches/patch-ae')
-rw-r--r-- | net/kiax/patches/patch-ae | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/net/kiax/patches/patch-ae b/net/kiax/patches/patch-ae index b17b3d49740..4b523d1ce5c 100644 --- a/net/kiax/patches/patch-ae +++ b/net/kiax/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.2 2006/02/16 20:53:23 joerg Exp $ +$NetBSD: patch-ae,v 1.3 2006/04/14 09:56:03 adam Exp $ ---- lib/libiax2/src/iax.c.orig 2005-04-13 19:30:39.000000000 +0200 +--- lib/libiax2/src/iax.c.orig 2006-02-05 01:01:33.000000000 +0100 +++ lib/libiax2/src/iax.c -@@ -36,6 +36,7 @@ void gettimeofday(struct timeval *tv, st +@@ -38,6 +38,7 @@ void gettimeofday(struct timeval *tv, vo #else @@ -10,31 +10,21 @@ $NetBSD: patch-ae,v 1.2 2006/02/16 20:53:23 joerg Exp $ #include <netdb.h> #include <sys/socket.h> #include <netinet/in.h> -@@ -55,9 +56,11 @@ void gettimeofday(struct timeval *tv, st +@@ -62,7 +63,7 @@ void gettimeofday(struct timeval *tv, vo #ifndef MACOSX #include <malloc.h> #ifndef SOLARIS +-#if !defined(__NetBSD__) && !defined(__FreeBSD__) +#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) #include <error.h> #endif #endif -+#endif - - #endif - -@@ -87,11 +90,15 @@ void gettimeofday(struct timeval *tv, st - #else +@@ -97,7 +98,7 @@ void gettimeofday(struct timeval *tv, vo #ifdef SOLARIS #define IAX_SOCKOPTS MSG_DONTWAIT -+#else + #else +-#ifdef __NetBSD__ +#if defined(__NetBSD__) || defined(__DragonFly__) -+#define IAX_SOCKOPTS MSG_DONTWAIT + #define IAX_SOCKOPTS MSG_DONTWAIT #else /* Linux and others */ #define IAX_SOCKOPTS MSG_DONTWAIT | MSG_NOSIGNAL - #endif - #endif - #endif -+#endif - - - #ifdef SNOM_HACK |