From 528b862a853f9b35097c75264c905440e3581e49 Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 15 Mar 2011 01:49:37 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/trunk@310835 f38db490-d61c-443f-a65b-d21fe96a405b --- addons/chan_ooh323.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addons') 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) { -- cgit v1.2.3