Advertisement
Guest User

FreeSwitch Queue

a guest
Sep 12th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <extension name="kunden queue">
  2. <condition field="destination_number" expression="^(493022409898)$">
  3. <!-- Erzwinge bei Fehler (busy, etc.) weitere execution des Dialplans -->
  4. <action application="set" data="continue_on_fail=true"/>
  5. <!-- Alle Dispo-Telefone anklingeln und verbinden, wenn min. 1 frei -->
  6. <action application="bridge" data="group/dispo-kunden@192.168.1.93" />
  7. <!-- Wenn beide besetzt, ab in die Warteschlange -->
  8. <action application="callcenter" data="kunden@192.168.1.93" />
  9. <action application="hangup"/>
  10. </condition>
  11. </extension>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement