774056846 4 months ago
parent
commit
d4bc6afa40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/callcenter/call.py

+ 1 - 1
src/core/callcenter/call.py

@@ -100,7 +100,7 @@ class CallService:
 
         sip_header_map = {sipHeaderServiceId: service_id}
         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_id=call_id, device_id=device_id, device_type=device_info.device_type,sip_server=agent.sip_server,
                                   call_type=call_info.call_type, service_id=service_id, sip_header_map=sip_header_map)
         self.client.make_call_new(context)