Play a message if max calls limit is reached

Status
Not open for further replies.

goose2600

Member
Dec 18, 2018
51
1
8
In order to limit the max number of calls per doman to 1, I use put this in the "Outbount Routes" for each domain:
Code:
hash ${domain_name} outbound 1 !USER_BUSY

If the calls limit is reached, the user hear a busy tone but I would like to playback a message (i.e. "no channel available, please try again later").
Can someone help me?

Thanks
 

goose2600

Member
Dec 18, 2018
51
1
8
Thanks.
Anyway, looks like I can just transfer, but cannot do other actions.

Should I be able to do something like this?
hash ${domain_name} outbound 1 playback sounds/soundfile.wav
 
Last edited:

goose2600

Member
Dec 18, 2018
51
1
8
@JamesBorne of course I read the wiki, bud I did not manage to use the "playback" action.
Anyway, solved by transfering the call to an extension which play the audio message.
 
Status
Not open for further replies.