한국어

소프트스위치

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


1.6.2.  Call pickup

https://opensips.org/html/docs/modules/3.2.x/event_routing.html


The scenario is Alice calling to bob, Bob does not pickup and Charlie is performing call pickup (to get the call from Alice)

We use notify_on_event to link the two calls: the one from Alice to Bob and the one from Charlie to call pickup service.

Schematics: when we send a call to a user within a pickup group, we subscribe to see if there is any call to the pickup service (from another member of the same pickup group). 

When we have a call to the pickup service, we raise from script an event - this event will be notified to the first call and we cancel the branches to Bob and inject the registered contacts for the user calling to pickup group (Charlie).


... route[handle_call] if ($rU=="33") { ## this is a call to the pickup service ## (Charlie calling 33) # reject incoming call as we will generate an back call # from the original call (Alice to Bob) t_newtran(); send_reply(480,"Gone"); # raise the pickup custom event # with pickup group 1 and picker being Charlie (caller) $avp(attr-name) = "group"; $avp(attr-val) = "1"; $avp(attr-name) = "picker"; $avp(attr-val) = $fu; raise_event("E_CALL_PICKUP", $avp(attr-name), $avp(attr-val)); exit; } else { ## this is a call to a subscriber ## (Alice calls Bob) # apply user location if (!lookup("location","m")) { send_reply(404, "Not Found"); exit; } # prepare transaction for branch injection; it is mandatory # to create the transaction before the subscription, otherwise # the EBR module will not pass the transaction ID into the # notification route t_newtran(); # subscribe to a call pickup event, but for our group only $avp(filter) = "group=1"; notify_on_event("E_CALL_PICKUP",$avp(filter), "handle_pickup", 20); t_relay(); } exit; } route[handle_pickup] { xlog("call picked by $avp(picker), fetching its contacts\n"); if (lookup("location","", $avp(picker))) { # take the contacts retured by lookup() (for Charlie) # and inject them into the original call, but also cancel # any existing ongoing branch (ringing to Bob) t_inject_branches("msg","cancel"); } }


조회 수 :
9090
등록일 :
2023.07.27
16:20:30 (*.7.25.5)
엮인글 :
http://webs.co.kr/index.php?document_srl=3349444&act=trackback&key=a69
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3349444
List of Articles
번호 제목 글쓴이 조회 수 추천 수sort 날짜
142 rtpengine config basic and opensips configuration and command admin 56841   2017-09-06
 
141 OpenSIPS basic configuration script 기본 컨피그 admin 108995   2017-09-05
 
140 rtpengine install and config admin 61181   2017-09-05
 
139 opensips command /sbin/opensipsctl detail admin 128756   2017-09-04
 
138 2017 08 31 opensips 2.32 install debian8.8 module install compile err modules admin 45305   2017-09-04
 
137 Build-Depends debian 8.8 opensips 2.3 admin 67057   2017-09-04
 
136 Installing RTPEngine on Ubuntu 14.04 admin 34701   2017-09-05
 
135 compile only the textops module make modules=modules/textops modules admin 22409   2017-09-05
 
134 WebSocket Transport using OpenSIPS configuration 웹 소켓 컨피그레이션 기본 admin 23987   2017-09-06
 
133 opensips.cfg. sample admin 26790   2017-09-12
 
132 Advanced SIP scenarios with Event-based-Routing admin 36260   2017-09-11
 
131 PUSH SERVER 푸시서버 안드로이드 애플 admin 213044   2017-09-11
 
130 오픈소스 (사내)메신저 서버 구축, 오픈 파이어(openfire) 설치방법과 세팅(리눅스 기준) admin 76717   2017-09-09
 
129 How to install Mediaproxy 2.5.2 on CentOS 6 64 bit admin 147087   2017-09-04
 
128 You can install CDRTool in the following ways: admin 23286   2017-09-01
 
127 How to Install OpenSIPS 2.1.2 Server on Ubuntu 15.04 admin 29249   2017-09-01
 
126 Opensips 2.32 download admin 21229   2017-09-01
 
125 OpenSIPS 2.3 install admin 26613   2017-09-01
 
124 JsSIP: The JavaScript SIP Library admin 23056   2017-09-01
 
123 WebSocket Transport using OpenSIPS admin 26398   2017-09-01
 
122 A2Billing and OpenSIPS – Part 1 admin 34072   2017-08-29
 
121 A2Billing and OpenSIPS – Part 2 admin 36091   2017-08-29
 
120 A2Billing and OpenSIPS – Part 3 admin 23574   2017-08-29
 
119 How to 2.3 download , OpenSIPS new apt repository. DEBs for Debian / Ubuntu admin 22024   2017-09-02
 
118 Using TLS in OpenSIPS v2.2.x configuration admin 49713   2017-09-04
 
117 What is new in 2.3.0 opensips admin 249024   2017-09-04
 
116 ubuntu 安装配置opensips,rtpproxy,mediaproxy admin 26541   2017-09-04
 
115 OpenSIPS 2.3 philosophy admin 23646   2017-08-17
 
114 The timeline for OpenSIPS 2.3 is admin 24844   2017-08-17
 
113 OpenSIPS Control Panel and Homer integration admin 44933   2017-08-17