Hi,
For some reason I have yet to determine it seems that some webrtc clients are making several calls to the same destination at the same time.
In the log and CDR I can see that a given PJSIP endpoint starts a call to the same destination at, say, 9:00, 09:01, 09:02, etc. and all of these calls/channels are cleared at 09:05 (all at once). The webrtc user is probably initiating several calls without terminating the previous ones.
Nevertheless, I’d like to find a way to avoid this in the dialplan so that these edge cases do not overwhelm my outgoing throughput. I think limiting duplicate calls on the server makes more sense than doing it on the client.
Is there already a way to avoid duplicate calls to the same destination from any given local endpoint?
Maybe I could use GROUP and GROUP_COUNT for this, but I’m not sure how.
Thanks