Я пишу абонентскую группу с использованием phpAgi, в некоторых случаях она должна отклонять вызов SIP с кодом ошибки 503 (услуга недоступна)

Буду признателен за вашу помощь

2 ответа2

1

Команда "Перегрузка"

pro-sip*CLI> core show application Congestion 

  -= Info about application 'Congestion' =- 

[Synopsis]
Indicate the Congestion condition. 

[Description]
This application will indicate the congestion condition to the calling
channel.

[Syntax]
Congestion([timeout])

[Arguments]
timeout
    If specified, the calling channel will be hung up after the specified
    number of seconds. Otherwise, this application will wait until the calling
    channel hangs up.

[See Also]
Busy(), Progress(), Playtones(), Hangup()
-1

Hangup(34) сделает это.

exten => _NXXNXXXXXX,n,Hangup(34)

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .