[Asterisk-cvs] asterisk-addons/asterisk-ooh323c/ooh323c/src
ooGkClient.c, 1.5, 1.6
vphirke
vphirke
Wed Aug 10 13:16:39 CDT 2005
Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src
In directory mongoose.digium.com:/tmp/cvs-serv21537/ooh323c/src
Modified Files:
ooGkClient.c
Log Message:
Updated
Index: ooGkClient.c
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src/ooGkClient.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ooGkClient.c 10 Aug 2005 13:06:16 -0000 1.5
+++ ooGkClient.c 10 Aug 2005 17:20:04 -0000 1.6
@@ -35,6 +35,7 @@
#include "ooh323ep.h"
#include "ooTimer.h"
#include "ooSocket.h"
+#include "ooUtils.h"
/** Global endpoint structure */
extern OOH323EndPoint gH323ep;
@@ -1510,7 +1511,7 @@
pAdmReq->m.srcCallSignalAddressPresent = TRUE;
pAdmReq->srcCallSignalAddress.t = T_H225TransportAddress_ipAddress;
pAdmReq->srcCallSignalAddress.u.ipAddress = pIpAddressLocal;
- if(!ooUitlsIsStrEmpty(call->remoteIP))
+ if(!ooUtilsIsStrEmpty(call->remoteIP))
{
pAdmReq->m.destCallSignalAddressPresent = TRUE;
pAdmReq->destCallSignalAddress.t = T_H225TransportAddress_ipAddress;
More information about the svn-commits
mailing list