Hello, In watching the console where two calls are natively bridged, Asterisk shows a hangup for each channel (both using IAX). This isn't correct and causes my CDR records to show shorter calls than what actually occurred. Before I go into higher detail, does anyone have any ideas about this? Jason
> Before I go into higher detail, does anyone have any ideas about this?Yes, see the transfer option for IAX. Set it to transfer=mediaonly which will leave the signaling unchanged and the channel alive, and thus produce correct CDRs. See: http://www.asterisk.org/doxygen/1.4/Config_iax.html PS: Never tried it... --Luki