View Single Post
Posts: 195 | Thanked: 108 times | Joined on Feb 2010 @ SF Bay Area, United States
#16
Originally Posted by alex25 View Post
I successfully used the VICar app for several months. Now Nokia had to replace my device because of a hardware failure. So I had to reinstall the app.

The problem is now that the app does not detect the other party (the call router) answering the call. The dial tones are never sent. I found out that the dial tones are sent as soon as I put the call on hold and take it back. So it seems that the initial "answering message" (answering the call) is not catched correctly.

The rest works as expected: Intercepting the original call and dialing the number of the call router.

Anybody else with this problem? Is there a way to debug?
(I use firmware 1.3, same as before)
Hi Alex,

Vicar daemon monitors for a Dbus signal "AudioConnected" which is generally sent when your call router's automated system picks up your call. Probably this signal is never sent in your case.

For troubleshooting. Launch terminal as user
Code:
$killall vicar-daemon
$/opt/vicar/bin/vicar-daemon > vicar.log&
$dbus-monitor --system > dbuslog.txt
PM me these two log files.
__________________
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)