Coder Social home page Coder Social logo

no early media about datacard HOT 12 CLOSED

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
no early media

from datacard.

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
using originate, I can only fake ringings:

originate sip/234 application dial datacard/datacard0/687123123

This way, after pick up 234, I can hear fake rings... Anyway, I think this 
should be avoided to hear early media from operator..

Original comment by [email protected] on 27 Nov 2010 at 11:17

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
New features added into current branch.

Now we track 
^ORIG:idx,y
and 
^CONF:idx
responses from modem after 
ATDnum;

and do 

                        case CALL_STATE_DIALING:
                                /* from ^ORIG:idx,y */
                                channel_queue_control (cpvt, AST_CONTROL_PROGRESS);
                                ast_setstate (cpvt->channel, AST_STATE_DIALING);
                                break;

                        case CALL_STATE_ALERTING:
                                /* from ^CONF:idx */
                                channel_queue_control (cpvt, AST_CONTROL_RINGING);
                                ast_setstate (cpvt->channel, AST_STATE_RINGING);
                                break;

at ^CONF: URC called party no actually ringing yet, and also no voice before 
^CONN: URC reading from device.

I should comment AST_CONTROL_RINGING and AST_STATE_RINGING lines ?



Original comment by [email protected] on 28 Nov 2010 at 6:11

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024

Original comment by [email protected] on 28 Nov 2010 at 7:23

  • Changed state: Accepted

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
I try dial not exists number and got 'is ringing' message.
It is sure incorrect.

^CONF: URC not a 'ringing on called party' // i still has't description of 
^CONF URC.
Fixed in r49

Currently no voice read from device before CONN event (answer).
I research this behaviour with call holding, because in this case device 
voice output switched between asterisk's channels


Thanks for your bug report.

Original comment by [email protected] on 28 Nov 2010 at 7:41

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
[deleted comment]

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Hi,

now with r49 there is no

   -- Datacard/datacard1-0100000000 is ringing

but still not getting early media. The channel is muted until answer (then 2 
way voice).

Also, trying 

originate sip/234 application dial datacard/datacard0/687123123

still getting

Called datacard1/687123123
    -- Datacard/datacard1-0100000000 is making progress passing it to SIP/234-00000005
    -- Datacard/datacard1-0100000000 is ringing

But now with correct fake ringings....

Original comment by [email protected] on 28 Nov 2010 at 10:11

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Yes I know channels muted until answer, bugfixing  scheduled.
Expected time to solve 48 hours.

Original comment by [email protected] on 28 Nov 2010 at 2:30

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
r58 fix this bug, please check and I close this bug.

Original comment by [email protected] on 30 Nov 2010 at 6:29

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024

Original comment by [email protected] on 30 Nov 2010 at 6:41

  • Changed state: Started

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024

Original comment by [email protected] on 30 Nov 2010 at 6:42

  • Changed state: Fixed

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
nice... fixed!!!

thanks

Original comment by [email protected] on 30 Nov 2010 at 7:35

from datacard.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Ok

Original comment by [email protected] on 30 Nov 2010 at 7:52

  • Changed state: Verified

from datacard.

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.