diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index 1b6c0ceca156a6f837e1c71ba393533c534da2b7..b044930013031f3da45a97f4a8a4fb027f3cba43 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) {