1. 16 11月, 2014 1 次提交
  2. 14 11月, 2014 4 次提交
  3. 13 11月, 2014 3 次提交
    • Chris Rienzo's avatar
      FS-6979 #resolve #comment mod_http_cache: added base-domain config to s3… · dd612321
      Chris Rienzo 提交于
      FS-6979 #resolve #comment mod_http_cache: added base-domain config to s3 profiles so mod_http_cache can access self hosted s3 compatible service.
      
      Example configuration:
      
        <profiles>
          <profile name="s3">
             <!-- Credentials for AWS account. -->
             <aws-s3>
                <!-- 20 character key identifier -->
                <access-key-id><![CDATA[AKIAIOSFODNN7EXAMPLE]]></access-key-id>
                <!-- 40 character secret -->
                <secret-access-key><![CDATA[wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY]]></secret-access-key>
                <base-domain><![CDATA[example.com]]></base-domain>
             </aws-s3>
             <!-- Domains that this profile applies to -->
             <domains>
                <domain name="bucket.example.com"/>
                <domain name="bucket2.example.com"/>
             </domains>
          </profile>
        </profiles>
      dd612321
    • Michael Jerris's avatar
      FS-6531: #resolve set to tag on uuid_phone_event notify to make grandstream… · 75473a70
      Michael Jerris 提交于
      FS-6531: #resolve set to tag on uuid_phone_event notify to make grandstream happy, even tho they could have matched the dialog fine off the from tag like every other phone does.
      75473a70
    • Michael Jerris's avatar
      FS-6531: #resolve set to tag on auto answer notify to make grandstream happy,… · 82aa3314
      Michael Jerris 提交于
      FS-6531: #resolve set to tag on auto answer notify to make grandstream happy, even tho they could have matched the dialog fine off the from tag like every other phone does.
      82aa3314
  4. 12 11月, 2014 10 次提交
  5. 11 11月, 2014 11 次提交
  6. 10 11月, 2014 2 次提交
  7. 09 11月, 2014 3 次提交
  8. 08 11月, 2014 1 次提交
  9. 07 11月, 2014 5 次提交