Hello all,

I am testing the Dial application with the fall through
priorities for different cases

what i want is the flow after failure of the Dial application
which simulates response codes like
1)404 -- Not found
2)480 --Temporarily Unavailable
3)486 --User busy

i did manipulate the priority flow like the following for
the case 2 and 3 ...

exten => _XX,1,Dial(SIP/extension)
exten => _XX,2,VoiceMail([EMAIL PROTECTED]|u) --for 480 case
exten => _XX,3,Hangup()
exten => _XX,102,VoiceMail([EMAIL PROTECTED]|b)--for 486 case
exten => _XX,103,Hangup()

that was my understanding
if the flow is correct?
just correct me if i am wrong
and what about the case 1 (404 Not Found)?

Thanks and regards
srinivas antarvedi

-- 
Srinivas Antarvedi
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to