status is 'CHANUNAVAIL'
Подключился к telme.ru
конфиг users.conf
[telphin_out]
username = 00022222
secret = 00022222
host = sip.telphin.com:5068
registersip = yes
allow=ulaw
allow=alaw
context = outgoing_telphin
type = friend
[200]
username = 200
secret = 200
allow = all
hassip = yes
context = home_test
fromuser = 200
type = friend
host = dynamic
allow = ulaw
allow = alaw
nat = no
конфиг extantions.conf
[home_test]
exten => 200,1,Wait(2)
exten => 200,2,Dial(SIP/200)
include => outgoing_telphin
[outgoing_telphin]
exten => _XXXXXXX,1,Dial(SIP/8812${EXTEN}@telphin_out,20)
с x-lite (внутренний номер 200) пытаюсь позвонить на городской питерский к примеру 7777777, дает ошибку:
-- Executing [7777777@home_test:1] Dial("SIP/200-09c48e90", "SIP/88127777777@telphin_out|20") in new stack
[Dec 4 02:04:33] WARNING[25716]: chan_sip.c:2921 create_addr: No such host: telphin_out
[Dec 4 02:04:33] WARNING[25716]: app_dial.c:1202 dial_exec_full: Unable to create channel of type 'SIP' (cause 3 - No route to destination)
== Everyone is busy/congested at this time (1:0/0/1)
== Auto fallthrough, channel 'SIP/200-09c48e90' status is 'CHANUNAVAIL'
* находится за натом, порт TCP/UDP 5060 и RTP 10000-20000 проброшен на астериск
регистрация на сервере - порядок, однако звонить через telphin всеравно не получается.
asterisk*CLI> sip show registry
Host Username Refresh State Reg.Time
sip.telphin.com:5068 00022222 1785 Registered Thu, 04 Dec 2008 02:04:27
Знатоки, может подскажете, где я накосяпорил?
|