forked from mirrors/linphone-iphone
disable incall view dialpad
This commit is contained in:
parent
6979dfd8bd
commit
4f6767fc60
4 changed files with 12 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<string key="IBDocument.HIToolboxVersion">353.00</string>
|
||||
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<integer value="9"/>
|
||||
<integer value="2"/>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
|
|
@ -255,6 +255,7 @@
|
|||
<reference key="NSSuperview" ref="585669622"/>
|
||||
<bool key="IBUIOpaque">NO</bool>
|
||||
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
||||
<bool key="IBUIEnabled">NO</bool>
|
||||
<int key="IBUIContentHorizontalAlignment">0</int>
|
||||
<int key="IBUIContentVerticalAlignment">0</int>
|
||||
<reference key="IBUIFont" ref="755582794"/>
|
||||
|
|
@ -268,10 +269,11 @@
|
|||
<string key="NSClassName">NSImage</string>
|
||||
<string key="NSResourceName">icono_teclado_2.png</string>
|
||||
</object>
|
||||
<object class="NSCustomResource" key="IBUINormalImage">
|
||||
<object class="NSCustomResource" key="IBUIDisabledImage" id="711285967">
|
||||
<string key="NSClassName">NSImage</string>
|
||||
<string key="NSResourceName">icono_teclado_1.png</string>
|
||||
<string key="NSResourceName">icono_gris.png</string>
|
||||
</object>
|
||||
<reference key="IBUINormalImage" ref="711285967"/>
|
||||
</object>
|
||||
<object class="IBUIButton" id="406189871">
|
||||
<reference key="NSNextResponder" ref="585669622"/>
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ extern "C" void linphone_iphone_tunneling_init(const char* ip,unsigned int port,
|
|||
linphone_iphone_tun = new TunnelClient(ip,port);
|
||||
}
|
||||
|
||||
extern "C" void linphone_iphone_enable_tunneling(LinphoneCore* lc){
|
||||
extern "C" void linphone_iphone_enable_tunneling(LinphoneCore* lc){
|
||||
if (rtp_socket==0) rtp_socket=linphone_iphone_tun->createSocket(7078);
|
||||
linphone_core_set_audio_transports(lc,&audio_transport,NULL);
|
||||
linphone_iphone_tun_enable = true;
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 4 KiB |
|
|
@ -117,6 +117,8 @@
|
|||
2274550810700509006EC466 /* linphonerc in Resources */ = {isa = PBXBuildFile; fileRef = 2274550710700509006EC466 /* linphonerc */; };
|
||||
227BCDC210D4004600FBFD76 /* CallHistoryTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 227BCDC010D4004600FBFD76 /* CallHistoryTableViewController.m */; };
|
||||
227BCDC310D4004600FBFD76 /* CallHistoryTableViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 227BCDC110D4004600FBFD76 /* CallHistoryTableViewController.xib */; };
|
||||
2287846811146CF600FDA691 /* icono_gris.png in Resources */ = {isa = PBXBuildFile; fileRef = 2287846711146CF600FDA691 /* icono_gris.png */; };
|
||||
2287846911146CF600FDA691 /* icono_gris.png in Resources */ = {isa = PBXBuildFile; fileRef = 2287846711146CF600FDA691 /* icono_gris.png */; };
|
||||
229240E510F1FFFE008A8A37 /* boton_1-2.png in Resources */ = {isa = PBXBuildFile; fileRef = 229240E410F1FFFE008A8A37 /* boton_1-2.png */; };
|
||||
229240FA10F2020E008A8A37 /* linphonerc in Resources */ = {isa = PBXBuildFile; fileRef = 2274550710700509006EC466 /* linphonerc */; };
|
||||
229240FB10F2020E008A8A37 /* PhoneViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 22F2508D107141E100AC9B3F /* PhoneViewController.xib */; };
|
||||
|
|
@ -567,6 +569,7 @@
|
|||
227BCDBF10D4004600FBFD76 /* CallHistoryTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallHistoryTableViewController.h; sourceTree = "<group>"; };
|
||||
227BCDC010D4004600FBFD76 /* CallHistoryTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CallHistoryTableViewController.m; sourceTree = "<group>"; };
|
||||
227BCDC110D4004600FBFD76 /* CallHistoryTableViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CallHistoryTableViewController.xib; sourceTree = "<group>"; };
|
||||
2287846711146CF600FDA691 /* icono_gris.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icono_gris.png; sourceTree = "<group>"; };
|
||||
228B040410DB95BD0061FE68 /* client.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = client.hh; sourceTree = "<group>"; };
|
||||
228B040510DB95BD0061FE68 /* common.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = common.hh; sourceTree = "<group>"; };
|
||||
229240E410F1FFFE008A8A37 /* boton_1-2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "boton_1-2.png"; sourceTree = "<group>"; };
|
||||
|
|
@ -1098,6 +1101,7 @@
|
|||
22B4506810F5D66A005A07E6 /* elementos_separados_llamada_activa */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2287846711146CF600FDA691 /* icono_gris.png */,
|
||||
22B4506910F5D66A005A07E6 /* boton_colgar.png */,
|
||||
22B4506A10F5D66A005A07E6 /* corner_der.png */,
|
||||
22B4506B10F5D66A005A07E6 /* corner_izq.png */,
|
||||
|
|
@ -1470,6 +1474,7 @@
|
|||
229C9F9F11098DEC001BB43E /* auroc-Off.png in Resources */,
|
||||
229C9FA011098DEC001BB43E /* auroc-On.png in Resources */,
|
||||
229C9FFB110D83E8001BB43E /* Localizable.strings in Resources */,
|
||||
2287846911146CF600FDA691 /* icono_gris.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
@ -1599,6 +1604,7 @@
|
|||
229C9F9D11098DEC001BB43E /* auroc-Off.png in Resources */,
|
||||
229C9F9E11098DEC001BB43E /* auroc-On.png in Resources */,
|
||||
229C9FFC110D83E8001BB43E /* Localizable.strings in Resources */,
|
||||
2287846811146CF600FDA691 /* icono_gris.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue