Compare commits

..

4 Commits

Author SHA1 Message Date
Your Name
4124512b2b conf logger for fail2ban 2021-12-28 14:23:51 +00:00
Your Name
7d8bc29cf3 add 7 in main menu 2021-12-28 14:23:41 +00:00
Your Name
5a9eb24171 fix for multiple bids 2021-12-28 14:22:26 +00:00
Your Name
b9ef07cfa8 added correct pass for event 2021-12-27 22:45:37 +00:00
8 changed files with 6 additions and 5 deletions

View File

@@ -735,6 +735,7 @@ same => n,Wait(1)
same => n,GotoIf($[ "${DB(stream/open)}" != "1" ]?stream-closed,1) same => n,GotoIf($[ "${DB(stream/open)}" != "1" ]?stream-closed,1)
same => n,Background(/etc/asterisk/media/playback/e_1_herzlich_willkommen_beim_teleshopping,m) same => n,Background(/etc/asterisk/media/playback/e_1_herzlich_willkommen_beim_teleshopping,m)
same => n(start),Background(/etc/asterisk/media/playback/e_3_dr_cken_Sie,m) same => n(start),Background(/etc/asterisk/media/playback/e_3_dr_cken_Sie,m)
same => n(start),Background(/etc/asterisk/media/playback/telefon_drueckenSieDie7,m)
same => n,WaitExten(4) same => n,WaitExten(4)
same => n,Goto(start) same => n,Goto(start)
exten => 1,1,Goto(record-bid,1,1) exten => 1,1,Goto(record-bid,1,1)

View File

@@ -16,7 +16,7 @@
; a fractional second parameter which may be used in this field. Use %1q ; a fractional second parameter which may be used in this field. Use %1q
; for tenths, %2q for hundredths, etc. ; for tenths, %2q for hundredths, etc.
; ;
;dateformat=%F %T ; ISO 8601 date format dateformat=%F %T ; ISO 8601 date format
;dateformat=%F %T.%3q ; with milliseconds ;dateformat=%F %T.%3q ; with milliseconds
; ;
; ;

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -3,4 +3,4 @@
echo "Content-Type: text/plain" echo "Content-Type: text/plain"
echo "" echo ""
asterisk -x 'queue show auction' | sed -n 's/^.*prio: \(.*\))$/Aktuelles Gebot: \1/p' | head asterisk -x 'queue show auction' | sed -n 's/^.*prio: \(.*\))$/Aktuelles Gebot: \1/p' | head -n 1

View File

@@ -819,7 +819,7 @@ qualify=yes
; ;
;register => 1234:password@mysipprovider.com ;register => 1234:password@mysipprovider.com
register => 7467:12zX22bH02q2@eventphone.de register => 7467:12zX22bH02q2@eventphone.de
register => 7467:COwcNVlnErGf@voip.eventphone.de register => 7467:e5JvEVLQN9ss@voip.eventphone.de
; ;
; This will pass incoming calls to the 's' extension ; This will pass incoming calls to the 's' extension
; ;
@@ -1637,9 +1637,9 @@ qualify=yes
[eventphone-event] [eventphone-event]
type=friend type=friend
host=93.180.79.35 host=93.180.79.52
defaultuser=7467 defaultuser=7467
secret=COwcNVlnErGf secret=e5JvEVLQN9ss
context=from-eventphone context=from-eventphone
qualify=yes qualify=yes
disallow=all disallow=all