한국어

소프트스위치

온누리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;
};
...
조회 수 :
91278
등록일 :
2017.12.09
16:33:33 (*.160.88.18)
엮인글 :
http://webs.co.kr/index.php?document_srl=3312374&act=trackback&key=4fa
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3312374
List of Articles
번호 제목 글쓴이 조회 수 추천 수sort 날짜
171 The FreeRADIUS Project admin 43903   2011-12-14
 
170 OpenH323 Gatekeeper - The GNU Gatekeeper admin 53433   2011-12-14
 
169 the OpenSIPS Project OpenSIP admin 45387   2011-12-14
 
168 사설 망 환경에서 SIP 의 NAT Traversal 문제 admin 144783   2011-12-23
 
167 SIP 트래픽 생성 테스트 툴 admin 136815   2011-12-23
 
166 Asterisk v1.4x built on FreeBSD v7.1 UNIX admin 150165   2012-01-06
 
165 debian 11 opensips 3.2 install command admin 9764   2023-06-25
 
164 t_relay opensips admin 5445   2023-07-25
 
163 opensips Call pickup configuration admin 5545   2023-07-27
 
162 opensips Push Notification configuration admin 5632   2023-07-29
 
161 string trans opensips admin 5577   2023-08-05
 
160 opensips-cli command admin 7437   2023-08-07
 
159 What is new in 1.8.0 opensip admin 253204   2012-05-21
 
158 OpenSIPS install configuration support admin 128   2024-04-09
 
157 OpenSIPS 이해 서비스 지원 admin 132   2024-04-09
 
156 Asterisk 에서 FreeSWITCH 전환 admin 140   2024-04-09
 
155 Open Source VOIP applications, both clients and servers. admin 44089   2013-11-20
 
154 OfficeSIP Server is freeware VoIP, SIP server for Windows admin 54613   2013-09-11
 
153 rfc5766-turn-server admin 41186   2013-03-21
 
152 OpenSER_from_an_asterisk_POV file admin 38739   2013-04-06
 
151 OpenSIPS vs Asterisk admin 221058   2013-04-06
 
150 Kamailio 3.3.x and Asterisk 10.7.0 Realtime Integration using Asterisk Database admin 52439   2013-04-06
 
149 OPENSIP Training VIDEO admin 36942   2013-02-20
 
148 OpenSIPS Kick Start‎: VIDEO admin 38642   2013-02-20
 
147 Welcome to the Smartvox Knowledgebase admin 104705   2013-04-06
 
146 Kamailio :: A Quick Introduction admin 81596   2013-04-06
 
145 The SIP Router Project admin 45176   2013-04-06
 
144 Asterisk Installation Asterisk Realtime configuration admin 45885   2013-04-06
 
143 Flooding Asterisk, Freeswitch and Kamailio with Metasploit admin 100219   2013-04-06
 
142 My new toy: Bluebox-ng admin 91452   2013-04-06