Displaying 3 results from an estimated 3 matches for "myplayback".
2016 Dec 20
4
I think this is a bug (video call file) 11.25.1 and 13.13.1
I can create an audio call file and specify Application: Playback and
Data: a path to the audio file, it calls the phone and plays the audio
message just fine.
I am trying to do the same with a video file. I specify Application:
Playback and Data: the path to the video file (no ending of course),
and I do specify also the Codecs: h264,h263 etc...
Asterisk reports:
*File /tmp/video does not
2004 Jan 19
2
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?
Charlie Hatchette
chatchette@generalcare.com
2004 Jan 20
1
PSTN Gateway
...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:...