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
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
In sip.conf or iax2.conf accordingly set  
In '''iax2.conf''' set  


  rtignoreexpire = yes
  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.