Iam using SIP for making a outgoing call to a softphone. In my extensions.conf file how will i know the DialStatus when the callee does not pick the call at all, the ring goes till the wait time and hangs up. What will be the Status at this time.
The status will be NOANSWER
Cheers, Alex.
Thanks Alex. I use Aserisk-1.4.11 version of asterisk. I dont get any status in the asterisk log when i use this statement:
exten => outbound-handler, 3,NoOp(status=${DIALSTATUS})
It gives be blank for status.