View Single Post
Posts: 96 | Thanked: 80 times | Joined on May 2010
#196
Originally Posted by scifi.guy View Post
I agree. There is a long-pending enhancement to allow a default profile to be selected for any country.
I'm not sure I follow you entirely now. My suggestion was independent of the country. I simply want all my calls to be routed through a single number.

Unfortunately, no. This depends on maemo's Mission Control service. Until MC is updated to support latest telepathy specification, I can't do anything.
Strangely enough I could do this with a shell script:

dbus-send --system --dest=com.nokia.csd /com/nokia/csd/call com.nokia.csd.Call.StartDTMF byte:48
dbus-send --system --dest=com.nokia.csd /com/nokia/csd/call com.nokia.csd.Call.StopDTMF
etc.
but simply couldn't make the same thing work by modifying callrouter.cpp.

I didn't understand this one. Can you give an example?
OK I live in Melbourne, so a full landline number here looks like +61.3.34567890 ('.' separates country/area code/number). It's very common to just think of this number as just 34567890. But if I don't include at least a '03' at the start then my calling service rejects the number as incomplete - though my GSM service would have no complaint. So what I'd suggest is that if a number doesn't start with '+' (full international code) or whatever the local area code introduction is ('0' in most of the world, '1' in North America, '9' in a few places) then a user-specified default country and area code be supplied. Actually some Australian numbers also start with '1' so to make it work you'd have to be able to specify a string of digits rather than a single digit.