Notices


Reply
Thread Tools
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#161
When I make an outgoing call it displays the following: "this contact's application does not support calls".

Then it pops up an outgoing call to a +13134279000 number (the direct dial number it acquired), but the call goes to the ending status, and then closes while displaying a general error.

I also tried to make a call from qgvdial directly (not through the maemo integrated call manager), and I had the same issue.

(I have qgvdial setup to dial using the ring profile, or "direct dial").
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#162
This may be of interest to you for implementing PUSH:

GV-Push-Notification-Toolkit: "Uses XHR requests to speed up the refresh rate of the GV SMS Inbox for pushing out to Prowl for enhanced iPhone OS Push Notifications"
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#163
Originally Posted by xur17 View Post
When I make an outgoing call it displays the following: "this contact's application does not support calls".
This happens to me as well. It has happened in vicar as well, but I don't know what causes it yet so I don't know how to fix it.
The popup is a false error though - the call does go to qgvdial, but you already know that.

Originally Posted by xur17 View Post
Then it pops up an outgoing call to a +13134279000 number (the direct dial number it acquired), but the call goes to the ending status, and then closes while displaying a general error.

I also tried to make a call from qgvdial directly (not through the maemo integrated call manager), and I had the same issue.

(I have qgvdial setup to dial using the ring profile, or "direct dial").
I just tested this and it worked for me just a few minutes ago.
Can you post / PM me the log?

BTW: Logs have shifted from /home/user/qgvdial.log to a separate folder for my logs: /home/user/.qgvdial/

This directory hold the app logs "qgvdial.log" as well as the CM logs "qgv-tp.log"
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#164
Here's the most recent attempt:

qgvdial.log:
Code:
2010-12-05 18:15:05.699 : 3 : "Enqueued 7: dialOut."
2010-12-05 18:15:05.700 : 3 : "Starting work 7: dialOut"
2010-12-05 18:15:08.640 : 2 : "access number = "+13134279000""
2010-12-05 18:15:08.650 : 3 : "Callout in progress"
2010-12-05 18:15:08.661 : 3 : "Dial successful to +18004664411."
2010-12-05 18:15:08.666 : 3 : "Completed work 7: dialOut"
2010-12-05 18:15:08.666 : 3 : No work to be done. Sleep now.
2010-12-05 18:15:08.994 : 2 : Channel could not become ready
qgv-tp.log:
Code:
2010-12-05 18:15:03.704 : 3 : qgvtp: CreateChannel
2010-12-05 18:15:03.735 : 3 :  Request details are:  QMap(("org.freedesktop.Telepathy.Channel.ChannelType", QVariant(QString, "org.freedesktop.Telepathy.Channel.Type.StreamedMedia") ) ( "org.freedesktop.Telepathy.Channel.TargetHandleType" ,  QVariant(uint, 1) ) ( "org.freedesktop.Telepathy.Channel.TargetID" ,  QVariant(QString, "+18004664411") ) )
2010-12-05 18:15:03.736 : 3 : Found channel type "org.freedesktop.Telepathy.Channel.Type.StreamedMedia"
2010-12-05 18:15:04.001 : 2 : QDBusObjectPath: invalid path ""
2010-12-05 18:15:15.974 : 3 : qgvtp: GetSelfHandle
2010-12-05 18:15:16.240 : 3 : qgvtp: Returning Handle 0 as self handle.
2010-12-05 18:15:16.250 : 3 : qgvtp: EnsureChannel
2010-12-05 18:15:16.251 : 3 :  Request details are:  QMap(("org.freedesktop.Telepathy.Channel.ChannelType", QVariant(QString, "org.freedesktop.Telepathy.Channel.Type.ContactList") ) ( "org.freedesktop.Telepathy.Channel.TargetHandleType" ,  QVariant(uint, 3) ) ( "org.freedesktop.Telepathy.Channel.TargetID" ,  QVariant(QString, "subscribe") ) )
2010-12-05 18:15:16.252 : 3 : Found channel type "org.freedesktop.Telepathy.Channel.Type.ContactList"
2010-12-05 18:15:16.282 : 3 : Requested channel type =  "org.freedesktop.Telepathy.Channel.Type.ContactList" does not require me to call qgvdial
2010-12-05 18:15:16.285 : 3 : qgvtp: EnsureChannel
2010-12-05 18:15:16.286 : 3 :  Request details are:  QMap(("org.freedesktop.Telepathy.Channel.ChannelType", QVariant(QString, "org.freedesktop.Telepathy.Channel.Type.ContactList") ) ( "org.freedesktop.Telepathy.Channel.TargetHandleType" ,  QVariant(uint, 3) ) ( "org.freedesktop.Telepathy.Channel.TargetID" ,  QVariant(QString, "publish") ) )
2010-12-05 18:15:16.287 : 3 : Found channel type "org.freedesktop.Telepathy.Channel.Type.ContactList"
2010-12-05 18:15:16.321 : 3 : Requested channel type =  "org.freedesktop.Telepathy.Channel.Type.ContactList" does not require me to call qgvdial
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#165
Originally Posted by uvatbc View Post
-> "Call with qgvdial" and "Text with qgvdial" button on contacts.
Wait, you have both buttons on system contacts? What did you do? I've had an outstanding bug to them for not providing a way for this to work but only providing one button.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#166
Originally Posted by epage View Post
Wait, you have both buttons on system contacts? What did you do? I've had an outstanding bug to them for not providing a way for this to work but only providing one button.
Huh??
I'm not quite sure I understand: I copied your profile and manager files to make it work.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#167
Originally Posted by uvatbc View Post
Huh??
I'm not quite sure I understand: I copied your profile and manager files to make it work.
Weird. Maybe it is PR1.3 (I've not updated yet).
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#168
@xur17: I've uploaded a new build to extras-devel with modifications that may fix the problem you faced: qgvdial starts a call but it ends with "general error". Please test and tell me if it works.

Thanks.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#169
Originally Posted by uvatbc View Post
@xur17: I've uploaded a new build to extras-devel with modifications that may fix the problem you faced: qgvdial starts a call but it ends with "general error". Please test and tell me if it works.

Thanks.
I just tested it out, and it works now (after I rebooted). Thanks!

Is there some way to make qgvdial open in the background when the device turns on (or is that coming in a future version)?
 

The Following User Says Thank You to xur17 For This Useful Post:
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#170
Originally Posted by xur17 View Post
Is there some way to make qgvdial open in the background when the device turns on (or is that coming in a future version)?
There is a simple way to start any app on bootup - put it into an event.d script.

The reason I am not inclined to do that is because qgvdial isn't as yet capable of understanding that the network has not come up yet.
Once I put in the capability to know network state and adjust functionality accordingly, I can think about making that script.

On the other hand, on my n900, qgvdial starts up automatically on boot because of the qgv-tp. That's not what you wanted, but it does achieve auto-startup...
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:36.