한국어

스마트폰앱

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


유료콜 무료콜 버튼 분리   로그에서 주소부분 무력화

- (void)touchUp:(id)sender {

NSString *address = addressField.text;  //어드레스필드값을 address로가져온다 
if (address.length == 0) {              //어드레스값이 없다면 0이면
LinphoneCallLog *log = linphone_core_get_last_outgoing_call_log(LC); //아웃고잉콜로그에서 로그를가져온다 로그가있다면
if (log) {.                        //로그값이 존재하면
const LinphoneAddress *to = linphone_call_log_get_to_address(log); // 콜로그에서 to 어드레스를 가져온다
const char *domain = linphone_address_get_domain(to);              // 어드레스에서 도메인을가져온다
char *bis_address = NULL;
LinphoneAccount *def_account = linphone_core_get_default_account(LC); //코아에서 디펄트 어카운트를 가져온다
// if the 'to' address is on the default proxy, only present the username
if (def_account) {                                                    //디펄트 어카운트 존재하면
const char *def_domain = linphone_account_params_get_domain(linphone_account_get_params(def_account));  
                                                                             // 디펄트어카운트에서 파라메터를 가져온 다음에 파라메터에서 도메인을 가져온다
if (def_domain && domain && !strcmp(domain, def_domain)) {// 디펄트 도메인과 로그에서 가져온 도메인이 존재하고 그값이 같으면
bis_address = ms_strdup(linphone_address_get_username(to)); //to 어드레스에서 username 만을 가져와서 bis_address에넣는다
}
}
if (bis_address == NULL) {                                     //디폴트 어드레스가 아니면 
bis_address = linphone_address_as_string_uri_only(to);    // to 어드레스에서 url address 스트링을 가져와서 어드레스값에저장한다 
}
[addressField setText:[NSString stringWithUTF8String:bis_address]]; //어드레스값을 addressField 에 저장한다
ms_free(bis_address);                                               // 풀어준다
// return after filling the address, let the user confirm the call by pressing again
return;
}
}
if ([address length] > 0) {                                                 // 어드레스값 존재하면 0보다크면
LinphoneAddress *addr = [LinphoneUtils normalizeSipOrPhoneAddress:address]; // normalizeSipOrPhoneAddress
[LinphoneManager.instance call:addr];                                   // 전화를건다 call:addr
if (addr)
linphone_address_unref(addr);                                      // addr 해제
}
}

조회 수 :
8438
등록일 :
2022.06.18
18:39:49 (*.128.199.207)
엮인글 :
http://webs.co.kr/index.php?document_srl=3348773&act=trackback&key=2de
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3348773
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
35 070가입 않고 국내 유선 무선 집전화 휴대폰 전화 해외 국내에서 전화 수신 받는 방법 admin 2015-02-28 526776
34 스마트폰 앱 안드로이드 아이폰 인터넷전화 무료전화 070 FAX to Email 수신 admin 2013-02-13 125896
33 스마트폰 070 인터넷전화 무료통화 앱 WIFI 5G 4G LTE SIP 요금절약 file admin 2014-02-11 85980
32 TCP Connection Test Program file admin 2013-09-28 75951
31 스마트폰 무제한 무료통화 앱 WIFI 2G 3G 4G LTE VOIP mVOIP SIP 요금절약 admin 2014-05-31 74846
30 Sipdroid wiki and english manuall file admin 2013-11-09 72837
29 070 인터넷전화 온누리 070 가입 사용방법 (휴대폰) admin 2013-04-18 57459
28 Android 폰 에서 Sipdroid 설치 및 설정 전화걸기 사용방법 MVOIP admin 2012-08-12 52165
27 Acrobits 아이폰 용 sip 프로그램 Softphone 070인터넷전화 수신 잘되는 client 무료 admin 2014-06-02 39325
26 해외 로잉 무료 스마트폰 휴대폰 070 인터넷폰 인터넷전화 국내 해외 가입 상사 주재원 교민 유학생 여행 등 file admin 2015-02-28 37083
25 스마트폰 앱 및 인터넷전화 요금 휴대폰 45원/분 유선 35원 3분 admin 2013-02-07 33086
24 Third party open source sip stacks library for Android over B4A 오픈소스 라이브러리 admin 2013-09-23 31031
23 HD-Voice의 정체 admin 2014-10-09 29148
22 mVoIP 보다 VoLTE가 좋은 점 admin 2013-11-21 28316
21 Compiling linphone 3.7.0 on Debian Wheezy admin 2014-10-21 27730
20 opus-codec Opus Interactive Audio Codec admin 2014-10-10 27385
19 using a g729 codec in SipDroid Add G729 to Sipdroid admin 2014-12-28 26317
18 카카오톡PC에서 사용하는 오픈소스 라이브러리 admin 2017-12-01 18675
17 스마트폰 070 장점 국내전화 국제전화 로밍요금 해결 꼭 사용해보세요 admin 2018-01-07 16380
16 Pjsip 설명 정리 동작 함수 admin 2019-09-09 13920
15 mDNS 덕분에 SIP 네트워크 배포가 쉬워졌습니다. admin 2018-09-01 13643
14 Basic registration test sourec code admin 2019-05-06 13640
13 linphone-iphone IASKSettingsReader .plist-> locateSettingsFile -> setSettingsBundle save admin 2022-06-20 8641
12 linphone-iphone CallKit reportIncomingCall code analyze admin 2022-07-16 8558
11 linphone-iphone popup_password_request popup code analysis admin 2022-06-12 8531
10 linphone-iphone sourcecode SideMenuTableView code analysis admin 2022-06-16 8496
9 linphone-iphone SettingsView settingsStore removeAccount admin 2022-06-22 8485
8 linphone _MSFactory admin 2022-08-29 8479
» linphone-iphone call number call button code analysis admin 2022-06-18 8438
6 linphone-iphone IASKSettingsReader IASKSpecifier code analysis admin 2022-06-19 8420