00_inbound_did.xml 706 B

123456789101112131415161718
  1. <include>
  2. <extension name="public_did">
  3. <condition field="destination_number" expression="^(5551212)$">
  4. <!--
  5. If you're hosting multiple domains you will want to set the
  6. target_domain on these calls so they hit the proper domain after you
  7. transfer the caller into the default context.
  8. $${domain} is the default domain set from vars.xml but you can set it
  9. to any domain you have setup in your user directory.
  10. -->
  11. <action application="set" data="domain_name=$${domain}"/>
  12. <!-- This example maps the DID 5551212 to ring 1000 in the default context -->
  13. <action application="transfer" data="1000 XML default"/>
  14. </condition>
  15. </extension>
  16. </include>