----- Original Message ----- 
From: "Arpit Mehta" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<asterisk-users@lists.digium.com>
Sent: Friday, December 07, 2007 5:57 AM
Subject: [asterisk-users] Where does the call go in the dialplan after acall 
disconnects


> Hi all ,
>
> I would like to do some cleaning up after my call disconnects. For
> this I need to know where in the dialplan a call goes after it
> disconnects ? Is there any special place in the dialplan a call goes
> to when it disconnects ?
>
> Thanks
>
> Regards
>
> -- 

The h extension.
http://www.voip-info.org/wiki/index.php?page=Asterisk+h+extension

You may have something like this:

Exten => _X.,Dial([EMAIL PROTECTED])

Exten => h,1,Noop("The Call Has Been Terminated") 



_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Reply via email to