Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lollipop and dialer integration #31

Open
rajil opened this issue Dec 19, 2015 · 8 comments
Open

Lollipop and dialer integration #31

rajil opened this issue Dec 19, 2015 · 8 comments

Comments

@rajil
Copy link

rajil commented Dec 19, 2015

Hello,
I have csipsimple on a samsung Note 4 running lollipop 5.1.1. The dialer integration is turned on. When i make a call using the native dialer both the native dialer and the csipsimple make the call. In 4.4 kitkat the native dialer used to reject the call but it seems 5.1.1 work's differently.

Anybody using csipsimple with Lollipop seeing this issue?

Thanks

@ghost
Copy link

ghost commented Feb 2, 2016

I faced this issue. I fixed this issue by commenting the following line in the manifest file. It is resolved. If I am wrong please comment on it.

< !-- Call management -- >

< receiver
android:name="com.csipsimple.service.OutgoingCall"
android:permission="android.permission.CALL_PHONE"
android:process=":sipStack" >

< !-- Here filter for protected-broadcasts -- >

< intent-filter android:priority="0" >
< action android:name="android.intent.action.NEW_OUTGOING_CALL" />
< /intent-filter >
< /receiver >

I hope this could be the answer for you question.

@rajil
Copy link
Author

rajil commented Feb 3, 2016

Can you share where this file (path) is?

@ghost
Copy link

ghost commented Feb 3, 2016

It is in AndroidManifest.xml file check for the < !-- Call management -- > then comment it

@rajil
Copy link
Author

rajil commented Feb 3, 2016

Are you suggesting to make the change in the code followed by compile and install on the phone ?

I don't have the manifest file on the phone filesystem.

@ghost
Copy link

ghost commented Feb 3, 2016

Yes.. I am asking you to do in the code..

@p-v-n
Copy link

p-v-n commented Feb 4, 2016

@vivekebics, could you please clarify which line did you comment out? What you posted matches exactly the current AndroidManifest.xml. You say "check for the < !-- Call management -- > then comment it", but "" is already a comment, so you likely didn't mean this exact line.
Or did you actually mean the whole <receiver>...</receiver> section?

Thanks!

@ghost
Copy link

ghost commented Feb 8, 2016

I mean the com.csipsimple.service.OutgoingCall receiver and android.intent.action.NEW_OUTGOING_CALL receiver

Thanks!

@p-v-n
Copy link

p-v-n commented Feb 9, 2016

@vivekebics, if you don't mind, could you please explain how does this help with the original issue when both native dialer and csipsimple start making calls in parallel?
Also, could you please post a diff between before and after versions of AndroidManifest.xml, as I'm still confused because I see only one receiver section in your first post, while you just mentioned two of them. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants