实例介绍
linphpone ios demo.iOS网络电话linphone
【实例截图】
【核心代码】
4744300845155530881.zip
├── linphone-iphone-master
│ ├── Classes
│ │ ├── AboutViewController.h
│ │ ├── AboutViewController.m
│ │ ├── ar.lproj
│ │ │ ├── AboutViewController.strings
│ │ │ ├── ChatRoomViewController.strings
│ │ │ ├── ChatViewController.strings
│ │ │ ├── ContactDetailsLabelViewController.strings
│ │ │ ├── ContactDetailsViewController.strings
│ │ │ ├── ContactsViewController.strings
│ │ │ ├── DialerViewController~ipad.strings
│ │ │ ├── DialerViewController.strings
│ │ │ ├── FirstLoginViewController.strings
│ │ │ ├── HistoryDetailsViewController.strings
│ │ │ ├── HistoryDetailsViewController.xib
│ │ │ ├── HistoryViewController.strings
│ │ │ ├── ImageViewController.strings
│ │ │ ├── InCallViewController.strings
│ │ │ ├── IncomingCallViewController~ipad.strings
│ │ │ ├── IncomingCallViewController.strings
│ │ │ ├── PhoneMainView.strings
│ │ │ ├── SettingsViewController.strings
│ │ │ ├── WizardViewController~ipad.strings
│ │ │ ├── WizardViewController.strings
│ │ │ └── WizardViews.strings
│ │ ├── Base.lproj
│ │ │ ├── AboutViewController.strings
│ │ │ ├── AboutViewController.xib
│ │ │ ├── ChatRoomViewController.strings
│ │ │ ├── ChatRoomViewController.xib
│ │ │ ├── ChatViewController.strings
│ │ │ ├── ChatViewController.xib
│ │ │ ├── ContactDetailsLabelViewController.strings
│ │ │ ├── ContactDetailsLabelViewController.xib
│ │ │ ├── ContactDetailsViewController.strings
│ │ │ ├── ContactDetailsViewController.xib
│ │ │ ├── ContactsViewController.strings
│ │ │ ├── ContactsViewController.xib
│ │ │ ├── DialerViewController~ipad.strings
│ │ │ ├── DialerViewController~ipad.xib
│ │ │ ├── DialerViewController.strings
│ │ │ ├── DialerViewController.xib
│ │ │ ├── FirstLoginViewController.strings
│ │ │ ├── FirstLoginViewController.xib
│ │ │ ├── HistoryDetailsViewController.strings
│ │ │ ├── HistoryDetailsViewController.xib
│ │ │ ├── HistoryViewController.strings
│ │ │ ├── HistoryViewController.xib
│ │ │ ├── ImageViewController.strings
│ │ │ ├── ImageViewController.xib
│ │ │ ├── InCallViewController.strings
│ │ │ ├── InCallViewController.xib
│ │ │ ├── IncomingCallViewController~ipad.strings
│ │ │ ├── IncomingCallViewController~ipad.xib
│ │ │ ├── IncomingCallViewController.strings
│ │ │ ├── IncomingCallViewController.xib
│ │ │ ├── PhoneMainView.xib
│ │ │ ├── SettingsViewController.xib
│ │ │ ├── WizardViewController~ipad.strings
│ │ │ ├── WizardViewController~ipad.xib
│ │ │ ├── WizardViewController.strings
│ │ │ ├── WizardViewController.xib
│ │ │ ├── WizardViews.strings
│ │ │ └── WizardViews.xib
│ │ ├── ChatRoomTableViewController.h
│ │ ├── ChatRoomTableViewController.m
│ │ ├── ChatRoomViewController.h
│ │ ├── ChatRoomViewController.m
│ │ ├── ChatTableViewController.h
│ │ ├── ChatTableViewController.m
│ │ ├── ChatViewController.h
│ │ ├── ChatViewController.m
│ │ ├── ContactDetailsDelegate.h
│ │ ├── ContactDetailsLabelViewController.h
│ │ ├── ContactDetailsLabelViewController.m
│ │ ├── ContactDetailsTableViewController.h
│ │ ├── ContactDetailsTableViewController.m
│ │ ├── ContactDetailsViewController.h
│ │ ├── ContactDetailsViewController.m
│ │ ├── ContactsTableViewController.h
│ │ ├── ContactsTableViewController.m
│ │ ├── ContactsViewController.h
│ │ ├── ContactsViewController.m
│ │ ├── de.lproj
│ │ │ ├── AboutViewController.strings
│ │ │ ├── ChatRoomViewController.strings
│ │ │ ├── ChatViewController.strings
│ │ │ ├── ContactDetailsLabelViewController.strings
│ │ │ ├── ContactDetailsViewController.strings
│ │ │ ├── ContactsViewController.strings
│ │ │ ├── DialerViewController~ipad.strings
│ │ │ ├── DialerViewController.strings
│ │ │ ├── FirstLoginViewController.strings
│ │ │ ├── HistoryDetailsViewController.strings
│ │ │ ├── HistoryViewController.strings
│ │ │ ├── ImageViewController.strings
│ │ │ ├── InCallViewController.strings
│ │ │ ├── IncomingCallViewController~ipad.strings
│ │ │ ├── IncomingCallViewController.strings
│ │ │ ├── WizardViewController~ipad.strings
│ │ │ ├── WizardViewController.strings
│ │ │ └── WizardViews.strings
│ │ ├── DialerViewController.h
│ │ ├── DialerViewController.m
│ │ ├── FirstLoginViewController.h
│ │ ├── FirstLoginViewController.m
│ │ ├── fr.lproj
│ │ │ ├── AboutViewController.strings
│ │ │ ├── ChatRoomViewController.strings
│ │ │ ├── ChatViewController.strings
│ │ │ ├── ContactDetailsLabelViewController.strings
│ │ │ ├── ContactDetailsViewController.strings
│ │ │ ├── ContactsViewController.strings
│ │ │ ├── DialerViewController~ipad.strings
│ │ │ ├── DialerViewController.strings
│ │ │ ├── FirstLoginViewController.strings
│ │ │ ├── HistoryDetailsViewController.strings
│ │ │ ├── HistoryViewController.strings
│ │ │ ├── ImageViewController.strings
│ │ │ ├── InCallViewController.strings
│ │ │ ├── IncomingCallViewController~ipad.strings
│ │ │ ├── IncomingCallViewController.strings
│ │ │ ├── WizardViewController~ipad.strings
│ │ │ ├── WizardViewController.strings
│ │ │ └── WizardViews.strings
│ │ ├── HistoryDetailsViewController.h
│ │ ├── HistoryDetailsViewController.m
│ │ ├── HistoryTableViewController.h
│ │ ├── HistoryTableViewController.m
│ │ ├── HistoryViewController.h
│ │ ├── HistoryViewController.m
│ │ ├── ImagePickerViewController.h
│ │ ├── ImagePickerViewController.m
│ │ ├── ImageSharing.h
│ │ ├── ImageSharing.m
│ │ ├── ImageViewController.h
│ │ ├── ImageViewController.m
│ │ ├── InCallTableViewController.h
│ │ ├── InCallTableViewController.m
│ │ ├── InCallViewController.h
│ │ ├── InCallViewController.m
│ │ ├── IncomingCallViewController.h
│ │ ├── IncomingCallViewController.m
│ │ ├── ja.lproj
│ │ │ ├── AboutViewController.strings
│ │ │ ├── ChatRoomViewController.strings
│ │ │ ├── ChatViewController.strings
│ │ │ ├── ContactDetailsLabelViewController.strings
│ │ │ ├── ContactDetailsViewController.strings
│ │ │ ├── ContactsViewController.strings
│ │ │ ├── DialerViewController~ipad.strings
│ │ │ ├── DialerViewController.strings
│ │ │ ├── FirstLoginViewController.strings
│ │ │ ├── HistoryDetailsViewController.strings
│ │ │ ├── HistoryViewController.strings
│ │ │ ├── ImageViewController.strings
│ │ │ ├── InCallViewController.strings
│ │ │ ├── IncomingCallViewController~ipad.strings
│ │ │ ├── IncomingCallViewController.strings
│ │ │ ├── WizardViewController~ipad.strings
│ │ │ ├── WizardViewController.strings
│ │ │ └── WizardViews.strings
│ │ ├── LaunchScreen.xib
│ │ ├── LinphoneAppDelegate.h
│ │ ├── LinphoneAppDelegate.m
│ │ ├── LinphoneCoreSettingsStore.h
│ │ ├── LinphoneCoreSettingsStore.m
│ │ ├── LinphoneIOSVersion.h
│ │ ├── LinphoneManager.h
│ │ ├── LinphoneManager.m
│ │ ├── LinphoneUI
│ │ │ ├── ar.lproj
│ │ │ │ ├── UICallBar~ipad.strings
│ │ │ │ ├── UICallBar.strings
│ │ │ │ ├── UICallBar.strings2
│ │ │ │ ├── UICallCell.strings
│ │ │ │ ├── UICallCell.xib
│ │ │ │ ├── UIChatCell.strings
│ │ │ │ ├── UIChatRoomCell.strings
│ │ │ │ ├── UICompositeViewController.strings
│ │ │ │ ├── UIConferenceHeader.strings
│ │ │ │ ├── UIContactCell.strings
│ │ │ │ ├── UIContactDetailsFooter.strings
│ │ │ │ ├── UIContactDetailsHeader.strings
│ │ │ │ ├── UIHistoryCell.strings
│ │ │ │ ├── UIMainBar~ipad.strings
│ │ │ │ ├── UIMainBar.strings
│ │ │ │ └── UIStateBar.strings
│ │ │ ├── Base.lproj
│ │ │ │ ├── UICallBar~ipad.strings
│ │ │ │ ├── UICallBar~ipad.xib
│ │ │ │ ├── UICallBar.strings
│ │ │ │ ├── UICallBar.xib
│ │ │ │ ├── UICallCell.strings
│ │ │ │ ├── UICallCell.xib
│ │ │ │ ├── UIChatCell.strings
│ │ │ │ ├── UIChatCell.xib
│ │ │ │ ├── UIChatRoomCell.strings
│ │ │ │ ├── UIChatRoomCell.xib
│ │ │ │ ├── UICompositeViewController.xib
│ │ │ │ ├── UIConferenceHeader.strings
│ │ │ │ ├── UIConferenceHeader.xib
│ │ │ │ ├── UIContactCell.strings
│ │ │ │ ├── UIContactCell.xib
│ │ │ │ ├── UIContactDetailsFooter.strings
│ │ │ │ ├── UIContactDetailsFooter.xib
│ │ │ │ ├── UIContactDetailsHeader.strings
│ │ │ │ ├── UIContactDetailsHeader.xib
│ │ │ │ ├── UIHistoryCell.strings
│ │ │ │ ├── UIHistoryCell.xib
│ │ │ │ ├── UIMainBar~ipad.strings
│ │ │ │ ├── UIMainBar~ipad.xib
│ │ │ │ ├── UIMainBar.strings
│ │ │ │ ├── UIMainBar.xib
│ │ │ │ ├── UIStateBar.strings
│ │ │ │ └── UIStateBar.xib
│ │ │ ├── de.lproj
│ │ │ │ ├── UICallBar~ipad.strings
│ │ │ │ ├── UICallBar.strings
│ │ │ │ ├── UICallCell.strings
│ │ │ │ ├── UIChatCell.strings
│ │ │ │ ├── UIChatRoomCell.strings
│ │ │ │ ├── UIConferenceHeader.strings
│ │ │ │ ├── UIContactCell.strings
│ │ │ │ ├── UIContactDetailsFooter.strings
│ │ │ │ ├── UIContactDetailsHeader.strings
│ │ │ │ ├── UIHistoryCell.strings
│ │ │ │ ├── UIMainBar~ipad.strings
│ │ │ │ ├── UIMainBar.strings
│ │ │ │ └── UIStateBar.strings
│ │ │ ├── fr.lproj
│ │ │ │ ├── UICallBar~ipad.strings
│ │ │ │ ├── UICallBar.strings
│ │ │ │ ├── UICallCell.strings
│ │ │ │ ├── UIChatCell.strings
│ │ │ │ ├── UIChatRoomCell.strings
│ │ │ │ ├── UIConferenceHeader.strings
│ │ │ │ ├── UIContactCell.strings
│ │ │ │ ├── UIContactDetailsFooter.strings
│ │ │ │ ├── UIContactDetailsHeader.strings
│ │ │ │ ├── UIHistoryCell.strings
│ │ │ │ ├── UIMainBar~ipad.strings
│ │ │ │ ├── UIMainBar.strings
│ │ │ │ └── UIStateBar.strings
│ │ │ ├── ja.lproj
│ │ │ │ ├── UICallBar~ipad.strings
│ │ │ │ ├── UICallBar.strings
│ │ │ │ ├── UICallCell.strings
│ │ │ │ ├── UIChatCell.strings
│ │ │ │ ├── UIChatRoomCell.strings
│ │ │ │ ├── UIConferenceHeader.strings
│ │ │ │ ├── UIContactCell.strings
│ │ │ │ ├── UIContactDetailsFooter.strings
│ │ │ │ ├── UIContactDetailsHeader.strings
│ │ │ │ ├── UIHistoryCell.strings
│ │ │ │ ├── UIMainBar~ipad.strings
│ │ │ │ ├── UIMainBar.strings
│ │ │ │ └── UIStateBar.strings
│ │ │ ├── ru.lproj
│ │ │ │ ├── UICallBar~ipad.strings
│ │ │ │ ├── UICallBar.strings
│ │ │ │ ├── UICallCell.strings
│ │ │ │ ├── UIChatCell.strings
│ │ │ │ ├── UIConferenceHeader.strings
│ │ │ │ ├── UIContactDetailsFooter.strings
│ │ │ │ ├── UIContactDetailsHeader.strings
│ │ │ │ ├── UIHistoryCell.strings
│ │ │ │ ├── UIMainBar~ipad.strings
│ │ │ │ └── UIMainBar.strings
│ │ │ ├── UIAddressTextField.h
│ │ │ ├── UIAddressTextField.m
│ │ │ ├── UIBluetoothButton.h
│ │ │ ├── UIBluetoothButton.m
│ │ │ ├── UIButtonShrinkable.h
│ │ │ ├── UIButtonShrinkable.m
│ │ │ ├── UICallBar.h
│ │ │ ├── UICallBar.m
│ │ │ ├── UICallButton.h
│ │ │ ├── UICallButton.m
│ │ │ ├── UICallCell.h
│ │ │ ├── UICallCell.m
│ │ │ ├── UICamSwitch.h
│ │ │ ├── UICamSwitch.m
│ │ │ ├── UIChatCell.h
│ │ │ ├── UIChatCell.m
│ │ │ ├── UIChatRoomCell.h
│ │ │ ├── UIChatRoomCell.m
│ │ │ ├── UICompositeViewController.h
│ │ │ ├── UICompositeViewController.m
│ │ │ ├── UIConferenceHeader.h
│ │ │ ├── UIConferenceHeader.m
│ │ │ ├── UIContactCell.h
│ │ │ ├── UIContactCell.m
│ │ │ ├── UIContactDetailsFooter.h
│ │ │ ├── UIContactDetailsFooter.m
│ │ │ ├── UIContactDetailsHeader.h
│ │ │ ├── UIContactDetailsHeader.m
│ │ │ ├── UIDigitButton.h
│ │ │ ├── UIDigitButtonLongPlus.h
│ │ │ ├── UIDigitButtonLongPlus.m
│ │ │ ├── UIDigitButtonLongVoiceMail.h
│ │ │ ├── UIDigitButtonLongVoiceMail.m
│ │ │ ├── UIDigitButton.m
│ │ │ ├── UIEditableTableViewCell.h
│ │ │ ├── UIEditableTableViewCell.m
│ │ │ ├── UIEraseButton.h
│ │ │ ├── UIEraseButton.m
│ │ │ ├── UIHangUpButton.h
│ │ │ ├── UIHangUpButton.m
│ │ │ ├── UIHistoryCell.h
│ │ │ ├── UIHistoryCell.m
│ │ │ ├── UILinphoneButton.h
│ │ │ ├── UILinphoneButton.m
│ │ │ ├── UILinphone.h
│ │ │ ├── UILinphone.m
│ │ │ ├── UILinphoneTextField.h
│ │ │ ├── UILinphoneTextField.m
│ │ │ ├── UILoadingImageView.h
│ │ │ ├── UILoadingImageView.m
│ │ │ ├── UILongTouchButton.h
│ │ │ ├── UILongTouchButton.m
│ │ │ ├── UIMainBar.h
│ │ │ ├── UIMainBar.m
│ │ │ ├── UIMicroButton.h
│ │ │ ├── UIMicroButton.m
│ │ │ ├── UIPauseButton.h
│ │ │ ├── UIPauseButton.m
│ │ │ ├── UIPlusDigitButton.m
│ │ │ ├── UIRoundedImageView.h
│ │ │ ├── UIRoundedImageView.m
│ │ │ ├── UISpeakerButton.h
│ │ │ ├── UISpeakerButton.m
│ │ │ ├── UIStateBar.h
│ │ │ ├── UIStateBar.m
│ │ │ ├── UITextViewNoDefine.h
│ │ │ ├── UITextViewNoDefine.m
│ │ │ ├── UIToggleButton.h
│ │ │ ├── UIToggleButton.m
│ │ │ ├── UITransferButton.h
│ │ │ ├── UITransferButton.m
│ │ │ ├── UITransparentTVCell.h
│ │ │ ├── UITransparentTVCell.m
│ │ │ ├── UITransparentView.h
│ │ │ ├── UITransparentView.m
│ │ │ ├── UIVideoButton.h
│ │ │ ├── UIVideoButton.m
│ │ │ ├── VideoZoomHandler.h
│ │ │ └── VideoZoomHandler.m
│ │ ├── MainStoryboard.storyboard
│ │ ├── PhoneMainView.h
│ │ ├── PhoneMainView.m
│ │ ├── ru.lproj
│ │ │ ├── AboutViewController.strings
│ │ │ ├── ChatRoomViewController.strings
│ │ │ ├── ChatViewController.strings
│ │ │ ├── ContactDetailsLabelViewController.strings
│ │ │ ├── ContactDetailsViewController.strings
│ │ │ ├── ContactsViewController.strings
│ │ │ ├── DialerViewController~ipad.strings
│ │ │ ├── DialerViewController.strings
│ │ │ ├── FirstLoginViewController.strings
│ │ │ ├── HistoryDetailsViewController.strings
│ │ │ ├── HistoryViewController.strings
│ │ │ ├── ImageViewController.strings
│ │ │ ├── InCallViewController.strings
│ │ │ ├── IncomingCallViewController~ipad.strings
│ │ │ ├── IncomingCallViewController.strings
│ │ │ ├── WizardViewController~ipad.strings
│ │ │ ├── WizardViewController.strings
│ │ │ └── WizardViews.strings
│ │ ├── SettingsViewController.h
│ │ ├── SettingsViewController.m
│ │ ├── Utils
│ │ │ ├── CAAnimationBlocks
│ │ │ │ ├── CAAnimation+Blocks.h
│ │ │ │ └── CAAnimation+Blocks.m
│ │ │ ├── ColorSpaceUtilites.m
│ │ │ ├── ColorSpaceUtilities.h
│ │ │ ├── DCRoundSwitch
│ │ │ │ ├── DCRoundSwitch.h
│ │ │ │ ├── DCRoundSwitchKnobLayer.h
│ │ │ │ ├── DCRoundSwitchKnobLayer.m
│ │ │ │ ├── DCRoundSwitch.m
│ │ │ │ ├── DCRoundSwitchOutlineLayer.h
│ │ │ │ ├── DCRoundSwitchOutlineLayer.m
│ │ │ │ ├── DCRoundSwitchToggleLayer.h
│ │ │ │ └── DCRoundSwitchToggleLayer.m
│ │ │ ├── DTFoundation
│ │ │ │ ├── DTActionSheet.h
│ │ │ │ ├── DTActionSheet.m
│ │ │ │ ├── DTAlertView.h
│ │ │ │ ├── DTAlertView.m
│ │ │ │ └── DTWeakSupport.h
│ │ │ ├── FastAddressBook.h
│ │ │ ├── FastAddressBook.m
│ │ │ ├── GrowingTextView
│ │ │ │ ├── HPGrowingTextView.h
│ │ │ │ ├── HPGrowingTextView.m
│ │ │ │ ├── HPTextViewInternal.h
│ │ │ │ └── HPTextViewInternal.m
│ │ │ ├── InAppSettingsKit
│ │ │ │ ├── Controllers
│ │ │ │ │ ├── IASKAppSettingsViewController.h
│ │ │ │ │ ├── IASKAppSettingsViewController.m
│ │ │ │ │ ├── IASKAppSettingsWebViewController.h
│ │ │ │ │ ├── IASKAppSettingsWebViewController.m
│ │ │ │ │ ├── IASKSpecifierValuesViewController.h
│ │ │ │ │ ├── IASKSpecifierValuesViewController.m
│ │ │ │ │ └── IASKViewController.h
│ │ │ │ ├── Models
│ │ │ │ │ ├── IASKSettingsReader.h
│ │ │ │ │ ├── IASKSettingsReader.m
│ │ │ │ │ ├── IASKSettingsStoreFile.h
│ │ │ │ │ ├── IASKSettingsStoreFile.m
│ │ │ │ │ ├── IASKSettingsStore.h
│ │ │ │ │ ├── IASKSettingsStore.m
│ │ │ │ │ ├── IASKSettingsStoreUserDefaults.h
│ │ │ │ │ ├── IASKSettingsStoreUserDefaults.m
│ │ │ │ │ ├── IASKSpecifier.h
│ │ │ │ │ └── IASKSpecifier.m
│ │ │ │ └── Views
│ │ │ │ ├── IASKPSSliderSpecifierViewCell.h
│ │ │ │ ├── IASKPSSliderSpecifierViewCell.m
│ │ │ │ ├── IASKPSTextFieldSpecifierViewCell.h
│ │ │ │ ├── IASKPSTextFieldSpecifierViewCell.m
│ │ │ │ ├── IASKPSTitleValueSpecifierViewCell.h
│ │ │ │ ├── IASKPSTitleValueSpecifierViewCell.m
│ │ │ │ ├── IASKSlider.h
│ │ │ │ ├── IASKSlider.m
│ │ │ │ ├── IASKSwitch.h
│ │ │ │ ├── IASKSwitch.m
│ │ │ │ ├── IASKTextField.h
│ │ │ │ └── IASKTextField.m
│ │ │ ├── NinePatch
│ │ │ │ ├── NinePatch.h
│ │ │ │ ├── NinePatch_Prefix.pch
│ │ │ │ ├── NinePatch.xcodeproj
│ │ │ │ │ ├── project.pbxproj
│ │ │ │ │ └── xcuserdata
│ │ │ │ │ └── DannyXu.xcuserdatad
│ │ │ │ │ └── xcschemes
│ │ │ │ │ ├── NinePatch.xcscheme
│ │ │ │ │ └── xcschememanagement.plist
│ │ │ │ ├── TUCachingNinePatch.h
│ │ │ │ ├── TUCachingNinePatch.m
│ │ │ │ ├── TUDebugLoggingAssistant.h
│ │ │ │ ├── TUDebugLoggingAssistant.m
│ │ │ │ ├── TUFullNinePatch.h
│ │ │ │ ├── TUFullNinePatch.m
│ │ │ │ ├── TUHorizontalNinePatch.h
│ │ │ │ ├── TUHorizontalNinePatch.m
│ │ │ │ ├── TUNinePatchCache.h
│ │ │ │ ├── TUNinePatchCache.m
│ │ │ │ ├── TUNinePatchCachingCategories.h
│ │ │ │ ├── TUNinePatchCachingCategories.m
│ │ │ │ ├── TUNinePatch.h
│ │ │ │ ├── TUNinePatch.m
│ │ │ │ ├── TUNinePatchProtocols.h
│ │ │ │ ├── TUVerticalNinePatch.h
│ │ │ │ ├── TUVerticalNinePatch.m
│ │ │ │ ├── UIImage-TUNinePatch.h
│ │ │ │ └── UIImage-TUNinePatch.m
│ │ │ ├── OrderedDictionary.h
│ │ │ ├── OrderedDictionary.m
│ │ │ ├── TPMultiLayoutViewController
│ │ │ │ ├── TPMultiLayoutViewController.h
│ │ │ │ └── TPMultiLayoutViewController.m
│ │ │ ├── UACellBackgroundView
│ │ │ │ ├── UACellBackgroundView.h
│ │ │ │ └── UACellBackgroundView.m
│ │ │ ├── Utils.h
│ │ │ ├── Utils.m
│ │ │ └── XMLRPC
│ │ │ ├── ar.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── Configurations
│ │ │ │ ├── CommonDevelopment.xcconfig
│ │ │ │ ├── CommonRelease.xcconfig
│ │ │ │ ├── Common.xcconfig
│ │ │ │ ├── XMLRPCDevelopment.xcconfig
│ │ │ │ ├── XMLRPCRelease.xcconfig
│ │ │ │ ├── XMLRPCUnitTestsDevelopment.xcconfig
│ │ │ │ ├── XMLRPCUnitTestsRelease.xcconfig
│ │ │ │ ├── XMLRPCUnitTests.xcconfig
│ │ │ │ └── XMLRPC.xcconfig
│ │ │ ├── Languages
│ │ │ │ └── English.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── LICENSE.md
│ │ │ ├── NSData+Base64.h
│ │ │ ├── NSData+Base64.m
│ │ │ ├── NSStringAdditions.h
│ │ │ ├── NSStringAdditions.m
│ │ │ ├── README.md
│ │ │ ├── Resources
│ │ │ │ ├── Property Lists
│ │ │ │ │ ├── TestCases.plist
│ │ │ │ │ ├── XMLRPC-Info.plist
│ │ │ │ │ └── XMLRPCUnitTests-Info.plist
│ │ │ │ └── Test Cases
│ │ │ │ ├── AlternativeDateFormatsTestCase.xml
│ │ │ │ ├── DefaultTypeTestCase.xml
│ │ │ │ ├── EmptyBooleanTestCase.xml
│ │ │ │ ├── EmptyDataTestCase.xml
│ │ │ │ ├── EmptyDoubleTestCase.xml
│ │ │ │ ├── EmptyIntegerTestCase.xml
│ │ │ │ ├── EmptyStringTestCase.xml
│ │ │ │ ├── SimpleArrayTestCase.xml
│ │ │ │ └── SimpleStructTestCase.xml
│ │ │ ├── Tools
│ │ │ │ ├── Test Client
│ │ │ │ │ ├── Configurations
│ │ │ │ │ │ ├── CommonDevelopment.xcconfig
│ │ │ │ │ │ ├── CommonRelease.xcconfig
│ │ │ │ │ │ ├── Common.xcconfig
│ │ │ │ │ │ ├── TestClientDevelopment.xcconfig
│ │ │ │ │ │ ├── TestClientRelease.xcconfig
│ │ │ │ │ │ └── TestClient.xcconfig
│ │ │ │ │ ├── Languages
│ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ ├── InfoPlist.strings
│ │ │ │ │ │ ├── TestClientMainWindow.xib
│ │ │ │ │ │ ├── TestClient.xib
│ │ │ │ │ │ └── TestClientXMLParserWindow.xib
│ │ │ │ │ ├── main.m
│ │ │ │ │ ├── TestClientApplicationController.h
│ │ │ │ │ ├── TestClientApplicationController.m
│ │ │ │ │ ├── TestClient-Info.plist
│ │ │ │ │ ├── TestClientMainWindowController.h
│ │ │ │ │ ├── TestClientMainWindowController.m
│ │ │ │ │ ├── TestClient.pch
│ │ │ │ │ ├── Test Client.xcodeproj
│ │ │ │ │ │ └── project.pbxproj
│ │ │ │ │ ├── TestClientXMLParserWindowController.h
│ │ │ │ │ └── TestClientXMLParserWindowController.m
│ │ │ │ └── Test Server
│ │ │ │ ├── build.properties
│ │ │ │ ├── build.xml
│ │ │ │ ├── lib
│ │ │ │ │ ├── commons-logging-1.1.1.jar
│ │ │ │ │ ├── log4j-1.2.15.jar
│ │ │ │ │ ├── ws-commons-util-1.0.2.jar
│ │ │ │ │ ├── xmlrpc-common-3.1.jar
│ │ │ │ │ └── xmlrpc-server-3.1.jar
│ │ │ │ ├── README.md
│ │ │ │ ├── resources
│ │ │ │ │ ├── handlers.properties
│ │ │ │ │ └── log4j.xml
│ │ │ │ ├── server.sh
│ │ │ │ └── src
│ │ │ │ └── com
│ │ │ │ └── divisiblebyzero
│ │ │ │ └── xmlrpc
│ │ │ │ ├── Application.java
│ │ │ │ ├── controller
│ │ │ │ │ └── XmlRpcServerControlPanelController.java
│ │ │ │ ├── model
│ │ │ │ │ ├── handlers
│ │ │ │ │ │ └── Echo.java
│ │ │ │ │ └── Server.java
│ │ │ │ └── view
│ │ │ │ └── XmlRpcServerControlPanel.java
│ │ │ ├── Unit Tests
│ │ │ │ ├── XMLRPCParserTest.h
│ │ │ │ └── XMLRPCParserTest.m
│ │ │ ├── XMLRPCConnectionDelegate.h
│ │ │ ├── XMLRPCConnection.h
│ │ │ ├── XMLRPCConnection.m
│ │ │ ├── XMLRPCConnectionManager.h
│ │ │ ├── XMLRPCConnectionManager.m
│ │ │ ├── XMLRPCDefaultEncoder.h
│ │ │ ├── XMLRPCDefaultEncoder.m
│ │ │ ├── XMLRPCEncoder.h
│ │ │ ├── XMLRPCEventBasedParserDelegate.h
│ │ │ ├── XMLRPCEventBasedParserDelegate.m
│ │ │ ├── XMLRPCEventBasedParser.h
│ │ │ ├── XMLRPCEventBasedParser.m
│ │ │ ├── XMLRPC.h
│ │ │ ├── XMLRPC.pch
│ │ │ ├── XMLRPCRequest.h
│ │ │ ├── XMLRPCRequest.m
│ │ │ ├── XMLRPCResponse.h
│ │ │ ├── XMLRPCResponse.m
│ │ │ └── XMLRPC.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── xcuserdata
│ │ │ ├── DannyXu.xcuserdatad
│ │ │ │ └── xcschemes
│ │ │ │ ├── libXMLRPC.xcscheme
│ │ │ │ └── xcschememanagement.plist
│ │ │ └── ydiorcet.xcuserdatad
│ │ │ └── xcschemes
│ │ │ └── xcschememanagement.plist
│ │ ├── WizardViewController.h
│ │ └── WizardViewController.m
│ ├── COPYING
│ ├── disable-security.patch
│ ├── ImageOptim.sh
│ ├── iTunesArtwork
│ ├── KifTests
│ │ ├── ChatTester.h
│ │ ├── ChatTester.m
│ │ ├── Info.plist
│ │ ├── LinphoneTestCase.h
│ │ ├── LinphoneTestCase.m
│ │ ├── WizardTester.h
│ │ └── WizardTester.m
│ ├── liblinphone-sdk
│ │ └── apple-darwin
│ │ ├── include
│ │ │ ├── adaptativeCodebookSearch.h
│ │ │ ├── antlr3baserecognizer.h
│ │ │ ├── antlr3basetreeadaptor.h
│ │ │ ├── antlr3basetree.h
│ │ │ ├── antlr3bitset.h
│ │ │ ├── antlr3collections.h
│ │ │ ├── antlr3commontoken.h
│ │ │ ├── antlr3commontreeadaptor.h
│ │ │ ├── antlr3commontree.h
│ │ │ ├── antlr3commontreenodestream.h
│ │ │ ├── antlr3config.h
│ │ │ ├── antlr3convertutf.h
│ │ │ ├── antlr3cyclicdfa.h
│ │ │ ├── antlr3debugeventlistener.h
│ │ │ ├── antlr3defs.h
│ │ │ ├── antlr3encodings.h
│ │ │ ├── antlr3errors.h
│ │ │ ├── antlr3exception.h
│ │ │ ├── antlr3filestream.h
│ │ │ ├── antlr3.h
│ │ │ ├── antlr3input.h
│ │ │ ├── antlr3interfaces.h
│ │ │ ├── antlr3intstream.h
│ │ │ ├── antlr3lexer.h
│ │ │ ├── antlr3memory.h
│ │ │ ├── antlr3parser.h
│ │ │ ├── antlr3parsetree.h
│ │ │ ├── antlr3recognizersharedstate.h
│ │ │ ├── antlr3rewritestreams.h
│ │ │ ├── antlr3string.h
│ │ │ ├── antlr3tokenstream.h
│ │ │ ├── antlr3treeparser.h
│ │ │ ├── basicOperationsMacros.h
│ │ │ ├── belle-sip
│ │ │ │ ├── auth-helper.h
│ │ │ │ ├── belle-sdp.h
│ │ │ │ ├── belle-sip.h
│ │ │ │ ├── bodyhandler.h
│ │ │ │ ├── defs.h
│ │ │ │ ├── dialog.h
│ │ │ │ ├── dict.h
│ │ │ │ ├── generic-uri.h
│ │ │ │ ├── headers.h
│ │ │ │ ├── http-listener.h
│ │ │ │ ├── http-message.h
│ │ │ │ ├── http-provider.h
│ │ │ │ ├── listener.h
│ │ │ │ ├── listeningpoint.h
│ │ │ │ ├── list.h
│ │ │ │ ├── mainloop.h
│ │ │ │ ├── message.h
│ │ │ │ ├── object.h
│ │ │ │ ├── parameters.h
│ │ │ │ ├── provider.h
│ │ │ │ ├── refresher.h
│ │ │ │ ├── resolver.h
│ │ │ │ ├── sipstack.h
│ │ │ │ ├── sip-uri.h
│ │ │ │ ├── transaction.h
│ │ │ │ ├── types.h
│ │ │ │ └── utils.h
│ │ │ ├── bzrtp
│ │ │ │ └── bzrtp.h
│ │ │ ├── codebooks.h
│ │ │ ├── codecParameters.h
│ │ │ ├── computeAdaptativeCodebookGain.h
│ │ │ ├── computeLP.h
│ │ │ ├── computeWeightedSpeech.h
│ │ │ ├── CUnit
│ │ │ │ ├── Automated.h
│ │ │ │ ├── Basic.h
│ │ │ │ ├── Console.h
│ │ │ │ ├── CUError.h
│ │ │ │ ├── CUnit.h
│ │ │ │ ├── CUnit_intl.h
│ │ │ │ ├── MyMem.h
│ │ │ │ ├── TestDB.h
│ │ │ │ ├── TestRun.h
│ │ │ │ └── Util.h
│ │ │ ├── decodeAdaptativeCodeVector.h
│ │ │ ├── decodeFixedCodeVector.h
│ │ │ ├── decodeGains.h
│ │ │ ├── decodeLSP.h
│ │ │ ├── findOpenLoopPitchDelay.h
│ │ │ ├── fixedCodebookSearch.h
│ │ │ ├── fixedPointMacros.h
│ │ │ ├── floatingPointMacros.h
│ │ │ ├── g729FixedPointMath.h
│ │ │ ├── gainQuantization.h
│ │ │ ├── gsm
│ │ │ │ └── gsm.h
│ │ │ ├── ilbc
│ │ │ │ ├── iLBC_decode.h
│ │ │ │ ├── iLBC_define.h
│ │ │ │ └── iLBC_encode.h
│ │ │ ├── interpolateqLSP.h
│ │ │ ├── libavcodec
│ │ │ │ ├── avcodec.h
│ │ │ │ ├── avfft.h
│ │ │ │ ├── dxva2.h
│ │ │ │ ├── old_codec_ids.h
│ │ │ │ ├── vaapi.h
│ │ │ │ ├── vda.h
│ │ │ │ ├── vdpau.h
│ │ │ │ ├── version.h
│ │ │ │ └── xvmc.h
│ │ │ ├── libavutil
│ │ │ │ ├── adler32.h
│ │ │ │ ├── aes.h
│ │ │ │ ├── attributes.h
│ │ │ │ ├── audioconvert.h
│ │ │ │ ├── audio_fifo.h
│ │ │ │ ├── avassert.h
│ │ │ │ ├── avconfig.h
│ │ │ │ ├── avstring.h
│ │ │ │ ├── avutil.h
│ │ │ │ ├── base64.h
│ │ │ │ ├── blowfish.h
│ │ │ │ ├── bprint.h
│ │ │ │ ├── bswap.h
│ │ │ │ ├── buffer.h
│ │ │ │ ├── channel_layout.h
│ │ │ │ ├── common.h
│ │ │ │ ├── cpu.h
│ │ │ │ ├── crc.h
│ │ │ │ ├── dict.h
│ │ │ │ ├── error.h
│ │ │ │ ├── eval.h
│ │ │ │ ├── fifo.h
│ │ │ │ ├── file.h
│ │ │ │ ├── frame.h
│ │ │ │ ├── hmac.h
│ │ │ │ ├── imgutils.h
│ │ │ │ ├── intfloat.h
│ │ │ │ ├── intfloat_readwrite.h
│ │ │ │ ├── intreadwrite.h
│ │ │ │ ├── lfg.h
│ │ │ │ ├── log.h
│ │ │ │ ├── mathematics.h
│ │ │ │ ├── md5.h
│ │ │ │ ├── mem.h
│ │ │ │ ├── murmur3.h
│ │ │ │ ├── old_pix_fmts.h
│ │ │ │ ├── opt.h
│ │ │ │ ├── parseutils.h
│ │ │ │ ├── pixdesc.h
│ │ │ │ ├── pixfmt.h
│ │ │ │ ├── random_seed.h
│ │ │ │ ├── rational.h
│ │ │ │ ├── ripemd.h
│ │ │ │ ├── samplefmt.h
│ │ │ │ ├── sha512.h
│ │ │ │ ├── sha.h
│ │ │ │ ├── timecode.h
│ │ │ │ ├── time.h
│ │ │ │ ├── timestamp.h
│ │ │ │ ├── version.h
│ │ │ │ └── xtea.h
│ │ │ ├── libswresample
│ │ │ │ ├── swresample.h
│ │ │ │ └── version.h
│ │ │ ├── libswscale
│ │ │ │ ├── swscale.h
│ │ │ │ └── version.h
│ │ │ ├── libxml2
│ │ │ │ └── libxml
│ │ │ │ ├── c14n.h
│ │ │ │ ├── catalog.h
│ │ │ │ ├── chvalid.h
│ │ │ │ ├── debugXML.h
│ │ │ │ ├── dict.h
│ │ │ │ ├── DOCBparser.h
│ │ │ │ ├── encoding.h
│ │ │ │ ├── entities.h
│ │ │ │ ├── globals.h
│ │ │ │ ├── hash.h
│ │ │ │ ├── HTMLparser.h
│ │ │ │ ├── HTMLtree.h
│ │ │ │ ├── list.h
│ │ │ │ ├── nanoftp.h
│ │ │ │ ├── nanohttp.h
│ │ │ │ ├── parser.h
│ │ │ │ ├── parserInternals.h
│ │ │ │ ├── pattern.h
│ │ │ │ ├── relaxng.h
│ │ │ │ ├── SAX2.h
│ │ │ │ ├── SAX.h
│ │ │ │ ├── schemasInternals.h
│ │ │ │ ├── schematron.h
│ │ │ │ ├── threads.h
│ │ │ │ ├── tree.h
│ │ │ │ ├── uri.h
│ │ │ │ ├── valid.h
│ │ │ │ ├── xinclude.h
│ │ │ │ ├── xlink.h
│ │ │ │ ├── xmlautomata.h
│ │ │ │ ├── xmlerror.h
│ │ │ │ ├── xmlexports.h
│ │ │ │ ├── xmlIO.h
│ │ │ │ ├── xmlmemory.h
│ │ │ │ ├── xmlmodule.h
│ │ │ │ ├── xmlreader.h
│ │ │ │ ├── xmlregexp.h
│ │ │ │ ├── xmlsave.h
│ │ │ │ ├── xmlschemas.h
│ │ │ │ ├── xmlschemastypes.h
│ │ │ │ ├── xmlstring.h
│ │ │ │ ├── xmlunicode.h
│ │ │ │ ├── xmlversion.h
│ │ │ │ ├── xmlwriter.h
│ │ │ │ ├── xpath.h
│ │ │ │ ├── xpathInternals.h
│ │ │ │ └── xpointer.h
│ │ │ ├── linphone
│ │ │ │ ├── buffer.h
│ │ │ │ ├── call_log.h
│ │ │ │ ├── call_params.h
│ │ │ │ ├── content.h
│ │ │ │ ├── event.h
│ │ │ │ ├── liblinphone_tester.h
│ │ │ │ ├── linphonecore.h
│ │ │ │ ├── linphonecore_utils.h
│ │ │ │ ├── linphonefriend.h
│ │ │ │ ├── linphonepresence.h
│ │ │ │ ├── linphone_tunnel.h
│ │ │ │ ├── lpc2xml.h
│ │ │ │ ├── lpconfig.h
│ │ │ │ ├── sipsetup.h
│ │ │ │ └── xml2lpc.h
│ │ │ ├── LP2LSPConversion.h
│ │ │ ├── LPSynthesisFilter.h
│ │ │ ├── LSPQuantization.h
│ │ │ ├── mediastreamer2
│ │ │ │ ├── allfilters.h
│ │ │ │ ├── bitratecontrol.h
│ │ │ │ ├── bits_rw.h
│ │ │ │ ├── dsptools.h
│ │ │ │ ├── dtmfgen.h
│ │ │ │ ├── flowcontrol.h
│ │ │ │ ├── formats.h
│ │ │ │ ├── ice.h
│ │ │ │ ├── mediastream.h
│ │ │ │ ├── msaudiomixer.h
│ │ │ │ ├── mschanadapter.h
│ │ │ │ ├── mscodecutils.h
│ │ │ │ ├── mscommon.h
│ │ │ │ ├── msconference.h
│ │ │ │ ├── msequalizer.h
│ │ │ │ ├── mseventqueue.h
│ │ │ │ ├── msextdisplay.h
│ │ │ │ ├── msfactory.h
│ │ │ │ ├── msfileplayer.h
│ │ │ │ ├── msfilerec.h
│ │ │ │ ├── msfilter.h
│ │ │ │ ├── msinterfaces.h
│ │ │ │ ├── msitc.h
│ │ │ │ ├── msjava.h
│ │ │ │ ├── msjpegwriter.h
│ │ │ │ ├── msmediaplayer.h
│ │ │ │ ├── msqueue.h
│ │ │ │ ├── msrtp.h
│ │ │ │ ├── mssndcard.h
│ │ │ │ ├── ms_srtp.h
│ │ │ │ ├── mstee.h
│ │ │ │ ├── msticker.h
│ │ │ │ ├── mstonedetector.h
│ │ │ │ ├── msv4l.h
│ │ │ │ ├── msvideo.h
│ │ │ │ ├── msvideoout.h
│ │ │ │ ├── msvolume.h
│ │ │ │ ├── mswebcam.h
│ │ │ │ ├── qualityindicator.h
│ │ │ │ ├── rfc3984.h
│ │ │ │ ├── upnp_igd.h
│ │ │ │ ├── videostarter.h
│ │ │ │ ├── x11_helper.h
│ │ │ │ └── zrtp.h
│ │ │ ├── opencore-amrnb
│ │ │ │ ├── interf_dec.h
│ │ │ │ └── interf_enc.h
│ │ │ ├── opencore-amrwb
│ │ │ │ ├── dec_if.h
│ │ │ │ └── if_rom.h
│ │ │ ├── opus
│ │ │ │ ├── opus_defines.h
│ │ │ │ ├── opus.h
│ │ │ │ ├── opus_multistream.h
│ │ │ │ └── opus_types.h
│ │ │ ├── ortp
│ │ │ │ ├── b64.h
│ │ │ │ ├── event.h
│ │ │ │ ├── logging.h
│ │ │ │ ├── ortp.h
│ │ │ │ ├── payloadtype.h
│ │ │ │ ├── port.h
│ │ │ │ ├── rtcp.h
│ │ │ │ ├── rtp.h
│ │ │ │ ├── rtpprofile.h
│ │ │ │ ├── rtpsession.h
│ │ │ │ ├── rtpsignaltable.h
│ │ │ │ ├── sessionset.h
│ │ │ │ ├── str_utils.h
│ │ │ │ ├── stun.h
│ │ │ │ ├── stun_udp.h
│ │ │ │ └── telephonyevents.h
│ │ │ ├── polarssl
│ │ │ │ ├── aes.h
│ │ │ │ ├── aesni.h
│ │ │ │ ├── arc4.h
│ │ │ │ ├── asn1.h
│ │ │ │ ├── asn1write.h
│ │ │ │ ├── base64.h
│ │ │ │ ├── bignum.h
│ │ │ │ ├── blowfish.h
│ │ │ │ ├── bn_mul.h
│ │ │ │ ├── camellia.h
│ │ │ │ ├── certs.h
│ │ │ │ ├── cipher.h
│ │ │ │ ├── cipher_wrap.h
│ │ │ │ ├── compat-1.2.h
│ │ │ │ ├── config.h
│ │ │ │ ├── ctr_drbg.h
│ │ │ │ ├── debug.h
│ │ │ │ ├── des.h
│ │ │ │ ├── dhm.h
│ │ │ │ ├── ecdh.h
│ │ │ │ ├── ecdsa.h
│ │ │ │ ├── ecp.h
│ │ │ │ ├── entropy.h
│ │ │ │ ├── entropy_poll.h
│ │ │ │ ├── error.h
│ │ │ │ ├── gcm.h
│ │ │ │ ├── havege.h
│ │ │ │ ├── md2.h
│ │ │ │ ├── md4.h
│ │ │ │ ├── md5.h
│ │ │ │ ├── md.h
│ │ │ │ ├── md_wrap.h
│ │ │ │ ├── memory.h
│ │ │ │ ├── net.h
│ │ │ │ ├── oid.h
│ │ │ │ ├── openssl.h
│ │ │ │ ├── padlock.h
│ │ │ │ ├── pbkdf2.h
│ │ │ │ ├── pem.h
│ │ │ │ ├── pkcs11.h
│ │ │ │ ├── pkcs12.h
│ │ │ │ ├── pkcs5.h
│ │ │ │ ├── pk.h
│ │ │ │ ├── pk_wrap.h
│ │ │ │ ├── ripemd160.h
│ │ │ │ ├── rsa.h
│ │ │ │ ├── sha1.h
│ │ │ │ ├── sha256.h
│ │ │ │ ├── sha512.h
│ │ │ │ ├── ssl_cache.h
│ │ │ │ ├── ssl_ciphersuites.h
│ │ │ │ ├── ssl.h
│ │ │ │ ├── threading.h
│ │ │ │ ├── timing.h
│ │ │ │ ├── version.h
│ │ │ │ ├── x509_crl.h
│ │ │ │ ├── x509_crt.h
│ │ │ │ ├── x509_csr.h
│ │ │ │ ├── x509.h
│ │ │ │ └── xtea.h
│ │ │ ├── postFilter.h
│ │ │ ├── postProcessing.h
│ │ │ ├── preProcessing.h
│ │ │ ├── qLSP2LP.h
│ │ │ ├── speex
│ │ │ │ ├── speex_bits.h
│ │ │ │ ├── speex_buffer.h
│ │ │ │ ├── speex_callbacks.h
│ │ │ │ ├── speex_config_types.h
│ │ │ │ ├── speex_echo.h
│ │ │ │ ├── speex.h
│ │ │ │ ├── speex_header.h
│ │ │ │ ├── speex_jitter.h
│ │ │ │ ├── speex_preprocess.h
│ │ │ │ ├── speex_resampler.h
│ │ │ │ ├── speex_stereo.h
│ │ │ │ └── speex_types.h
│ │ │ ├── srtp
│ │ │ │ ├── aes_cbc.h
│ │ │ │ ├── aes.h
│ │ │ │ ├── aes_icm.h
│ │ │ │ ├── alloc.h
│ │ │ │ ├── auth.h
│ │ │ │ ├── cipher.h
│ │ │ │ ├── config.h
│ │ │ │ ├── cryptoalg.h
│ │ │ │ ├── crypto.h
│ │ │ │ ├── crypto_kernel.h
│ │ │ │ ├── crypto_math.h
│ │ │ │ ├── crypto_types.h
│ │ │ │ ├── datatypes.h
│ │ │ │ ├── ekt.h
│ │ │ │ ├── err.h
│ │ │ │ ├── getopt_s.h
│ │ │ │ ├── gf2_8.h
│ │ │ │ ├── hmac.h
│ │ │ │ ├── integers.h
│ │ │ │ ├── kernel_compat.h
│ │ │ │ ├── key.h
│ │ │ │ ├── null_auth.h
│ │ │ │ ├── null_cipher.h
│ │ │ │ ├── prng.h
│ │ │ │ ├── rand_source.h
│ │ │ │ ├── rdb.h
│ │ │ │ ├── rdbx.h
│ │ │ │ ├── rtp.h
│ │ │ │ ├── rtp_priv.h
│ │ │ │ ├── sha1.h
│ │ │ │ ├── srtp.h
│ │ │ │ ├── srtp_priv.h
│ │ │ │ ├── stat.h
│ │ │ │ ├── ut_sim.h
│ │ │ │ └── xfm.h
│ │ │ ├── typedef.h
│ │ │ ├── utils.h
│ │ │ ├── vpx
│ │ │ │ ├── vp8cx.h
│ │ │ │ ├── vp8dx.h
│ │ │ │ ├── vp8.h
│ │ │ │ ├── vpx_codec.h
│ │ │ │ ├── vpx_decoder.h
│ │ │ │ ├── vpx_encoder.h
│ │ │ │ ├── vpx_frame_buffer.h
│ │ │ │ ├── vpx_image.h
│ │ │ │ └── vpx_integer.h
│ │ │ ├── wels
│ │ │ │ ├── codec_api.h
│ │ │ │ ├── codec_app_def.h
│ │ │ │ └── codec_def.h
│ │ │ ├── x264_config.h
│ │ │ └── x264.h
│ │ ├── lib
│ │ │ ├── libantlr3c.a
│ │ │ ├── libavcodec.a
│ │ │ ├── libavutil.a
│ │ │ ├── libbellesip.a
│ │ │ ├── libbzrtp.a
│ │ │ ├── libcunit.a
│ │ │ ├── libgsm.a
│ │ │ ├── libilbc.a
│ │ │ ├── liblinphone.a
│ │ │ ├── liblinphonetester.a
│ │ │ ├── libmediastreamer_base.a
│ │ │ ├── libmediastreamer_voip.a
│ │ │ ├── libopencore-amrnb.a
│ │ │ ├── libopencore-amrwb.a
│ │ │ ├── libopenh264.a
│ │ │ ├── libopus.a
│ │ │ ├── libortp.a
│ │ │ ├── libpolarssl.a
│ │ │ ├── libSKP_SILK_SDK.a
│ │ │ ├── libspeex.a
│ │ │ ├── libspeexdsp.a
│ │ │ ├── libsrtp.a
│ │ │ ├── libswresample.a
│ │ │ ├── libswscale.a
│ │ │ ├── libtunnel.a
│ │ │ ├── libvpx.a
│ │ │ ├── libx264.a
│ │ │ ├── libxml2.a
│ │ │ └── mediastreamer
│ │ │ └── plugins
│ │ │ ├── libmsamr.a
│ │ │ ├── libmsbcg729.a
│ │ │ ├── libmsilbc.a
│ │ │ ├── libmsopenh264.a
│ │ │ ├── libmssilk.a
│ │ │ └── libmsx264.a
│ │ └── share
│ │ ├── aclocal
│ │ │ ├── libxml.m4
│ │ │ ├── opus.m4
│ │ │ └── speex.m4
│ │ ├── applications
│ │ │ ├── audio-assistant.desktop
│ │ │ └── linphone.desktop
│ │ ├── CUnit
│ │ │ ├── CUnit-List.dtd
│ │ │ ├── CUnit-List.xsl
│ │ │ ├── CUnit-Run.dtd
│ │ │ ├── CUnit-Run.xsl
│ │ │ ├── Memory-Dump.dtd
│ │ │ └── Memory-Dump.xsl
│ │ ├── doc
│ │ │ ├── libxml2-2.8.0
│ │ │ │ ├── Copyright
│ │ │ │ ├── examples
│ │ │ │ │ ├── testHTML.c
│ │ │ │ │ ├── testSAX.c
│ │ │ │ │ ├── testXPath.c
│ │ │ │ │ └── xmllint.c
│ │ │ │ └── html
│ │ │ │ ├── DOM.gif
│ │ │ │ ├── encoding.html
│ │ │ │ ├── examples.xml
│ │ │ │ ├── examples.xsl
│ │ │ │ ├── FAQ.html
│ │ │ │ ├── html
│ │ │ │ │ ├── book1.html
│ │ │ │ │ ├── home.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── left.png
│ │ │ │ │ ├── libxml-c14n.html
│ │ │ │ │ ├── libxml-catalog.html
│ │ │ │ │ ├── libxml-chvalid.html
│ │ │ │ │ ├── libxml-debugXML.html
│ │ │ │ │ ├── libxml-dict.html
│ │ │ │ │ ├── libxml-DOCBparser.html
│ │ │ │ │ ├── libxml-encoding.html
│ │ │ │ │ ├── libxml-entities.html
│ │ │ │ │ ├── libxml-globals.html
│ │ │ │ │ ├── libxml-hash.html
│ │ │ │ │ ├── libxml-HTMLparser.html
│ │ │ │ │ ├── libxml-HTMLtree.html
│ │ │ │ │ ├── libxml-lib.html
│ │ │ │ │ ├── libxml-list.html
│ │ │ │ │ ├── libxml-nanoftp.html
│ │ │ │ │ ├── libxml-nanohttp.html
│ │ │ │ │ ├── libxml-parser.html
│ │ │ │ │ ├── libxml-parserInternals.html
│ │ │ │ │ ├── libxml-pattern.html
│ │ │ │ │ ├── libxml-relaxng.html
│ │ │ │ │ ├── libxml-SAX2.html
│ │ │ │ │ ├── libxml-SAX.html
│ │ │ │ │ ├── libxml-schemasInternals.html
│ │ │ │ │ ├── libxml-schematron.html
│ │ │ │ │ ├── libxml-threads.html
│ │ │ │ │ ├── libxml-tree.html
│ │ │ │ │ ├── libxml-uri.html
│ │ │ │ │ ├── libxml-valid.html
│ │ │ │ │ ├── libxml-xinclude.html
│ │ │ │ │ ├── libxml-xlink.html
│ │ │ │ │ ├── libxml-xmlautomata.html
│ │ │ │ │ ├── libxml-xmlerror.html
│ │ │ │ │ ├── libxml-xmlexports.html
│ │ │ │ │ ├── libxml-xmlIO.html
│ │ │ │ │ ├── libxml-xmlmemory.html
│ │ │ │ │ ├── libxml-xmlmodule.html
│ │ │ │ │ ├── libxml-xmlreader.html
│ │ │ │ │ ├── libxml-xmlregexp.html
│ │ │ │ │ ├── libxml-xmlsave.html
│ │ │ │ │ ├── libxml-xmlschemas.html
│ │ │ │ │ ├── libxml-xmlschemastypes.html
│ │ │ │ │ ├── libxml-xmlstring.html
│ │ │ │ │ ├── libxml-xmlunicode.html
│ │ │ │ │ ├── libxml-xmlversion.html
│ │ │ │ │ ├── libxml-xmlwriter.html
│ │ │ │ │ ├── libxml-xpath.html
│ │ │ │ │ ├── libxml-xpathInternals.html
│ │ │ │ │ ├── libxml-xpointer.html
│ │ │ │ │ ├── libxml-xzlib.html
│ │ │ │ │ ├── right.png
│ │ │ │ │ └── up.png
│ │ │ │ ├── index.html
│ │ │ │ ├── io1.c
│ │ │ │ ├── io1.res
│ │ │ │ ├── io2.c
│ │ │ │ ├── io2.res
│ │ │ │ ├── Libxml2-Logo-180x168.gif
│ │ │ │ ├── Libxml2-Logo-90x34.gif
│ │ │ │ ├── libxml.gif
│ │ │ │ ├── parse1.c
│ │ │ │ ├── parse2.c
│ │ │ │ ├── parse3.c
│ │ │ │ ├── parse4.c
│ │ │ │ ├── reader1.c
│ │ │ │ ├── reader1.res
│ │ │ │ ├── reader2.c
│ │ │ │ ├── reader3.c
│ │ │ │ ├── reader3.res
│ │ │ │ ├── reader4.c
│ │ │ │ ├── reader4.res
│ │ │ │ ├── redhat.gif
│ │ │ │ ├── smallfootonly.gif
│ │ │ │ ├── structure.gif
│ │ │ │ ├── test1.xml
│ │ │ │ ├── test2.xml
│ │ │ │ ├── test3.xml
│ │ │ │ ├── testWriter.c
│ │ │ │ ├── tree1.c
│ │ │ │ ├── tree1.res
│ │ │ │ ├── tree2.c
│ │ │ │ ├── tree2.res
│ │ │ │ ├── tst.xml
│ │ │ │ ├── tutorial
│ │ │ │ │ ├── apa.html
│ │ │ │ │ ├── apb.html
│ │ │ │ │ ├── apc.html
│ │ │ │ │ ├── apd.html
│ │ │ │ │ ├── ape.html
│ │ │ │ │ ├── apf.html
│ │ │ │ │ ├── apg.html
│ │ │ │ │ ├── aph.html
│ │ │ │ │ ├── api.html
│ │ │ │ │ ├── ar01s02.html
│ │ │ │ │ ├── ar01s03.html
│ │ │ │ │ ├── ar01s04.html
│ │ │ │ │ ├── ar01s05.html
│ │ │ │ │ ├── ar01s06.html
│ │ │ │ │ ├── ar01s07.html
│ │ │ │ │ ├── ar01s08.html
│ │ │ │ │ ├── ar01s09.html
│ │ │ │ │ ├── customfo.xsl
│ │ │ │ │ ├── customhtml.xsl
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── blank.png
│ │ │ │ │ │ ├── callouts
│ │ │ │ │ │ │ ├── 10.png
│ │ │ │ │ │ │ ├── 1.png
│ │ │ │ │ │ │ ├── 2.png
│ │ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ │ ├── 6.png
│ │ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ │ ├── 8.png
│ │ │ │ │ │ │ └── 9.png
│ │ │ │ │ │ ├── caution.png
│ │ │ │ │ │ ├── draft.png
│ │ │ │ │ │ ├── home.png
│ │ │ │ │ │ ├── important.png
│ │ │ │ │ │ ├── next.png
│ │ │ │ │ │ ├── note.png
│ │ │ │ │ │ ├── prev.png
│ │ │ │ │ │ ├── tip.png
│ │ │ │ │ │ ├── toc-blank.png
│ │ │ │ │ │ ├── toc-minus.png
│ │ │ │ │ │ ├── toc-plus.png
│ │ │ │ │ │ ├── up.png
│ │ │ │ │ │ └── warning.png
│ │ │ │ │ ├── includeaddattribute.c
│ │ │ │ │ ├── includeaddkeyword.c
│ │ │ │ │ ├── includeconvert.c
│ │ │ │ │ ├── includegetattribute.c
│ │ │ │ │ ├── includekeyword.c
│ │ │ │ │ ├── includestory.xml
│ │ │ │ │ ├── includexpath.c
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── ix01.html
│ │ │ │ │ ├── xmltutorial.pdf
│ │ │ │ │ └── xmltutorial.xml
│ │ │ │ ├── w3c.png
│ │ │ │ ├── writer.xml
│ │ │ │ ├── xml.html
│ │ │ │ ├── xpath1.c
│ │ │ │ ├── xpath1.res
│ │ │ │ ├── xpath2.c
│ │ │ │ └── xpath2.res
│ │ │ ├── linphone-3.7.0
│ │ │ │ ├── html
│ │ │ │ │ ├── annotated.html
│ │ │ │ │ ├── bc_s.png
│ │ │ │ │ ├── bdwn.png
│ │ │ │ │ ├── classes.html
│ │ │ │ │ ├── closed.png
│ │ │ │ │ ├── deprecated.html
│ │ │ │ │ ├── dir_6475a0f3dba4c2df76d6a840d883c67e.html
│ │ │ │ │ ├── dir_8405297cf9ea265a4522073385c50985.html
│ │ │ │ │ ├── dir_e8e68860cefa8c743a4abfe3e508e3e2.html
│ │ │ │ │ ├── doxygen.css
│ │ │ │ │ ├── doxygen.png
│ │ │ │ │ ├── dynsections.js
│ │ │ │ │ ├── ftv2blank.png
│ │ │ │ │ ├── ftv2doc.png
│ │ │ │ │ ├── ftv2folderclosed.png
│ │ │ │ │ ├── ftv2folderopen.png
│ │ │ │ │ ├── ftv2lastnode.png
│ │ │ │ │ ├── ftv2link.png
│ │ │ │ │ ├── ftv2mlastnode.png
│ │ │ │ │ ├── ftv2mnode.png
│ │ │ │ │ ├── ftv2node.png
│ │ │ │ │ ├── ftv2plastnode.png
│ │ │ │ │ ├── ftv2pnode.png
│ │ │ │ │ ├── ftv2splitbar.png
│ │ │ │ │ ├── ftv2vertline.png
│ │ │ │ │ ├── functions.html
│ │ │ │ │ ├── functions_vars.html
│ │ │ │ │ ├── group__authentication.html
│ │ │ │ │ ├── group__basic__call__tutorials.html
│ │ │ │ │ ├── group__buddy__list.html
│ │ │ │ │ ├── group__buddy__tutorials.html
│ │ │ │ │ ├── group__call__control.html
│ │ │ │ │ ├── group__call__logs.html
│ │ │ │ │ ├── group__call__misc.html
│ │ │ │ │ ├── group__chatroom.html
│ │ │ │ │ ├── group__chatroom__tuto.html
│ │ │ │ │ ├── group__conferencing.html
│ │ │ │ │ ├── group__initializing.html
│ │ │ │ │ ├── group__IOS.html
│ │ │ │ │ ├── group__linphone__address.html
│ │ │ │ │ ├── group__linphone__dict.html
│ │ │ │ │ ├── group__media__parameters.html
│ │ │ │ │ ├── group__misc.html
│ │ │ │ │ ├── group__network__parameters.html
│ │ │ │ │ ├── group__notify__tutorials.html
│ │ │ │ │ ├── group__port.html
│ │ │ │ │ ├── group__proxies.html
│ │ │ │ │ ├── group__registration__tutorials.html
│ │ │ │ │ ├── group__subscriptions.html
│ │ │ │ │ ├── group__tunnel.html
│ │ │ │ │ ├── group__tutorials.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── liblinphone_license.html
│ │ │ │ │ ├── modules.html
│ │ │ │ │ ├── nav_f.png
│ │ │ │ │ ├── nav_g.png
│ │ │ │ │ ├── nav_h.png
│ │ │ │ │ ├── open.png
│ │ │ │ │ ├── pages.html
│ │ │ │ │ ├── struct__LCSipTransports.html
│ │ │ │ │ ├── struct__LinphoneCallStats.html
│ │ │ │ │ ├── struct__LinphoneContentPrivate.html
│ │ │ │ │ ├── struct__LinphoneCoreVTable.html
│ │ │ │ │ ├── struct__LinphonePresenceModel.html
│ │ │ │ │ ├── struct__LinphoneVideoPolicy.html
│ │ │ │ │ ├── structreporting__addr.html
│ │ │ │ │ ├── structreporting__content__metrics.html
│ │ │ │ │ ├── structreporting__session__report.html
│ │ │ │ │ ├── sync_off.png
│ │ │ │ │ ├── sync_on.png
│ │ │ │ │ ├── tab_a.png
│ │ │ │ │ ├── tab_b.png
│ │ │ │ │ ├── tab_h.png
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ └── tab_s.png
│ │ │ │ └── xml
│ │ │ │ ├── address_8c.xml
│ │ │ │ ├── authentication_8c.xml
│ │ │ │ ├── buddy__status_8c.xml
│ │ │ │ ├── buffer_8c.xml
│ │ │ │ ├── buffer_8h.xml
│ │ │ │ ├── callbacks_8c.xml
│ │ │ │ ├── call__log_8c.xml
│ │ │ │ ├── call__log_8h.xml
│ │ │ │ ├── call__params_8c.xml
│ │ │ │ ├── call__params_8h.xml
│ │ │ │ ├── chat_8c.xml
│ │ │ │ ├── chatroom_8c.xml
│ │ │ │ ├── combine.xslt
│ │ │ │ ├── compound.xsd
│ │ │ │ ├── conference_8c.xml
│ │ │ │ ├── contactprovider_8c.xml
│ │ │ │ ├── contactprovider_8h.xml
│ │ │ │ ├── contact__providers__priv_8h.xml
│ │ │ │ ├── content_8c.xml
│ │ │ │ ├── content_8h.xml
│ │ │ │ ├── deprecated.xml
│ │ │ │ ├── dict_8c.xml
│ │ │ │ ├── dir_6475a0f3dba4c2df76d6a840d883c67e.xml
│ │ │ │ ├── dir_8405297cf9ea265a4522073385c50985.xml
│ │ │ │ ├── dir_e8e68860cefa8c743a4abfe3e508e3e2.xml
│ │ │ │ ├── doxygen_8dox.xml
│ │ │ │ ├── ec-calibrator_8c.xml
│ │ │ │ ├── enum_8c.xml
│ │ │ │ ├── enum_8h.xml
│ │ │ │ ├── event_8c.xml
│ │ │ │ ├── event_8h.xml
│ │ │ │ ├── filetransfer_8c.xml
│ │ │ │ ├── fonis_8c.xml
│ │ │ │ ├── friend_8c.xml
│ │ │ │ ├── group__authentication.xml
│ │ │ │ ├── group__basic__call__tutorials.xml
│ │ │ │ ├── group__buddy__list.xml
│ │ │ │ ├── group__buddy__tutorials.xml
│ │ │ │ ├── group__call__control.xml
│ │ │ │ ├── group__call__logs.xml
│ │ │ │ ├── group__call__misc.xml
│ │ │ │ ├── group__chatroom__tuto.xml
│ │ │ │ ├── group__chatroom.xml
│ │ │ │ ├── group__conferencing.xml
│ │ │ │ ├── group__initializing.xml
│ │ │ │ ├── group__IOS.xml
│ │ │ │ ├── group__linphone__address.xml
│ │ │ │ ├── group__linphone__dict.xml
│ │ │ │ ├── group__media__parameters.xml
│ │ │ │ ├── group__misc.xml
│ │ │ │ ├── group__network__parameters.xml
│ │ │ │ ├── group__notify__tutorials.xml
│ │ │ │ ├── group__port.xml
│ │ │ │ ├── group__proxies.xml
│ │ │ │ ├── group__registration__tutorials.xml
│ │ │ │ ├── group__subscriptions.xml
│ │ │ │ ├── group__tunnel.xml
│ │ │ │ ├── group__tutorials.xml
│ │ │ │ ├── helloworld_8c.xml
│ │ │ │ ├── indexpage.xml
│ │ │ │ ├── index.xml
│ │ │ │ ├── index.xsd
│ │ │ │ ├── info_8c.xml
│ │ │ │ ├── liblinphone_license.xml
│ │ │ │ ├── linphonecall_8c.xml
│ │ │ │ ├── linphonecore_8c.xml
│ │ │ │ ├── linphonecore_8h.xml
│ │ │ │ ├── linphonecore__utils_8h.xml
│ │ │ │ ├── linphonefriend_8h.xml
│ │ │ │ ├── linphonepresence_8h.xml
│ │ │ │ ├── linphone__tunnel_8h.xml
│ │ │ │ ├── linphone__tunnel__config_8c.xml
│ │ │ │ ├── linphone__tunnel__stubs_8c.xml
│ │ │ │ ├── localplayer_8c.xml
│ │ │ │ ├── lpc2xml_8c.xml
│ │ │ │ ├── lpc2xml_8h.xml
│ │ │ │ ├── lpconfig_8c.xml
│ │ │ │ ├── lpconfig_8h.xml
│ │ │ │ ├── lsd_8c.xml
│ │ │ │ ├── message__storage_8c.xml
│ │ │ │ ├── misc_8c.xml
│ │ │ │ ├── notify_8c.xml
│ │ │ │ ├── offeranswer_8c.xml
│ │ │ │ ├── offeranswer_8h.xml
│ │ │ │ ├── player_8c.xml
│ │ │ │ ├── presence_8c.xml
│ │ │ │ ├── private_8h.xml
│ │ │ │ ├── proxy_8c.xml
│ │ │ │ ├── quality__reporting_8c.xml
│ │ │ │ ├── quality__reporting_8h.xml
│ │ │ │ ├── registration_8c.xml
│ │ │ │ ├── remote__provisioning_8c.xml
│ │ │ │ ├── sal_8c.xml
│ │ │ │ ├── siplogin_8c.xml
│ │ │ │ ├── sipsetup_8c.xml
│ │ │ │ ├── sipsetup_8h.xml
│ │ │ │ ├── sipwizard_8c.xml
│ │ │ │ ├── structautoreplier__config.xml
│ │ │ │ ├── struct__BLReq.xml
│ │ │ │ ├── struct__BuddyAddress.xml
│ │ │ │ ├── struct__BuddyInfo.xml
│ │ │ │ ├── struct__BuddyLookupFuncs.xml
│ │ │ │ ├── struct__BuddyLookupRequest.xml
│ │ │ │ ├── struct__CallCallbackObj.xml
│ │ │ │ ├── structcodec__desc.xml
│ │ │ │ ├── structcodecs__config.xml
│ │ │ │ ├── structdial__plan.xml
│ │ │ │ ├── struct__EcCalibrator.xml
│ │ │ │ ├── structenum__lookup__res.xml
│ │ │ │ ├── struct__find__note__st.xml
│ │ │ │ ├── struct__get__activity__st.xml
│ │ │ │ ├── structHook.xml
│ │ │ │ ├── struct__LCCallbackObj.xml
│ │ │ │ ├── struct__LCSipTransports.xml
│ │ │ │ ├── struct__LinphoneAccountCreator.xml
│ │ │ │ ├── struct__LinphoneAuthInfo.xml
│ │ │ │ ├── struct__LinphoneBuffer.xml
│ │ │ │ ├── struct__LinphoneCallLog.xml
│ │ │ │ ├── struct__LinphoneCallParams.xml
│ │ │ │ ├── struct__LinphoneCallStats.xml
│ │ │ │ ├── struct__LinphoneCall.xml
│ │ │ │ ├── struct__LinphoneChatMessageCbs.xml
│ │ │ │ ├── struct__LinphoneChatMessage.xml
│ │ │ │ ├── struct__LinphoneChatRoom.xml
│ │ │ │ ├── struct__LinphoneConference.xml
│ │ │ │ ├── struct__LinphoneContactProvider.xml
│ │ │ │ ├── struct__LinphoneContactSearch.xml
│ │ │ │ ├── struct__LinphoneContentPrivate.xml
│ │ │ │ ├── struct__LinphoneContent.xml
│ │ │ │ ├── struct__LinphoneCoreVTable.xml
│ │ │ │ ├── struct__LinphoneCore.xml
│ │ │ │ ├── struct__LinphoneEvent.xml
│ │ │ │ ├── struct__LinphoneFriend.xml
│ │ │ │ ├── struct__LinphoneInfoMessage.xml
│ │ │ │ ├── struct__LinphonePlayer.xml
│ │ │ │ ├── struct__LinphonePresenceActivity.xml
│ │ │ │ ├── struct__LinphonePresenceModel.xml
│ │ │ │ ├── struct__LinphonePresenceNote.xml
│ │ │ │ ├── struct__LinphonePresencePerson.xml
│ │ │ │ ├── struct__LinphonePresenceService.xml
│ │ │ │ ├── struct__LinphoneProxyConfig.xml
│ │ │ │ ├── struct__LinphoneQualityReporting.xml
│ │ │ │ ├── struct__LinphoneRtpTransportFactories.xml
│ │ │ │ ├── struct__LinphoneSoundDaemon.xml
│ │ │ │ ├── struct__LinphoneToneDescription.xml
│ │ │ │ ├── struct__LinphoneTunnelConfig.xml
│ │ │ │ ├── structlinphone__upnp__config__list__port__bindings__struct.xml
│ │ │ │ ├── struct__LinphoneVideoPolicy.xml
│ │ │ │ ├── struct__lpc2xml__context.xml
│ │ │ │ ├── structlp__config__from__dict.xml
│ │ │ │ ├── structlp__config__to__dict.xml
│ │ │ │ ├── struct__LpConfig.xml
│ │ │ │ ├── struct__LpItem.xml
│ │ │ │ ├── struct__LpSectionParam.xml
│ │ │ │ ├── struct__LpSection.xml
│ │ │ │ ├── struct__LsdPlayer.xml
│ │ │ │ ├── structMSVideoSizeDef.xml
│ │ │ │ ├── structMyAppData.xml
│ │ │ │ ├── structnet__config.xml
│ │ │ │ ├── struct__PortConfig.xml
│ │ │ │ ├── struct__presence__activity__name__map.xml
│ │ │ │ ├── struct__presence__activity__obj__st.xml
│ │ │ │ ├── struct__presence__note__obj__st.xml
│ │ │ │ ├── struct__presence__person__obj__st.xml
│ │ │ │ ├── struct__presence__service__obj__st.xml
│ │ │ │ ├── struct____processConfigCtx.xml
│ │ │ │ ├── struct____processSectionCtx.xml
│ │ │ │ ├── structreporting__addr.xml
│ │ │ │ ├── structreporting__content__metrics.xml
│ │ │ │ ├── structreporting__session__report.xml
│ │ │ │ ├── structrtp__config.xml
│ │ │ │ ├── structsip__config.xml
│ │ │ │ ├── struct__SipSetupContext.xml
│ │ │ │ ├── struct__SipSetup.xml
│ │ │ │ ├── structsound__config.xml
│ │ │ │ ├── structStunCandidate.xml
│ │ │ │ ├── structui__config.xml
│ │ │ │ ├── struct__UpnpContext.xml
│ │ │ │ ├── struct__UpnpPortBinding.xml
│ │ │ │ ├── struct__UpnpSession.xml
│ │ │ │ ├── struct__UpnpStream.xml
│ │ │ │ ├── structvbr__codec__bitrate.xml
│ │ │ │ ├── structvideo__config.xml
│ │ │ │ ├── struct__xml2lpc__context.xml
│ │ │ │ ├── struct__xmlparsing__context.xml
│ │ │ │ ├── test__ecc_8c.xml
│ │ │ │ ├── test__lsd_8c.xml
│ │ │ │ ├── test__numbers_8c.xml
│ │ │ │ ├── upnp_8c.xml
│ │ │ │ ├── upnp_8h.xml
│ │ │ │ ├── xml2lpc_8c.xml
│ │ │ │ ├── xml2lpc_8h.xml
│ │ │ │ └── xml_8c.xml
│ │ │ ├── mediastreamer-2.10.0
│ │ │ │ └── html
│ │ │ │ ├── annotated.html
│ │ │ │ ├── bc_s.png
│ │ │ │ ├── bdwn.png
│ │ │ │ ├── classes.html
│ │ │ │ ├── closed.png
│ │ │ │ ├── deprecated.html
│ │ │ │ ├── dir_000002_000004.html
│ │ │ │ ├── dir_000003_000004.html
│ │ │ │ ├── dir_000006_000004.html
│ │ │ │ ├── dir_000007_000004.html
│ │ │ │ ├── dir_000008_000004.html
│ │ │ │ ├── dir_000009_000004.html
│ │ │ │ ├── dir_000010_000004.html
│ │ │ │ ├── dir_0a597de674483660d7c0bc51686c63ed_dep.map
│ │ │ │ ├── dir_0a597de674483660d7c0bc51686c63ed_dep.md5
│ │ │ │ ├── dir_0a597de674483660d7c0bc51686c63ed_dep.png
│ │ │ │ ├── dir_0a597de674483660d7c0bc51686c63ed.html
│ │ │ │ ├── dir_11a50110da0622723d481e39fe398c74_dep.map
│ │ │ │ ├── dir_11a50110da0622723d481e39fe398c74_dep.md5
│ │ │ │ ├── dir_11a50110da0622723d481e39fe398c74_dep.png
│ │ │ │ ├── dir_11a50110da0622723d481e39fe398c74.html
│ │ │ │ ├── dir_1c07ddc22afa31bc0798e2c25b2358d7_dep.map
│ │ │ │ ├── dir_1c07ddc22afa31bc0798e2c25b2358d7_dep.md5
│ │ │ │ ├── dir_1c07ddc22afa31bc0798e2c25b2358d7_dep.png
│ │ │ │ ├── dir_1c07ddc22afa31bc0798e2c25b2358d7.html
│ │ │ │ ├── dir_46ea8e39511e7b57fa7fa5619dafbc63_dep.map
│ │ │ │ ├── dir_46ea8e39511e7b57fa7fa5619dafbc63_dep.md5
│ │ │ │ ├── dir_46ea8e39511e7b57fa7fa5619dafbc63_dep.png
│ │ │ │ ├── dir_46ea8e39511e7b57fa7fa5619dafbc63.html
│ │ │ │ ├── dir_9fdb60be2781512594d323b928741ae5_dep.map
│ │ │ │ ├── dir_9fdb60be2781512594d323b928741ae5_dep.md5
│ │ │ │ ├── dir_9fdb60be2781512594d323b928741ae5_dep.png
│ │ │ │ ├── dir_9fdb60be2781512594d323b928741ae5.html
│ │ │ │ ├── dir_baf37ee00fca65e3c3c136af8404afd0_dep.map
│ │ │ │ ├── dir_baf37ee00fca65e3c3c136af8404afd0_dep.md5
│ │ │ │ ├── dir_baf37ee00fca65e3c3c136af8404afd0_dep.png
│ │ │ │ ├── dir_baf37ee00fca65e3c3c136af8404afd0.html
│ │ │ │ ├── dir_bd0c92d32db76715679e6e8c016d0170_dep.map
│ │ │ │ ├── dir_bd0c92d32db76715679e6e8c016d0170_dep.md5
│ │ │ │ ├── dir_bd0c92d32db76715679e6e8c016d0170_dep.png
│ │ │ │ ├── dir_bd0c92d32db76715679e6e8c016d0170.html
│ │ │ │ ├── dir_c138377ba5478d5e23242ed0daea0f41_dep.map
│ │ │ │ ├── dir_c138377ba5478d5e23242ed0daea0f41_dep.md5
│ │ │ │ ├── dir_c138377ba5478d5e23242ed0daea0f41_dep.png
│ │ │ │ ├── dir_c138377ba5478d5e23242ed0daea0f41.html
│ │ │ │ ├── dir_d19efc734eda53d6076c9c241697e1b6_dep.map
│ │ │ │ ├── dir_d19efc734eda53d6076c9c241697e1b6_dep.md5
│ │ │ │ ├── dir_d19efc734eda53d6076c9c241697e1b6_dep.png
│ │ │ │ ├── dir_d19efc734eda53d6076c9c241697e1b6.html
│ │ │ │ ├── dir_d5424fde0cde17a111026092921e7d3b_dep.map
│ │ │ │ ├── dir_d5424fde0cde17a111026092921e7d3b_dep.md5
│ │ │ │ ├── dir_d5424fde0cde17a111026092921e7d3b_dep.png
│ │ │ │ ├── dir_d5424fde0cde17a111026092921e7d3b.html
│ │ │ │ ├── dir_e2c5f10a78b6aff7a672deb7657475ec_dep.map
│ │ │ │ ├── dir_e2c5f10a78b6aff7a672deb7657475ec_dep.md5
│ │ │ │ ├── dir_e2c5f10a78b6aff7a672deb7657475ec_dep.png
│ │ │ │ ├── dir_e2c5f10a78b6aff7a672deb7657475ec.html
│ │ │ │ ├── dir_f45853eeebc42d9a04b421ef449275e5_dep.map
│ │ │ │ ├── dir_f45853eeebc42d9a04b421ef449275e5_dep.md5
│ │ │ │ ├── dir_f45853eeebc42d9a04b421ef449275e5_dep.png
│ │ │ │ ├── dir_f45853eeebc42d9a04b421ef449275e5.html
│ │ │ │ ├── dir_f8cabdb2808b2de777f94cf96aef1a4e_dep.map
│ │ │ │ ├── dir_f8cabdb2808b2de777f94cf96aef1a4e_dep.md5
│ │ │ │ ├── dir_f8cabdb2808b2de777f94cf96aef1a4e_dep.png
│ │ │ │ ├── dir_f8cabdb2808b2de777f94cf96aef1a4e.html
│ │ │ │ ├── dot_inline_dotgraph_1.png
│ │ │ │ ├── doxygen.css
│ │ │ │ ├── doxygen.png
│ │ │ │ ├── dynsections.js
│ │ │ │ ├── files.html
│ │ │ │ ├── ftv2blank.png
│ │ │ │ ├── ftv2doc.png
│ │ │ │ ├── ftv2folderclosed.png
│ │ │ │ ├── ftv2folderopen.png
│ │ │ │ ├── ftv2lastnode.png
│ │ │ │ ├── ftv2link.png
│ │ │ │ ├── ftv2mlastnode.png
│ │ │ │ ├── ftv2mnode.png
│ │ │ │ ├── ftv2node.png
│ │ │ │ ├── ftv2plastnode.png
│ │ │ │ ├── ftv2pnode.png
│ │ │ │ ├── ftv2splitbar.png
│ │ │ │ ├── ftv2vertline.png
│ │ │ │ ├── functions.html
│ │ │ │ ├── functions_vars.html
│ │ │ │ ├── globals_defs.html
│ │ │ │ ├── globals_enum.html
│ │ │ │ ├── globals_eval.html
│ │ │ │ ├── globals_func.html
│ │ │ │ ├── globals.html
│ │ │ │ ├── globals_i.html
│ │ │ │ ├── globals_m.html
│ │ │ │ ├── globals_type.html
│ │ │ │ ├── graph_legend.html
│ │ │ │ ├── graph_legend.md5
│ │ │ │ ├── graph_legend.png
│ │ │ │ ├── group__audiofilters.html
│ │ │ │ ├── group__audio__stream__api.html
│ │ │ │ ├── group__filters.html
│ │ │ │ ├── group__howto0__samplegraph.html
│ │ │ │ ├── group__mediastreamer2__api.html
│ │ │ │ ├── group__mediastreamer2__audio__conference.html
│ │ │ │ ├── group__mediastreamer2__filter.html
│ │ │ │ ├── group__mediastreamer2__high__api.html
│ │ │ │ ├── group__mediastreamer2__init.html
│ │ │ │ ├── group__mediastreamer2__intro.html
│ │ │ │ ├── group__mediastreamer2__soundcardfilter.html
│ │ │ │ ├── group__mediastreamer2__soundcard.html
│ │ │ │ ├── group__mediastreamer2__soundcardmanager.html
│ │ │ │ ├── group__mediastreamer2__ticker.html
│ │ │ │ ├── group__mediastreamer2__webcam.html
│ │ │ │ ├── group__mssilk.html
│ │ │ │ ├── group__otherfilters.html
│ │ │ │ ├── group__ring__api.html
│ │ │ │ ├── group__videofilters.html
│ │ │ │ ├── group__video__stream__api.html
│ │ │ │ ├── ice_8h.html
│ │ │ │ ├── ice_8h__incl.map
│ │ │ │ ├── ice_8h__incl.md5
│ │ │ │ ├── ice_8h__incl.png
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.js
│ │ │ │ ├── mediastreamer2_changelog.html
│ │ │ │ ├── mediastreamer2_install.html
│ │ │ │ ├── mediastreamer2_license.html
│ │ │ │ ├── mediastreamer2_readme.html
│ │ │ │ ├── modules.html
│ │ │ │ ├── mscommon_8h__dep__incl.map
│ │ │ │ ├── mscommon_8h__dep__incl.md5
│ │ │ │ ├── mscommon_8h__dep__incl.png
│ │ │ │ ├── mscommon_8h.html
│ │ │ │ ├── mscommon_8h__incl.map
│ │ │ │ ├── mscommon_8h__incl.md5
│ │ │ │ ├── mscommon_8h__incl.png
│ │ │ │ ├── msfilter_8h__dep__incl.map
│ │ │ │ ├── msfilter_8h__dep__incl.md5
│ │ │ │ ├── msfilter_8h__dep__incl.png
│ │ │ │ ├── msfilter_8h.html
│ │ │ │ ├── msfilter_8h__incl.map
│ │ │ │ ├── msfilter_8h__incl.md5
│ │ │ │ ├── msfilter_8h__incl.png
│ │ │ │ ├── mssndcard_8h.html
│ │ │ │ ├── mssndcard_8h__incl.map
│ │ │ │ ├── mssndcard_8h__incl.md5
│ │ │ │ ├── mssndcard_8h__incl.png
│ │ │ │ ├── msticker_8h.html
│ │ │ │ ├── msticker_8h__incl.map
│ │ │ │ ├── msticker_8h__incl.md5
│ │ │ │ ├── msticker_8h__incl.png
│ │ │ │ ├── mswebcam_8h.html
│ │ │ │ ├── mswebcam_8h__incl.map
│ │ │ │ ├── mswebcam_8h__incl.md5
│ │ │ │ ├── mswebcam_8h__incl.png
│ │ │ │ ├── nav_f.png
│ │ │ │ ├── nav_g.png
│ │ │ │ ├── nav_h.png
│ │ │ │ ├── open.png
│ │ │ │ ├── pages.html
│ │ │ │ ├── struct__IceCandidate__coll__graph.map
│ │ │ │ ├── struct__IceCandidate__coll__graph.md5
│ │ │ │ ├── struct__IceCandidate__coll__graph.png
│ │ │ │ ├── struct__IceCandidate.html
│ │ │ │ ├── struct__IceCandidatePair__coll__graph.map
│ │ │ │ ├── struct__IceCandidatePair__coll__graph.md5
│ │ │ │ ├── struct__IceCandidatePair__coll__graph.png
│ │ │ │ ├── struct__IceCandidatePair.html
│ │ │ │ ├── struct__IceCheckList__coll__graph.map
│ │ │ │ ├── struct__IceCheckList__coll__graph.md5
│ │ │ │ ├── struct__IceCheckList__coll__graph.png
│ │ │ │ ├── struct__IceCheckList.html
│ │ │ │ ├── struct__IcePairFoundation.html
│ │ │ │ ├── struct__IceSession__coll__graph.map
│ │ │ │ ├── struct__IceSession__coll__graph.md5
│ │ │ │ ├── struct__IceSession__coll__graph.png
│ │ │ │ ├── struct__IceSession.html
│ │ │ │ ├── struct__IceTransportAddress.html
│ │ │ │ ├── struct__MediaStream__coll__graph.map
│ │ │ │ ├── struct__MediaStream__coll__graph.md5
│ │ │ │ ├── struct__MediaStream__coll__graph.png
│ │ │ │ ├── struct__MediaStream.html
│ │ │ │ ├── struct__MSAudioConferenceParams.html
│ │ │ │ ├── struct__MSDtmfGenCustomTone.html
│ │ │ │ ├── struct__MSDtmfGenEvent.html
│ │ │ │ ├── struct__MSFmtDescriptor.html
│ │ │ │ ├── struct__MSQosAnalyzer.html
│ │ │ │ ├── struct__MSQSAReadData.html
│ │ │ │ ├── struct__MSQSAWriteData.html
│ │ │ │ ├── struct__MSToneDetectorDef.html
│ │ │ │ ├── struct__MSToneDetectorEvent.html
│ │ │ │ ├── struct__MSVideoConfiguration.html
│ │ │ │ ├── structMSVideoStarter.html
│ │ │ │ ├── struct__MyFilterData.html
│ │ │ │ ├── struct__OpusDecData.html
│ │ │ │ ├── struct__OpusEncData.html
│ │ │ │ ├── sync_off.png
│ │ │ │ ├── sync_on.png
│ │ │ │ ├── tab_a.png
│ │ │ │ ├── tab_b.png
│ │ │ │ ├── tab_h.png
│ │ │ │ ├── tabs.css
│ │ │ │ └── tab_s.png
│ │ │ ├── ortp-0.23.0
│ │ │ │ ├── AUTHORS
│ │ │ │ ├── ChangeLog
│ │ │ │ ├── COPYING
│ │ │ │ ├── html
│ │ │ │ │ ├── annotated.html
│ │ │ │ │ ├── b64_8c.html
│ │ │ │ │ ├── b64_8h_source.html
│ │ │ │ │ ├── bc_s.png
│ │ │ │ │ ├── bdwn.png
│ │ │ │ │ ├── classes.html
│ │ │ │ │ ├── closed.png
│ │ │ │ │ ├── dir_4f2ccfdbff7930ffaf36fd1ef9944f68.html
│ │ │ │ │ ├── dir_60fac934a447160e904fd80a04f95039.html
│ │ │ │ │ ├── dir_652d29cce052dc0f646ab6c23132a83f.html
│ │ │ │ │ ├── dir_902da32653c8b950956642882a5954ae.html
│ │ │ │ │ ├── dir_9fdb60be2781512594d323b928741ae5.html
│ │ │ │ │ ├── doxygen.css
│ │ │ │ │ ├── doxygen.png
│ │ │ │ │ ├── dynsections.js
│ │ │ │ │ ├── event_8h_source.html
│ │ │ │ │ ├── files.html
│ │ │ │ │ ├── ftv2blank.png
│ │ │ │ │ ├── ftv2doc.png
│ │ │ │ │ ├── ftv2folderclosed.png
│ │ │ │ │ ├── ftv2folderopen.png
│ │ │ │ │ ├── ftv2lastnode.png
│ │ │ │ │ ├── ftv2link.png
│ │ │ │ │ ├── ftv2mlastnode.png
│ │ │ │ │ ├── ftv2mnode.png
│ │ │ │ │ ├── ftv2node.png
│ │ │ │ │ ├── ftv2plastnode.png
│ │ │ │ │ ├── ftv2pnode.png
│ │ │ │ │ ├── ftv2splitbar.png
│ │ │ │ │ ├── ftv2vertline.png
│ │ │ │ │ ├── functions.html
│ │ │ │ │ ├── functions_vars.html
│ │ │ │ │ ├── globals_defs.html
│ │ │ │ │ ├── globals_func.html
│ │ │ │ │ ├── globals.html
│ │ │ │ │ ├── globals_type.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jitterctl_8h_source.html
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── logging_8h.html
│ │ │ │ │ ├── logging_8h_source.html
│ │ │ │ │ ├── nav_f.png
│ │ │ │ │ ├── nav_g.png
│ │ │ │ │ ├── nav_h.png
│ │ │ │ │ ├── open.png
│ │ │ │ │ ├── ortp_8h.html
│ │ │ │ │ ├── ortp_8h_source.html
│ │ │ │ │ ├── payloadtype_8h.html
│ │ │ │ │ ├── payloadtype_8h_source.html
│ │ │ │ │ ├── port_8h_source.html
│ │ │ │ │ ├── rtcp_8h_source.html
│ │ │ │ │ ├── rtp_8h_source.html
│ │ │ │ │ ├── rtpprofile_8h.html
│ │ │ │ │ ├── rtpprofile_8h_source.html
│ │ │ │ │ ├── rtpsession_8h.html
│ │ │ │ │ ├── rtpsession_8h_source.html
│ │ │ │ │ ├── rtpsession__priv_8h_source.html
│ │ │ │ │ ├── rtpsignaltable_8h_source.html
│ │ │ │ │ ├── rtptimer_8h_source.html
│ │ │ │ │ ├── scheduler_8h_source.html
│ │ │ │ │ ├── sessionset_8h.html
│ │ │ │ │ ├── sessionset_8h_source.html
│ │ │ │ │ ├── structb64ErrorString__t__.html
│ │ │ │ │ ├── structdatab.html
│ │ │ │ │ ├── struct__dwsplit__t.html
│ │ │ │ │ ├── structIceAtrIceControll.html
│ │ │ │ │ ├── structIceAtrPriority.html
│ │ │ │ │ ├── struct__JBParameters.html
│ │ │ │ │ ├── struct__JitterControl.html
│ │ │ │ │ ├── structjitter__stats.html
│ │ │ │ │ ├── struct__MetaRtpTransportImpl.html
│ │ │ │ │ ├── struct__msgb__allocator.html
│ │ │ │ │ ├── structmsgb.html
│ │ │ │ │ ├── struct__OList.html
│ │ │ │ │ ├── struct__OrtpAddress.html
│ │ │ │ │ ├── struct__OrtpEventData.html
│ │ │ │ │ ├── structOrtpEvQueue.html
│ │ │ │ │ ├── structOrtpLossRateEstimator.html
│ │ │ │ │ ├── struct__OrtpMemoryFunctions.html
│ │ │ │ │ ├── struct__OrtpNetworkSimulatorCtx.html
│ │ │ │ │ ├── struct__OrtpNetworkSimulatorParams.html
│ │ │ │ │ ├── structortp__recv__addr.html
│ │ │ │ │ ├── structOrtpRtcpSendAlgorithm.html
│ │ │ │ │ ├── structOrtpRtcpXrConfiguration.html
│ │ │ │ │ ├── structOrtpRtcpXrMediaCallbacks.html
│ │ │ │ │ ├── structOrtpRtcpXrStats.html
│ │ │ │ │ ├── structortp__stored__log__t.html
│ │ │ │ │ ├── struct__OrtpStream.html
│ │ │ │ │ ├── structortpTimeSpec.html
│ │ │ │ │ ├── struct__PayloadTypeAvpfParams.html
│ │ │ │ │ ├── struct__PayloadType.html
│ │ │ │ │ ├── struct__queue.html
│ │ │ │ │ ├── structreport__block.html
│ │ │ │ │ ├── structrtcp__app.html
│ │ │ │ │ ├── structrtcp__bye.html
│ │ │ │ │ ├── structrtcp__bye__reason.html
│ │ │ │ │ ├── structrtcp__common__header.html
│ │ │ │ │ ├── structrtcp__fb__fir__fci.html
│ │ │ │ │ ├── structrtcp__fb__header.html
│ │ │ │ │ ├── structrtcp__fb__rpsi__fci.html
│ │ │ │ │ ├── structrtcp__fb__sli__fci.html
│ │ │ │ │ ├── structrtcp__rr.html
│ │ │ │ │ ├── structrtcp__sr.html
│ │ │ │ │ ├── struct__RtcpStream.html
│ │ │ │ │ ├── structrtcp__xr__dlrr__report__block.html
│ │ │ │ │ ├── structrtcp__xr__dlrr__report__subblock.html
│ │ │ │ │ ├── structrtcp__xr__generic__block__header.html
│ │ │ │ │ ├── structrtcp__xr__header.html
│ │ │ │ │ ├── structrtcp__xr__rcvr__rtt__report__block.html
│ │ │ │ │ ├── structrtcp__xr__stat__summary__report__block.html
│ │ │ │ │ ├── structrtcp__xr__voip__metrics__report__block.html
│ │ │ │ │ ├── structrtp__header.html
│ │ │ │ │ ├── struct__RtpProfile.html
│ │ │ │ │ ├── struct__RtpScheduler.html
│ │ │ │ │ ├── struct__RtpSession.html
│ │ │ │ │ ├── struct__RtpSignalTable.html
│ │ │ │ │ ├── structrtp__stats.html
│ │ │ │ │ ├── struct__RtpStream.html
│ │ │ │ │ ├── struct__RtpTimer.html
│ │ │ │ │ ├── struct__RtpTransport.html
│ │ │ │ │ ├── struct__RtpTransportModifier.html
│ │ │ │ │ ├── structsdes__chunk.html
│ │ │ │ │ ├── structsdes__item.html
│ │ │ │ │ ├── structsender__info.html
│ │ │ │ │ ├── struct__SessionSet.html
│ │ │ │ │ ├── struct____STRUCT__SHARED__DATA____.html
│ │ │ │ │ ├── structStunAddress4.html
│ │ │ │ │ ├── structStunAtrAddress4.html
│ │ │ │ │ ├── structStunAtrChangeRequest.html
│ │ │ │ │ ├── structStunAtrError.html
│ │ │ │ │ ├── structStunAtrFingerprint.html
│ │ │ │ │ ├── structStunAtrHdr.html
│ │ │ │ │ ├── structStunAtrIntegrity.html
│ │ │ │ │ ├── structStunAtrString.html
│ │ │ │ │ ├── structStunAtrUnknown.html
│ │ │ │ │ ├── structStunMediaRelay.html
│ │ │ │ │ ├── structStunMessage.html
│ │ │ │ │ ├── structStunMsgHdr.html
│ │ │ │ │ ├── structStunServerInfo.html
│ │ │ │ │ ├── struct__telephone__event.html
│ │ │ │ │ ├── structTurnAtrChannelNumber.html
│ │ │ │ │ ├── structTurnAtrData.html
│ │ │ │ │ ├── structTurnAtrLifetime.html
│ │ │ │ │ ├── structTurnAtrRequestedTransport.html
│ │ │ │ │ ├── structTurnAtrReservationToken.html
│ │ │ │ │ ├── structTurnAtrUnknown.html
│ │ │ │ │ ├── structUInt96.html
│ │ │ │ │ ├── struct__WaitPoint.html
│ │ │ │ │ ├── str__utils_8h_source.html
│ │ │ │ │ ├── stun_8h_source.html
│ │ │ │ │ ├── stun__udp_8h_source.html
│ │ │ │ │ ├── sync_off.png
│ │ │ │ │ ├── sync_on.png
│ │ │ │ │ ├── tab_a.png
│ │ │ │ │ ├── tab_b.png
│ │ │ │ │ ├── tab_h.png
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tab_s.png
│ │ │ │ │ ├── telephonyevents_8h.html
│ │ │ │ │ ├── telephonyevents_8h_source.html
│ │ │ │ │ ├── unionpoly32__t.html
│ │ │ │ │ ├── utils_8h_source.html
│ │ │ │ │ └── winrttimer_8h_source.html
│ │ │ │ └── README
│ │ │ └── speex
│ │ │ └── manual.pdf
│ │ ├── gnome
│ │ │ └── help
│ │ │ └── linphone
│ │ │ ├── C
│ │ │ ├── fr
│ │ │ ├── it
│ │ │ └── ja
│ │ ├── gtk-doc
│ │ │ └── html
│ │ │ └── libxml2
│ │ │ ├── general.html
│ │ │ ├── home.png
│ │ │ ├── index.html
│ │ │ ├── left.png
│ │ │ ├── libxml2-c14n.html
│ │ │ ├── libxml2-catalog.html
│ │ │ ├── libxml2-chvalid.html
│ │ │ ├── libxml2-debugXML.html
│ │ │ ├── libxml2.devhelp
│ │ │ ├── libxml2-dict.html
│ │ │ ├── libxml2-DOCBparser.html
│ │ │ ├── libxml2-encoding.html
│ │ │ ├── libxml2-entities.html
│ │ │ ├── libxml2-globals.html
│ │ │ ├── libxml2-hash.html
│ │ │ ├── libxml2-HTMLparser.html
│ │ │ ├── libxml2-HTMLtree.html
│ │ │ ├── libxml2-list.html
│ │ │ ├── libxml2-nanoftp.html
│ │ │ ├── libxml2-nanohttp.html
│ │ │ ├── libxml2-parser.html
│ │ │ ├── libxml2-parserInternals.html
│ │ │ ├── libxml2-pattern.html
│ │ │ ├── libxml2-relaxng.html
│ │ │ ├── libxml2-SAX2.html
│ │ │ ├── libxml2-SAX.html
│ │ │ ├── libxml2-schemasInternals.html
│ │ │ ├── libxml2-schematron.html
│ │ │ ├── libxml2-threads.html
│ │ │ ├── libxml2-tree.html
│ │ │ ├── libxml2-uri.html
│ │ │ ├── libxml2-valid.html
│ │ │ ├── libxml2-xinclude.html
│ │ │ ├── libxml2-xlink.html
│ │ │ ├── libxml2-xmlautomata.html
│ │ │ ├── libxml2-xmlerror.html
│ │ │ ├── libxml2-xmlexports.html
│ │ │ ├── libxml2-xmlIO.html
│ │ │ ├── libxml2-xmlmemory.html
│ │ │ ├── libxml2-xmlmodule.html
│ │ │ ├── libxml2-xmlreader.html
│ │ │ ├── libxml2-xmlregexp.html
│ │ │ ├── libxml2-xmlsave.html
│ │ │ ├── libxml2-xmlschemas.html
│ │ │ ├── libxml2-xmlschemastypes.html
│ │ │ ├── libxml2-xmlstring.html
│ │ │ ├── libxml2-xmlunicode.html
│ │ │ ├── libxml2-xmlversion.html
│ │ │ ├── libxml2-xmlwriter.html
│ │ │ ├── libxml2-xpath.html
│ │ │ ├── libxml2-xpathInternals.html
│ │ │ ├── libxml2-xpointer.html
│ │ │ ├── right.png
│ │ │ ├── style.css
│ │ │ └── up.png
│ │ ├── images
│ │ │ └── nowebcamCIF.jpg
│ │ ├── linphone
│ │ │ ├── rootca.pem
│ │ │ └── tutorials
│ │ │ ├── buddy_status.c
│ │ │ ├── chatroom.c
│ │ │ ├── filetransfer.c
│ │ │ ├── helloworld.c
│ │ │ ├── notify.c
│ │ │ └── registration.c
│ │ ├── man
│ │ │ ├── cs
│ │ │ │ └── man1
│ │ │ │ ├── linphone.1
│ │ │ │ ├── linphonec.1
│ │ │ │ └── sipomatic.1
│ │ │ ├── man1
│ │ │ │ ├── linphone.1
│ │ │ │ ├── linphonec.1
│ │ │ │ ├── linphonecsh.1
│ │ │ │ ├── sipomatic.1
│ │ │ │ ├── xml2-config.1
│ │ │ │ ├── xmlcatalog.1
│ │ │ │ └── xmllint.1
│ │ │ ├── man3
│ │ │ │ ├── CUnit.3
│ │ │ │ └── libxml.3
│ │ │ └── man7
│ │ │ └── ilbc.7
│ │ ├── pixmaps
│ │ │ └── linphone
│ │ │ ├── active_chat.png
│ │ │ ├── addcall-green.png
│ │ │ ├── call.png
│ │ │ ├── call_status_incoming.png
│ │ │ ├── call_status_outgoing.png
│ │ │ ├── chat_message_delivered.png
│ │ │ ├── chat_message_inprogress.png
│ │ │ ├── chat_message_not_delivered.png
│ │ │ ├── chat.png
│ │ │ ├── composing_active_chat.png
│ │ │ ├── composing_chat.png
│ │ │ ├── contact-orange.png
│ │ │ ├── contact_starred.png
│ │ │ ├── contact_unstarred.png
│ │ │ ├── dialer-orange.png
│ │ │ ├── dialer.png
│ │ │ ├── history-orange.png
│ │ │ ├── hold_off.png
│ │ │ ├── hold_on.png
│ │ │ ├── linphone-banner.png
│ │ │ ├── linphone.icns
│ │ │ ├── linphone.png
│ │ │ ├── mic_active.png
│ │ │ ├── mic_muted.png
│ │ │ ├── notok.png
│ │ │ ├── ok.png
│ │ │ ├── speaker.png
│ │ │ ├── startcall-green.png
│ │ │ ├── startcall-small.png
│ │ │ ├── status-green.png
│ │ │ ├── status-offline.png
│ │ │ ├── status-orange.png
│ │ │ ├── status-red.png
│ │ │ ├── stopcall-red.png
│ │ │ └── stopcall-small.png
│ │ └── sounds
│ │ └── linphone
│ │ ├── hello16000.wav
│ │ ├── hello8000.wav
│ │ ├── incoming_chat.wav
│ │ ├── ringback.wav
│ │ └── rings
│ │ ├── bigben.wav
│ │ ├── oldphone-mono-30s.caf
│ │ ├── oldphone-mono.wav
│ │ ├── oldphone.wav
│ │ ├── orig.wav
│ │ ├── rock.wav
│ │ ├── sweet.wav
│ │ ├── synth.wav
│ │ ├── tapping.wav
│ │ └── toy-mono.wav
│ ├── liblinphone-tutorials
│ │ └── hello-world
│ │ ├── helloworld-Info.plist
│ │ ├── hello_world_Prefix.pch
│ │ ├── hello-world.xcodeproj
│ │ │ └── project.pbxproj
│ │ └── README
│ ├── Linphone.clr
│ ├── linphone-Info.plist
│ ├── linphone_Prefix.pch
│ ├── LinphoneTester
│ │ ├── AppDelegate.h
│ │ ├── AppDelegate.m
│ │ ├── ar.lproj
│ │ │ ├── InfoPlist.strings
│ │ │ ├── Main_iPad.strings
│ │ │ └── Main_iPhone.strings
│ │ ├── Base.lproj
│ │ │ ├── Main_iPad.storyboard
│ │ │ └── Main_iPhone.storyboard
│ │ ├── DetailViewController.h
│ │ ├── DetailViewController.m
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ ├── LinphoneTester-Info.plist
│ │ ├── LinphoneTester-Prefix.pch
│ │ ├── LogsViewController.h
│ │ ├── LogsViewController.m
│ │ ├── main.m
│ │ ├── MasterViewController.h
│ │ ├── MasterViewController.m
│ │ └── TesterImages.xcassets
│ │ ├── AppIcon.appiconset
│ │ │ └── Contents.json
│ │ └── LaunchImage.launchimage
│ │ └── Contents.json
│ ├── LinphoneTester Tests
│ │ ├── ar.lproj
│ │ │ └── InfoPlist.strings
│ │ ├── DTObjectBlockExecutor.h
│ │ ├── DTObjectBlockExecutor.m
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ ├── LinphoneTester Tests-Info.plist
│ │ ├── LinphoneTester_Tests.m
│ │ ├── LinphoneTester Tests-Prefix.pch
│ │ ├── NSObject+DTRuntime.h
│ │ └── NSObject+DTRuntime.m
│ ├── linphone.xcodeproj
│ │ ├── project.pbxproj
│ │ ├── xcshareddata
│ │ │ └── xcschemes
│ │ │ ├── LinphoneTester.xcscheme
│ │ │ └── linphone.xcscheme
│ │ └── xcuserdata
│ │ └── DannyXu.xcuserdatad
│ │ └── xcschemes
│ │ └── xcschememanagement.plist
│ ├── linphone.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ └── xcuserdata
│ │ └── DannyXu.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
│ ├── main.m
│ ├── NEWS
│ ├── Podfile
│ ├── Podfile.lock
│ ├── Pods
│ │ ├── Headers
│ │ │ ├── Build
│ │ │ │ └── KIF
│ │ │ │ ├── CGGeometry-KIFAdditions.h
│ │ │ │ ├── KIF.h
│ │ │ │ ├── KIFSystemTestActor.h
│ │ │ │ ├── KIFTestActor.h
│ │ │ │ ├── KIFTestCase.h
│ │ │ │ ├── KIFTestStepValidation.h
│ │ │ │ ├── KIFTypist.h
│ │ │ │ ├── KIFUITestActor-ConditionalTests.h
│ │ │ │ ├── KIFUITestActor.h
│ │ │ │ ├── LoadableCategory.h
│ │ │ │ ├── NSBundle-KIFAdditions.h
│ │ │ │ ├── NSError-KIFAdditions.h
│ │ │ │ ├── NSException-KIFAdditions.h
│ │ │ │ ├── NSFileManager-KIFAdditions.h
│ │ │ │ ├── UIAccessibilityElement-KIFAdditions.h
│ │ │ │ ├── UIApplication-KIFAdditions.h
│ │ │ │ ├── UIScrollView-KIFAdditions.h
│ │ │ │ ├── UITableView-KIFAdditions.h
│ │ │ │ ├── UITouch-KIFAdditions.h
│ │ │ │ ├── UIView-KIFAdditions.h
│ │ │ │ ├── UIWindow-KIFAdditions.h
│ │ │ │ └── XCTestCase-KIFAdditions.h
│ │ │ └── Public
│ │ │ └── KIF
│ │ │ ├── CGGeometry-KIFAdditions.h
│ │ │ ├── KIF.h
│ │ │ ├── KIFSystemTestActor.h
│ │ │ ├── KIFTestActor.h
│ │ │ ├── KIFTestCase.h
│ │ │ ├── KIFTestStepValidation.h
│ │ │ ├── KIFTypist.h
│ │ │ ├── KIFUITestActor-ConditionalTests.h
│ │ │ ├── KIFUITestActor.h
│ │ │ ├── NSBundle-KIFAdditions.h
│ │ │ ├── NSError-KIFAdditions.h
│ │ │ ├── NSException-KIFAdditions.h
│ │ │ ├── NSFileManager-KIFAdditions.h
│ │ │ ├── UIAccessibilityElement-KIFAdditions.h
│ │ │ ├── UIApplication-KIFAdditions.h
│ │ │ ├── UIScrollView-KIFAdditions.h
│ │ │ ├── UITableView-KIFAdditions.h
│ │ │ ├── UITouch-KIFAdditions.h
│ │ │ ├── UIView-KIFAdditions.h
│ │ │ ├── UIWindow-KIFAdditions.h
│ │ │ └── XCTestCase-KIFAdditions.h
│ │ ├── KIF
│ │ │ ├── Additions
│ │ │ │ ├── CGGeometry-KIFAdditions.h
│ │ │ │ ├── CGGeometry-KIFAdditions.m
│ │ │ │ ├── LoadableCategory.h
│ │ │ │ ├── NSBundle-KIFAdditions.h
│ │ │ │ ├── NSBundle-KIFAdditions.m
│ │ │ │ ├── NSError-KIFAdditions.h
│ │ │ │ ├── NSError-KIFAdditions.m
│ │ │ │ ├── NSException-KIFAdditions.h
│ │ │ │ ├── NSException-KIFAdditions.m
│ │ │ │ ├── NSFileManager-KIFAdditions.h
│ │ │ │ ├── NSFileManager-KIFAdditions.m
│ │ │ │ ├── UIAccessibilityElement-KIFAdditions.h
│ │ │ │ ├── UIAccessibilityElement-KIFAdditions.m
│ │ │ │ ├── UIApplication-KIFAdditions.h
│ │ │ │ ├── UIApplication-KIFAdditions.m
│ │ │ │ ├── UIScrollView-KIFAdditions.h
│ │ │ │ ├── UIScrollView-KIFAdditions.m
│ │ │ │ ├── UITableView-KIFAdditions.h
│ │ │ │ ├── UITableView-KIFAdditions.m
│ │ │ │ ├── UITouch-KIFAdditions.h
│ │ │ │ ├── UITouch-KIFAdditions.m
│ │ │ │ ├── UIView-KIFAdditions.h
│ │ │ │ ├── UIView-KIFAdditions.m
│ │ │ │ ├── UIWindow-KIFAdditions.h
│ │ │ │ ├── UIWindow-KIFAdditions.m
│ │ │ │ ├── XCTestCase-KIFAdditions.h
│ │ │ │ └── XCTestCase-KIFAdditions.m
│ │ │ ├── Classes
│ │ │ │ ├── KIF.h
│ │ │ │ ├── KIFSystemTestActor.h
│ │ │ │ ├── KIFSystemTestActor.m
│ │ │ │ ├── KIFTestActor.h
│ │ │ │ ├── KIFTestActor.m
│ │ │ │ ├── KIFTestCase.h
│ │ │ │ ├── KIFTestCase.m
│ │ │ │ ├── KIFTestStepValidation.h
│ │ │ │ ├── KIFTestStepValidation.m
│ │ │ │ ├── KIFTypist.h
│ │ │ │ ├── KIFTypist.m
│ │ │ │ ├── KIFUITestActor-ConditionalTests.h
│ │ │ │ ├── KIFUITestActor-ConditionalTests.m
│ │ │ │ ├── KIFUITestActor.h
│ │ │ │ └── KIFUITestActor.m
│ │ │ ├── LICENSE
│ │ │ └── README.md
│ │ ├── Local Podspecs
│ │ ├── Manifest.lock
│ │ ├── Pods.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── xcuserdata
│ │ │ └── DannyXu.xcuserdatad
│ │ │ └── xcschemes
│ │ │ ├── Pods-KifTests-KIF.xcscheme
│ │ │ ├── Pods-KifTests.xcscheme
│ │ │ └── xcschememanagement.plist
│ │ └── Target Support Files
│ │ ├── Pods-KifTests
│ │ │ ├── Pods-KifTests-acknowledgements.markdown
│ │ │ ├── Pods-KifTests-acknowledgements.plist
│ │ │ ├── Pods-KifTests.debug.xcconfig
│ │ │ ├── Pods-KifTests.distributionadhoc.xcconfig
│ │ │ ├── Pods-KifTests.distribution.xcconfig
│ │ │ ├── Pods-KifTests-dummy.m
│ │ │ ├── Pods-KifTests-environment.h
│ │ │ ├── Pods-KifTests.release.xcconfig
│ │ │ └── Pods-KifTests-resources.sh
│ │ └── Pods-KifTests-KIF
│ │ ├── Pods-KifTests-KIF-dummy.m
│ │ ├── Pods-KifTests-KIF-prefix.pch
│ │ ├── Pods-KifTests-KIF-Private.xcconfig
│ │ └── Pods-KifTests-KIF.xcconfig
│ ├── README.md
│ ├── Resources
│ │ ├── accept_default~ipad.png
│ │ ├── accept_default_landscape~ipad.png
│ │ ├── accept_default.png
│ │ ├── accept_over~ipad.png
│ │ ├── accept_over_landscape~ipad.png
│ │ ├── accept_over.png
│ │ ├── add_call_default~ipad.png
│ │ ├── add_call_default.png
│ │ ├── add_call_disabled~ipad.png
│ │ ├── add_call_disabled.png
│ │ ├── add_call_over~ipad.png
│ │ ├── add_call_over.png
│ │ ├── add_contact_default~ipad.png
│ │ ├── add_contact_default.png
│ │ ├── add_contact_disabled~ipad.png
│ │ ├── add_contact_disabled.png
│ │ ├── add_contact_over~ipad.png
│ │ ├── add_contact_over.png
│ │ ├── ar.lproj
│ │ │ └── Localizable.strings
│ │ ├── avatar_shadow.png
│ │ ├── avatar_shadow_small.png
│ │ ├── avatar_unknown.png
│ │ ├── avatar_unknown_small.png
│ │ ├── back_default~ipad.png
│ │ ├── back_default.png
│ │ ├── back_disabled~ipad.png
│ │ ├── back_disabled.png
│ │ ├── background_alt.png
│ │ ├── background.png
│ │ ├── background_top~ipad.png
│ │ ├── back_over~ipad.png
│ │ ├── back_over.png
│ │ ├── backspace_default~ipad.png
│ │ ├── backspace_default.png
│ │ ├── backspace_disabled~ipad.png
│ │ ├── backspace_disabled.png
│ │ ├── backspace_over~ipad.png
│ │ ├── backspace_over.png
│ │ ├── bubble.png
│ │ ├── button_alert_background_default.png
│ │ ├── button_alert_background_over.png
│ │ ├── button_background_default.9@2x.png
│ │ ├── button_background_default.9.png
│ │ ├── button_background_default.png
│ │ ├── button_background_over.9@2x.png
│ │ ├── button_background_over.9.png
│ │ ├── button_background_over.png
│ │ ├── callbar_left_padding.png
│ │ ├── callbar_right_padding.png
│ │ ├── call_default~ipad.png
│ │ ├── call_default.png
│ │ ├── call_disabled~ipad.png
│ │ ├── call_disabled.png
│ │ ├── call_over~ipad.png
│ │ ├── call_over.png
│ │ ├── call_quality_indicator_0.png
│ │ ├── call_quality_indicator_1.png
│ │ ├── call_quality_indicator_2.png
│ │ ├── call_quality_indicator_3.png
│ │ ├── call_state_delete_default.png
│ │ ├── call_state_delete_over.png
│ │ ├── call_state_outgoing_default.png
│ │ ├── call_state_pause_default.png
│ │ ├── call_state_pause_over.png
│ │ ├── call_state_play_default.png
│ │ ├── call_state_play_over.png
│ │ ├── call_state_ringing_default.png
│ │ ├── call_status_incoming.png
│ │ ├── call_status_missed.png
│ │ ├── call_status_outgoing.png
│ │ ├── cancel_default.png
│ │ ├── cancel_over.png
│ │ ├── cell_call_first_highlight.png
│ │ ├── cell_call_first.png
│ │ ├── cell_call_highlight.png
│ │ ├── cell_call.png
│ │ ├── cell_conference.png
│ │ ├── chat_add_default.png
│ │ ├── chat_add_over.png
│ │ ├── chat_back_default.png
│ │ ├── chat_back_over.png
│ │ ├── chat_bubble_incoming.9.png
│ │ ├── chat_bubble_incoming.png
│ │ ├── chat_bubble_outgoing.9.png
│ │ ├── chat_bubble_outgoing.png
│ │ ├── chat_cancel_default.png
│ │ ├── chat_cancel_over.png
│ │ ├── chat_default~ipad.png
│ │ ├── chat_default_landscape~ipad.png
│ │ ├── chat_default.png
│ │ ├── chat_edit_default.png
│ │ ├── chat_edit_over.png
│ │ ├── chat_message_background.9@2x.png
│ │ ├── chat_message_background.9.png
│ │ ├── chat_message_background.png
│ │ ├── chat_message_delivered.png
│ │ ├── chat_message_inprogress.png
│ │ ├── chat_message_not_delivered.png
│ │ ├── chat_ok_default.png
│ │ ├── chat_ok_over.png
│ │ ├── chat_over~ipad.png
│ │ ├── chat_over_landscape~ipad.png
│ │ ├── chat_over.png
│ │ ├── chat_photo_default.png
│ │ ├── chat_photo_disabled.png
│ │ ├── chat_photo_over.png
│ │ ├── chat_progressbar_background.png
│ │ ├── chat_selected~ipad.png
│ │ ├── chat_selected_landscape~ipad.png
│ │ ├── chat_selected.png
│ │ ├── chat_send_default.png
│ │ ├── chat_send_disabled.png
│ │ ├── chat_send_over.png
│ │ ├── conference_default~ipad.png
│ │ ├── conference_default_landscape~ipad.png
│ │ ├── conference_default_landscape.png
│ │ ├── conference_default.png
│ │ ├── conference_over~ipad.png
│ │ ├── conference_over_landscape~ipad.png
│ │ ├── conference_over_landscape.png
│ │ ├── conference_over.png
│ │ ├── contact_back_default.png
│ │ ├── contact_back_over.png
│ │ ├── contact_cancel_default.png
│ │ ├── contact_cancel_over.png
│ │ ├── contact_edit_default.png
│ │ ├── contact_edit_over.png
│ │ ├── contact_number_over.png
│ │ ├── contact_number.png
│ │ ├── contact_ok_default.png
│ │ ├── contact_ok_disabled.png
│ │ ├── contact_ok_over.png
│ │ ├── contacts_add_default.png
│ │ ├── contacts_add_over.png
│ │ ├── contacts_all_default.png
│ │ ├── contacts_all_selected.png
│ │ ├── contacts_back_default.png
│ │ ├── contacts_back_over.png
│ │ ├── contacts_default~ipad.png
│ │ ├── contacts_default_landscape~ipad.png
│ │ ├── contacts_default.png
│ │ ├── contacts_linphone_default.png
│ │ ├── contacts_linphone_selected.png
│ │ ├── contacts_over~ipad.png
│ │ ├── contacts_over_landscape~ipad.png
│ │ ├── contacts_over.png
│ │ ├── contacts_selected~ipad.png
│ │ ├── contacts_selected_landscape~ipad.png
│ │ ├── contacts_selected.png
│ │ ├── decline_default~ipad.png
│ │ ├── decline_default_landscape~ipad.png
│ │ ├── decline_default.png
│ │ ├── decline_over~ipad.png
│ │ ├── decline_over_landscape~ipad.png
│ │ ├── decline_over.png
│ │ ├── de.lproj
│ │ │ └── Localizable.strings
│ │ ├── dialer_address_background~ipad.png
│ │ ├── dialer_address_background_landscape~ipad.png
│ │ ├── dialer_address_background.png
│ │ ├── dialer_alt_back_default~ipad.png
│ │ ├── dialer_alt_back_default_landscape~ipad.png
│ │ ├── dialer_alt_back_default_landscape.png
│ │ ├── dialer_alt_back_default.png
│ │ ├── dialer_alt_background.png
│ │ ├── dialer_alt_back_over~ipad.png
│ │ ├── dialer_alt_back_over_landscape~ipad.png
│ │ ├── dialer_alt_back_over_landscape.png
│ │ ├── dialer_alt_back_over.png
│ │ ├── dialer_alt_default~ipad.png
│ │ ├── dialer_alt_default_landscape~ipad.png
│ │ ├── dialer_alt_default_landscape.png
│ │ ├── dialer_alt_default.png
│ │ ├── dialer_alt_disabled~ipad.png
│ │ ├── dialer_alt_disabled_landscape~ipad.png
│ │ ├── dialer_alt_disabled_landscape.png
│ │ ├── dialer_alt_disabled.png
│ │ ├── dialer_alt_over~ipad.png
│ │ ├── dialer_alt_over_landscape~ipad.png
│ │ ├── dialer_alt_over_landscape.png
│ │ ├── dialer_alt_over.png
│ │ ├── dialer_default.png
│ │ ├── dialer_over.png
│ │ ├── dialer_padding_left.png
│ │ ├── dialer_padding_right.png
│ │ ├── dialer_selected.png
│ │ ├── en.lproj
│ │ │ └── Localizable.strings
│ │ ├── field_background.9@2x.png
│ │ ├── field_background.9.png
│ │ ├── field_background.png
│ │ ├── form_invalid.png
│ │ ├── form_valid.png
│ │ ├── fr.lproj
│ │ │ └── Localizable.strings
│ │ ├── hangup_default~ipad.png
│ │ ├── hangup_default_landscape~ipad.png
│ │ ├── hangup_default_landscape.png
│ │ ├── hangup_default.png
│ │ ├── hangup_over~ipad.png
│ │ ├── hangup_over_landscape~ipad.png
│ │ ├── hangup_over_landscape.png
│ │ ├── hangup_over.png
│ │ ├── header_conference.png
│ │ ├── header_incoming.png
│ │ ├── history_all_default.png
│ │ ├── history_all_selected.png
│ │ ├── history_default~ipad.png
│ │ ├── history_default_landscape~ipad.png
│ │ ├── history_default.png
│ │ ├── history_delete_default.png
│ │ ├── history_delete_over.png
│ │ ├── history_details_add_default.png
│ │ ├── history_details_add_over.png
│ │ ├── history_details_back_default.png
│ │ ├── history_details_back_over.png
│ │ ├── history_edit_default.png
│ │ ├── history_edit_over.png
│ │ ├── history_missed_default.png
│ │ ├── history_missed_selected.png
│ │ ├── history_notification.png
│ │ ├── history_ok_default.png
│ │ ├── history_ok_over.png
│ │ ├── history_over~ipad.png
│ │ ├── history_over_landscape~ipad.png
│ │ ├── history_over.png
│ │ ├── history_selected~ipad.png
│ │ ├── history_selected_landscape~ipad.png
│ │ ├── history_selected.png
│ │ ├── hold.wav
│ │ ├── image_back_default.png
│ │ ├── image_back_over.png
│ │ ├── Images.xcassets
│ │ │ ├── AppIcon.appiconset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── linphone_icon_120.png
│ │ │ │ ├── linphone_icon_152.png
│ │ │ │ ├── linphone_icon_57@2x.png
│ │ │ │ ├── linphone_icon_57.png
│ │ │ │ ├── linphone_icon_72@2x.png
│ │ │ │ ├── linphone_icon_72.png
│ │ │ │ └── linphone_icon_76.png
│ │ │ └── LaunchImage.launchimage
│ │ │ ├── Contents.json
│ │ │ ├── linphone_splashscreen@2x.png
│ │ │ ├── linphone_splashscreen-568h@2x.png
│ │ │ ├── linphone_splashscreen-568hios6@2x.png
│ │ │ ├── linphone_splashscreenios6@2x.png
│ │ │ ├── linphone_splashscreen-Landscape@2x.png
│ │ │ ├── linphone_splashscreen-Landscape.png
│ │ │ ├── linphone_splashscreen.png
│ │ │ ├── linphone_splashscreen-Portrait@2x.png
│ │ │ └── linphone_splashscreen-Portrait.png
│ │ ├── incall_padding_left_landscape.png
│ │ ├── incall_padding_left.png
│ │ ├── incall_padding_right_landscape.png
│ │ ├── incall_padding_right.png
│ │ ├── ja.lproj
│ │ │ └── Localizable.strings
│ │ ├── launchscreen
│ │ │ ├── background-launch.png
│ │ │ ├── corner-left-bottom.png
│ │ │ ├── corner-left-top.png
│ │ │ ├── corner-right-bottom.png
│ │ │ ├── corner-right-top.png
│ │ │ ├── logo.png
│ │ │ ├── strech-bottom.png
│ │ │ └── strech-top.png
│ │ ├── led_connected.png
│ │ ├── led_disconnected.png
│ │ ├── led_error.png
│ │ ├── led_inprogress.png
│ │ ├── licenses.html
│ │ ├── licenses.md
│ │ ├── linphone_logo.png
│ │ ├── linphonerc
│ │ ├── linphonerc-factory
│ │ ├── linphonerc-factory~ipad
│ │ ├── linphonerc~ipad
│ │ ├── list_delete_default.png
│ │ ├── list_delete_over.png
│ │ ├── list_details_default.png
│ │ ├── list_details_over.png
│ │ ├── logo_linphone_trame_background.png
│ │ ├── micro_off_default~ipad.png
│ │ ├── micro_off_default_landscape~ipad.png
│ │ ├── micro_off_default_landscape.png
│ │ ├── micro_off_default.png
│ │ ├── micro_off_disabled~ipad.png
│ │ ├── micro_off_disabled_landscape~ipad.png
│ │ ├── micro_off_disabled_landscape.png
│ │ ├── micro_off_disabled.png
│ │ ├── micro_off_over~ipad.png
│ │ ├── micro_off_over_landscape~ipad.png
│ │ ├── micro_off_over_landscape.png
│ │ ├── micro_off_over.png
│ │ ├── micro_on_default~ipad.png
│ │ ├── micro_on_default_landscape~ipad.png
│ │ ├── micro_on_default_landscape.png
│ │ ├── micro_on_default.png
│ │ ├── micro_on_disabled~ipad.png
│ │ ├── micro_on_disabled_landscape~ipad.png
│ │ ├── micro_on_disabled_landscape.png
│ │ ├── micro_on_disabled.png
│ │ ├── micro_on_over~ipad.png
│ │ ├── micro_on_over_landscape~ipad.png
│ │ ├── micro_on_over_landscape.png
│ │ ├── micro_on_over.png
│ │ ├── msg.caf
│ │ ├── msg.wav
│ │ ├── numpad_eight_default.png
│ │ ├── numpad_eight_over.png
│ │ ├── numpad_five_default.png
│ │ ├── numpad_five_over.png
│ │ ├── numpad_four_default.png
│ │ ├── numpad_four_over.png
│ │ ├── numpad_nine_default.png
│ │ ├── numpad_nine_over.png
│ │ ├── numpad_one_default.png
│ │ ├── numpad_one_over.png
│ │ ├── numpad_one_voicemail_default.png
│ │ ├── numpad_one_voicemail_over.png
│ │ ├── numpad_seven_default.png
│ │ ├── numpad_seven_over.png
│ │ ├── numpad_sharp_default.png
│ │ ├── numpad_sharp_over.png
│ │ ├── numpad_six_default.png
│ │ ├── numpad_six_over.png
│ │ ├── numpad_star_default.png
│ │ ├── numpad_star_over.png
│ │ ├── numpad_three_default.png
│ │ ├── numpad_three_over.png
│ │ ├── numpad_two_default.png
│ │ ├── numpad_two_over.png
│ │ ├── numpad_zero_default.png
│ │ ├── numpad_zero_over.png
│ │ ├── options_add_default~ipad.png
│ │ ├── options_add_default_landscape~ipad.png
│ │ ├── options_add_default_landscape.png
│ │ ├── options_add_default.png
│ │ ├── options_add_disabled~ipad.png
│ │ ├── options_add_disabled_landscape~ipad.png
│ │ ├── options_add_disabled_landscape.png
│ │ ├── options_add_disabled.png
│ │ ├── options_add_over~ipad.png
│ │ ├── options_add_over_landscape~ipad.png
│ │ ├── options_add_over_landscape.png
│ │ ├── options_add_over.png
│ │ ├── options_default~ipad.png
│ │ ├── options_default_landscape~ipad.png
│ │ ├── options_default_landscape.png
│ │ ├── options_default.png
│ │ ├── options_disabled~ipad.png
│ │ ├── options_disabled_landscape~ipad.png
│ │ ├── options_disabled_landscape.png
│ │ ├── options_disabled.png
│ │ ├── options_over~ipad.png
│ │ ├── options_over_landscape~ipad.png
│ │ ├── options_over_landscape.png
│ │ ├── options_over.png
│ │ ├── options_selected~ipad.png
│ │ ├── options_selected_landscape~ipad.png
│ │ ├── options_selected_landscape.png
│ │ ├── options_selected.png
│ │ ├── options_transfer_default~ipad.png
│ │ ├── options_transfer_default_landscape~ipad.png
│ │ ├── options_transfer_default_landscape.png
│ │ ├── options_transfer_default.png
│ │ ├── options_transfer_disabled~ipad.png
│ │ ├── options_transfer_disabled_landscape~ipad.png
│ │ ├── options_transfer_disabled_landscape.png
│ │ ├── options_transfer_disabled.png
│ │ ├── options_transfer_over~ipad.png
│ │ ├── options_transfer_over_landscape~ipad.png
│ │ ├── options_transfer_over_landscape.png
│ │ ├── options_transfer_over.png
│ │ ├── pause_off_default~ipad.png
│ │ ├── pause_off_default_landscape~ipad.png
│ │ ├── pause_off_default_landscape.png
│ │ ├── pause_off_default.png
│ │ ├── pause_off_over~ipad.png
│ │ ├── pause_off_over_landscape~ipad.png
│ │ ├── pause_off_over_landscape.png
│ │ ├── pause_off_over.png
│ │ ├── pause_on_default~ipad.png
│ │ ├── pause_on_default_landscape~ipad.png
│ │ ├── pause_on_default_landscape.png
│ │ ├── pause_on_default.png
│ │ ├── pause_on_over~ipad.png
│ │ ├── pause_on_over_landscape~ipad.png
│ │ ├── pause_on_over_landscape.png
│ │ ├── pause_on_over.png
│ │ ├── ringback.wav
│ │ ├── ring.caf
│ │ ├── ring.wav
│ │ ├── route_bluetooth_off_default_landscape.png
│ │ ├── route_bluetooth_off_default.png
│ │ ├── route_bluetooth_off_disabled_landscape.png
│ │ ├── route_bluetooth_off_disabled.png
│ │ ├── route_bluetooth_off_over_landscape.png
│ │ ├── route_bluetooth_off_over.png
│ │ ├── route_bluetooth_on_default_landscape.png
│ │ ├── route_bluetooth_on_default.png
│ │ ├── route_phone_off_default_landscape.png
│ │ ├── route_phone_off_default.png
│ │ ├── route_phone_off_disabled_landscape.png
│ │ ├── route_phone_off_disabled.png
│ │ ├── route_phone_off_over_landscape.png
│ │ ├── route_phone_off_over.png
│ │ ├── route_phone_on_default_landscape.png
│ │ ├── route_phone_on_default.png
│ │ ├── routes_default_landscape.png
│ │ ├── routes_default.png
│ │ ├── routes_disabled_landscape.png
│ │ ├── routes_disabled.png
│ │ ├── routes_over_landscape.png
│ │ ├── routes_over.png
│ │ ├── route_speaker_off_default_landscape.png
│ │ ├── route_speaker_off_default.png
│ │ ├── route_speaker_off_disabled_landscape.png
│ │ ├── route_speaker_off_disabled.png
│ │ ├── route_speaker_off_over_landscape.png
│ │ ├── route_speaker_off_over.png
│ │ ├── route_speaker_on_default_landscape.png
│ │ ├── route_speaker_on_default.png
│ │ ├── routes_selected_landscape.png
│ │ ├── routes_selected.png
│ │ ├── ru.lproj
│ │ │ └── Localizable.strings
│ │ ├── security_ko.png
│ │ ├── security_ok.png
│ │ ├── security_pending.png
│ │ ├── settings_default~ipad.png
│ │ ├── settings_default_landscape~ipad.png
│ │ ├── settings_default.png
│ │ ├── settings_over~ipad.png
│ │ ├── settings_over_landscape~ipad.png
│ │ ├── settings_over.png
│ │ ├── settings_selected~ipad.png
│ │ ├── settings_selected_landscape~ipad.png
│ │ ├── settings_selected.png
│ │ ├── setup_back_default~ipad.png
│ │ ├── setup_back_default_landscape~ipad.png
│ │ ├── setup_back_default.png
│ │ ├── setup_back_disabled~ipad.png
│ │ ├── setup_back_disabled_landscape~ipad.png
│ │ ├── setup_back_disabled.png
│ │ ├── setup_back_over~ipad.png
│ │ ├── setup_back_over_landscape~ipad.png
│ │ ├── setup_back_over.png
│ │ ├── setup_cancel_default~ipad.png
│ │ ├── setup_cancel_default_landscape~ipad.png
│ │ ├── setup_cancel_default.png
│ │ ├── setup_cancel_disabled~ipad.png
│ │ ├── setup_cancel_disabled_landscape~ipad.png
│ │ ├── setup_cancel_disabled.png
│ │ ├── setup_cancel_over~ipad.png
│ │ ├── setup_cancel_over_landscape~ipad.png
│ │ ├── setup_cancel_over.png
│ │ ├── setup_start_default~ipad.png
│ │ ├── setup_start_default_landscape~ipad.png
│ │ ├── setup_start_default.png
│ │ ├── setup_start_disabled~ipad.png
│ │ ├── setup_start_disabled_landscape~ipad.png
│ │ ├── setup_start_disabled.png
│ │ ├── setup_start_over~ipad.png
│ │ ├── setup_start_over_landscape~ipad.png
│ │ ├── setup_start_over.png
│ │ ├── setup_welcome_logo~ipad.png
│ │ ├── setup_welcome_logo.png
│ │ ├── shortring.caf
│ │ ├── speaker_off_default~ipad.png
│ │ ├── speaker_off_default_landscape~ipad.png
│ │ ├── speaker_off_default_landscape.png
│ │ ├── speaker_off_default.png
│ │ ├── speaker_off_disabled~ipad.png
│ │ ├── speaker_off_disabled_landscape~ipad.png
│ │ ├── speaker_off_disabled_landscape.png
│ │ ├── speaker_off_disabled.png
│ │ ├── speaker_off_over~ipad.png
│ │ ├── speaker_off_over_landscape~ipad.png
│ │ ├── speaker_off_over_landscape.png
│ │ ├── speaker_off_over.png
│ │ ├── speaker_on_default~ipad.png
│ │ ├── speaker_on_default_landscape~ipad.png
│ │ ├── speaker_on_default_landscape.png
│ │ ├── speaker_on_default.png
│ │ ├── speaker_on_disabled~ipad.png
│ │ ├── speaker_on_disabled_landscape~ipad.png
│ │ ├── speaker_on_disabled_landscape.png
│ │ ├── speaker_on_disabled.png
│ │ ├── speaker_on_over~ipad.png
│ │ ├── speaker_on_over_landscape~ipad.png
│ │ ├── speaker_on_over_landscape.png
│ │ ├── speaker_on_over.png
│ │ ├── statebar_background~ipad.png
│ │ ├── statebar_background_landscape~ipad.png
│ │ ├── statebar_background_landscape.png
│ │ ├── statebar_background.png
│ │ ├── switch_camera_default.png
│ │ ├── switch_camera_over.png
│ │ ├── test_failed.png
│ │ ├── test_inprogress.png
│ │ ├── test_passed.png
│ │ ├── toolsbar_background.png
│ │ ├── transfer_call_default~ipad.png
│ │ ├── transfer_call_default.png
│ │ ├── transfer_call_disabled~ipad.png
│ │ ├── transfer_call_disabled.png
│ │ ├── transfer_call_over~ipad.png
│ │ ├── transfer_call_over.png
│ │ ├── video_off_default~ipad.png
│ │ ├── video_off_default_landscape~ipad.png
│ │ ├── video_off_default_landscape.png
│ │ ├── video_off_default.png
│ │ ├── video_off_disabled~ipad.png
│ │ ├── video_off_disabled_landscape~ipad.png
│ │ ├── video_off_disabled_landscape.png
│ │ ├── video_off_disabled.png
│ │ ├── video_off_over~ipad.png
│ │ ├── video_off_over_landscape~ipad.png
│ │ ├── video_off_over_landscape.png
│ │ ├── video_off_over.png
│ │ ├── video_on_default~ipad.png
│ │ ├── video_on_default_landscape~ipad.png
│ │ ├── video_on_default_landscape.png
│ │ ├── video_on_default.png
│ │ ├── video_on_disabled~ipad.png
│ │ ├── video_on_disabled_landscape~ipad.png
│ │ ├── video_on_disabled_landscape.png
│ │ ├── video_on_disabled.png
│ │ ├── video_on_over~ipad.png
│ │ ├── video_on_over_landscape~ipad.png
│ │ ├── video_on_over_landscape.png
│ │ ├── video_on_over.png
│ │ ├── wizard_external_sip.rc
│ │ ├── wizard_linphone_create.rc
│ │ ├── wizard_linphone_existing.rc
│ │ └── wizard_remote.rc
│ ├── Settings
│ │ └── InAppSettings.bundle
│ │ ├── Advanced.plist
│ │ ├── ar.lproj
│ │ │ ├── Advanced.strings
│ │ │ ├── Audio.strings
│ │ │ ├── Call.strings
│ │ │ ├── Network.strings
│ │ │ ├── Root.strings
│ │ │ ├── Tunnel.strings
│ │ │ └── Video.strings
│ │ ├── Audio.plist
│ │ ├── Call.plist
│ │ ├── en.lproj
│ │ │ ├── Advanced.strings
│ │ │ ├── Audio.strings
│ │ │ ├── Call.strings
│ │ │ ├── Network.strings
│ │ │ ├── Root.strings
│ │ │ ├── Tunnel.strings
│ │ │ └── Video.strings
│ │ ├── fr.lproj
│ │ │ ├── Advanced.strings
│ │ │ ├── Audio.strings
│ │ │ ├── Call.strings
│ │ │ ├── Network.strings
│ │ │ ├── Root.strings
│ │ │ ├── Tunnel.strings
│ │ │ └── Video.strings
│ │ ├── Network.plist
│ │ ├── Root.plist
│ │ ├── ru.lproj
│ │ │ ├── Advanced.strings
│ │ │ ├── Audio.strings
│ │ │ ├── Call.strings
│ │ │ ├── Network.strings
│ │ │ ├── Root.strings
│ │ │ └── Video.strings
│ │ ├── Tunnel.plist
│ │ └── Video.plist
│ ├── submodules
│ │ ├── bcg729
│ │ ├── belle-sip
│ │ ├── binaries
│ │ │ ├── libdummy.a
│ │ │ ├── libvpx-armv7.a
│ │ │ ├── libvpx-armv7s.a
│ │ │ ├── libvpx-i386.a
│ │ │ └── why.txt
│ │ ├── build
│ │ │ ├── builder-iphone-os.mk
│ │ │ ├── builder-iphone-simulator.mk
│ │ │ ├── builders.d
│ │ │ │ ├── belle-sip.mk
│ │ │ │ ├── cunit.mk
│ │ │ │ ├── ffmpeg.mk
│ │ │ │ ├── gsm.mk
│ │ │ │ ├── libantlr3c.mk
│ │ │ │ ├── libilbc.mk
│ │ │ │ ├── libvpx.mk
│ │ │ │ ├── libvpx.patch
│ │ │ │ ├── libxml2.mk
│ │ │ │ ├── libxml2.patch
│ │ │ │ ├── msamr.mk
│ │ │ │ ├── msbcg729.mk
│ │ │ │ ├── msilbc.mk
│ │ │ │ ├── msopenh264.mk
│ │ │ │ ├── mssilk.mk
│ │ │ │ ├── mswebrtc.mk
│ │ │ │ ├── msx264.mk
│ │ │ │ ├── opencore-amr.mk
│ │ │ │ ├── openh264.mk
│ │ │ │ ├── openh264-permissive.patch
│ │ │ │ ├── openssl.mk
│ │ │ │ ├── openssl.patch
│ │ │ │ ├── opus.mk
│ │ │ │ ├── polarssl.mk
│ │ │ │ ├── speex.mk
│ │ │ │ ├── srtp.mk
│ │ │ │ ├── srtp.patch
│ │ │ │ ├── tunnel.mk
│ │ │ │ ├── x264.mk
│ │ │ │ ├── x264.patch
│ │ │ │ └── zrtp.mk
│ │ │ ├── iphone-config.site
│ │ │ ├── iphone-toolchain.cmake
│ │ │ ├── Makefile
│ │ │ └── Makefile.xcode4.4
│ │ ├── bzrtp
│ │ ├── cunit
│ │ ├── Default-568h@2x.png
│ │ ├── externals
│ │ │ ├── antlr3
│ │ │ ├── ffmpeg
│ │ │ ├── gsm
│ │ │ ├── libvpx
│ │ │ ├── libxml2
│ │ │ ├── opencore-amr
│ │ │ ├── openh264
│ │ │ ├── opus
│ │ │ ├── polarssl
│ │ │ ├── speex
│ │ │ ├── srtp
│ │ │ └── x264
│ │ ├── libilbc-rfc3951
│ │ ├── liblinphone_Prefix.pch
│ │ ├── liblinphone.xcodeproj
│ │ │ └── project.pbxproj
│ │ ├── linphone
│ │ ├── mediastream-tester Tests
│ │ │ ├── DTObjectBlockExecutor.h
│ │ │ ├── DTObjectBlockExecutor.m
│ │ │ ├── Info.plist
│ │ │ ├── mediastream_tester_Tests.m
│ │ │ ├── NSObject+DTRuntime.h
│ │ │ └── NSObject+DTRuntime.m
│ │ ├── msamr
│ │ ├── msilbc
│ │ ├── msopenh264
│ │ ├── mssilk
│ │ ├── mswebrtc
│ │ └── msx264
│ ├── Tools
│ │ ├── change_ios_custom_font.sh
│ │ ├── generate_icons.sh
│ │ ├── generate_strings_files.sh
│ │ ├── git_version.sh
│ │ ├── sync_resources_android.py
│ │ ├── tag_missing_resources.sh
│ │ └── update_localization.sh
│ └── UI.md
└── __MACOSX
└── linphone-iphone-master
├── Classes
│ ├── ar.lproj
│ ├── Base.lproj
│ ├── de.lproj
│ ├── fr.lproj
│ ├── ja.lproj
│ ├── LinphoneUI
│ │ ├── ar.lproj
│ │ ├── Base.lproj
│ │ ├── de.lproj
│ │ ├── fr.lproj
│ │ ├── ja.lproj
│ │ └── ru.lproj
│ ├── ru.lproj
│ └── Utils
│ ├── CAAnimationBlocks
│ ├── DCRoundSwitch
│ ├── DTFoundation
│ ├── GrowingTextView
│ ├── InAppSettingsKit
│ │ ├── Controllers
│ │ ├── Models
│ │ └── Views
│ ├── NinePatch
│ │ └── NinePatch.xcodeproj
│ ├── TPMultiLayoutViewController
│ ├── UACellBackgroundView
│ └── XMLRPC
│ ├── ar.lproj
│ ├── Configurations
│ ├── Languages
│ │ └── English.lproj
│ ├── Resources
│ │ ├── Property Lists
│ │ └── Test Cases
│ ├── Tools
│ │ ├── Test Client
│ │ │ ├── Configurations
│ │ │ ├── Languages
│ │ │ │ └── English.lproj
│ │ │ └── Test Client.xcodeproj
│ │ └── Test Server
│ │ ├── lib
│ │ ├── resources
│ │ └── src
│ │ └── com
│ │ └── divisiblebyzero
│ │ └── xmlrpc
│ │ ├── controller
│ │ ├── model
│ │ │ └── handlers
│ │ └── view
│ ├── Unit Tests
│ └── XMLRPC.xcodeproj
│ └── xcuserdata
│ └── ydiorcet.xcuserdatad
│ └── xcschemes
├── KifTests
├── liblinphone-sdk
│ └── apple-darwin
│ └── share
│ └── linphone
├── liblinphone-tutorials
│ └── hello-world
│ └── hello-world.xcodeproj
├── LinphoneTester
│ ├── ar.lproj
│ ├── Base.lproj
│ ├── en.lproj
│ └── TesterImages.xcassets
│ ├── AppIcon.appiconset
│ └── LaunchImage.launchimage
├── LinphoneTester Tests
│ ├── ar.lproj
│ └── en.lproj
├── linphone.xcodeproj
│ └── xcshareddata
│ └── xcschemes
├── linphone.xcworkspace
├── Pods
├── Resources
│ ├── ar.lproj
│ ├── de.lproj
│ ├── en.lproj
│ ├── fr.lproj
│ ├── Images.xcassets
│ │ ├── AppIcon.appiconset
│ │ └── LaunchImage.launchimage
│ ├── ja.lproj
│ ├── launchscreen
│ └── ru.lproj
├── Settings
│ └── InAppSettings.bundle
│ ├── ar.lproj
│ ├── en.lproj
│ ├── fr.lproj
│ └── ru.lproj
├── submodules
│ ├── binaries
│ ├── build
│ │ └── builders.d
│ ├── externals
│ ├── liblinphone.xcodeproj
│ └── mediastream-tester Tests
└── Tools
331 directories, 2698 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论