[OpenSIPS-Users] B2BUA scenario not loading with SIP Update request rule

Bogdan-Andrei Iancu bogdan at opensips.org
Thu Jun 26 16:19:08 CEST 2014


Perfect Giuseppe ! I will do a backport only to 1.11 (current LTS) to be 
sure no one else will hit this problem in the future.

Thanks and regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 26.06.2014 10:31, Giuseppe Cardone wrote:
> Hi Bogdan,
>
> Many thanks for the fast patching. I just tried it and it did exactly 
> what I wanted :-)
>
> I look forward to using OpenSIPs more !
>
> Rgds,
> Giuseppe
> ------------------------------------------------------------------------
>
>     *Da: *"Bogdan-Andrei Iancu" <bogdan at opensips.org>
>     *A: *"OpenSIPS users mailling list" <users at lists.opensips.org>, "g
>     cardone" <g.cardone at unidata.it>
>     *Inviato: *Mercoledì, 25 giugno 2014 11:32:34
>     *Oggetto: *Re: [OpenSIPS-Users] B2BUA scenario not loading with
>     SIP Update request rule
>
>     Hi Giuseppe,
>
>     It looks like UPDATE is not one of the supported methods in B2B
>     (for the rules). I made an extension on OpenSIPS trunk - see :
>     https://github.com/OpenSIPS/opensips/commit/35f9d98eab84b2ac90aa83f9ba85511058316ab5
>     Change is available only on trunk for the moment. If you need the
>     patch, use:
>     https://github.com/OpenSIPS/opensips/commit/35f9d98eab84b2ac90aa83f9ba85511058316ab5.patch
>
>     Please test it and let me know if solves your issue.
>
>     Regards,
>
>     Bogdan-Andrei Iancu
>     OpenSIPS Founder and Developer
>     http://www.opensips-solutions.com
>
>     On 24.06.2014 12:32, Giuseppe Cardone wrote:
>
>         Hello,
>
>         I am new to OpenSIPs but I am interested in trying out the
>         B2BUA functionality.
>
>         In particular, I'm testing the possibility to handle sip
>         UPDATE requests but I've hit an issue
>         with the simple scenario I have created and pasted below.
>
>         As soon as I try to launch opensips I get this error:
>
>         Jun 23 14:34:29 [20171] DBG:b2b_logic:load_scenario: Loaded
>         scenario with id = [update]
>         Jun 23 14:34:29 [20171] ERROR:b2b_logic:load_scenario: Bad
>         scenario document. A rule defined for a not supported request
>         type [update]
>
>
>         Have I misunderstood the scenario syntax or is this a
>         limitation of opensips ?
>         I'm running v1.11
>
>         Many thanks,
>         Giuseppe
>
>
>         *******************************
>         <?xml version="1.0"?>
>         <scenario id="update" name="update test" param="0" type="script">
>              <init>
>                  <bridge>
>                     <server>
>                         <id>server1</id>
>                     </server>
>                     <client>
>                         <id>client1</id>
>                         <type>message</type>
>                         <destination>
>                             <value type="initial">server1</value>
>                         </destination>
>                     </client>
>                  </bridge>
>              </init>
>
>              <rules>
>                  <request>
>                      <update>
>                          <rule id="1">
>                              <condition>
>                                  <state>1</state>
>                                  <sender>
>         <type>client</type>
>                                      <id>client1</id>
>                                  </sender>
>                              </condition>
>                              <action>
>                                  <send_reply>
>                                      <code>200</code>
>         <reason>OK</reason>
>                                  </send_reply>
>                                  <delete_entity/>
>                              </action>
>                          </rule>
>                    </update>
>                 </request>
>             </rules>
>         </scenario>
>         ******************************************************************
>
>
>         _______________________________________________
>         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/20140626/160b6cc8/attachment.htm>


More information about the Users mailing list