Git Product home page Git Product logo

Comments (8)

 avatar commented on June 26, 2024

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.

from csipsimple.

rajil avatar rajil commented on June 26, 2024

Can you share where this file (path) is?

from csipsimple.

 avatar commented on June 26, 2024

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

from csipsimple.

rajil avatar rajil commented on June 26, 2024

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.

from csipsimple.

 avatar commented on June 26, 2024

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

from csipsimple.

p-v-n avatar p-v-n commented on June 26, 2024

@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!

from csipsimple.

 avatar commented on June 26, 2024

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

Thanks!

from csipsimple.

p-v-n avatar p-v-n commented on June 26, 2024

@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!

from csipsimple.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.