[OpenSIPS-Users] Media server communication with OpenSIPS

Brett Nemeroff brett at nemeroff.com
Tue Dec 27 15:18:10 UTC 2022


If your UAC doesn't have the capabilities of sending it in the BYE or an
in-dialog request, then you'll have to do something out of band like HTTPS,
Redis, etc, which are not bad options. Have you looked into
"X-Asterisk-HangupCauseCode" to see if that can help you out?


On Tue, Dec 27, 2022 at 8:55 AM Wadii ELMAJDI | Evenmedia <
wadii at evenmedia.fr> wrote:
>
> Hello,
>
>
> I am using Asterisk as a media server behind OpenSIPS.
> I need to send some additional data to opensips during the call or at the
latest during the hangup. For instance a custom hang up reason.
> Asterisk does not allow neither to send a sequential request withing an
ongoing dialog, nor add headers to a BYE method.
> The current solution I’m using is pushing a dialog var (dlg_push_var)
using Call-ID via (mi_http), but that means I rely on a curl http request
during my call…
> Is there any better option for a direct communication between the two
boxes during a call ? without any intermediate server (Redis DB …)
>
> Thank you
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20221227/3b432e25/attachment.html>


More information about the Users mailing list