remote lame ^M's

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1108 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2003-06-20 06:03:34 +00:00
parent 4c021fb727
commit f3e493de49
4 changed files with 4 additions and 4 deletions

View File

@@ -879,7 +879,7 @@ void h323_set_id(char *id)
PString h323id(id);
if (h323debug) {
cout << " == Using " << h323id << " as our H.323ID for this call" << endl;
cout << " == Using '" << h323id << "' as our H.323ID for this call" << endl;
}
/* EVIL HACK */

View File

@@ -1,5 +1,5 @@
/*
* h323wrap.h
* ast_h323.h
*
* OpenH323 Channel Driver for ASTERISK PBX.
* By Jeremy McNamara

View File

@@ -1,5 +1,5 @@
/*
* chan_oh323.c
* chan_h323.c
*
* OpenH323 Channel Driver for ASTERISK PBX.
* By Jeremy McNamara

View File

@@ -1,5 +1,5 @@
/*
* chan_oh323.h
* chan_h323.h
*
* OpenH323 Channel Driver for ASTERISK PBX.
* By Jeremy McNamara