Difference between revisions of "Unable to create channel of type 'XXX' (cause 3 - No route to destination)"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: Make sure devices.ipaddr is not 0.0.0.0 and it is correct IP.)
 
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
Make sure devices.ipaddr is not 0.0.0.0 and it is correct IP.
In '''iax2.conf''' set
 
rtignoreregexpire = yes
 
and in '''sip.conf''' set
 
ignoreregexpire = yes
 
Reload Asterisk
 
 
-----
 
If this error happens trying to call through some provider - that means that device with same username exists. MOR 0.7+ and does not allow this, for lower versions change login value for provider or device so usernames do not match.

Latest revision as of 14:38, 14 October 2008

In iax2.conf set

rtignoreregexpire = yes

and in sip.conf set

ignoreregexpire = yes

Reload Asterisk



If this error happens trying to call through some provider - that means that device with same username exists. MOR 0.7+ and does not allow this, for lower versions change login value for provider or device so usernames do not match.