Some callback number work (working) and click to call work (not working yet)
[gc-dialer] / src / dialcentral.py
index 58cd175..8a29d15 100755 (executable)
@@ -6,8 +6,8 @@ import sys
 sys.path.insert(0,"/usr/lib/dialcentral/")
 
 
-import gc_dialer
+import dialer
 
 
-gc_dialer.run_dialpad()
+dialer.run_dialpad()