summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2011-03-15 01:49:37 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2011-03-15 01:49:37 +0000
commitf98f47ba8b9b614ee1ee3f0eefa1ee7d6cf3bb67 (patch)
treef09eee4a542066ffdffe44f5583095fdaf473f4c /addons
parent858c11f075cbe459329d55be82c188a381cb17e9 (diff)
Merged revisions 310834 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r310834 | tilghman | 2011-03-14 20:48:25 -0500 (Mon, 14 Mar 2011) | 2 lines Fix branch compile. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@310835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'addons')
-rw-r--r--addons/chan_ooh323.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c
index 1b6c0ceca..b04493001 100644
--- a/addons/chan_ooh323.c
+++ b/addons/chan_ooh323.c
@@ -4159,7 +4159,7 @@ void setup_udptl_connection(ooCallData *call, const char *remoteIp,
them.sin_port = htons(remotePort);
ast_sockaddr_from_sin(&them_addr, &them);
ast_udptl_set_peer(p->udptl, &them_addr);
- ast_udptl_set_tag(p->udptl, p->owner->name);
+ ast_udptl_set_tag(p->udptl, "%s", p->owner->name);
p->t38_tx_enable = 1;
p->lastTxT38 = time(NULL);
if (p->t38support == T38_ENABLED) {