amyLsy / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

Background calls doesnt work with Siphone #578

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am using TCP connection for making call when application is not in 
foreground and on Lock-screen and also added background calling parameter in 
plist but I am unable to receive call on iPhone 5 when application is running 
in background.

<key>UIBackgroundModes</key>
    <array>
        <string>audio</string>
        <string>voip</string>
    </array>
2.
3.

What is the expected output? What do you see instead?
No Voice call receive in background on iPhone 5.

What version of the product are you using? On what operating system?
Latest pjproject-2.1.0

Please provide any additional information below.

Unable to make calls on background on TCP or TLS protocol with SiPhone.

Original issue reported on code.google.com by catali...@gmail.com on 9 May 2013 at 3:11

GoogleCodeExporter commented 8 years ago
hi all,

can any one just tell me how to get siphon version 3.9.7 source code.
i am getting only #define VERSION_STRING @"Siphon 2.3" in following svn 
checkout. http://siphon.googlecode.com/svn/trunk/. i am facing the background 
service problem in siphon. 

Original comment by s.balaji...@gmail.com on 22 May 2015 at 12:44