[asterisk-users] Where does the call go in the dialplan after acall disconnects
Dovid B
asteriskusers at dovid.net
Sat Dec 8 18:37:18 CST 2007
----- Original Message -----
From: "Arpit Mehta" <am2866 at columbia.edu>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users at 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(SIP${EXTEN}@provider)
Exten => h,1,Noop("The Call Has Been Terminated")
More information about the asterisk-users
mailing list