[sipxtapi-dev] ReceiveCall asserts on bad command line args
If ReceiveCall cannot parse the command line arguments, it asserts
because sipxUnInitialize is called even though sipxInitialize was not
called. This can be easily fixed by moving the sipxUnInitialize call
to just after the sleep loop, within the "if (sipxInitialize(..." block.
Finest regards,
Bill Root