summaryrefslogtreecommitdiffstats
path: root/src/sip/sip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sip/sip.h')
-rw-r--r--src/sip/sip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sip/sip.h b/src/sip/sip.h
index 823b91e..04635bd 100644
--- a/src/sip/sip.h
+++ b/src/sip/sip.h
@@ -78,7 +78,8 @@ typedef struct sip_endpoint {
int shutdown_complete;
/* register process */
- char remote_contact[256];
+ char remote_contact_user[256];
+ char remote_contact_peer[256];
char register_nonce[64];
char invite_nonce[64];
enum reg_state register_state;