Code Monkey home page Code Monkey logo

Comments (24)

jMyles avatar jMyles commented on May 18, 2024

Inspect the element and see what the URL for the recording is. See if that URL points to an actual resource.

from what.

rachelLagodka avatar rachelLagodka commented on May 18, 2024

also... there is no "submit" button at the bottom of the page, so checking the box won't do anything

from what.

jMyles avatar jMyles commented on May 18, 2024

Wrong. It's ajax. See: https://github.com/SlashRoot/WHAT/blob/master/static/coffee/resolve_calls.coffee

from what.

rachelLagodka avatar rachelLagodka commented on May 18, 2024

in static.urls.py link /media/public/audio/call_recordings/{{ phone_call_instance }} is not present.

from what.

jMyles avatar jMyles commented on May 18, 2024

What's the actual URL in the HTML (ie, if you inspect with firebug)? Is there a subdomain or port in the URL?

I don't think I know what you mean by phone_call_instance. Aren't the recording filenames hashed?

from what.

rachelLagodka avatar rachelLagodka commented on May 18, 2024

there wasn't an actual url

from what.

rachelLagodka avatar rachelLagodka commented on May 18, 2024

there was no audio in any of the urls-- what happened?

from what.

jMyles avatar jMyles commented on May 18, 2024

So the HTML tag had url="" ?

If so, check the template. I'm not sure. The twilio cases are not tested. I'm guessing there's some breakage.

from what.

jMyles avatar jMyles commented on May 18, 2024

Note that even if the twilio recordings aren't properly saved to the url of the PhoneCallRecording objects by the current view, we can correct this with a single manual REST call. http://www.twilio.com/docs/api/rest/call#list

from what.

timgordon avatar timgordon commented on May 18, 2024

in firebug it says...

url="/media/public/audio/call_recordings/audio(some_long_hash).mp3"

in urls.py there is no /media/public/audio...

from what.

jMyles avatar jMyles commented on May 18, 2024

(Is that a sensitive mp3 file?)

About the dispatcher: You are right - good looking out! :-)

However, you'll notice that the reason there's no mention of static service in django is because static media files are served separately by twisted in our deployment module:

https://github.com/SlashRoot/WHAT/blob/master/deployment/deploy_functions.py#L107

from what.

timgordon avatar timgordon commented on May 18, 2024

I made the numbers up...and how to I point them in the right direction?

from what.

jMyles avatar jMyles commented on May 18, 2024

Hmm?

from what.

timgordon avatar timgordon commented on May 18, 2024

hey I don't get one bit what it is I need to do here...I need more than hmm...that line you referenced looks like Russian to me...I need help to do this.

from what.

jMyles avatar jMyles commented on May 18, 2024

Haha, yeah I here you. The deployment stuff is tough man. Real tough. It's great code though - twisted is really amazing. I hope you come to understand it soon. I guess the first question is: If you actually SSH in and look at the production static file, does the mp3 in question exist?

from what.

rachelLagodka avatar rachelLagodka commented on May 18, 2024

on the production server:

what/production/static/public/audio/call_recordings

does indeed exist and has contents

from what.

jMyles avatar jMyles commented on May 18, 2024

Well I know that. What I meant was: Does it have the actual MP3 in
question in it? (This might be an ops question and best left off
github, but for now let's keep pursuing it in case it represents a dev
bug)

from what.

timgordon avatar timgordon commented on May 18, 2024

there is indeed a call on the production server. in that folder. how do i point the play buttons to the proper location of the media?

from what.

rachelLagodka avatar rachelLagodka commented on May 18, 2024

how do we save the Twilio recordings to the app
now that we know they need to be set ant tested as the tropo once was

from what.

jMyles avatar jMyles commented on May 18, 2024

There is a test for the Tropo case; make one for the Twilio case. Keep in mind that Twilio actually gives us a URL. You can http://www.twilio.com/docs/api/twiml/twilio_request#asynchronous

from what.

jMyles avatar jMyles commented on May 18, 2024

This ticket is still very much alive. It will be a very fun challenge to close it. Do you need any more help understanding it?

from what.

rachelLagodka avatar rachelLagodka commented on May 18, 2024

My difficulty is more procedural than heuristic. I'm in my attic.
The computer downstairs won't be shut off. Shld I unplug it?
------Original Message------
From: Justin Holmes
To: Rachel Lagodka
Subject: Re: [WHAT] Call Resolution Impediments (#28)
Sent: Apr 22, 2012 8:12 PM

This ticket is still very much alive. It will be a very fun challenge to close it. Do you need any more help understanding it?


Reply to this email directly or view it on GitHub:
#28 (comment)

Sent on the Sprint® Now Network from my BlackBerry®

from what.

jMyles avatar jMyles commented on May 18, 2024

I have lost track of this ticket. What exactly will constitute completion?

from what.

jMyles avatar jMyles commented on May 18, 2024

Ticket has become decayed and nondescript. Closing wontfix.

from what.

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.