]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix iax and add regex dialplan
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 14 Jan 2006 16:04:34 +0000 (16:04 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 14 Jan 2006 16:04:34 +0000 (16:04 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@382 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/iax/src/iax.c

index a483c4f4c2f5151830d63e6801ef967106c23674..c061bb2ef993ed288e3147d0b9641d1424c8053e 100644 (file)
@@ -66,7 +66,7 @@ void gettimeofday(struct timeval *tv, void /*struct timezone*/ *tz);
 #include "jitterbuf.h"
 #endif
 
-typedef int64_t time_in_ms_t;
+typedef long long time_in_ms_t;
 
 #include "iax-client.h"
 #include "md5.h"