S
S
silt2016-02-28 15:07:35
Asterisk
silt, 2016-02-28 15:07:35

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

3 answer(s)
R
Rsa97, 2016-02-28
@Rsa97

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.

I
Ilya Brazhnikov, 2016-02-28
@Ilyabr

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)

S
silt, 2016-02-28
@silt

We still managed to find such an option *, now the beeps go instead of resetting.
*
ringing
wait (60)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question