|
@@ -80,7 +80,7 @@ class CallService:
|
|
|
context = MakeCallContext(display=call_info.called, caller=call_info.called, called=agent_number,
|
|
|
call_id=call_id, device_id=device_id, device_type=device_info.device_type,
|
|
|
call_type=call_info.call_type, service_id=service_id, sip_header_map=sip_header_map)
|
|
|
- self.inbound_client.make_call_new(context)
|
|
|
+ self.client.make_call_new(context)
|
|
|
|
|
|
def hangup(self, request: HangupCallRequest):
|
|
|
call_info = Cache.get_call_info(request.call_id)
|