dect
/
asterisk
Archived
13
0
Fork 0

s/it's/its/

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@196268 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mmichelson 2009-05-22 16:50:31 +00:00
parent 53f66c9afa
commit 5123e1ee5d
1 changed files with 1 additions and 1 deletions

View File

@ -20350,7 +20350,7 @@ static int local_attended_transfer(struct sip_pvt *transferer, struct sip_dual *
}
} else {
/* Notify the first other party that they are connected to someone else assuming that target.chan1
has progressed far enough through the dialplan to have it's called party information set. */
has progressed far enough through the dialplan to have its called party information set. */
if (current->chan2) {
ast_channel_lock(target.chan1);
ast_party_connected_line_copy(&connected_caller, &target.chan1->connected);