Using asterisk 1.8.4
If don’t Answer(), the dialplan continues inmediatelly after PickUpChan() (¿who is receiving the Congestion()?)
When putting Answer() the dialplan does not continue when the ‘original’ caller hangs up
If I test the call from the console, (console dials, a sip-phone tries to pickup)
exten=>_XXX,1,Answer()
exten=>_XXX,n,PickUpChan(SIP/${EXTEN})
exten=>_XXX,n,Congestion(2)
exten=>_XXX,n,Hangup()
produces me a crash (core stop)