Hi, in case I want to detect which methods allow a registered device I think I should examinate the "methods" field in "location" table, but don't know how to decode it.
For example:
- 7999 means: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE
- 5183 means: ACK,BYE,CANCEL,INFO,INVITE,NOTIFY,OPTIONS,REFER
How could I know if a device allow X method?
Thanks.
El Monday 08 October 2007 10:14:07 Juha Heinanen escribió:
Iñaki Baz Castillo writes:
How could I know if a device allow X method?
see parser/msg_parser.h for bit code of each message.
Thanks a lot.