Displaying 2 results from an estimated 2 matches for "ast_bridge_dtmf_channel_0".
Did you mean:
ast_bridge_dtmf_channel_1
2003 Dec 05
0
Native bridging with Polycom 600
...s usual, but
sniffing shows the RTP stream is routed through Asterisk.
The exact spot where the attempt to natively bridge fails is in rtp.c, line
1281 (CVS from October 8, 2003):
f = ast_read(who);
if (!f || ((f->frametype == AST_FRAME_DTMF) &&
(((who == c0) && (flags & AST_BRIDGE_DTMF_CHANNEL_0)) ||
((who == c1) && (flags & AST_BRIDGE_DTMF_CHANNEL_1)))))
A bit of logging shows the frame f is NULL, so Asterisk thinks one side has
hung up, and gives up on the bridging attempt. Of course, the phones are both
up.
Has anyone gotten these phones to bridge correctly, without the...
2006 Jan 23
3
canreinvite always =no * no matter what we try :-(
been testing with a rather simple setup.
The mission is to actually get a reinvite to work on the lan.
I am trying with two sipura phones G.711 codec forced on both
both on the lan no nat no fancy options suchs as tT or H
No matter what we do asterisk hangs on to the media path, how
in the world do I get a reinvite to work where the media path
is actually handled by the two phones on the lan?