> <snip> > > if the chan_dahdi.conf transfer=yes option is set and a call is > > natively > > bridged on the same span. > > This is interesting as I didn't know that. > > What if a call comes in a BRI span in which one B-channel is already > used ? Is dahdi still capable to "ask Explicit Call Transfer" using > another span (within the same span set if I may call this like that) ?
ECT is only initiated by Asterisk if the calls are on the same span. So in this case both calls must be on the same BRI. >From chan_dahdi.conf: ; For FXS ports (either direct analog or over T1/E1): ; Support flash-hook call transfer (requires three way calling) ; Also enables call parking (overrides the 'canpark' parameter) ; ; For digital ports using ISDN PRI protocols: ; Support switch-side transfer (called 2BCT, RLT or other names) ; This setting must be enabled on both ports involved, and the ; 'facilityenable' setting must also be enabled to allow sending ; the transfer to the ISDN switch, since it sent in a FACILITY ; message. ; NOTE: This should be disabled for NT PTMP mode. Phones cannot ; have tromboned calls pushed down to them. ; transfer=yes Richard -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
