When use SIPServer.
The scene is as follows:
1.An Agent is ready for nextcall
2.RequestRouteCall receive from URS
3.Agent RequestMakeCall
4、EventDialing and EventRinging are received at almost same time.
Then the agent is both in inbound call and outbound call.
Is there any option which limite the agent must only in one call?
You are talking about milliseconds here
When agent does the HOOKUP to dial then your agent status is not ready and URS will not send calls to him unless there is some delay on the process. You can try URS parameter verification-time to maybe 2 seconds…
You could also look into ‘reject-call-incall’ and ‘reject-call-notready’ - reject-call-incall rejects calls to a DNS if that DNS is currently on a call.. 603 Decline SIP response and an EventError TLib message..