mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
Use the right charector, dummy
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -458,7 +458,7 @@ static int oh323_call(struct ast_channel *c, char *dest, int timeout)
|
||||
pvt->options.port = htons(pvt->sa.sin_port);
|
||||
}
|
||||
if (pvt->username) {
|
||||
sprintf(called_addr, "%s:%s", pvt->username, addr);
|
||||
sprintf(called_addr, "%s@%s", pvt->username, addr);
|
||||
} else {
|
||||
memcpy(called_addr, addr, strlen(called_addr));
|
||||
}
|
||||
|
Reference in New Issue
Block a user