On Sat, 18 Oct 2008 at 10:26, Christy Ring wrote: > The UAS starts ok, when running the UAC I get the following error: Unable to > send UDP message: Invalid argument. The -trace_err provides no additional > information.
Sounds like an issue with the transport layer interface. The UAS half will be listening, not sending, so it wouldn't hit the same error. You could try -trace_msgs; that will at least show you which message the error occurred on. My guess is that it will be the first one, but I'm just guessing :) You could also try fiddling with TCP vs UDP transport and using the -bind_local option to explicitly bind to the 127.0.0.1 IP, just to exercise different code paths looking for clues. Unfortunately I'm neither a SIPp expert nor a OS X user, so I'm just throwing out random ideas :) --RDM ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
