Jump to content

safarov

Members
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    4

2 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have prepared AWS CloudFormation stack. This allow make requred configration. Just need upload text file in the AWS CloudFormation and then generate tocken in IAM app. CloudFormation stack Description: >- Stack creates an S3 bucket for Kazoo recordings and configures access permission Resources: ################################################ # IAM Users ################################################ UserKazoo: Type: AWS::IAM::User Properties: UserName: kazoo ################################################ # S3 Bucket ################################################ S3Bucket: Type: AWS::S3::Bucket Properties: BucketName: 278544129100-kazoo PublicAccessBlockConfiguration: BlockPublicAcls: true BlockPublicPolicy: true IgnorePublicAcls: true RestrictPublicBuckets: true LifecycleConfiguration: Rules: - Id: DefaultRule Status: Enabled ExpirationInDays: 40 Transitions: - TransitionInDays: 10 StorageClass: GLACIER # - Id: Tenant-XXX # Status: Enabled # Prefix: 'subfolder' # ExpirationInDays: 40 # Transitions: # - TransitionInDays: 10 # StorageClass: GLACIER ################################################ # S3 Policy ################################################ PolicyKazoo: Type: 'AWS::S3::BucketPolicy' Properties: Bucket: !Ref S3Bucket PolicyDocument: Id: S3ForKazoo Statement: - Action: - 's3:ListBucket' - 's3:PutObject' - 's3:GetObject' Effect: Allow Resource: - !Sub arn:aws:s3:::${S3Bucket} - !Sub arn:aws:s3:::${S3Bucket}/* Principal: AWS: - !GetAtt UserKazoo.Arn
  2. @fmateo05 could you create pull request for new media files addition on 2600hz/kazoo-sounds repo.
  3. Is kazoo 5.x will use CentOS 8?
  4. To create and use advanced callflow 1) need create new callflow with any number ("1111" as example); 2) mark callflow as can used for main (in callflow application); 3) in smart PBX you can now select advanced callflow.
  5. why not create user and auth app using user account?
  6. Looks as you have half of couchdb nodes down. Cluster have configured 6 nodes and only 3 is online.
  7. Error 488 Not Acceptable Here is related to used codec and encryption. Not IP used on caller side (private or public). Please paste INVITE here and codec related variables from "freeswitch.xml"
  8. Think you can create `911` callflow and add cf_notification.erl and then cf_offnet.erl module This will allow send email.
  9. you can prepend caller name, not number. As example "hotdesk-", "sales-" and etc.
  10. Also check you PC for viruses. May be installed key logger. That recognise credit card number and send to third part. As options, you can boot from Fedora live USB stick and safely add credit card to monster-ui.
  11. How about create dedicated cart to pay only important services like 2600hz? In this case credit cart cannot be copied by third party and you can safely use service.
  12. They can force on or off time of day rule.
  13. You can configure voice mailbox with same creating message. Try rewrite greeting message from voice mailbox. I expect this will replace menu media.
  14. On client equipment may be used any password. This will not requested when used IP auth.
  15. Thin is easiest way - update kamailio config to add ACL check on REGISTER logic. I checked PCAP files. Yalink phones and other not send MAC during registration. But you can check MAC at provisioning state.
×
×
  • Create New...