[OpenSIPS-Users] Does OpenSIPS support Request-Disposition: no-fork in INVITE message?

Richard Revels rrevels at bandwidth.com
Thu Feb 9 19:30:49 UTC 2023


 I'm not looking back to see the old conversation so forgive me if I'm
answering the wrong question here.  So, I think you want to send the call
to a customer, say at their desk.  If they don't answer then send the call
to, for example, their cellphone.  In that case you would want serial
forking rather than parallel forking.


(and im not testing this so may miss something here but in general)


route[0]
{
     $ru = 'sip:me at mydesk.local';
     $ru_q = 990;
     construct_uri("sip", "me", "mycellphone.org", "5060", "transport=udp",
$avp(newuri));
     append_branch();
     $ru = $avp(newuri);
     $ru_q = 980;
     serialize_branches();
     next_branches();
     t_on_failure( "find-me" );
     t_relay();
}

failure_route[find-me]
{
     if( !t_was_cancelled() )
     {
          next_branches();
          t_relay();
     }

}


append_branch
https://www.opensips.org/Documentation/Script-CoreFunctions-3-2#toc3

$ru https://www.opensips.org/Documentation/Script-CoreVar-3-2#toc79

$ru_q https://www.opensips.org/Documentation/Script-CoreVar-3-2#toc81




On Mon, Feb 6, 2023 at 7:39 PM Bela H <hobe69 at hotmail.com> wrote:

> Hi Bogdan-Andrei,
>
>
>
> I know this is an old topic but customer is complaining.
>
> How is it possible to configure the call forwarding no answer without
> forking?
>
>
>
> Cheers,
>
> Bela
>
>
>
> *From: *Bogdan-Andrei Iancu <bogdan at opensips.org>
> *Sent: *Tuesday, 11 October 2022 01:50
> *To: *OpenSIPS users mailling list <users at lists.opensips.org>; Bela H
> <hobe69 at hotmail.com>
> *Subject: *Re: [OpenSIPS-Users] Does OpenSIPS support
> Request-Disposition: no-fork in INVITE message?
>
>
>
> Hi Bela,
>
> As per prev email, there is nothing to be supported by OpenSIPS, just
> don;t do forking in your cfg, nothing more.
>
> Regards,
>
> Bogdan-Andrei Iancu
>
>
>
> OpenSIPS Founder and Developer
>
>   https://www.opensips-solutions.com
>
> OpenSIPS Summit 27-30 Sept 2022, Athens
>
>   https://www.opensips.org/events/Summit-2022Athens/
>
> On 9/30/22 12:15 AM, Bela H wrote:
>
> Hello,
>
>
>
> Does OpenSIPS 3.2.6 version support Request-Disposition: no-fork in INVITE
> message?
>
>
>
> Cheers,
>
> Bela
>
>
>
>
>
> _______________________________________________
>
> 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/20230209/7d6ac2ef/attachment.html>


More information about the Users mailing list