mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 15:36:13 +00:00
Fix branch compile.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@310834 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4132,7 +4132,7 @@ void setup_udptl_connection(ooCallData *call, const char *remoteIp,
|
|||||||
them.sin_port = htons(remotePort);
|
them.sin_port = htons(remotePort);
|
||||||
ast_sockaddr_from_sin(&them_addr, &them);
|
ast_sockaddr_from_sin(&them_addr, &them);
|
||||||
ast_udptl_set_peer(p->udptl, &them_addr);
|
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->t38_tx_enable = 1;
|
||||||
p->lastTxT38 = time(NULL);
|
p->lastTxT38 = time(NULL);
|
||||||
if (p->t38support == T38_ENABLED) {
|
if (p->t38support == T38_ENABLED) {
|
||||||
|
|||||||
Reference in New Issue
Block a user