Browse Source

Change the other expires to string (sometimes it is a string instead of int64.

master
Ruel Tmeizeh 4 years ago
parent
commit
ed3ac2aef4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamjsonrpc.go

+ 1
- 1
kamjsonrpc.go View File

@ -190,7 +190,7 @@ type RegistrationInfo struct {
type ULContact struct {
Contact struct {
Address string `json:"Address"`
Expires int64 `json:"Expires"`
Expires string `json:"Expires"`
Q int64 `json:"Q"`
CallID string `json:"Call-ID"`
Cseq int64 `json:"CSeq"`


Loading…
Cancel
Save