[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:18:58 UTC 2011


The following commit has been merged in the debian branch:
commit 6c57228d502bfc60e4b5c4b16539e54627ce79a9
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Wed Dec 9 20:19:57 2009 +0100

    opimd: SIM-Messages-FSO: remove usage of phone_number_to_tel_uri

diff --git a/framework/subsystems/opimd/pimb_sim_messages_fso.py b/framework/subsystems/opimd/pimb_sim_messages_fso.py
index d18586b..f938ed8 100644
--- a/framework/subsystems/opimd/pimb_sim_messages_fso.py
+++ b/framework/subsystems/opimd/pimb_sim_messages_fso.py
@@ -102,9 +102,9 @@ class SIMMessageBackendFSO(Backend):
         if status == 'sent': entry['MessageSent'] = 1
         
         if entry['Direction'] == 'in':
-            entry['Sender'] = phone_number_to_tel_uri(number)
+            entry['Sender'] = number
         else:
-            entry['Recipient'] = phone_number_to_tel_uri(number)
+            entry['Recipient'] = number
         
         # TODO Handle text properly, i.e. make it on-demand if >1KiB
         entry['Content'] = text

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list