Hello,
Has anyone tried to run SIPp over IPv6 using injection files?
I'm trying to do that but I get "Address family not supported by protocol" all 
the time.

I've tried this scenario:
-------------------------
REGISTER sip:domain.com SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: [field0] <sip:[[email protected]>;tag=[call_number]
To: [field0] <sip:[[email protected]>
Call-ID: [call_id]
CSeq: 1 REGISTER
Contact: <sip:[fiel...@[local_ip]:[local_port];transport=[transport]>
Max-Forwards: 70
Event: registration
Expires: 3600
Content-Length: 0

The inject.csv file:
--------------------
SEQUENTIAL
alice;3000:1:1:1::1
bob;3000:1:1:1::2

And the command:
----------------
./sipp "[3000:1:1:1::4]" -sf scenario.xml -l 1 -r 1 -t ui -inf inject.csv 
-ip_field 1

The ip addresses: 3000:1:1:1::1 & 3000:1:1:1::2 are configured on my 
"sipp"-host.

Anyone got any ideas?
Best regards,
/Christer

------------------------------------------------------------------------------
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to