I can't tell exactly what is wrong, so I am just left guessing.  The 
get_peer_addr function doesn't actually try to resolve anything, but just 
look up the peers that were loaded into the map.

One random question is whether you used a dos based editor for the file, 
it could be possible that a control-M is getting in the way somewhere.

You can try some debugging by adding:
    for (peer_addr_it = peer_addrs.begin(); peer_addr_it != 
peer_addrs.end(); peer_addr_it++) {
        WARNING("Peer: '%s' -> '%s'", peer_addr_it->first.c_str(), 
peer_addr_it->second);
    }

To the get_peer_addr function which will print a list of peers to the 
error log file.

Charles

Maria Rosa Vieira Alvarez <[EMAIL PROTECTED]> wrote on 
01/08/2008 04:49:50 AM:

> Hi
> The Error message that I'am getting is "get_peer_addr: Peer m not found 
"
> 
> Thanks,
> Regards
> Rosa
> 
> -----Original Message-----
> From: Charles P Wright [mailto:[EMAIL PROTECTED] 
> Sent: miércoles, 02 de enero de 2008 14:51
> To: Maria Rosa Vieira Alvarez
> Cc: [email protected]; 
[EMAIL PROTECTED]
> Subject: Re: [Sipp-users] Call Transfer Scenario-3pcc (Urgent¡¡)
> 
> Without the exact error message you are getting, it is almost impossible 

> to teel what is wrong.
> 
> Charles
> 
> [EMAIL PROTECTED] wrote on 12/28/2007 04:41:30 
AM:
> 
> > Hi
> > I need help regarding to call transfer scenario (A calls B, and B 
> > user transfers call to C user). I?ve understood is needed to execute
> > 3PCC mode (http://sipp.sourceforge.net/doc/reference.html#3PCC).
> > I?ve already created the SIPp xml files (4 xml) such as is explained
> > in main sipp page, but I don?t know how to launch them. I am using 
> > 3PCC extended mode, so, I have a ?master? instance and a ?slave? 
> > instance. Then how would be the right way to launch both 
> > instances??.. I am trying the following without successful.
> > 
> > Ø       sipp ?sf B_Controller_C_side.xml 172.24.7.231:5081 ?p 5078 
> > -3pcc ?slave_cfg instances
> > 
> > 172.24.7.231:5081 (P-CSCF regarding to IMS)
> > 
> > instances file
> > s1;172.24.3.15:5078
> > m;172.24.3.15:5074
> > 
> > Thanks in advance, and regards
> > 
> 
Rosa-------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2005.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Sipp-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/sipp-users
> 
> 
> 
> ------------------------------------------------------------------
> This e-mail and the documents attached are confidential and intended 
solely
> for the addressee; it may also be privileged. If you receive this e-mail
> in error, please notify the sender immediately and destroy it.
> As its integrity cannot be secured on the Internet, the Atos Origin 
group
> liability cannot be triggered for the message content. Although the
> sender endeavours to maintain a computer virus-free network, the sender 
does
> not warrant that this transmission is virus-free and will not be liable 
for
> any damages resulting from any virus transmitted.
> 
> Este mensaje y los ficheros adjuntos pueden contener informacion
> confidencial destinada solamente a la(s) persona(s) mencionadas
> anteriormente. Pueden estar protegidos por secreto profesional Si usted
> recibe este correo electronico por error, gracias de informar 
inmediatamente
> al remitente y destruir el mensaje.
> Al no estar asegurada la integridad de este mensaje sobre la red, Atos
> Origin no se hace responsable por su contenido. Su contenido no 
constituye
> ningun compromiso para el grupo Atos Origin, salvo ratificacion escrita 
por
> ambas partes.
> Aunque se esfuerza al maximo por mantener su red libre de virus, el 
emisor
> no puede garantizar nada al respecto y no sera responsable de 
cualesquiera
> danos que puedan resultar de una transmision de virus
> ------------------------------------------------------------------
> 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to