Hi 
I want to use Call Deflection with DAHDISendCallreroutingFacility Application.
I use Asterisk:1.8.11 libpri:1.4.12 facilityenable=yes transfer=yes
 my dialplan is like this:

[Call-Deflection]
exten => 66,n,Proceeding()
exten => 66,1,wait(5)
exten => 66,n,DAHDISendCallreroutingFacility(88050048,8262000,cfb)
exten => 66,n,wait(5)
exten => 66,n,Hangup()

after Executing DAHDISendCallreroutingFacility("DAHDI/i1/2188602827-3", 
"88050048,8262000,cfb") 
in new stack  == Spawn extension (Call-Deflection, 66, 3) exited non-zero on 
'DAHDI/i1/2188602827-3'

Asterisk exit immediately and last wait(5) won't Excute.

I used another PRI Analyzer and this is message sequence:

Asterisk    <--setup--    Local exchange
Asterisk  --proceeding--> 
 Local exchange
Asterisk   --facility-->  Local exchange
Asterisk   --Disconnect(Subscriber Absent)--> Local exchange
Asterisk    <--Release-- Local exchange
Asterisk    --Release complete--> Local exchange

from the Analyzer report Asterisk send Disconnect immediately after Facility 
message
(don't wait for response from Local exchange).
please help me solve this problem

Regards
M.Shirazi
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to