mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 15:11:12 +00:00
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:
@@ -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 */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* h323wrap.h
|
||||
* ast_h323.h
|
||||
*
|
||||
* OpenH323 Channel Driver for ASTERISK PBX.
|
||||
* By Jeremy McNamara
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* chan_oh323.c
|
||||
* chan_h323.c
|
||||
*
|
||||
* OpenH323 Channel Driver for ASTERISK PBX.
|
||||
* By Jeremy McNamara
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* chan_oh323.h
|
||||
* chan_h323.h
|
||||
*
|
||||
* OpenH323 Channel Driver for ASTERISK PBX.
|
||||
* By Jeremy McNamara
|
||||
|
||||
Reference in New Issue
Block a user