Hello world!
The problem:
Need to make a possibility to attach different background noises in active call, such as traffic etc.
As i understanded it can be done with meetme with 2 real people and 1 fake, that will playback noise
I can make a meetme conference between 2 persons, the problem is that how can i invite fake person, that will do playback.
In my extensions.conf is
[fake]
exten => s,1,Answer()
exten => s,n,Playback(/var/lib/asterisk/sounds/custom/bg_muz)
exten => s,n,Hangup()
Is it possible to join this “fake” to my active conference for playing back background noise? For example from call file maybe…