Notices


Reply
Thread Tools
Posts: 195 | Thanked: 108 times | Joined on Feb 2010 @ SF Bay Area, United States
#151
Originally Posted by benaranguren View Post
First off thanks for VICar. It's been really useful for me.

I was also getting the same error as m_dk29

VICaR - Invalid request. Phone Number is not valid

dbus-monitor reveals that VICaR is trying to call 'publish' and 'subscribe' which are both non-numeric, hence the error.

I am new to telepathy so I am sharing info below hoping that somebody would correct me if I am wrong

After reading TP documentation I learned that both publish and subscribe have special purpose.

publish: get contacts to push presence info to
subscribe: get contacts to pull presence info from

Both do not apply to VICaR since it doesn't really connect to a server.

With that knowledge, I went ahead and updated 0.5.1 (only source in garage). If number to call is either 'publish' or 'subscribe' then don't forward request to callrouter.

I guess another way to do is by checking value of HandleType. It should always be 1 (Contact).

I don't see error message anymore but I think it just masks the problem. What really initiated request for 'publish' and 'subscribe' list?

Thanks again for the app!
@benaranguren - Thanks for taking time to debug this problem. To my knowledge, the requests for 'publish' and 'subscribe' are coming from Mission Control.

I changed the VICaR daemon code to check for invalid phone numbers (thats the deb file I posted in my prev post) using regex expressions. But filtering by targethandletype is a much simple solution from TP. Will include that in the new release as well.
__________________
Maintainer of VICaR - Value International Call Router (a helper app for routing calls via calling card/skype-out/google voice)

Maintainer of Markets Today (Yahoo Finance based desktop widget/app)
 

The Following User Says Thank You to scifi.guy For This Useful Post:
Posts: 195 | Thanked: 108 times | Joined on Feb 2010 @ SF Bay Area, United States
#152
VICaR version 0.5-3 is released to extras-devel. Source code is available in git and garage page.

Thanks you all for your help.

Originally Posted by scifi.guy View Post
This is primarily a bug-fix release. My N900 is with Nokia Service Center so I can't test it myself. And I don't want to release to repository before testing.

The bugs/features addressed in this release are:
1) The notification "Vicar: No routing profile defined for this number" appears frequently even when Vicar is not being used (reported by m_dk29)

2) Number Starts with and Calling Card Number fields do not allow '+' character.

3) If there is more than one profile a number prefix, Vicar should pick a more-specific profile. See evad's description below.
__________________
Maintainer of VICaR - Value International Call Router (a helper app for routing calls via calling card/skype-out/google voice)

Maintainer of Markets Today (Yahoo Finance based desktop widget/app)
 
Posts: 195 | Thanked: 108 times | Joined on Feb 2010 @ SF Bay Area, United States
#153
Originally Posted by m_dk29 View Post
attached is the log
@m_dk29 - The new version from repos should fix the issue. Please try after the update.
__________________
Maintainer of VICaR - Value International Call Router (a helper app for routing calls via calling card/skype-out/google voice)

Maintainer of Markets Today (Yahoo Finance based desktop widget/app)
 

The Following User Says Thank You to scifi.guy For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Jul 2010 @ US
#154
Originally Posted by scifi.guy View Post
VICaR version 0.5-3 is released to extras-devel. Source code is available in git and garage page.

Thanks you all for your help.

Thanks, The app was great and was using all the time. Then as the story goes after the update PR 1.3 that's it .... never worked...
i was following your posting and Just now i tried, the calls do not go thru'
hope it comes thru'
hope i can be of some help
 
Posts: 74 | Thanked: 20 times | Joined on Oct 2009 @ USA
#155
works good like earlier versions.

Thanks
 
Posts: 195 | Thanked: 108 times | Joined on Feb 2010 @ SF Bay Area, United States
#156
Originally Posted by krc209 View Post
Thanks, The app was great and was using all the time. Then as the story goes after the update PR 1.3 that's it .... never worked...
i was following your posting and Just now i tried, the calls do not go thru'
hope it comes thru'
hope i can be of some help
Have you tried the new version 0.5-3 from extras-devel? The deb file I posted earlier had a bug which is fixed in the latest release.

If you are still not able to make the calls, run this command as user from X-Term, reproduce the issue and send me the log file.

Code:
dbus-monitor --session > /home/user/MyDocs/dbus_log.txt
__________________
Maintainer of VICaR - Value International Call Router (a helper app for routing calls via calling card/skype-out/google voice)

Maintainer of Markets Today (Yahoo Finance based desktop widget/app)
 
Posts: 2 | Thanked: 0 times | Joined on Nov 2010
#157
Hye all,
It is working for me but 2 things :
- the rules are working, but do we have to add one rule for each country, except our local ?
- in my contacts, I put "blank caracters" for better readibility, but then I have the message (in french) "l'application de ce contact ne prend pas en charge les appels", I assume this is for "This contacts application does not support calls, I assume I am not the only one, is there any possibility to accept numbers with spaces caracters ?
Thanks for your help
 
Posts: 195 | Thanked: 108 times | Joined on Feb 2010 @ SF Bay Area, United States
#158
Originally Posted by lisamuben View Post
Hye all,
It is working for me but 2 things :
- the rules are working, but do we have to add one rule for each country, except our local ?
- in my contacts, I put "blank caracters" for better readibility, but then I have the message (in french) "l'application de ce contact ne prend pas en charge les appels", I assume this is for "This contacts application does not support calls, I assume I am not the only one, is there any possibility to accept numbers with spaces caracters ?
Thanks for your help
- Yes, you have to add a rule for each country code that you want to use Vicar with. You can also create rules for local numbers if you wish by entering the area code.

- To fix a bug introduced in PR1.3, I have disabled all characters except 0-9, *, # and p. Space should not be an issue.

Btw - How did you add space in a contact number? I am using PR1.3 (US) and the contacts application doesn't allow any spaces.
__________________
Maintainer of VICaR - Value International Call Router (a helper app for routing calls via calling card/skype-out/google voice)

Maintainer of Markets Today (Yahoo Finance based desktop widget/app)
 
Posts: 195 | Thanked: 108 times | Joined on Feb 2010 @ SF Bay Area, United States
#159
I assume with the recent release PR1.3 issues are resolved.

Do you guys think VICaR is ready to be pushed to extras-testing?
__________________
Maintainer of VICaR - Value International Call Router (a helper app for routing calls via calling card/skype-out/google voice)

Maintainer of Markets Today (Yahoo Finance based desktop widget/app)
 
Posts: 2 | Thanked: 0 times | Joined on Nov 2010
#160
Originally Posted by scifi.guy View Post
- Yes, you have to add a rule for each country code that you want to use Vicar with. You can also create rules for local numbers if you wish by entering the area code.

- To fix a bug introduced in PR1.3, I have disabled all characters except 0-9, *, # and p. Space should not be an issue.

Btw - How did you add space in a contact number? I am using PR1.3 (US) and the contacts application doesn't allow any spaces.
Please check, for me I have to remove the spaces to have it work.

To answer your "btw" point, I synchronise my contacts and calendar with google contacts and google calendar using mail for exchange. I know it is not expected to work, but for me it is ok, but it is true that sometimes it freezes, but that's not the topic.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:38.