3
我使用Asterisk 11並嘗試更改MySQL實時擴展中的響鈴超時。自動掛斷僅需7〜10秒。我查了擴展名,就是這樣。星號 - 如何更改實時擴展中的振鈴超時?
這裏是asteriskrealtime mysql數據庫擴展表的screeshot。
SIP/5162860921,60
我改變了這一個
SIP/5162860921,300
然而,沒有變化。如何將振鈴超時延長至60秒?
的extensions.conf(我用的實時數據庫)
[general]
[globals]
;
[from-sip]
switch =>Realtime
CLI日誌
== Using SIP RTP CoS mark 5
-- Executing [[email protected]:1] Dial("SIP/1000-00000000", "SIP/2000,30")
== Using SIP RTP CoS mark 5
-- Called SIP/2000
-- SIP/2000-00000001 is ringing
-- Got SIP response 486 "Busy here" back from 14.63.12.134:5060
-- SIP/2000-00000001 is busy
== Everyone is busy/congested at this time (1:1/0/0)
-- Executing [[email protected]:2] Answer("SIP/1000-00000000", "[email protected]")
> 0x7fe6fc01bc00 -- Probation passed - setting RTP source address to 223.62.180.115:47204
-- Executing [[email protected]:3] hangup("SIP/1000-00000000", "")
== Spawn extension (from-sip, 2000, 3) exited non-zero on 'SIP/1000-00000000'
@André我使用實時數據庫。所以extensions.conf中沒有太多的信息。 – Jake
數據庫中的某行是什麼樣的? –
@André我發佈了屏幕截圖。 – Jake