[reSIProcate] Up to date Test?
Hello,
I was wondering which test I should take as an example...
There seems to be a lot of deprecated methods being used in the
resip/stack/test
For example I have been using deprecated dialogs or stack.process() and
stack.receive() but in comment it says that those methods are deprecated
since the addition of TransactionUsers...
So I am wondering, if I am not even using this right, how can I make the
right implementation choices
The documentation issue is really a problem for me now...
I wish I could help but I am not even sure how to correctly use
resiprocate yet!
Please could someone point me to an up to date example?
The problem I have right now is :
I can send messages and receives messages, by calling stack.send() and
stack.receive().
Only if I add another transport on a different port for example:
I am wondering if there is an easy way to know on what
transport(protocol & port) the message came...
The only way I can see right now is going through the message headers.
Sorry for the stupid questions,
But I am at a point where I am questioning my whole implementation...
Thank you for your kind help
--
Julien