[Asterisk-Users] play message to callee before connect to
incomingcall
Robert Goodyear
me at jrob.net
Sat Jul 2 12:08:40 MST 2005
On Jul 2, 2005, at 12:55 PM, Mahmoud Badran wrote:
> try this one
>
> exten => 999,1,Answer()
> exten => 999,2,playback(~.mp3)
> exten => 999,3,dial (sip/100)
> exten => 999,4,playbackground(~.mp3)
> exten => 999,h,Hangup()
>
>
> not sure abt playbackground should be before the dial command or after
>
>
Mahmoud: you don't pass file extension to the playback app, and there's
no such app called playbackground. Plus the OP wanted the announcement
to hit the callee solely.
More information about the asterisk-users
mailing list