|
From: Koji Y. <ya...@ne...> - 2005-04-12 00:44:34
|
Thank you reply Oliver, Yes, I need port number in uri. Is possible to get the port number in uri? The below command show me only IP address in uri. sipp -sf uac1.xml 127.0.0.1:5060 Best Regards, Koji Olivier Jacques wrote: > Koji Yamada wrote: > > >>Hi >> >>I'm trying the scenario for 401 and 407. >>I'd like to send uri="sip:127.xx.xx.xx:5060" on Proxy-Authorization. >>but sipp send uri="sip:127.0.0.1" automaticaly. >> >>How can I send uri="sip:127.xx.xx.xx:5060" (ip address:port)? >> >>The scenario is attached. >> >>Best Regards, >>Koji >> > > Hello Koji, > > The "uri" is created using the remote IP that you specified by starting > sipp. > So if you run > sipp -sf uac1.xml 127.0.0.1 > the uri will be "127.0.0.1" > > If you run > sipp -sf uac1.xml 192.168.0.5 > the uri will be "192.168.0.5" > > There is currently no port included. Is that needed? > > Olivier. > |