On 11/05/2015 08:56 PM, Russ Meyerriecks wrote:
> On Thu, Nov 5, 2015 at 11:36 AM, Roberto Fichera <[email protected]> wrote:
>> The question is, can I call the dahdi_transmit() from the TX DMA callback 
>> and the dahdi_receive() from
>> the RX DMA callback or should use a particular order for them?
> I don't think it will be a problem to call them asynchronously.
> Depending on your signal, _dahdi_transmit() and _dahdi_recieve() can
> potentially do a lot of processing. They're better suited in a bottom
> half than in interrupt context.
Ok! Then I'll just copy the data and schedule the related TX or RX work.

-- 
_____________________________________________________________________
-- 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

Reply via email to