Unable to create channel of type 'SIP' (cause 20

configure sip.conf as below

context=default
allowoverlap=no
udpbindaddr=0.0.0.0
bindport=5060
qualify=no
nat=yes

[101]
type=friend
secret=101
host=dynamic
context=internal
username=101

[102]
type=friend
secret=102
host=dynamic
context=internal
username=102

extensions.conf

[default]
[internal]
exten=>101,1,Dial(SIP/101,20) ;20 is timeout
exten=>102,1,Dial(SIP/102,20)

=============

i registered account 101 and dial 102, my client use x-lite

but get error message from CLI
WARNING[3490]: app_dial.c:1759 dial_exec_full: Unable to create channel of type ‘SIP’ (cause 20 - Unknown)

any idea?

Both sip peers are registered? It’s possible that peer 102 is not registered, thus Asterisk doesn’t know where to dial it?

nope,102 not registered

both 101 and 102 were registered,it work

thanks

and the solution? how register cellphone throught openbts’