call: numeric keyboard, sipinfo dtmf

This patch reintroduces the numeric keyboard in call.
It sets the DTMF type to sipinfo, since overrtp is not supported by
the daemon yet. This change is performed for all accounts at creation
or when they are loaded.
These actions will have to be removed once the overrtp support is do-
ne.

Change-Id: I60775a8cfc987ae374abaa5e37e752517b36ee9b
Tuleap: #618
diff --git a/ring-android/app/src/main/AndroidManifest.xml b/ring-android/app/src/main/AndroidManifest.xml
index 1fbea42..5c86b34 100644
--- a/ring-android/app/src/main/AndroidManifest.xml
+++ b/ring-android/app/src/main/AndroidManifest.xml
@@ -176,9 +176,9 @@
             android:name=".client.CallActivity"
             android:label="@string/app_name"
             android:screenOrientation="fullSensor"
-            android:configChanges="orientation|keyboardHidden|screenSize"
+            android:configChanges="orientation|screenSize"
             android:theme="@style/AppTheme.ActionBar.Transparent"
-            android:windowSoftInputMode="adjustPan">
+            android:windowSoftInputMode="adjustPan|stateHidden">
 
             <intent-filter>
                 <action android:name="android.intent.action.CALL" />