[Asterisk-Dev] Digium+asterisk+festival+outgoingcall:
Howdetectabusy line..?
Dan Davis
DanWDavis at ij.net
Fri Dec 3 09:54:07 MST 2004
Luis:
I agree with you on you answer. However, I currently do not use the Asterisk CDR and would rather make pbx_spool more complete and have the status reported back directly.
My main concern with CDR would be trying to find the call in a very busy system.
Dan
----- Original Message -----
From: Luis Mata
To: 'Asterisk Developers Mailing List'
Sent: Friday, December 03, 2004 11:45 AM
Subject: RE: [Asterisk-Dev] Digium+asterisk+festival+outgoingcall: Howdetectabusy line..?
Sorry to bauch in. But this is a very easy process to do.. Which Asterisk already do.
The same script you are using to generate the call files , make a routing to check for the CDR file. If it is on the US where you are using the system enable progress indicators. This will log the result of the call on the cdr. Then you simply do a query on the CDR for all BUSY or NO ANSWER status and reissue a call file based on this ones.You can also compare the time of the call and reissue the call one hour later.
Hope I explain my self.
------------------------------------------------------------------------------
From: asterisk-dev-bounces at lists.digium.com [mailto:asterisk-dev-bounces at lists.digium.com] On Behalf Of Dan Davis
Sent: Friday, December 03, 2004 10:14 AM
To: Asterisk Developers Mailing List
Subject: Re: [Asterisk-Dev] Digium+asterisk+festival+outgoingcall: How detectabusy line..?
I have the same problem and am considering three possible fixes:
1) add support to pbx_spool (.CALL file module) for something similar to a H (hangup) exten to process non-answered calls.
2) have pbx_spool post a text status file just like the .CALL file for failed calls.
3) create a version of pbx_spool which would run with a database and not text files so all status info could be updated.
Thanks
Dan
----- Original Message -----
From: Daniel Cubero
To: asterisk-dev at lists.digium.com
Sent: Friday, December 03, 2004 9:59 AM
Subject: [Asterisk-Dev] Digium+asterisk+festival+outgoingcall: How detect abusy line..?
Hi all..!!
I'm developing a system to use festival,asterisk, digium card. This system makes a auto-dialing (using digium TE410P card), when the customer answer the call: asterisk play an audio (pre-built from festival), that is a easy part. our problem is how we can detect a busy line or error in the line but outside of asterisk (by means of a process to detect status of call-line) then we can make a control and retrying a former error outgoing call. I reviewed Vicidial but it has the same problem (non detect a busy line before transferring the call toward an agent)
We are using .CALL file in /var/spool/asterisk/outgoing directory for auto-dialing.
Please, can anybody help us..??
Regards
Daniel
----------------------------------------------------------------------------
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
------------------------------------------------------------------------------
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20041203/c365bbda/attachment.htm
More information about the asterisk-dev
mailing list