Properly deal with Caller*ID, document the new RTP Payload setting, remove compiler option that may confuse g++ and force chan_h323.so to be relinked on every compile

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-12-16 02:03:19 +00:00
parent 4082e265d6
commit 0155dee2fd
6 changed files with 44 additions and 17 deletions

View File

@@ -188,6 +188,9 @@ class MyH323Connection : public H323Connection {
unsigned progressAlert;
RTP_DataFrame::PayloadTypes dtmfCodec;
PString ast_cid_num;
PString ast_cid_name;
};
class MyH323_ExternalRTPChannel : public H323_ExternalRTPChannel {