한국어

스마트폰앱

온누리070 플레이스토어 다운로드
    acrobits softphone
     온누리 070 카카오 프러스 친구추가온누리 070 카카오 프러스 친구추가친추
     카카오톡 채팅 상담 카카오톡 채팅 상담카톡
    
     라인상담
     라인으로 공유

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


storyboard 에서 view 를  만들어 놓았다.
AssistantView.m

welcomeview 에서 원하는 버튼을 누른다

gotoCreateAccountButton  --> IBAction onGotoLoginClick  --> nextview = _loginView
gotoLinphoneSpecificFeatureWarningButton --> IBAction onGotoLoginClick0  --> nextview = _loginView0


- (IBAction)onGotoLoginClick:(id)sender { //<-----버튼에 IBAction
    ONCLICKBUTTON(sender, 100, {
        nextView = _loginView;  // nextview 지정
        [self loadAssistantConfig:@"assistant_external_sip.rc"]; //<----파일을 로드하고 loginView 뷰를 뛰운다. loadAssistantConfig 이용
    });
}

- (IBAction)onGotoLoginClick0:(id)sender { //<-----버튼에 IBAction
    ONCLICKBUTTON(sender, 100, {
        nextView = _loginView0;
        [self loadAssistantConfig:@"assistant_external_sip.rc"]; //<----파일을 로드하고 loginView0 뷰를 뛰운다 loadAssistantConfig 이용
    });
}

- (id)init {
+ (UICompositeViewDescription *)compositeViewDescription {
- (UICompositeViewDescription *)compositeViewDescription {

- (IBAction)onContactTap {
- (void)viewDidLoad {
- (void)viewWillAppear:(BOOL)animated {
- (void)viewWillDisappear:(BOOL)animated {
- (void)fitContent {
- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
- (BOOL)textView:(UITextView *)textView shouldInteractWithURL:(NSURL *)URL inRange:(NSRange)characterRange interaction:(UITextItemInteraction)interaction {
- (void)resetLiblinphone:(BOOL)core {

- (void)loadAssistantConfig:(NSString *)rcFilename {//<------설정 파일을 읽어들이고 nextview 뷰를 뛰운다
   [self changeView:nextView back:FALSE animation:TRUE];

- (void)reset {
- (void)clearHistory {
+ (NSString *)StringForXMLRPCError:(const char *)err {
- (void)enableWelcomeViewButtons {

+ (NSString *)errorForLinphoneAccountCreatorPhoneNumberStatus:(LinphoneAccountCreatorPhoneNumberStatus)status {
+ (NSString *)errorForLinphoneAccountCreatorUsernameStatus:(LinphoneAccountCreatorUsernameStatus)status {
+ (NSString *)errorForLinphoneAccountCreatorEmailStatus:(LinphoneAccountCreatorEmailStatus)status {
+ (NSString *)errorForLinphoneAccountCreatorPasswordStatus:(LinphoneAccountCreatorPasswordStatus)status {
+ (NSString *)errorForLinphoneAccountCreatorActivationCodeStatus:(LinphoneAccountCreatorActivationCodeStatus)status {
+ (NSString *)errorForLinphoneAccountCreatorStatus:(LinphoneAccountCreatorStatus)status {
+ (NSString *)errorForLinphoneAccountCreatorDomainStatus:(LinphoneAccountCreatorDomainStatus)status {
- (void)configureAccount {
- (void)displayAssistantConfigurationError {
- (void)changeView:(UIView *)view back:(BOOL)back animation:(BOOL)animation {
- (void)addDoneButtonRecursivelyInView:(UIView *)subview {
- (void)fillDefaultValues {
- (void)resetTextFields {
+ (void)cleanTextField:(UIView *)view {
- (UIView *)findView:(ViewElement)tag inView:view ofType:(Class)type {
- (UIAssistantTextField *)findTextField:(ViewElement)tag {
- (UIRoundBorderedButton *)findButton:(ViewElement)tag {
- (UILabel *)findLabel:(ViewElement)tag {
- (void)prepareErrorLabels {
-(NSString *) addSchemeToProvisiionninUriIMissing:(NSString *)uri {
- (void)shouldEnableNextButton {
- (BOOL) checkFields {
- (void)registrationUpdateEvent:(NSNotification *)notif {
- (void)registrationUpdate:(LinphoneRegistrationState)state
- (void)configuringUpdate:(NSNotification *)notif {
- (void)showErrorPopup:(const char *)error {
- (void)isAccountUsed:(LinphoneAccountCreatorStatus)status withResp:(const char *)resp {
- (void) isAccountActivated:(const char *)resp {
- (void)textFieldDidBeginEditing:(UITextField *)textField {
- (void)textFieldDidEndEditing:(UITextField *)textField {
- (BOOL)textFieldShouldReturn:(UITextField *)textField {
- (BOOL)textField:(UITextField *)textField
- (IBAction)onGotoCreateAccountClick:(id)sender {
- (IBAction)onGotoLinphoneLoginClick:(id)sender {
- (IBAction)onGotoLoginClick:(id)sender {
- (IBAction)onGotoLoginClick0:(id)sender {
- (IBAction)onGoToNonLinphoneInfoPage:(id)sender {
- (IBAction)onGotoRemoteProvisioningClick:(id)sender {
- (IBAction)onCreateAccountClick:(id)sender {
- (IBAction)onCreateAccountActivationClick:(id)sender {
- (IBAction)onCreateAccountCheckActivatedClick:(id)sender {
- (IBAction)onLinkAccountClick:(id)sender {
- (IBAction)onLinphoneLoginClick:(id)sender {
- (IBAction)onLoginClick:(id)sender {
- (IBAction)onRemoteProvisioningLoginClick:(id)sender {
- (IBAction)onRemoteProvisioningDownloadClick:(id)sender {
- (IBAction)onLaunchQRCodeView:(id)sender {
- (void)refreshYourUsername {
- (IBAction)onFormSwitchToggle:(UISwitch*)sender {
- (IBAction)onCountryCodeClick:(id)sender {
- (void)updateCountry:(BOOL)force {
- (IBAction)onCountryCodeFieldChange:(id)sender {
- (IBAction)onCountryCodeFieldEnd:(id)sender {
- (IBAction)onPhoneNumberDisclosureClick:(id)sender {
- (IBAction)onBackClick:(id)sender {
- (IBAction)onDialerClick:(id)sender {
- (IBAction)onLinkTap:(id)sender {
- (IBAction)onAcceptTermsClick:(id)sender {
- (void)didSelectCountry:(NSDictionary *)country {
-(void)qrCodeFound:(NSNotification *)notif {
- (NSString*) getUUID
- (NSString*) getCountryCode
- (void)sendDataToServer:(NSString *)method user:(NSString *)usrname pass:(NSString *)pass{

조회 수 :
9133
등록일 :
2022.06.22
04:35:28 (*.128.199.207)
엮인글 :
http://www.webs.co.kr/index.php?document_srl=3348846&act=trackback&key=066
게시글 주소 :
http://www.webs.co.kr/index.php?document_srl=3348846
List of Articles
번호 제목 글쓴이 조회 수 추천 수sort 날짜
35 Android 폰 에서 Sipdroid 설치 및 설정 전화걸기 사용방법 MVOIP admin 52851   2012-08-12
 
34 linphone-iphone/Settings/InAppSettings.bundle/ plist file list code analysis admin 8970   2022-06-16
 
33 linphone-iphone call number call button code analysis admin 9219   2022-06-18
 
32 Linphone-iphone SettingsView code analysis admin 9073   2022-06-18
 
31 linphone-iphone IASKSettingsReader IASKSpecifier code analysis admin 9196   2022-06-19
 
30 linphone-iphone SettingsView settingsStore removeAccount admin 9246   2022-06-22
 
29 linphone-iphone IASKSettingsReader .plist-> locateSettingsFile -> setSettingsBundle save admin 9382   2022-06-20
 
» Linphone-iphone AssistantView code analysis admin 9133   2022-06-22
storyboard 에서 view 를 만들어 놓았다. AssistantView.m welcomeview 에서 원하는 버튼을 누른다 gotoCreateAccountButton --> IBAction onGotoLoginClick --> nextview = _loginView gotoLinphoneSpecificFeatureWarni...  
27 TCP Connection Test Program file admin 77816   2013-09-28
 
26 070 인터넷전화 온누리 070 가입 사용방법 (휴대폰) admin 58141   2013-04-18
 
25 스마트폰 무제한 무료통화 앱 WIFI 2G 3G 4G LTE VOIP mVOIP SIP 요금절약 admin 76701   2014-05-31
 
24 linphone-iphone CallKit reportIncomingCall code analyze admin 9321   2022-07-16
 
23 mVoIP 보다 VoLTE가 좋은 점 admin 29073   2013-11-21
 
22 Sipdroid wiki and english manuall file admin 73785   2013-11-09
 
21 Third party open source sip stacks library for Android over B4A 오픈소스 라이브러리 admin 31707   2013-09-23
 
20 스마트폰 앱 안드로이드 아이폰 인터넷전화 무료전화 070 FAX to Email 수신 admin 127588   2013-02-13
 
19 스마트폰 앱 및 인터넷전화 요금 휴대폰 45원/분 유선 35원 3분 admin 33730   2013-02-07
 
18 스마트폰 070 인터넷전화 무료통화 앱 WIFI 5G 4G LTE SIP 요금절약 file admin 86811   2014-02-11
 
17 Pjsip 설명 정리 동작 함수 admin 14657   2019-09-09
 
16 Acrobits 아이폰 용 sip 프로그램 Softphone 070인터넷전화 수신 잘되는 client 무료 admin 40123   2014-06-02
 
15 HD-Voice의 정체 admin 29921   2014-10-09
 
14 opus-codec Opus Interactive Audio Codec admin 28142   2014-10-10
 
13 Compiling linphone 3.7.0 on Debian Wheezy admin 28510   2014-10-21
 
12 using a g729 codec in SipDroid Add G729 to Sipdroid admin 27075   2014-12-28
 
11 070가입 않고 국내 유선 무선 집전화 휴대폰 전화 해외 국내에서 전화 수신 받는 방법 admin 528014   2015-02-28
 
10 해외 로잉 무료 스마트폰 휴대폰 070 인터넷폰 인터넷전화 국내 해외 가입 상사 주재원 교민 유학생 여행 등 file admin 37879   2015-02-28
 
9 linphone-iphone sourcecode SideMenuView code analysis admin 9138   2022-06-14
 
8 카카오톡PC에서 사용하는 오픈소스 라이브러리 admin 19456   2017-12-01
 
7 스마트폰 070 장점 국내전화 국제전화 로밍요금 해결 꼭 사용해보세요 admin 17148   2018-01-07
 
6 linphone _MSFactory admin 9211   2022-08-29