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.
conferece dialplan
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment