GargoyleSoftware / voip-client-ios

VOIP Client for iPhone
GNU General Public License v2.0
49 stars 37 forks source link

Get basic SIP client up & Running #1

Closed DavidYKay closed 11 years ago

DavidYKay commented 12 years ago

I think that Siphon should meet our needs for this Wednesday.

I've listed some alternatives over in the wiki.

Take a look and see if you can get it running on a handset.

tfearn commented 12 years ago

Great, I'll take a look

DavidYKay commented 12 years ago

@cjeane to clarify, @tfearn is going to have a look tomorrow. Today is all you and me.

chrisjeane commented 12 years ago

Could not get Siphon2 to build against iOS5. Will trying an older version of iOS today.

DavidYKay commented 12 years ago

OK. keep in mind that we can use another open source package in Siphon is a pain.

Out of curiosity: what's the error message?

DavidYKay commented 12 years ago

@ansonlyx, if you have any capacity, can you take a look at this? Thanks.

tfearn commented 12 years ago

The code is not in the repository. Is it elsewhere?

On Feb 6, 2012, at 10:58 AM, David Young-Chan Kay wrote:

@ansonlyx, if you have any capacity, can you take a look at this? Thanks.


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3830913

Todd Fearn http://toddfearn.com http://twitter.com/tfearn http://www.linkedin.com/in/toddfearn

DavidYKay commented 12 years ago

Siphon is available at: http://code.google.com/p/siphon/

Not sure if Chris has modified it or not. For the moment, I'd just pull from their repo.

-DK

David Young-Chan Kay http://gravatar.com/DavidYKay DavidYKay@gmail.com

On Monday, February 6, 2012 at 11:04 AM, Todd Fearn wrote:

The code is not in the repository. Is it elsewhere?

On Feb 6, 2012, at 10:58 AM, David Young-Chan Kay wrote:

@ansonlyx, if you have any capacity, can you take a look at this? Thanks.


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3830913

Todd Fearn http://toddfearn.com http://twitter.com/tfearn http://www.linkedin.com/in/toddfearn


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3831049

chrisjeane commented 12 years ago

Nothing has been checked in. Just trying to get Siphon2 to compile externally. Investigating http://www.linphone.org

tfearn commented 12 years ago

Siphon looks very old. Let me know how linphone works before I proceed with Siphon.

Thanks Todd

On Feb 6, 2012, at 11:25 AM, Chris Jeane wrote:

Nothing has been checked in. Just trying to get Siphon2 to compile externally. Investigating http://www.linphone.org


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3831482

Todd Fearn http://toddfearn.com http://twitter.com/tfearn http://www.linkedin.com/in/toddfearn

DavidYKay commented 12 years ago

Siphon was the first thing I found that looked like a complete solution. If you can find a better package, by all means go for it.

On Monday, February 6, 2012 at 2:29 PM, Todd Fearn wrote:

Siphon looks very old. Let me know how linphone works before I proceed with Siphon.

Thanks Todd

On Feb 6, 2012, at 11:25 AM, Chris Jeane wrote:

Nothing has been checked in. Just trying to get Siphon2 to compile externally. Investigating http://www.linphone.org


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3831482

Todd Fearn http://toddfearn.com http://twitter.com/tfearn http://www.linkedin.com/in/toddfearn


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3835017

ansonlyx commented 12 years ago

I also tried Siphon last night but couldn't get it worked. Now looking for other alternatives.

chrisjeane commented 12 years ago

I got Linphone running on my phone. Going to be pushing it soon.

tfearn commented 12 years ago

Excellent

Sent from my iPhone

On Feb 6, 2012, at 7:53 PM, Chris Jeane reply@reply.github.com wrote:

I got Linphone running on my phone. Going to be pushing it soon.


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3840231

chrisjeane commented 12 years ago

Checked in. Added information about the sip2sip.info accounts. Have tested both phone to app and app to app calls work.

tfearn commented 12 years ago

I'm getting the following error when compiling under XCode 4.2:

error: /Users/tfearn/project/voip-client-ios/submodules/linphone/mediastreamer2/src/nowebcamCIF.jpg: No such file or directory

It looks like the linphone directory is empty. Is this missing from Git?

Thx Todd

On Tue, Feb 7, 2012 at 10:54 AM, Todd Fearn tfearn@gmail.com wrote:

---------- Forwarded message ---------- From: Chris Jeane < reply@reply.github.com

Date: Mon, Feb 6, 2012 at 10:08 PM Subject: Re: [voip-client-ios] Get basic SIP client up & Running (#1) To: Todd Fearn tfearn@gmail.com

Checked in. Added information about the sip2sip.info accounts. Have tested both phone to app and app to app calls work.


Reply to this email directly or view it on GitHub:

https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3841734

Todd Fearn http://www.linkedin.com/in/toddfearn http://www.twitter.com/tfearn

Todd Fearn CEO, iDATA Corporation http://www.idata.net

chrisjeane commented 12 years ago

Not sure why that didn't get pushed to github. I'll check on it when I get back to my computer this afternoon. I was trying to save you guys time by checking in the precompiled submodules. You can get the original project to compile your own copy from here: git clone git://git.linphone.org/linphone-iphone.git --recursive

chrisjeane commented 12 years ago

The binaries are now checked in correctly so it should build.

tfearn commented 12 years ago

Chris,

Looks good. Can you brand the client with the iDATA logo (attached) instead of Limphone? Also, change the text on the about page and the url to (http://idata.net).

I'll put together a splash also.

Thanks Todd

On Feb 7, 2012, at 5:15 PM, Chris Jeane wrote:

The binaries are now checked in correctly so it should build.


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3857995

Todd Fearn http://toddfearn.com http://twitter.com/tfearn http://www.linkedin.com/in/toddfearn

tfearn commented 12 years ago

Logo attached.

On Feb 7, 2012, at 5:15 PM, Chris Jeane wrote:

The binaries are now checked in correctly so it should build.


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3857995

Todd Fearn http://toddfearn.com http://twitter.com/tfearn http://www.linkedin.com/in/toddfearn

DavidYKay commented 12 years ago

@tfearn Didn't work. You'll have to give us a URL.

tfearn commented 12 years ago

Chris,

Don't worry about those changes. I can do the cosmetics. Thanks, works great!

Todd

On Feb 7, 2012, at 5:15 PM, Chris Jeane wrote:

The binaries are now checked in correctly so it should build.


Reply to this email directly or view it on GitHub: https://github.com/GargoyleSoftware/voip-client-ios/issues/1#issuecomment-3857995

Todd Fearn http://toddfearn.com http://twitter.com/tfearn http://www.linkedin.com/in/toddfearn

TamilRaja commented 11 years ago

Thanks.....

TamilRaja commented 11 years ago

Hi Friends

How to solve this error only...I will try but not clear. Any solution

ld: 7 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)