Hello all,
Is any way to get the dialstatus when we are using call files to initiate calls in Zap channels. All i need is the full details that what happed to the call.
I used CDR to keep track off, for ss7 lines the data entered is fine.
But in the PRI line the for BUSY,FAILED for NOANSWER the status is putting it as same as NOANSWER.Is there any way to detect it.I tried the variable ${DIALSTATUS}.
[quote=“itzbipin”]But in the PRI line the for BUSY,FAILED for NOANSWER the status is putting it as same as NOANSWER.Is there any way to detect it.I tried the variable ${DIALSTATUS}.
But its not at all working.[/quote]
Pardon me, do you really know what NoOp, as shown above, is all about?
I’d like to know the answer to this question also.
When I use a call file to place an outbound call, there must be an easier way to determine the status of that call, other than searching for it in the CDR’s, right?
Hello midstar,
I have reply for your question. You can use a agi script for tha status of the call.ie initiate call with call file and use AGI for playing file and getting status.
is it what you meant???
The problem is, it is not running my AGI script unless it is successful in completing the call from the call file.
If, for example, the line is busy, it never runs the AGI script.
What I would like to do is send an alert if the call doesn’t connect properly. But since the AGI script isn’t run in these cases, I don’t know where to send the alert from.
You’re not going to get the dialstatus on the “s” extension, only on the _X. extension after the dial fails, or the “h” extension when the dial hangs up.
hello,
I had already replied it in my previous post just check it again.
it will echo the result of the ${DIALSTATUS} or the ${HANGUPCAUSE}variable value in the cli console anything more than that???
Also tried in the sense you look the extension on the Noop application .That is what the difference i made.