한국어

소프트스위치

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


1.4.3.  lookup(domain [, flags [, aor]])

The functions extracts username from Request-URI and tries to find all contacts for the username in usrloc. If there are no such contacts, -1 will be returned. If there are such contacts, Request-URI will be overwritten with the contact that has the highest q value and optionally the rest will be appended to the message (depending on append_branches parameter value).

If the method_filtering option is enabled, the lookup function will return only the contacts that support the method of the processed request.

Meaning of the parameters is as follows:

  • domain - Name of table that should be used for the lookup.

  • flags(optional)

    • 'b' (no Branches) - this flag controls how lookup function processes multiple contacts. If there are multiple contacts for the given username in usrloc and this flag is not set, Request-URI will be overwritten with the highest-q rated contact and the rest will be appended to sip_msg structure and can be later used by tm for forking. If the flag is set, only Request-URI will be overwritten with the highest-q rated contact and the rest will be left unprocessed.

    • 'r' (bRanch lookup) - this flag enables searching through existing branches for aor's and expanding them to contacts. For example, you have got AOR A in your ruri but you also want to forward your calls to AOR B. In order to do this, you must put AOR B in a branch, and if this flag enabled, the function will also expand AOR B to contacts, which will be put back into the branches. The AOR's that were in branches before the function call shall be removed.

      WARNING: if you want this flag activated, the 'b' (no Branches) flag must not be set, because by setting that flag you won't allow lookup to write in a branch.

    • 'm' (Method filtering) - this flag tells if the contact filtering based on supported methods should be performed during lookup.

    • 'u' (User-Agent filtering) - this flag enables regexp filtering by user-agent. It's useful with enabled append_branches parameter. Regexp must follow the 'u' flag and must use format like 'u/regexp/'.

    • 'i' (Case insensitive search) - this flag enables case insensitive filtering for the 'u' flag.

    • 'e' (Use extended regexp) - this flag enables using of extended regexp format for the 'u' flag.

  • AOR (optional)- AOR to lookup for; if missing, the RURI is used as AOR; This must be a variable.

Return codes:

  • 1 - contacts found and returned.

    -1 - no contact found.

    -2 - contacts found, but method not supported.

    -3 - internal error during processing.

This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.

Example 1.19. lookup usage

...
lookup("location");  # simple lookup
   #or
lookup("location","m"); # lookup with method filtering
   #or
lookup("location","r"); #lookup with aor branch search;
						#all contacts except the first one shall be put
						#in the branches
   #or
lookup("location","u/phone/i"); # lookup with user-agent filtering
   #or
lookup("location","","$var(aor)"); # simple lookup with AOR from PV
switch ($retcode) {
    case -1:
    case -3:
        sl_send_reply("404", "Not Found");
        exit;
    case -2:
        sl_send_reply("405", "Not Found");
        exit;
};
...
조회 수 :
93417
등록일 :
2017.12.09
16:33:33 (*.160.88.18)
엮인글 :
http://webs.co.kr/index.php?document_srl=3312374&act=trackback&key=2ba
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3312374
List of Articles
번호 제목 글쓴이 조회 수sort 추천 수 날짜
52 Opensips Installation, How to. Good guide wiki page admin 37103   2014-08-10
 
51 Script Function , Module Index v1.11 함수 모듈 opensips admin 36415   2014-10-14
 
50 A2Billing and OpenSIPS – Part 2 admin 34663   2017-08-29
 
49 Advanced SIP scenarios with Event-based-Routing admin 34527   2017-09-11
 
48 Service Provision Using Asterisk & OpenSIPS - AstriCon 2014 admin 34078   2015-02-25
 
47 WebRTC with OpenSIPS WebSocket is a protocol provides full-duplex admin 33653   2015-04-04
 
46 Installing RTPEngine on Ubuntu 14.04 admin 33379   2017-09-05
 
45 A2Billing and OpenSIPS – Part 1 admin 32587   2017-08-29
 
44 WebSocket Support in OpenSIPS 2.1 admin 32202   2015-04-04
 
43 opensips tls cfg admin 31055   2017-09-14
 
42 How to Install OpenSIPS 2.1.2 Server on Ubuntu 15.04 admin 27667   2017-09-01
 
41 opensips push notification How to detail file admin 26806   2017-12-20
 
40 what is record_route() in opensips ? admin 26300   2017-12-09
 
39 Documentation -> Tutorials -> TLS opensips.cfg admin 26091   2017-09-14
 
38 what is loose_route() in opensips ? file admin 25602   2017-12-09
 
37 OpenSIPS 2.1 (rc) is available, download now! admin 25474   2015-03-22
 
36 opensips.cfg. sample admin 25259   2017-09-12
 
35 OpenSIPS 2.3 install admin 25212   2017-09-01
 
34 openssl 을 이용한 인증서 생성 절차를 정리한다. 개인키 CSR SSL 인증서 파일 생성 admin 25107   2017-09-14
 
33 WebSocket Transport using OpenSIPS admin 25041   2017-09-01
 
32 ubuntu 安装配置opensips,rtpproxy,mediaproxy admin 24915   2017-09-04
 
31 in opensips what is has_totag() admin 23951   2017-12-09
 
30 opensips configuration config explain easy basic 오픈쉽스 컨피그레이션 기본 설명 file admin 23526   2017-12-07
 
29 opensips push notification How to admin 23443   2017-12-07
 
28 The timeline for OpenSIPS 2.3 is admin 23219   2017-08-17
 
27 Busy Lamp Field (BLF) feature on Opensips 2.4.0 with Zoiper configuration admin 23177   2018-05-29
 
26 OpenSIPS 2.3 philosophy admin 22287   2017-08-17
 
25 WebSocket Transport using OpenSIPS configuration 웹 소켓 컨피그레이션 기본 admin 22196   2017-09-06
 
24 A2Billing and OpenSIPS – Part 3 admin 22029   2017-08-29
 
23 Opensips sip capture re designed admin 21899   2017-07-16