Displaying 3 results from an estimated 3 matches for "t38_disabl".
Did you mean:
t38_disabled
2010 Sep 22
1
T38 and codecs negotiation
...t38 is globally enabled p->t38.jointcapability
and udptlportno are always true even so the call is never rejected.
As this behavior caused me some problems with a customer I modified, for the
moment, the line 5638 as follows:
if (!p->t38.jointcapability || !udptlportno || p->t38.state == T38_DISABLED)
cause if I understand well the code if there is no fax request in the INVITE
SDP p->t38.state is set to T38_DISABLED.
This did the trick for me but I don't know the implications of such change
and if it is correct to manage it this way.
Kind regards,
Federico Cabiddu
-------------- nex...
2010 Jun 29
0
T.38 Peer Negotiation Fails
...stablished with
Broadvox. During negotiation, Asterisk sends a SIP re-invite (T38
switchover) to Broadvox with the Asterisk server's IP address in the
Connection Information (c) instead of the Linksys ATA's IP address.
This causes the negotiation to revert back to t38state zero
(chan_sip.c: T38_DISABLED), and shortly after the ATA hangs up.
What is a bit odd about this, is that Asterisk says it's about to
establish a peer to peer UDPTL connection :
chan_sip.c: Sending reinvite on SIP
'1057817983_43059159 at xxx.xxx.xxx.xxx' - It's UDPTL soon redirected
to IP yyy.yyy.yyy.yyy:164...
2017 Jun 18
2
asterisk 13.16. - sigseg during negotiation
...r : &sdp->conn->addr, sizeof(host));
(gdb) lsit
Undefined command: "lsit". Try "help".
(gdb) list
698 ast_debug(3, "Declining; T.38 state is rejected or declined\n");
699 t38_change_state(session, session_media, state, T38_DISABLED);
700 return -1;
701 }
702
703 ast_copy_pj_str(host, stream->conn ? &stream->conn->addr : &sdp->conn->addr, sizeof(host));
704
705 /* Ensure that the address provided is valid */
706 if (ast_sockaddr_resolv...