diff options
author | roger <roger@FreeBSD.org> | 2001-01-03 14:37:08 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2001-01-03 14:37:08 +0000 |
commit | d6e23fa9021bbb8e99c8dd97e4ddedfcee7a96db (patch) | |
tree | 2834f07bb8de17975554931b602c04811bcb8c82 /net/ohphone/files | |
parent | e0652890a05aa8117342bc974c2ead5fddb1f03f (diff) | |
download | FreeBSD-ports-d6e23fa9021bbb8e99c8dd97e4ddedfcee7a96db.zip FreeBSD-ports-d6e23fa9021bbb8e99c8dd97e4ddedfcee7a96db.tar.gz |
Upgrade to OhPhone 1.1pl1
Diffstat (limited to 'net/ohphone/files')
-rw-r--r-- | net/ohphone/files/patch-aa | 52 |
1 files changed, 22 insertions, 30 deletions
diff --git a/net/ohphone/files/patch-aa b/net/ohphone/files/patch-aa index c7beeb3..eed4b78 100644 --- a/net/ohphone/files/patch-aa +++ b/net/ohphone/files/patch-aa @@ -1,30 +1,22 @@ ---- main.cxx.orig Fri Sep 29 02:07:38 2000 -+++ main.cxx Sun Oct 22 19:13:43 2000 -@@ -1221,7 +1221,9 @@ - if (callerIdCallWaitingEnable) { - PString callerId = ((MyH323Connection &)connection).GetCallerIdString(); - cout << "Sending caller ID " << callerId << endl; -+#ifdef HAS_IXJ - xJack.SetCallerID(OpalIxJDevice::POTSLine, callerId); -+#endif - } - return FALSE; - } -@@ -2042,8 +2044,6 @@ - } - } - --#endif -- - unsigned MyH323EndPoint::VolumeToIXJ(int vol) - { - int hw; -@@ -2084,6 +2084,8 @@ - - return vol; - } -+ -+#endif - - void MyH323EndPoint::HandleUserInterface() - { +*** main.h.orig Wed Jan 3 14:34:28 2001 +--- main.h Wed Jan 3 14:34:38 2001 +*************** class MyH323EndPoint : public H323EndPoi +*** 351,358 **** + + int IXJToVolume(unsigned hardware); + unsigned VolumeToIXJ(int vol); +- void SendDTMF(const char * tone); + #endif + + void StartCall(const PString & str); + void NewSpeedDial(const PString & str); +--- 351,359 ---- + + int IXJToVolume(unsigned hardware); + unsigned VolumeToIXJ(int vol); + #endif ++ ++ void SendDTMF(const char * tone); + + void StartCall(const PString & str); + void NewSpeedDial(const PString & str); |