[Amportal-devel] [Amportal-cvs] SF.net SVN: amportal: [2171]

I have a sneaking feeling at the back of my mind that we tried to put BUSY
handling in here once before but had to take it out as some trunks
reported busy but wasn’t really.

[quote] Revision: 2171
Author: gregmac
Date: 2006-07-25 18:21:16 -0700 (Tue, 25 Jul 2006)
ViewCVS: http://svn.sourceforge.net/amportal/?rev=2171&view=rev

Log Message:

Added handlers to macro-dialout-trunk for NOANSWER and CANCEL

Modified Paths:

 freepbx/trunk/amp_conf/astetc/extensions.conf

Modified: freepbx/trunk/amp_conf/astetc/extensions.conf

— freepbx/trunk/amp_conf/astetc/extensions.conf 2006-07-25 22:54:08 UTC
(rev 2170)
+++ freepbx/trunk/amp_conf/astetc/extensions.conf 2006-07-26 01:21:16 UTC
(rev 2171)
@@ -268,13 +268,23 @@

exten => s,n(chanfull),Noop(max channels used up)

-exten => s-BUSY,1,NoOp(Trunk is reporting BUSY)
+exten => s-BUSY,1,NoOp(Dial failed due to trunk reporting BUSY - giving
up)
exten => s-BUSY,2,Busy()
-exten => s-BUSY,3,Wait(60)
-exten => s-BUSY,4,NoOp()
+exten => s-BUSY,3,Wait(20)
+exten => s-BUSY,4,Hangup()

-exten => _s-.,1,NoOp(Dial failed due to ${DIALSTATUS})
+exten => s-NOANSWER,1,NoOp(Dial failed due to trunk reporting NOANSWER -
giving up)
+exten => s-NOANSWER,2,Congestion()
+exten => s-NOANSWER,3,Wait(20)
+exten => s-NOANSWER,4,Hangup()

+exten => s-CANCEL,1,NoOp(Dial failed due to trunk reporting CANCEL -
giving up)
+exten => s-CANCEL,2,Congestion()
+exten => s-CANCEL,3,Wait(20)
+exten => s-CANCEL,4,Hangup()
+
+exten => _s-.,1,NoOp(Dial failed due to ${DIALSTATUS} - failing through
to other trunks)
+
; Adds a dynamic agent/member to a Queue
; Prompts for call-back number - in not entered, uses CIDNum
[macro-agent-add]

This was sent by the SourceForge.net collaborative development platform,
the world’s largest Open Source development site.


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share
your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-cvs

[/quote]


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-devel

Post generated using Mail2Forum (http://www.mail2forum.com)