|
From: Daniel C. <dan...@gm...> - 2006-06-12 23:28:01
|
jomama:~/Projects dcorbe$ uname -a Darwin jomama.local 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power Macintosh powerpc jomama:~/Projects dcorbe$ uname Darwin jomama:~/Projects dcorbe$ uname -m Power Macintosh I'm trying to teach myself how to write custom scenarios and I'm wondering if there is a reason that I'm getting the following error message when I try to use <send>? 2006-06-12 19:22:36: Unable to send UDP message, errno = 22 (Invalid argument). Using a very simple scenario file: <?xml version="1.0" encoding="ISO-8859-1" ?> <scenario name="UAC Call Generator"> <send> <![CDATA[ INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0 Via: SIP/2.0/[transport] [local_ip]:[local_port] From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number] To: sut <sip:[service]@[remote_ip]:[remote_port]> Call-ID: [call_id] Cseq: [cseq] INVITE Contact: sip:sipp@[local_ip]:[local_port] Max-Forwards: 70 Subject: Performance Testing Content-Type: application/sdp Content-Length: [len] v=0 o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] s=- t=0 0 c=IN IP[media_ip_type] [media_ip] m=audio [media_port] RTP/AVP 0 a=rtpmap:0 PCMU/8000 ]]> </send> </scenario> On 6/12/06, Olivier Jacques <oja...@gm...> wrote: > This is great news! > And what does "uname" returns on Mac OS X? > > Olivier. > > On 6/13/06, Daniel Corbe <dan...@gm...> wrote: > > Hello, > > > > I've successfully compiled and tested sipp and several scenarios on > > Mac OS X with no changes to the source code, except for one issue: > > > > I couldn't figure out how to get it to compile on Mac OS X so I wrote > > a fake uname to make sipp think it was a FreeBSD system. The reason I > > chose FreeBSD is because FreeBSD is the closest relative to Mac OS X. > > > > Regards, > > Daniel > > > > > > _______________________________________________ > > Sipp-users mailing list > > Sip...@li... > > https://lists.sourceforge.net/lists/listinfo/sipp-users > > > > > -- > HP OpenCall Software > http://www.hp.com/go/opencall/ > |