한국어

스마트폰앱

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


//어카운트 에서  파라메터 가져오기 ( 디펄트 어카운트(린폰코어) 가져오기)
        const LinphoneAccountParams *params = linphone_account_get_params(linphone_core_get_default_account(LC));


//디폴트 어카운트 가져오기
LinphoneAccount *acc = linphone_core_get_default_account(LC);
//파라메터가져오기
LinphoneAccountParams const *accParams = linphone_account_get_params(acc);

//디폴트 어카운트 가져오기
LinphoneAccount *default_account = linphone_core_get_default_account(LC);

if (default_account != NULL) {
//디펄트어카운트에서 어드레스가져오기
const LinphoneAddress *addr = linphone_account_params_get_identity_address(linphone_account_get_params(default_account)); 

//디폴트 어카운트 가져오기
LinphoneAccount *default_account = linphone_core_get_default_account(LC);
if (default_account != NULL) {

//디펄트어카운트에서 어드레스가져오기
const LinphoneAddress *addr = linphone_account_params_get_identity_address(linphone_account_get_params(default_account));

네임라벨에 addr 로표시
[ContactDisplay setDisplayNameLabel:_nameLabel forAddress:addr];

addr 을 스트링으로 변화
char *str = addr ? linphone_address_as_string(addr) : nil;

어드레스스트링을 UTF8String 포멧으로 해서 어드레스 라벨에 표시
_addressLabel.text = str ? [NSString stringWithUTF8String:str] : NSLocalizedString(@"No address", nil);

메모리를 풀어준다 free
if (str) ms_free(str);
조회 수 :
8624
등록일 :
2022.06.11
21:18:47 (*.128.149.105)
엮인글 :
http://www.webs.co.kr/index.php?document_srl=3348746&act=trackback&key=26a
게시글 주소 :
http://www.webs.co.kr/index.php?document_srl=3348746
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
35 linphone-iphone/Settings/InAppSettings.bundle/ plist file list code analysis admin 2022-06-16 8415
34 Linphone-iphone SettingsView code analysis admin 2022-06-18 8524
33 linphone-iphone sourcecode SideMenuView code analysis admin 2022-06-14 8552
32 Linphone-iphone AssistantView code analysis admin 2022-06-22 8604
31 linphone-iphone IASKSettingsReader IASKSpecifier code analysis admin 2022-06-19 8616
» linphone-iphone account code analysis admin 2022-06-11 8624
29 linphone-iphone call number call button code analysis admin 2022-06-18 8641
28 linphone _MSFactory admin 2022-08-29 8644
27 linphone-iphone SettingsView settingsStore removeAccount admin 2022-06-22 8689
26 linphone-iphone sourcecode SideMenuTableView code analysis admin 2022-06-16 8694
25 linphone-iphone popup_password_request popup code analysis admin 2022-06-12 8732
24 linphone-iphone CallKit reportIncomingCall code analyze admin 2022-07-16 8733
23 linphone-iphone IASKSettingsReader .plist-> locateSettingsFile -> setSettingsBundle save admin 2022-06-20 8823
22 Basic registration test sourec code admin 2019-05-06 13878
21 mDNS 덕분에 SIP 네트워크 배포가 쉬워졌습니다. admin 2018-09-01 13881
20 Pjsip 설명 정리 동작 함수 admin 2019-09-09 14085
19 스마트폰 070 장점 국내전화 국제전화 로밍요금 해결 꼭 사용해보세요 admin 2018-01-07 16611
18 카카오톡PC에서 사용하는 오픈소스 라이브러리 admin 2017-12-01 18907
17 using a g729 codec in SipDroid Add G729 to Sipdroid admin 2014-12-28 26534
16 opus-codec Opus Interactive Audio Codec admin 2014-10-10 27610
15 Compiling linphone 3.7.0 on Debian Wheezy admin 2014-10-21 27942
14 mVoIP 보다 VoLTE가 좋은 점 admin 2013-11-21 28529
13 HD-Voice의 정체 admin 2014-10-09 29360
12 Third party open source sip stacks library for Android over B4A 오픈소스 라이브러리 admin 2013-09-23 31295
11 스마트폰 앱 및 인터넷전화 요금 휴대폰 45원/분 유선 35원 3분 admin 2013-02-07 33338
10 해외 로잉 무료 스마트폰 휴대폰 070 인터넷폰 인터넷전화 국내 해외 가입 상사 주재원 교민 유학생 여행 등 file admin 2015-02-28 37326
9 Acrobits 아이폰 용 sip 프로그램 Softphone 070인터넷전화 수신 잘되는 client 무료 admin 2014-06-02 39581
8 Android 폰 에서 Sipdroid 설치 및 설정 전화걸기 사용방법 MVOIP admin 2012-08-12 52440
7 070 인터넷전화 온누리 070 가입 사용방법 (휴대폰) admin 2013-04-18 57715
6 Sipdroid wiki and english manuall file admin 2013-11-09 73169