Moin,
ich hab ein Problem, undzwar möchte ich einen Anruf mit einer definierten Soundfile machen, wenn ein Event auf meinem Server passiert. Die ISDN Karte ist vorhanden und ich habe mir auch schon das Programm ANT angeguckt nur vermisse ich da die erforderlichen CLI Funktionen um mir ein Script dafür zu schreiben
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Usage: ant-phone [OPTION...] Options: -h, --help Show this help message -v, --version Print version information -r, --cleanup Remove stale socket file (left by accident by previous run) -d, --debug[=level] Print additional runtime debugging data to stdout level = 1..4 -i, --soundin=DEVICE ALSA device name for input (recording), default: "default" -o, --soundout=DEVICE ALSA device name for output (playback), default: "default" -m, --msn=MSN identifying MSN (for outgoing calls), 0 for master MSN of this termination/port default: 0 -l, --msns=MSNS MSNs to listen on, semicolon-separated list or '*' default: * -c, --call=NUMBER Call specified number -s, --sleep Put ISDN thread to sleep (to be able to remove CAPI modules before suspending the computer). -w, --wakeup Restart ISDN thread after sleep. |
Also wählen per CLI Klappt aber ich hab keine Funktion um den Anruf wieder zu beenden. Kennt jemand von euch ein Programm was meinen Anforderungen entspricht?:
-Möglichkeit per CLI Anrufen abzusetzen, wieder zu beenden
-(optional) Sound File als Input Device
-Das alles Über ISDN sprich CAPI (AVM Fritz Card ISDN PCI)
An Asterisk hatte ich auch schon gedacht nur check ich das nicht 😀
Ich hoffe jemand kann mir helfen
Gruß