From 96a9236243f4404ce34600e6f27142eead228efb Mon Sep 17 00:00:00 2001 From: jeremy Date: Thu, 11 Nov 2004 21:30:30 +0000 Subject: A [possibly] better solution to the CalledPartyAddress problem. Test and report please git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4214 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/ast_h323.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/h323/ast_h323.h') diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h index 564d9422b..f9a454b6f 100755 --- a/channels/h323/ast_h323.h +++ b/channels/h323/ast_h323.h @@ -128,7 +128,7 @@ class MyH323EndPoint : public H323EndPoint { PCLASSINFO(MyH323EndPoint, H323EndPoint); public: - int MakeCall(const PString &, PString &, unsigned int *, unsigned int, char *, char *); + int MakeCall(const PString &, PString &, unsigned int *, char *, char *); BOOL ClearCall(const PString &); void OnClosedLogicalChannel(H323Connection &, const H323Channel &); -- cgit v1.2.3