Re: [OpenSIPS-Users] Re-Invites being ignored

2023-02-03 Thread Tito Cumpen
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  wrote:

> And how do that? Isn't this done already, automatically?
>
> On Fri, Feb 3, 2023, 2:42 AM Răzvan Crainea  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@lists.opensips.org
>> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Re-Invites being ignored

2023-02-03 Thread Saint Michael
And how do that? Isn't this done already, automatically?

On Fri, Feb 3, 2023, 2:42 AM Răzvan Crainea  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@lists.opensips.org
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Re-Invites being ignored

2023-02-02 Thread Răzvan Crainea

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@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Re-Invites being ignored

2023-02-02 Thread Saint Michael
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@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users