como fazer o Asterisk Reject SIP call com o código 503

0

Estou escrevendo um plano de discagem usando o phpAgi, há alguns casos em que ele deve rejeitar uma chamada SIP com o código de erro 503 (serviço não disponível)

Eu aprecio sua ajuda

    
por Rabolf 03.11.2015 / 22:33

1 resposta

1

Use o comando Congestionamento

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()
    
por 04.11.2015 / 05:04

Tags