Hello,

I found one issue and I think it would be great if it was mentioned at least
somewhere on page. When you try to run sipp scripts on windows platform from
other then c:\ disk (sipp and windows installed on it), you get error:
"Error opening terminal: cygwin".
Also I want to know, if there is a way for agent acting as uas to use
outbound proxy. This is not inbuild uas scenario, sipp client waits for
INVITE and then sends 200 OK, but it sends it back to port from which it
received INVITE. This is not what i want, since it received that invite from
b2bua build on jain slee platform and which listens only on 5060, so 200 OK
should be sent there. I tried setting  some parameters, but with no luck.
Maybe someone can help me this with issue. Sorry for my English.

This is how i start uas (it seams it ignores 192.168.2.27:5060):
sipp 192.168.2.27:5060 -trace_err -sf uas_DIALOG.xml -inf users.csv -i
192.168.2.27 -p 5090 -r 1 -m 1

This is begining of uac_DIALOG.xml (this ringing msg also goes to wrong
port):

<scenario name="Basic UAS responder">
 <recv request="INVITE" rrs="true" />
<send>
 <![CDATA[
SIP/2.0 180 Ringing
[last_Via:]
[last_From:]
[last_To:];tag=[call_number]
[last_Call-ID:]
[last_CSeq:]
[last_Record-Route:]
[routes]
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
  Content-Length: 0
]]>
</send>

Thanks,
Robertas
------------------------------------------------------------------------------

_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to