Hi ,
I am using SIGCOMP to compress/decompress SIP messages.
I am uploading UVDM bytecode in all messages sent from SIP client.
1) REG (Client sends bytecode)
2) 401 (Server sends byte code)
3) REG (Client sends bytecode)
4) 200 OK (Server sends byte code)
5) SUBSCRIBE (Client sends bytecode)
6) 200 OK (Server sends partial state identifier )
---> At (6), server tries to access state, by giving partial state identifiers,
which it gave at step (4)....
---> At (6) my client is failing to decompress it saying state not found....
---> (6) gets re-transmitted many times.....
However at (4), server has sent only one STATE-CREATE instruction in bytecode
...
But, packet sniffer shows in "UDVM Execution Trace" having 3 state create
requests...
My question is , why there are no 3 STATE-CREATE instructions in bytecode at
(4) ??...
I am confused because "UDVM Execution Trace" having 3 state create requests...
and there are no corresponding STATE-CREATE instructions at (4)..
Please help in identifying the issue...
Regards,
Kishore
_______________________________________________
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors