Answer the question
In order to leave comments, you need to log in
How to make long beeps in the absence of a sip client registration?
On an incoming call, if the sip client of the called number is not connected to the server, the call is dropped. How to make long beeps instead of reset? No transfer is required to voice mail.
Asterisk PBX 11
Answer the question
In order to leave comments, you need to log in
Check the SIPPEER(${peer},status) status, if it is UNREACHABLE, then go to a separate dialplan branch in which you play anything to the caller.
In my opinion, after the Dial() step in the dialplan, you can make playback, for example:
exten => s,1,Dial()
exten => s,n,Playback(some_sound_file)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question