0

I need to make Elastix/Asterisk prevent calling on fax machines.

I've already asked How can we handle outgoing fax calls? and got the main idea, but I don't know the SIP thing well and haven't found a clear step-by-step answer or code with comments, what makes it very hard to understand.

What I understand is that I need to:

  1. create custom dialplan for Elastix
  2. route calls to that custom dialplan if AMD is triggered

I got the .conf files including the "amd.conf" one.

How exactly should I modify those files(and which ones) to prevent calling on fax machines(if the answer machine is fax -> hang up)?

Thank you in advance!

Community
  • 1
  • 1
Eduard Climov
  • 165
  • 1
  • 15

1 Answers1

0

You need add at settings page option like M(amd) for dialout via trunk

After that you have create macro-amd context which do detect, in extensions_custom.conf

arheops
  • 15,544
  • 1
  • 21
  • 27