mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-30 07:41:39 +00:00
add print showing which H.323ID we are gonna use
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -877,6 +877,11 @@ int h323_set_alias(struct oh323_alias *alias)
|
|||||||
void h323_set_id(char *id)
|
void h323_set_id(char *id)
|
||||||
{
|
{
|
||||||
PString h323id(id);
|
PString h323id(id);
|
||||||
|
|
||||||
|
if (h323debug) {
|
||||||
|
cout << " == Using " << h323id << " as our H.323ID for this call" << endl;
|
||||||
|
}
|
||||||
|
|
||||||
/* EVIL HACK */
|
/* EVIL HACK */
|
||||||
endPoint->SetLocalUserName(h323id);
|
endPoint->SetLocalUserName(h323id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user