[Asterisk-Users] Re: PLAYBACK multiple files

2004-01-20 Thread Charles Hatchette
Thanks for the help/feedback. This is an unusual situation because I am
driving the outgoing calls with an automated web site which initiates the
call sequence by dumping the Test.call file directly into
..var/spool/asterisk/outgoing over a LAN, (which makes it difficult to use
contexts). I thought SOXMIX would work for sound file concatenation, but for
some reason SOXMIX wasn't included in the Red Hat distribution, even though
SOX was... Oh well:(  Any ideas out there for plan B?

Regards,
Charlie Hatchette


Message: 1
Date: Tue, 20 Jan 2004 00:51:04 -0600 (CST)
From: Brian West [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] PLAYBACK multiple files
Reply-To: [EMAIL PROTECTED]

Also you should never call an application directly with an call file as
the CDR info won't get updated correctly Link your app to an extension
then call it like that.

bkw

On Mon, 19 Jan 2004, Marcin Kuzmicki wrote:

  Re:  PLAYBACK multiple files

  I'm trying to devise a way to playback more than one file per call when
I
  copy my file 'Test.call' into .. var/spool/asterisk/outgoing
 
 Channel: Zap/1/put_your_phone_number_here
 Application: Playback
 Data: demo-thanks + a-second-file + a-third-file
 
  Is there some way to do this?

 Create context in extensions.conf something like

 [myplayback]
 exten = s,1,Playback(frist_file)
 exten = s,2,Playback(second_file)
 ...etc

 and then
 use
 Context, Extension, and priority to use it
 ie.
Channel: Zap/1/put_your_phone_number_here
Context: myplayback
Extension: s
Priority: 1

 all above is just a concept not ready copypaste solution.

 regards
 m.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] PLAYBACK multiple files

2004-01-19 Thread Charles Hatchette
I'm trying to devise a way to playback more than one file per call when I
copy my file 'Test.call' into .. var/spool/asterisk/outgoing

   Channel: Zap/1/put_your_phone_number_here
   Application: Playback
   Data: demo-thanks + a-second-file + a-third-file

Is there some way to do this?

Charlie Hatchette
[EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] SHARING DIGITAL CONTENT

2003-12-28 Thread Charles Hatchette
I am in a development cycle for a telephony service based on Asterisk, and a
question has occurred to me: What about sharing/transmitting digital
content? Would it be possible, for example, to share a photo in a conference
call between the newer digital cell phones (which have integrated cameras)?
Is this just passing data through the channel, or are there significant
technical obstacles? This capability will become useful in the
not-so-distant future, and a PBX exhibiting this feature would obsolete many
current systems.

Charlie Hatchette
[EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users