Displaying 2 results from an estimated 2 matches for "112ms".
Did you mean:
112m
2005 Jan 23
6
Autio cut off at beginning of call
I posted this question a while back, and I'm posting again in hopes that
someone has some ideas. Sorry if you've already seen this.
When dialing out using a SIP or IAX provider (Broadvoice, SimpleTelecom,
VoicePulse Connect) I often find that after the call is answered the first
few seconds of audio are cut off (i.e. I don't hear the called party). This
usually results in the called
2010 Sep 17
0
ruby's oauth2 grant_type
...JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = ''"oauth_clients"''::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
Oauth error: invalid grant_type
Rendered text template (0.0ms)
Completed 400 Bad Request in 112ms (Views: 37.9ms | ActiveRecord:
178.2ms)
and from client
Started GET "/users/oauth/accounts/callback?
code=d264c2496d0dc5c494b7269f2f9e4c30cd55a571b6944d3231f63577acd12b1b&&expires_in=3599"
for 127.0.0.1 at 2010-09-17 00:17:44 +0400
Processing by Devise::OauthCallbacksController...