X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=a310a92cfba3dfdb8f3552ccb683594cb2a831e3;hp=cf1b1921d5b0113f9828d9867266526f4bdf1a2c;hb=2ccf098ec01ef0fd577b732b93b0cbef9572fa29;hpb=f854931ffbee9464b278c433c4fdc7c3ea5af2fb diff --git a/interface.h b/interface.h index cf1b192..a310a92 100644 --- a/interface.h +++ b/interface.h @@ -119,8 +119,8 @@ struct interface { #endif #ifdef WITH_SIP int sip; /* interface is a SIP interface */ - char sip_local_ip[16]; - char sip_remote_ip[16]; + char sip_local_peer[32]; + char sip_remote_peer[32]; void *sip_inst; /* sip instance */ #endif int rtp_bridge; /* bridge RTP directly (for calls comming from interface) */