]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remote lame ^M's
authorJeremy McNamara <jj@nufone.net>
Fri, 20 Jun 2003 06:03:34 +0000 (06:03 +0000)
committerJeremy McNamara <jj@nufone.net>
Fri, 20 Jun 2003 06:03:34 +0000 (06:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1108 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/h323/ast_h323.cpp
channels/h323/ast_h323.h
channels/h323/chan_h323.c
channels/h323/chan_h323.h

index b5c4c47dac38a81fef9d58cd89cf26962f3f1a91..a70f4a0c669407a2480490fdc0e7176f6ffce6bb 100755 (executable)
@@ -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 */
index a190ae712b962c023e9a7d4e107919ecb7aca3e5..2478b7a4eca259a125cc2cec4744336aac5c77ac 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * h323wrap.h
+ * ast_h323.h
  *
  * OpenH323 Channel Driver for ASTERISK PBX.
  *                     By Jeremy McNamara
index 821b7281a6aedf6104e757127ecd799f944167d2..e044e2396a1e5e581fc2abd653c0ea74c395b582 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * chan_oh323.c
+ * chan_h323.c
  *
  * OpenH323 Channel Driver for ASTERISK PBX.
  *                     By Jeremy McNamara
index 6873302f6b7176b835d88f5745ec15ec4aceb5d5..0e0bcdbf596837fca09ad09112aa6be0d0a05431 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * chan_oh323.h
+ * chan_h323.h
  *
  * OpenH323 Channel Driver for ASTERISK PBX.
  *                     By Jeremy McNamara