void SetEndpointTypeInfo( H225_EndpointType & info ) const;
void SetGateway(void);
+
};
PIPSocket::Address remoteIpAddress; // IP Address of remote endpoint
WORD externalPort; // local media server Data port (control is dataPort+1)
WORD remotePort; // remote endpoint Data port (control is dataPort+1)
+
+ PSyncPoint bridgeFlag;
};
p = chan->pvt->pvt;
if (p && p->rtp && p->bridge)
return p->rtp;
+ ast_log(LOG_ERROR, "No associated RTP structure in pvt???\n");
return NULL;
}
struct sockaddr_in them;
struct sockaddr_in us;
- if (!rtp)
+ if (!rtp) {
+ ast_log(LOG_NOTICE, "RTP is Null\n");
return 0;
-
+ }
p = chan->pvt->pvt;
if (!p) {
ast_log(LOG_ERROR, "No Private Structure, this is bad\n");