Code Monkey home page Code Monkey logo

Comments (9)

saqlainnawaz avatar saqlainnawaz commented on July 20, 2024 1

@srivishalsangepu I haven't tried yet but it should be easy. Store the session value in some variable and just invite the channel to that session for conferencing.

from ctxsip.

srivishalsangepu avatar srivishalsangepu commented on July 20, 2024

Hi @saqlainnawaz sir,
Have you completely solved the auto answer issue, please let me know if you have done with it.
Thanks & regards
srivishal

from ctxsip.

saqlainnawaz avatar saqlainnawaz commented on July 20, 2024

@srivishalsangepu Yes. I did that a long time ago

from ctxsip.

srivishalsangepu avatar srivishalsangepu commented on July 20, 2024

@saqlainnawaz can you please tell me how to achieve it.
Thanks and Regards
srivishal

from ctxsip.

saqlainnawaz avatar saqlainnawaz commented on July 20, 2024

@srivishalsangepu I did following.

Write a new function to answer the call.

autoanswer :  function(newS) {
        		ctxSip.phoneCallButtonPressed(newS.ctxid);
        },

And call this function in invite.

 ctxSip.phone.on('invite', function (incomingSession) {

        var s = incomingSession;
		
        s.direction = 'incoming';
        ctxSip.newSession(s);
        writeS(s);
        ctxSip.autoanswer(s);
       
    });

from ctxsip.

srivishalsangepu avatar srivishalsangepu commented on July 20, 2024

Thank you so much @saqlainnawaz sir, it's working.
Regards,
Srivishal

from ctxsip.

saqlainnawaz avatar saqlainnawaz commented on July 20, 2024

@srivishalsangepu You are welcome.

from ctxsip.

srivishalsangepu avatar srivishalsangepu commented on July 20, 2024

hi @saqlainnawaz sir, have you tried conference calls in ctxsip.

from ctxsip.

1zain-haider1 avatar 1zain-haider1 commented on July 20, 2024

hi ...i am using ctxphone along sip.js outgoing is working fine but incoming doesn't seem to be working .... mycalls can't land on the phone is there any thing em missing.. em super new to this ..i just find above something related so i just asked

from ctxsip.

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.