voip

Compile PJSIP 2.5 Library for all architectures

时间秒杀一切 提交于 2019-12-03 20:49:20
To compile PJSIP library for iPhone device, I am using this code make distclean && make clean ARCH='-arch arm64' ./configure-iphone --enable-opus-codec make dep make This code allows me to install my app for single architecture only. To compile pjsip for all the architectures (armv7, armv7s, arm64, i386, x86_64), Which command or tool I can use Steps to compile for all devices. compile for all devices separately merge with lipo eg. -create /libsrtp-arm64-apple-darwin_ios.a /libsrtp-i386-apple-darwin_ios.a -output output_file_name then use output_file_name.a as a universal library for all

Cancel Banner Notification in iOS8 Not Working

你。 提交于 2019-12-03 20:13:47
My title might not accurately depict my question, so I apologize. I have looked for a solution to creating this level of functionality but I am unable to find it. I am creating a VoIP application for iOS 8. When a user receives a call I am displaying a notification with a 12 second ringtone. While this notification is in progress if the call disconnects I want the Incoming Call notification to disappear and display a Missed Call notification immediately. This level of functionality is possible because Viber does it. Currently, I am sending a silent push notification when a Incoming Call is

Implement VOIP in iPhone and iPad

被刻印的时光 ゝ 提交于 2019-12-03 16:57:33
Does anybody is aware of implementing VOIP feature in iPhone and iPad. The things for which i need clarity is, By using which third party library/protocol can I implement this feature? Or is there any in built classed available in objective-c which I can make use of? Is there any Apple store accepted iPhone application which uses VOIP implementation? If so where can I get implementation details of it. This is a generic question. Can we use any third party's in our iPhone application or do we need to get any special permission from Apple reg the usage of third party's used. Please let me know

begin with java voip [closed]

[亡魂溺海] 提交于 2019-12-03 16:51:40
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center . Closed 7 years ago . i have to write a chat application enable to conference calling with voip, but i dont know anything about this technology at all and i couldnt find anything useful. do you know any useful site which help to begin working with it? thanks You might look at hosted voice platforms. There's VoiceXML (see http://vxml

How can I make call between direct IP to IP without SIP Server

别来无恙 提交于 2019-12-03 13:28:07
Is there any way to make call by just dialing a local IP address? Simply an IP to IP call. How can I do this? What changes should I make in pjsip code? I don't want to register in any server or VOIP provider. The call will happen only in local WiFi, just like SJPhone applications do in Mac ( http://www.sjlabs.com/sjp.html ). You can happily make LAN-only calls with SIP - it is primarily a peer-to-peer protocol, after all. It's a standard part of SIP, in other words. It looks like pjsip already supports calling a SIP URI directly (as it should!) so you shouldn't need to adjust anything. Just

How to make an iOS VOIP/SIP Application with audio codec's only [closed]

六眼飞鱼酱① 提交于 2019-12-03 13:27:36
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Can any one help me out to clear my doubts i am trying to implement an SIP application, I already have sip server setup and i have the username and password of my sip account. Now I tried using PJSIP & SIPHON but somehow failed with lots of errors. Then I tried with LinPhone and it worked fine. Then copied the

VOIP using XMPP Framework in iPhone [closed]

假装没事ソ 提交于 2019-12-03 13:03:56
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I am able to implement Facebook and Gmail chat with the help of XMPP Framework in my iPhone app. Wanted to know if its possible to implement VOIP(SIP) in a similar manner using XMPP. 回答1: You can use jingle framework.This is what jingle wiki says: "Jingle is an extension to the

Incoming calls with SIP and WebRTC [closed]

Deadly 提交于 2019-12-03 12:33:23
Closed . This question needs to be more focused. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it focuses on one problem only by editing this post . I'm looking into implementing a browser-based VOIP solution that uses SIP and WebRTC and that connects to the PTSN. Basically, users give me their SIP credentials and I use WebRTC to acccess their microphone and speakers. On the page, I plan to run an SIP client. How do I implement the incoming calls coming from the PTSN? Do I need some sort of listener that connects to the SIP server of

How to get started on VOIP programming? [closed]

耗尽温柔 提交于 2019-12-03 12:00:57
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center . How to start developping a VoIP product. I'd like to hear something of the experienced, thanks in advance! voip programming,voip programming Tutorial, Tutorials voip ... http://www.roseindia.net/tutorialsearch/?t=voip+programming What is VoIP and How it Works http://faq.programmerworld.net/voip/voip.htm I came across a site GNY which

What's a good open source VoiceXML implementation?

北慕城南 提交于 2019-12-03 10:55:26
I am trying to find out if it's possible to build a complete IVR application by cobbling together parts from open source projects. Is anyone using a non-commercial VoiceXML implementation to build speech-enabled systems? I've tried JVoiceXML in the past and had some luck with it. http://jvoicexml.sourceforge.net/ It's java of course, but that wasn't a problem for my situation. Voiceglue ( http://www.voiceglue.org/ ) is an implementation of voicexml using openvxi and asterisk. It may be a good option for you, it is GPL licensed. matt b You might want to take a look at OpenVXI, I believe that a