No subject


Thu Jul 12 09:23:04 CDT 2007


  ISUP Cause value                        SIP response 
  ----------------                        ------------ 
  1  unallocated number                   404 Not Found 
  2  no route to network                  404 Not found 
  3  no route to destination              404 Not found 

But if Asterisk does:

  exten => XXX,1,Dial(SIP/non_existing_peer)

it replies:

  SIP/2.0 503 Service Unavailable
  ...
  X-Asterisk-HangupCause: No route to destination
  X-Asterisk-HangupCauseCode: 3

Why not a 404 as RFC 3398 suggests?
====================================================================== 

---------------------------------------------------------------------- 
 mvanbaak - 06-14-08 05:05  
---------------------------------------------------------------------- 
This is expected behaviour.
Have a look at the default stdexten macro. It will act based on dialstatus
and not auto-fallthrough 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-14-08 05:05  mvanbaak       Note Added: 0088709                          
======================================================================




More information about the asterisk-bugs mailing list