X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=a310a92cfba3dfdb8f3552ccb683594cb2a831e3;hp=cf1b1921d5b0113f9828d9867266526f4bdf1a2c;hb=58afedec93e67db3600e2251d922fa3a4dbd7254;hpb=302368de4846ab1d5dca3b73b7ed632aea08354e 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) */