Skip to content

Instantly share code, notes, and snippets.

@debojitkakoti
Created June 30, 2015 07:01
Show Gist options
  • Save debojitkakoti/dcefe7c998d14d2910e3 to your computer and use it in GitHub Desktop.
Save debojitkakoti/dcefe7c998d14d2910e3 to your computer and use it in GitHub Desktop.

Revisions

  1. debojitkakoti created this gist Jun 30, 2015.
    7 changes: 7 additions & 0 deletions conference
    Original 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