[asterisk-dev] IAX native bridge and call duration limit.

Sergey Okhapkin sos at sokhapkin.dyndns.org
Sun Mar 11 08:37:32 MST 2007


Currently IAX native call bridge is attempted to setup only if Dial application did not have L option (call time limit), the code in ast_channel_bridge() in channel.c does the check

               if (c0->tech->bridge &&
                    (config->timelimit == 0) &&
                    (c0->tech->bridge == c1->tech->bridge) &&

This is reasonable, we don't want to hand over the control channel if we want to control the call duration. But what if we have setting  "transfer=mediaonly" in iax.conf? To my understanding on media only native bridge we can setup native bridge and control the call duration, isn't it (the same way like sip reinvite works)? Please give me any hints why it might not work and ideas on how that may be implemented.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20070311/4116e5c5/attachment.htm


More information about the asterisk-dev mailing list