similar to: new HOWTO - Lumicall/Android with an Asterisk PBX

Displaying 20 results from an estimated 10000 matches similar to: "new HOWTO - Lumicall/Android with an Asterisk PBX"

2012 Feb 08
0
finally, an open alternative to Viber
The rise of Viber has, for some people, been a case of `skype, not again!' until now... Lumicall is now in the Android market - and it fully interacts with other SIP products using ENUM and SRV records. Any feedback on this is welcome. Interconnect (Asterisk calling to/from Lumicall users) is based on the idea of federated SIP, it is explained at http://www.lumicall.org for those who want
2020 Sep 27
1
Cool Mic (source client for Android) v1.2.2 released
Hi fellow Icecasters, We just released a new version of Cool Mic (v1.2.2), a GPLv3 Icecast source client for Android. There are a new features and improvements in this release. You can download it directly from Google Play or go to our website and download the APK directly. It will also be updated soon on the F-Droid app repository. We hope you enjoy it! https://coolmic.net Sincerely, Jordan
2013 Sep 15
0
[LLVMdev] VMKit state of the union, android support, and .net/CLI
Jeremy, This has nothing to do with LLVM or VMKit... but if you're interested: I've been working on a light-weight JVM called Avian ( http://oss.readytalk.com/avian/). It has a fast JIT compiler (that produces moderately good code, but no optimization). It doesn't have any .NET support currently, but given the deep similarities between .NET and Java, I think it wouldn't be a
2013 Sep 15
0
[LLVMdev] VMKit state of the union, android support, and .net/CLI
Hi Jeremy, 2013/9/13 Jeremy Bell <bell.jeremy at gmail.com>: > I looked into the archives as far back as 2009 and searched around for more > information about vmkit, but I still have some questions. > > First of all, what is that status of VMKit? Is there any active development? > A roadmap? Is it in maintenance mode? The development is inactive since two month because the
2015 May 15
0
MP3/Vorbis/Opus: What I think I hear
On Thursday, April 30, 2015 08:06:21 AM Ulrich Windl wrote: >[...]Unfortunately my search for a good free player [that supports opus] > for Android was not > very successful (the shipped players all can't play Opus, and I think you > can't just install codes, or can you?) Sorry for the long delay, I've been meaning to reply to this part for two weeks. VLC for Android
2013 Sep 13
2
[LLVMdev] VMKit state of the union, android support, and .net/CLI
I looked into the archives as far back as 2009 and searched around for more information about vmkit, but I still have some questions. First of all, what is that status of VMKit? Is there any active development? A roadmap? Is it in maintenance mode? Secondly, can VMKit generate binaries that can be used on android/jni? Finally, I understand that the .net/CLI support is no longer being
2018 Mar 29
3
Tinc and android 6
Hi, I compiled tinc 1.1pre14 for android 6, then i created the config for tinc. When i try to start tinc, it can not connect to /dev/tun I have looked for information on android/tinc and /dev/tun. The information i found is about system permissions, how can i start tinc on android whitout rooting my android tablet ? And set extra routing to the tinc interface. Greeting from Amsterdam,
2011 Mar 07
3
1.8.3 - IAX - echo - jitterbuffer
I'm using iaxagent on a Droid X to connect by IAX to 1.8.3 at the office. 1.8.3 has sip phones. The audio is fine on the Droid X side. On the office side, they hear an echo of _their_ speech, not mine. The office uses sip-providers generally without any echo problem. Where do I start to figure this out? How do I narrow it down? Can I figure out if it is an iaxagent problem? Could using
2012 Jul 23
2
Mobile Device Options
Hello, I'm looking to use tinc. What are my options for connecting from a mobile device, e.g. iPhone/iPad or a droid? Is there any backwards compatibility with IPSec or PPTP or anything? Or would it be possible to implement a solution where a pptp vpn is bridged to the tinc vpn so clients can 'see' other clients on either network? Thanks, Adam
2011 May 31
0
[LLVMdev] Assertion failure in MC emitter running LLVM libs on Android using android-ndk
Hello, I am encountering a strange assertion failure using the LLVM libraries cross-compiled for Android using the Android NDK. I am using the official release of LLVM-2.9. The IR which is causing the assertion failure is the following: define void @__construct_Byte__Integer(i8* nocapture %byteLValue, i32 %integerRValue) inlinehint { entry: %0 = trunc i32 %integerRValue to i8 store i8 %0,
2010 Feb 07
0
Somewhat off topic: Building Android on CentOS 5.4
I asked this question on android-platform at googlegroups.com but never received a response. I suspect most (if not all) people compiling the Android platform are using some version of Ubuntu ... hence the lack of response. I would not normally cross post but am hopeful that another CentOS 5.4 user (not on the android-platform forum) might have successfully built the Android platform. I would
2013 Feb 01
0
[LLVMdev] Clang now included in Android NDK r8c
Hi LLVM Android NDK developers, I was curious how clang was built for this release, but didn't find the llvm-setup executable in the NDK. Can you share how your build was configured here? And I see the Chromium build distributes a separate version of clang that looks to be somewhere beyond the 3.2 release. Has there been any talk of both Android and Chromium sharing the same clang? Or is
2008 Apr 12
0
newbie qs - can one implement speex for Google Android?
On 12/04/2008, Anil Philip <goodnewsforyou at yahoo.com> wrote: > > > Anil Philip <goodnewsforyou at yahoo.com> wrote: > see http://code.google.com/android > It would be good of members from here will step in and offer google help to > implement speex. > Without exaggeration, android will transform the mobile world. > > > Ivo Emanuel Gon?alves <justivo
2012 Aug 23
0
Any android source client for icecast ?
Hi all, 2012/8/21 Romain Beauxis <toots at rastageeks.org>: > Hi Guys, > > 2012/7/20 juantello <juantello1234 at gmail.com>: >> >> Hello. >> >> Icecast client for android >> http://droidtools.sourceforge.net/content/icecast-client-android >> http://droidtools.sourceforge.net/content/libogglibvorbis-and-libshout-libraries-android > > I
2015 Jul 09
1
[PATCH] cpu.c and Android
According to https://developer.android.com/ndk/guides/abis.html#x86 Android always support SSE, so there's no need to test SSE OS support. Why both __ANDROID__ and ANDROID are tested: http://stackoverflow.com/questions/15328751/android-macro-suddenly-not-defined http://stackoverflow.com/questions/6374523/how-to-detect-compilation-by-android-ndk-in-a-c-c-file
2018 May 08
2
Pointer size bugs when compiling for android arm64?
I'm trying to do a standalone build of Opus and I get the following messages when compiling for android arm64 using clang:   CC       silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.lo silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c:43:37: warning: incompatible pointer types assigning to 'const long *' from 'long long *' [-Wincompatible-pointer-types]    
2015 Sep 30
0
Delay playing some streams on Android
I suppose you were pointing me towards the "burst-size" setting, but it's not totally clear. Please correct me if you meant something else. I increased the burst-size to 131072 bytes, or 128 kibibytes. My Android app now plays the stream without much delay. I still don't know why I didn't notice this problem in an Android emulator. Thanks for the pointer. From:
2013 Jun 21
1
[LLVMdev] ASan for Android Applications
Evgeniy, thanks for your help. > You need -eng build because preloading libraries into dalvik vm is not > allowed in user builds. JellyBean includes several bugfixes in the > dynamic loader that asan needs. Do you have the sha1 hashes for any of those patches? I might be able to track down a build that includes them. > Was there any useful output in adb logcat when your program
2009 Feb 23
0
FLAC support for Android?
Hi Ben. A quick scan of the Android information I could find online indicates that Java is the primary development environment. You're not going to be able to create a feasible FLAC implementation in Java. Instead, you'll need to use GCC to compile the C code in the FLAC library for the ARM processor in the Android platform. So, I'm not surprised that OpenCore is written
2009 Feb 24
0
FLAC support for Android?
I envisioned this being implemented as a patch to Android at the OS level. It looks like Android has native decoders which the media player and Java APIs call. My understanding is that T-Mobile pushes out over the air updates of the operating system every so often. For example, there's a new version of the Android OS called Cupcake<http://source.android.com/roadmap/cupcake>in the