voip

How to use pjsip on android device in order to have G.729 codec functionality

时光怂恿深爱的人放手 提交于 2019-11-26 21:04:40
问题 I want to use G.729 audio codec on my android application. I have did a lot research on this and came to know that pjsip is most promising solution for this. But I have not much idea about all this. can someone provide me complete steps for using pjsip in existing android application and how can i include support of G729 codec via pjsip . Any help will be appreciated. EDIT : Here is my android.mk file. I want to know that,have i did this right? and how to use those C functions in my java code

C# SIP Stack/Library [closed]

假如想象 提交于 2019-11-26 17:06:32
I am looking for a good SIP library either written in C# or that provides a C# wrapper. Does not necessarily need to be free. Has anyone used anything good? To clarify, I am talking about the VoIP protocol SIP. I am really looking for more than a google search on this one. I would like to someone to come back and say "We use ______, and it works great." To clarify further, I am looking for a library that would help me to implement a SIP proxy server without having to manually construct the SIP packets. I'm not looking for asterisk, freeswitch or any other pbx software. I am looking to create a

How to Maintain VOIP socket connection in background?

风流意气都作罢 提交于 2019-11-26 15:11:42
问题 My App Requirement : I should maintain a socket connection to trigger local notification on server push without using Push Notification(APNs) for some reasons. So I am using the VOIP background capability of iPhone to maintain socket connection. 1. I have configured a stream for VOIP in order to persist socket connection to run in background, so what Timeout value should I set? Will the socket connection terminates once the timeout expires? How do I make my application to listen to the socket

How to implement VoIP + SIP in iPhone? [closed]

限于喜欢 提交于 2019-11-26 12:00:59
问题 I want to develop a VoIP application for iPhone . But I don\'t know the basics of VoIP concepts and also if there are any sources or library available that can I use in my application . So if anyone can provide me VoIP learning resources or library or anything that is useful in terms of VoIP and iPhone it will be precious to me . 回答1: If it's still relevant: use pjsip . It's a SIP library written in C. You must compile the source for iphone, it is described in the docs here. After that take a

iOS Voip Socket will not run in background

非 Y 不嫁゛ 提交于 2019-11-26 08:48:02
问题 I am getting a VOIP socket to run in the background in an iOS application. My connection works fine, but it won\'t wake up when my app goes into the background. If I open the app back up, though, it responds to any messages it got while it was asleep. I set up my stream like this: CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, (CFStringRef) @\"test.iusealocaltestserver.com\", 5060, &myReadStream, &myWriteStream); CFReadStreamSetProperty ( myReadStream, kCFStreamNetworkServiceType,

iOS: Open Source VoIP/SIP Objective-C Code [closed]

旧时模样 提交于 2019-11-26 06:56:23
问题 I have been tasked with investigating the feasibility of writing an iPhone App to access our internal VoIP/SIP systems. I\'ve never coded anything close to VoIP before. Are there any open source VoIP/SIP libraries or examples in C or Objective-C? An iOS App that I can skin and add our required features to (mainly UI related) would be the holy grail here. 回答1: You may take a look at siphon (http://code.google.com/p/siphon/). From their homepage: Home of the World's first free SIP/VoIP

C# SIP Stack/Library [closed]

人盡茶涼 提交于 2019-11-26 05:07:38
问题 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 last year . I am looking for a good SIP library either written in C# or that provides a C# wrapper. Does not necessarily need to be free. Has anyone used anything good? To clarify, I am talking about the VoIP protocol SIP. I am really looking for more than a google search on this one. I would like to someone to come back and