Sorry if you guys find this silly, for i in `seq 1 180`; do cat /var/lib/asterisk/sounds/en/silence/10.gsm >>* /var/lib/asterisk/sounds/30-minutes-of-silence.gsm ; done*
I need to enter above lines in my root prompt ? for i in `seq 1 180`; do cat /var/lib/asterisk/sounds/en/silence/10.gsm * /var/lib/asterisk/sounds/30-minutes-of-silence.gsm ;* * * * * * * On Fri, Mar 5, 2010 at 4:36 AM, David @ULC <[email protected]> wrote: > > I believe we GSM of 8 bit for Asterisk ? > > > On Fri, Mar 5, 2010 at 4:35 AM, David @ULC <[email protected]> wrote: > >> Record a muted channel for 30 minutes like this: >> >> exten => s,1,Answer(1) >> >> exten => s,n,Progress() >> >> exten => s,n,record(silence_long.gsm|1800|s) >> >> exten => s,n,hangup >> >> >> ---------------------------------------- >> >> Above option looks easy. >> >> What I have to dial from soft phone to get this ? >> >> >> >> On Fri, Mar 5, 2010 at 4:21 AM, David @ULC <[email protected]> wrote: >> >>> >>> I need to create 30 mins of GSM file for Asterisk . >>> >>> Silent / Blank file. >>> >>> Whats the best way to create it ? >>> >>> >>> >> >
-- _____________________________________________________________________ -- 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
