[OpenSIPS-Users] B2BUA tests

Anca Vamanu anca at opensips.org
Tue Oct 27 17:43:12 CET 2009


Hi Daniel,

I don't know why would this happen. I test it myself and it worked. I 
have added some debug messages. Please update and before running raise 
the degub leve to 6 ( debug=6 from the configuration file). If you see 
the error again send me the part of the log with the error with 
'DBG:core:parse_msg:  method:  <INVITE>'.

Regards,
Anca



Daniel Cardoso Alves wrote:
> I made the update from svn and I had the same error...
>
> Oct 27 12:39:03 [28567] 
> INFO:avpops:ops_print_avp:                      name=<778>
> Oct 27 12:39:03 [28567] 
> INFO:avpops:ops_print_avp:                      
> val_str=<sip:03432210000 at 200.200.200.200:6060 / 36>
> Oct 27 12:39:03 [28567] ERROR:core:parse_uri: uri too short: <> (0)
> Oct 27 12:39:03 [28567] ERROR:tm:uri2proxy: bad_uri:
> Oct 27 12:39:03 [28567] ERROR:tm:uri2su: failed create a dst proxy
> Oct 27 12:39:03 [28567] ERROR:tm:t_uac: no socket found
> Oct 27 12:39:03 [28567] ERROR:b2b_entities:client_new: while sending 
> request with t_request
> Oct 27 12:39:03 [28567] ERROR:b2b_logic:b2b_process_scenario_init: 
> failed to create new b2b client instance
>
>
> I tried with this lines:
>
> b2b_init_request("prepaid","$ru");
>
> and
>
> $avp(s:778)=$ru;
> b2b_init_request("prepaid","$avp(s:778)");
>
>
>
>
> --- Em *ter, 27/10/09, Daniel Cardoso Alves 
> /<dcardosoa at yahoo.com.br>/* escreveu:
>
>
>     De: Daniel Cardoso Alves <dcardosoa at yahoo.com.br>
>     Assunto: Re: [OpenSIPS-Users] B2BUA tests
>     Para: "OpenSIPS users mailling list" <users at lists.opensips.org>
>     Data: Terça-feira, 27 de Outubro de 2009, 10:53
>
>     Thanks...
>
>     I will make a update from svn.
>
>
>
>     --- Em *ter, 27/10/09, Anca Vamanu /<anca at opensips.org>/* escreveu:
>
>
>         De: Anca Vamanu <anca at opensips.org>
>         Assunto: Re: [OpenSIPS-Users] B2BUA tests
>         Para: "OpenSIPS users mailling list" <users at lists.opensips.org>
>         Data: Terça-feira, 27 de Outubro de 2009, 7:08
>
>         Hi Daniel,
>
>         Indeed it was not clear from your first e-mail. I have looked
>         now and
>         there was a bug when the parameter was a pseudovariable. I
>         have fixed it
>         both in 1.6 branch and in trunk. Please update from svn.
>
>         Thanks and regards,
>         Anca
>
>
>         Daniel Cardoso Alves wrote:
>         > Hi Anca,
>         >
>         >
>         > Maybe not have been clear.....
>         >
>         > The B2BUA worked, but static....
>         >
>         >
>         > IMPORTANT: I made only change to accept 1 param in script(xml).
>         >
>         > In my tests I cant use a variable as a param, for example:
>         > rewritehost("200.200.200.200");
>         > $avp(s:778)=$ru;
>         > avp_print();
>         > b2b_init_request("prepaid","$avp(s:778)");
>         >
>         >
>         > I made a call and I get this error
>         >
>         > Oct 26 14:20:09 [32249] INFO:avpops:ops_print_avp:
>         p=0xb5c90570,
>         > flags=0x0003
>         > Oct 26 14:20:09 [32249]
>         > INFO:avpops:ops_print_avp:                      name=<778>
>         > Oct 26 14:20:09 [32249]
>         > INFO:avpops:ops_print_avp:                     
>         > val_str=<sip:03433330000 at 200.200.200.200:6060 / 36>
>         > Oct 26 14:20:09 [32249] ERROR:core:parse_uri: uri too short:
>         <> (0)
>         > Oct 26 14:20:09 [32249] ERROR:tm:uri2proxy: bad_uri:
>         > Oct 26 14:20:09 [32249] ERROR:tm:uri2su: failed create a dst
>         proxy
>         > Oct 26 14:20:09 [32249] ERROR:tm:t_uac: no socket found
>         > Oct 26 14:20:09 [32249] ERROR:b2b_entities:client_new: while
>         sending
>         > request with t_request
>         > Oct 26 14:20:09 [32249]
>         ERROR:b2b_logic:b2b_process_scenario_init:
>         > failed to create new b2b client instance
>         >
>         >
>         > If I use
>         >
>         b2b_init_request("prepaid","sip:03433330000 at 200.200.200.200:6060")
>         it
>         > works fine....
>         >
>         >
>         > Is possible to pass a AVP (or others) as a param for
>         b2b_init_request?
>         >
>         >
>         > Thanks...
>         >
>         >
>         >
>         > --- Em *seg, 26/10/09, Anca Vamanu /<anca at opensips.org>/*
>         escreveu:
>         >
>         >
>         >     De: Anca Vamanu <anca at opensips.org>
>         >     Assunto: Re: [OpenSIPS-Users] B2BUA tests
>         >     Para: "OpenSIPS users mailling list"
>         <users at lists.opensips.org>
>         >     Data: Segunda-feira, 26 de Outubro de 2009, 15:09
>         >
>         >     Hi Daniel,
>         >
>         >     You tested B2BUA with the scenarios from the
>         documentation and
>         >     they did
>         >     not work?
>         >     If this is so, you can post here a trace.
>         >
>         >     B2BUA in OpenSIPS does work.
>         >
>         >     Regards,
>         >     Anca
>         >
>         >
>         >
>         >
>         >     Daniel Cardoso Alves wrote:
>         >     > Hi...
>         >     >
>         >     > I was making some tests with b2bua modules, but I
>         thought the
>         >     > documentation very
>         >     > confuse.
>         >     >
>         >     > I know that the B2Bua module is alpha.
>         >     >
>         >     > I make few tests, but it like work rigth. I use the
>         examples in
>         >     > http://www.opensips.org/Resources/B2buaTutorial#toc1,
>         and I tried
>         >     > modify some thinks and doesnt work.
>         >     >
>         >     > In the function b2b_init_request I can pass a AVP (or
>         other
>         >     thing not
>         >     > static) as a param?
>         >     >
>         >     > Is possible make a Functional B2BUA with OpenSIPs?
>         >     >
>         >     >
>         >     > Thanks...
>         >     >
>         >     >
>         >     >
>         > 
>            ------------------------------------------------------------------------
>         >     > Veja quais são os assuntos do momento no Yahoo! +
>         Buscados: Top 10
>         >     >
>         > 
>            <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/>
>         >
>         >     > - Celebridades
>         >     >
>         > 
>            <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/>
>         >
>         >     > - Música
>         >     >
>         > 
>            <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/>
>         >
>         >     > - Esportes
>         >     >
>         > 
>            <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/>
>         >
>         >     >
>         >     >
>         > 
>            ------------------------------------------------------------------------
>         >     >
>         >     > _______________________________________________
>         >     > Users mailing list
>         >     > Users at lists.opensips.org
>         </mc/compose?to=Users at lists.opensips.org>
>         >     > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>         >     >   
>         >
>         >
>         >     _______________________________________________
>         >     Users mailing list
>         >     Users at lists.opensips.org
>         </mc/compose?to=Users at lists.opensips.org>
>         >     http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>         >
>         >
>         >
>         ------------------------------------------------------------------------
>         > Veja quais são os assuntos do momento no Yahoo! + Buscados:
>         Top 10
>         >
>         <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/>
>
>         > - Celebridades
>         >
>         <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/>
>
>         > - Música
>         >
>         <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/>
>
>         > - Esportes
>         >
>         <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/>
>
>         >
>         >
>         ------------------------------------------------------------------------
>         >
>         > _______________________________________________
>         > 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
>
>
>     ------------------------------------------------------------------------
>     Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10
>     <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/>
>     - Celebridades
>     <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/>
>     - Música
>     <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/>
>     - Esportes
>     <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/>
>
>     -----Anexo incorporado-----
>
>     _______________________________________________
>     Users mailing list
>     Users at lists.opensips.org </mc/compose?to=Users at lists.opensips.org>
>     http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
> ------------------------------------------------------------------------
> Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 
> <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/> 
> - Celebridades 
> <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/> 
> - Música 
> <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/> 
> - Esportes 
> <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/> 
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>   




More information about the Users mailing list