[asterisk-bugs] [JIRA] (ASTERISK-21944) Bridge API Enhancements - implement IAX2 native bridging (again)

Xiaofan Lee (JIRA) noreply at issues.asterisk.org
Sat Sep 8 08:50:54 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=244741#comment-244741 ] 

Xiaofan Lee edited comment on ASTERISK-21944 at 9/8/18 8:50 AM:
----------------------------------------------------------------

Yes, is there some patch for this? I noticed the newer version than11(from 12), the IAX2's TXREQ/TXREL cmd have not used.  But if you want transfer, the setup start from asterisk's chan_iax2. Is there some news about this question?


was (Author: xiaofan):
Yes, is there some patch for this? I noticed the newer version than11(from 12), the IAX2's TXREQ/TXREL cmd have not used.  But if you want transfer, the setup start from asterisk's chan_iax2.

> Bridge API Enhancements - implement IAX2 native bridging (again)
> ----------------------------------------------------------------
>
>                 Key: ASTERISK-21944
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21944
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Channels/chan_iax2, Core/Bridging
>            Reporter: Matt Jordan
>              Labels: Asterisk12
>
> When Asterisk moved to the new bridging architecture, things that natively bridged became ... no longer natively bridging. In order to restore native bridge capabilities, channel drivers must provide (or have provided for them) a bridging technology that can perform the native bridging tasks.
> This was already taken care of for RTP capable channel drivers, and will be taken care of for DAHDI. IAX2 is another channel driver that has its own native bridging capabilities.
> With IAX2 native bridging, media is directed out of the signalling path, similar to RTP "directmedia" options in {{chan_sip}} and elsewhere. This requires a bridging 'module' to be registered with the bridging core to handle this.
> Since adding this as a separate module would require (a) module dependency nightmares and (b) exporting of public functions from {{chan_iax2}} (ew), {{chan_iax2}} should instead implement a bridging 'module' internally in its own file. The loading of the {{chan_iax2}} module should cause it to register a bridging module with the bridging core.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list