![]() |
Re: Dialcentral 1.0
Quote:
Currently I'm calling the first one Chimerical which uses the devices camera as a way to see the world color blind (and maybe other visual impairments?). All I've done on that is reformatted the code in Mirror to better fit my needs and tested an algorithm for color blindness. The second idea I have I've no name for, I've done no work on, and I am unsure on its feasibility. Long before the iPhone had Bluetooth support for P2P apps I wondered about the same. It wasn't till recently that I realized that Telepathy can be used for P2P app support. The limitation is link-local requires you to be on the same network which doesn't work for Cell Phones. I'd like to experiment with a Bluetooth connection manager for Telepathy. It would offer simple things like chat (and maybe expose proximity by signal strength?) but the focus would be on expanding telepathy's opportunities for P2P applications. |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Epage, you mentioned "and make it so if you use the custom sound notifier, you can specify the location of the sound file " how do I enable this option? is it an advanced script that has to be added? If so can you post it for experimental use only?
*Edit thanks for the nice sort feature in the call log! Its exactly how I wanted it. **Edit2 For one contact in my list, if I try to click on the message to reply, I get error 'phoneType' error at the bottom. It has only happened for 1 contact. Its using the GV add book and this contact has mayb4 4 numbers. Correction I can not click on her name at all without the message appearing at the bottom. This problem may stem back a few releases as I vaguely remember it happening |
Re: Dialcentral 1.0
Quote:
In ~/.dialcentral/settings.ini Code:
... Code:
... Quote:
|
Re: Dialcentral 1.0
The One Ring Status:
I got it showing up for creating a new account and allowing you to login by depending on account-plugin-haze and using its generic UI. I then saw that anything related to IMs was broken. I've done some refactoring due to python-telepathy making breaking changes between what I have and what is on the tablet. I need to validate those changes and see what next breaks. Hopefully soon at least something will work on the tablet and I can see what all you all break :) Knowing issues will come up I implemented a command prompt withing The One Ring. If you start a conversation with your account number (it has to be exact, including whether to have the leading "1" or not) it will interpret messages as commands and spit back out the results. Below is the output when typing "help" Code:
(XXX)-XXX-XXXX: help |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Haha I can't say whether you should focus on fixing notifications or work on onering since I still use the n800 (and sadly both isn't an option =P). So I'll abstain. =P
How complex is the python used btw? I'm trying to learn python (first for automating some of the work in Excel to speed up calculations) and secondly I'm hoping to contribute to some maemo projects. Though I'm pretty much learning from scratch whenever I have time free from school and work. |
Re: Dialcentral 1.0
Hi epage.
Could you possibly post a temporary fix with text going off the screen when typing a SMS message? If we're all forced to use the same font and font size with Dial Central, it should be easy enough to implement. Just ask DC if the last word typed is greater than 58 total letters allowed on one line while in full screen mode. If it is, then carry that word down to the next line. Biggest problem would be tracking in real time the total number of characters typed in each line, especially when complicated entries are being constantly modified, inserted and deleted. Is there a way for DC to know if it's running in windowed or full screen mode? Anyway, perhaps you could implement a similiar solution when reading SMS messages as well since the lines for these cut much too short before reaching the scrollbar. Thanks for the continued work. :) |
Re: Dialcentral 1.0
you are going to have to spell out hhow to locate and send you a log file i'm a little bellow average in xterm
|
Re: Dialcentral 1.0
Has anyone else had any problems logging in to telepathy. I use DialCentral perfectly fine but I can not log in to telepathy. I enter my username and password (with and without @gmail.com) and nothing happens. The sign in button gets grayed out and the only way out is to tap on an empty area.
I am using the latest version, just downloaded 5 minutes ago. No luck with older versions as well. |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
Code:
cp ~/.dialcentral/*.log ~/MyDocs |
Re: Dialcentral 1.0
Quote:
I personally don't consider DIalcentral's python all that complex but I've also gone through it a whole bunch. If you want you can pick a bug (I can let you know if I think the fix is too complex and you can pick another) and I can help mentor you on getting it fixed? |
Re: Dialcentral 1.0
Quote:
I was still using 1.0.9-1. |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Just a quick comment. Epage you are still awesome. I am a constant user of Dialcentral over here in China. It is a perfect way to keep in touch with people back in the states. So thank you again for all your hard work and I am looking forward to One Ring.
|
Re: Dialcentral 1.0
The One Ring update:
Summary: Broken on Desktop and still broken on n900 I finally fixed the icon so it uses one of the right size. There is a breaking difference between my version of python-telepathy on my desktop and the one on my n900. I'm slowly working on making The One Ring support both versions. Fortunately I get no major errors on the n900 like before but it still doesn't work with the UI. Sadly I spread that bad UI behavior to my desktop. I did implement something kind of cool for the battery nazis. Previously I would load the addressbook and never update it. I would check for new voicemails and texts every min(10*2^n seconds, 2 minutes) with n being the number of updates since a text was sent or received or every 10 minutes when idle. Problems * The addressbook were never updated * Voicemails were being updated in association with sending and receiving texts which seemed odd * There was no constant factor in updating the texts/voicemails, leading to either high latency or heavy cpu/network usage I broke out the updating state machine into 3 state machines. Addressbook * When hidden, doesn't update * When idle, updates every 6 hours * When available, updates every hour Voicemail * When hidden, doesn't update * When idle, updates every 30 minutes * When available, updates every 5 minutes Texts * When hidden, doesn't update * When idle, updates every 30 minutes * When available, updates every min(10+2^n seconds, 10 minutes), n being the number of updates since the last text was sent or received. I plan to eventually make those numbers configurable including setting them to never update. |
Re: Dialcentral 1.0
I read the post a bit above about the sound notification.... can you tell me exactly what I'd have to do to get a sound notification?
|
Re: Dialcentral 1.0
munky i'm with you on this one. epage can you maybe start a new threat with the steps to get sound working. i understand not including it due to some quirky behavior, but to have the ability to have sound notification and not be able to use it is just a killer. i think a new thread would be ideal so this one doesnt get junked with our questions for an advanced/unsupported function of dialcentral.Thanks for reading and monky if you figure it before me shoot me a message!
|
Re: Dialcentral 1.0
Epage 2 bugs to report,
1. The sorting feature for text messages appears to be broken in the newest release. If I sort be text/all nothing shows. Voicemail still works and all will show all messages. 2. The last fix you made to show my one contact indeed does work. I am able to bring up her contact info again. The 2 numbers that were causing the "Phonetype" error appears to be Home Fax and Work Fax. They now do not show any type of denomination, which is not a big deal, just letting you know! Keep up the good work, looking forward someday to have thering one on the N810 ;) *Edit 3 bugs The notifier is only set up to notify on new sms, but still blinks on new voice mails. Not a biggy, just letting you know |
Re: Dialcentral 1.0
Quote:
Quote:
Quote:
|
Re: Dialcentral 1.0
Please do not filter out the numbers. I have a few contacts with more than 1 work number and its my way of sorting which is which. I can deal with no denomination next to the number but do not filter the numbers out :)
|
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
Do you mind providing a set without the border? And if you feel real generous, Quicknote could use a new icon (it got appropriate criticism over it) |
Re: Dialcentral 1.0
I just updated to 1.0.10-8 and I can make an outgoing call now whereas before, I wasn't able to make any outgoing calls, but outgoing calls are still buggy. If I hang up the phone call and try to make another call, it dials but doesn't connect. I've had random luck if I close DialCentral and then reopen it.
Is there anything that can be done about this? Thanks! |
Re: Dialcentral 1.0
Quote:
What types of calback numbers did you have before (Gizmo, cell, landline, etc)? What was the previous success rate for each kind? What was the success rate with google.com/voice and google.com/voice/m? When "it doesn't connect" is Dialcentral giving an error or is the connecting failing silently? Is there any kind of sign in your GV or phones call log that an attempt was made? The above paragraph of questions again for the new release. |
Re: Dialcentral 1.0
A tiny The One Ring update.
Thanks to my friend dbus-monitor, I was able to find the last of the bugs preventing making calls from within Empathy and I got other things working again within empathy. Next week I'll take another look at running on Maemo 5 to see what is still broken. ps I love that all the server move stuff keeps losing what I've been doing on bugzilla. Why did I decide to do major bug fix releases for 3 pieces of software the same weekend as the move? |
Re: Dialcentral 1.0
Quote:
It seems pretty consistent that the first call outgoing upon opening DialCentral will go through. After hanging up, all subsequent calls will not go through. If I exit out of DialCentral and then reopen it, the first outgoing call will work and all subsequent calls again will not go through. Let me know if you need anymore info. Thanks again! |
Dialcentral 1.0.10-8 Notification, Call-Back functions
Notification function now works in 1.0.10-8 on N810. :D
Call-Back functions fails for GV phone # when using DC. Same number works at GV website. Here is the log showing errors: Code:
INFO:dialcentral:Dialcentral 1.0.10-8 |
Re: Dialcentral 1.0
Quote:
Could you look at Gizmo's call history (especially on their webpage to remove the client as a possible source) to see if anything shows up? Since you have the callbacks work at first and then not, I would especially be interested in your log file. Ctrl+l copies the log, and then paste it somewhere to upload. The most frustrating part of this issue is I can't even get Gizmo to work so I can't debug it on my end. Quote:
|
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
Quote:
Quote:
Twice you used "GV phone number". The first was in connection with a log that had a Gizmo phone number. The second was in this post. To me "GV phone number" implies your Google Voice Account number and not one of your listed callback numbers. Correct me if I'm wrong but I'm assuming you mean your Gizmo callback number again? So you are telling me that google fixed the mobile page with Gizmo? if so, that is interesting. In the mobile "settings" page you can configure default callback number. Do you have any enabled besides your Gizmo number? |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
For people having trouble with gizmo call back, are you connected via wifi or 3g? If wifi, is there another gizmo5 account or even VOIP account connected to this IP. Is your router fairly old? I was at my brothers house and was having all kinds of issues. He had an old router and a gizmo account on an ATA. He updated his router and we play along just fine now.
Epage what problems are you having with gizmo5? I've had mine registered with the sipphone setting and a simple SIP log in and both work great. See if setting up a stun server helps at all. Also if you still know your gizmo account, you can try changing the password. Or if all else fails, use sipsorcery.com to register your gizmo account and log into their sip settings and should function the same. |
Re: Dialcentral 1.0
Quote:
now webpage is working, what's up gizmo?! |
Re: Dialcentral 1.0
I also have gizmo set up as line 2 at my house. I have noticed when people call my google voice and my home phone will ring where my gizmo 5 will not. So you may just be seeing growing pains as they transition over to google, or an over loaded SIP server as everyone flooded the gates when they heard google bought it up as google shuts down sign ups on new acquisitions....... Or Epage just cant seem to program ;)
|
Re: Dialcentral 1.0
For the Truly Adventerous
Code:
#!/usr/bin/python Code:
> ./call.py USERNAME PASSWORD 18005558355 CALLBACK undefined 2 1 ps Tell Me (1-800-555-TELL) must really be hating me because they are a common target of my testing. |
All times are GMT. The time now is 06:02. |
vBulletin® Version 3.8.8