Jeff Clay created OPENMEETINGS-471:
--------------------------------------

             Summary: Asterisk rooms context
                 Key: OPENMEETINGS-471
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-471
             Project: Openmeetings
          Issue Type: Improvement
          Components: VoIP/SIP
    Affects Versions: 2.1 Apache Incubator Release
            Reporter: Jeff Clay
            Assignee: Timur Tleukenov
            Priority: Minor


I don't believe that using a database table for the rooms context is necessary, 
at least for asterisks requirements. The table can be replaced by using the 
lines below in extensions.conf instead of the db switch.

[rooms]
exten=_XXXXXXX,1,MeetMe(${EXTEN},dM)
exten=_XXXXXXX,n,Hangup


The _ says that we're matching a pattern, and the X's determine how long of a 
pattern we're looking for. This example will match any 7 digit number and then 
go to the MeetMe bridge of that number.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to