[OpenSIPS-Users] Re-Invites being ignored

Tito Cumpen tito at xsvoce.com
Fri Feb 3 18:34:45 UTC 2023


Micheal,

Nothing is done automatically in opensips. You define the behaviour for the
most part through the routing script. Are you currently working off a
template?
there's a couple of statements there
if (has_totag()) {

if (loose_route()){
   if (is_method("INVITE")) {
route(yourreinviteroutehere);

}
}

}


On Fri, Feb 3, 2023 at 4:00 AM Saint Michael <venefax at gmail.com> wrote:

> And how do that? Isn't this done already, automatically?
>
> On Fri, Feb 3, 2023, 2:42 AM Răzvan Crainea <razvan at opensips.org> wrote:
>
>> Hi, Michael!
>>
>> You can't (and shouldn't, at least not in an easy way) respond to
>> re-INVITE from a proxy - your best chance is to route the re-INVITE down
>> to the endpoint - he is the one that should respond.
>>
>> Best regards,
>>
>> Răzvan Crainea
>> OpenSIPS Core Developer
>> http://www.opensips-solutions.com
>>
>> On 2/3/23 01:24, Saint Michael wrote:
>> > The Customer is unable to keep calls open past 15 minutes.
>> > If the duration of the call was a multiple of 15 minutes, please make
>> > sure that you can properly respond to the keep-alive RE-INVITE that
>> > the carrier sends every 15 minutes.
>> > How do I make sure that Opensips responds to any REINVITES?
>> >
>> > _______________________________________________
>> > Users mailing list
>> > Users at lists.opensips.org
>> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
> _______________________________________________
> 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/20230203/7b9a4373/attachment.html>


More information about the Users mailing list