Created
June 30, 2015 07:01
-
-
Save debojitkakoti/dcefe7c998d14d2910e3 to your computer and use it in GitHub Desktop.
Revisions
-
debojitkakoti created this gist
Jun 30, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ [conf_miss_conference] exten => _X.,1,Ringing() exten => _X.,n,Wait(2) exten => _X.,n,AGI(example.php);your agi script here use pin based authentication here exten => _X.,n,Set(MEETME_RECORDINGFILE=/var/spool/asterisk/meetme/${UNIQUEID});your conference recording location exten => _X.,n,MeetMe(${conference_id},rM,${conference_pin});get the conference id and pin dynamically from example.php exten => h,1,AGI(billing.php);handle billing and other stuff here