On Wed, 2009-03-25 at 08:34 -0500, Danny Nicholas wrote: > YMMV, but you might try this > > Exten => s,1,background(background_song) > > Exten => s,n,Answer() ;start billing
This is not correct. Background() automatically answers the call if it hasn't been answered already. The way to accomplish the task the original poster asked is to use the "m" option to the Dial() application. -- Jared Smith Training Manager Digium, Inc. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
