Configure new samples
This commit is contained in:
@@ -732,7 +732,9 @@ exten => _X.,n,Return()
|
|||||||
[from-eventphone]
|
[from-eventphone]
|
||||||
exten => s,1,Answer()
|
exten => s,1,Answer()
|
||||||
same => n,Wait(1)
|
same => n,Wait(1)
|
||||||
same => n(start),Background(/etc/asterisk/media/playback/start,m)
|
same => n,Playback(/etc/asterisk/media/playback/e_1_herzlich_willkommen_beim_teleshopping)
|
||||||
|
same => n(start),Background(/etc/asterisk/media/playback/e_3_dr_cken_Sie,m)
|
||||||
|
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)
|
||||||
exten => 2,1,Goto(take-question,s,1)
|
exten => 2,1,Goto(take-question,s,1)
|
||||||
@@ -740,19 +742,19 @@ exten => 2,1,Goto(take-question,s,1)
|
|||||||
[record-bid]
|
[record-bid]
|
||||||
exten => 1,1,Noop()
|
exten => 1,1,Noop()
|
||||||
same => n(start),GotoIf($[ "${DB(auction/open)}" != "1" ]?bidding-closed,1)
|
same => n(start),GotoIf($[ "${DB(auction/open)}" != "1" ]?bidding-closed,1)
|
||||||
same => n,Playback(is)
|
same => n,Playback(/etc/asterisk/media/playback/e_6_das_mindestgebot)
|
||||||
same => n,SayNumber(${DB(auction/bid)})
|
same => n,SayNumber(${DB(auction/bid)})
|
||||||
same => n,Playback(digits/dollars)
|
same => n,Playback(/etc/asterisk/media/playback/e_7.2_eur_s)
|
||||||
same => n,Read(money,/etc/asterisk/media/playback/gebot-eingeben,,,1,12)
|
same => n,Read(money,/etc/asterisk/media/playback/e_8_bitte_geben_sie_ihr_gebot_ein,,,1,12)
|
||||||
same => n,GotoIf($[ "${money}" == "" ]?start)
|
same => n,GotoIf($[ "${money}" == "" ]?start)
|
||||||
same => n,GotoIf($[ ${money} >= ${DB(auction/bid)} & ${money} < 10000 ]?:bid-invalid,1)
|
same => n,GotoIf($[ ${money} >= ${DB(auction/bid)} & ${money} < 10000 ]?:bid-invalid,1)
|
||||||
same => n,Playback(you-entered)
|
same => n,Playback(/etc/asterisk/media/playback/e_10_ich_habe_folgendes_gebot_verstanden)
|
||||||
same => n,SayNumber(${money})
|
same => n,SayNumber(${money})
|
||||||
same => n,Playback(digits/dollars)
|
same => n,Playback(/etc/asterisk/media/playback/e_7.2_eur_s)
|
||||||
same => n,Read(input,/etc/asterisk/media/playback/gebot-bestaetigen,1,,1,7)
|
same => n,Read(input,/etc/asterisk/media/playback/e_11_ist_das_korrekt,1,,1,7)
|
||||||
same => n,GotoIf($[ "${input}" != "1" ]?start)
|
same => n,GotoIf($[ "${input}" != "1" ]?start)
|
||||||
same => n,Set(FILE(/tmp/money.txt,,,al,u)=${money} ${CALLERID(num)})
|
same => n,Set(FILE(/tmp/money.txt,,,al,u)=${money} ${CALLERID(num)})
|
||||||
same => n,Playback(queue-thankyou)
|
same => n,Playback(/etc/asterisk/media/playback/e_12_vielen_dank_f_r_dein_gebot)
|
||||||
same => n,Set(QUEUE_PRIO=${money})
|
same => n,Set(QUEUE_PRIO=${money})
|
||||||
same => n,Set(__AUCTION_BID=${money})
|
same => n,Set(__AUCTION_BID=${money})
|
||||||
same => n,Originate(Console/dsp,exten,auction-spy,s,1,,a)
|
same => n,Originate(Console/dsp,exten,auction-spy,s,1,,a)
|
||||||
@@ -761,11 +763,11 @@ same => n,Queue(auction,tc)
|
|||||||
same => n,Dial(SIP/21,60,U(bidding-announce))
|
same => n,Dial(SIP/21,60,U(bidding-announce))
|
||||||
same => n,Hangup()
|
same => n,Hangup()
|
||||||
|
|
||||||
exten => bidding-closed,1,Playback(confbridge-begin-leader)
|
exten => bidding-closed,1,Playback(/etc/asterisk/media/playback/e_5_leider_kann_gerade_kein_gebot)
|
||||||
same => n,Wait(1)
|
same => n,Wait(1)
|
||||||
same => n,Goto(1)
|
same => n,Goto(1)
|
||||||
|
|
||||||
exten => bid-invalid,1,Playback(invalid)
|
exten => bid-invalid,1,Playback(/etc/asterisk/media/playback/e_9_das_eingegebene_gebot_ist_ung_ltig)
|
||||||
same => n,Goto(1,1)
|
same => n,Goto(1,1)
|
||||||
|
|
||||||
[auction-spy]
|
[auction-spy]
|
||||||
@@ -774,7 +776,7 @@ same => n,ChanSpy(SIP/22,bq)
|
|||||||
|
|
||||||
[bidding-announce]
|
[bidding-announce]
|
||||||
exten => s,1,Wait(1)
|
exten => s,1,Wait(1)
|
||||||
same => n,Playback(is)
|
same => n,Playback(/etc/asterisk/media/playback/e_20.1_das_gebot_der_anrufenden_dramatischer)
|
||||||
same => n,SayNumber(${AUCTION_BID})
|
same => n,SayNumber(${AUCTION_BID})
|
||||||
same => n,Return()
|
same => n,Return()
|
||||||
|
|
||||||
@@ -794,24 +796,24 @@ exten => _0X.,1,Goto(to-eventphone,${EXTEN:1},1)
|
|||||||
; Open bidding, read start bid
|
; Open bidding, read start bid
|
||||||
exten => 91,1,Answer()
|
exten => 91,1,Answer()
|
||||||
same => n,Wait(0.5)
|
same => n,Wait(0.5)
|
||||||
same => n(start),Read(startbid,/etc/asterisk/media/playback/gebot-eingeben,,,1,12)
|
same => n(start),Read(startbid,/etc/asterisk/media/playback/e_8_bitte_geben_sie_ihr_gebot_ein,,,1,12)
|
||||||
same => n,GotoIf($[ "${startbid}" == "" ]?start)
|
same => n,GotoIf($[ "${startbid}" == "" ]?start)
|
||||||
same => n,GotoIf($[ ${startbid} > 0 & ${startbid} < 10000 ]?:start)
|
same => n,GotoIf($[ ${startbid} > 0 & ${startbid} < 10000 ]?:start)
|
||||||
same => n,Playback(you-entered)
|
same => n,Playback(/etc/asterisk/media/playback/e_10_ich_habe_folgendes_gebot_verstanden)
|
||||||
same => n,SayNumber(${startbid})
|
same => n,SayNumber(${startbid})
|
||||||
same => n,Read(input,/etc/asterisk/media/playback/gebot-bestaetigen,1,,1,7)
|
same => n,Read(input,/etc/asterisk/media/playback/e_11.2_ist_das_korrekt_genervt,1,,1,7)
|
||||||
same => n,GotoIf($[ "${input}" != "1" ]?start)
|
same => n,GotoIf($[ "${input}" != "1" ]?start)
|
||||||
same => n,Set(DB(auction/open)=1)
|
same => n,Set(DB(auction/open)=1)
|
||||||
same => n,Set(DB(auction/bid)=${startbid})
|
same => n,Set(DB(auction/bid)=${startbid})
|
||||||
same => n,RemoveQueueMember(auction,Local/22@bidding-queue-member)
|
same => n,RemoveQueueMember(auction,Local/22@bidding-queue-member)
|
||||||
same => n,Playback(queue-thankyou)
|
same => n,Playback(/etc/asterisk/media/playback/e_12_vielen_dank_f_r_dein_gebot)
|
||||||
|
|
||||||
; Close bidding
|
; Close bidding
|
||||||
exten => 92,1,Answer()
|
exten => 92,1,Answer()
|
||||||
same => n,Wait(0.5)
|
same => n,Wait(0.5)
|
||||||
same => n,Set(DB(auction/open)=0)
|
same => n,Set(DB(auction/open)=0)
|
||||||
same => n,AddQueueMember(auction,Local/22@bidding-queue-member)
|
same => n,AddQueueMember(auction,Local/22@bidding-queue-member)
|
||||||
same => n,Playback(queue-thankyou)
|
same => n,Playback(/etc/asterisk/media/playback/e_15.2_herzlichen_gl_ckwunsch_pott)
|
||||||
same => n,Hangup()
|
same => n,Hangup()
|
||||||
|
|
||||||
[to-eventphone]
|
[to-eventphone]
|
||||||
|
|||||||
BIN
media/moh/shop/teleshopping_warteschleife_1.alaw
Normal file
BIN
media/moh/shop/teleshopping_warteschleife_1.alaw
Normal file
Binary file not shown.
Binary file not shown.
BIN
media/playback/e_10_ich_habe_folgendes_gebot_verstanden.alaw
Normal file
BIN
media/playback/e_10_ich_habe_folgendes_gebot_verstanden.alaw
Normal file
Binary file not shown.
1
media/playback/e_11.2_ist_das_korrekt_genervt.alaw
Normal file
1
media/playback/e_11.2_ist_das_korrekt_genervt.alaw
Normal file
File diff suppressed because one or more lines are too long
BIN
media/playback/e_11_ist_das_korrekt.alaw
Normal file
BIN
media/playback/e_11_ist_das_korrekt.alaw
Normal file
Binary file not shown.
1
media/playback/e_12_vielen_dank_f_r_dein_gebot.alaw
Normal file
1
media/playback/e_12_vielen_dank_f_r_dein_gebot.alaw
Normal file
File diff suppressed because one or more lines are too long
BIN
media/playback/e_13_queue_you_are_next.alaw
Normal file
BIN
media/playback/e_13_queue_you_are_next.alaw
Normal file
Binary file not shown.
1
media/playback/e_14_queue_the_next_song.alaw
Normal file
1
media/playback/e_14_queue_the_next_song.alaw
Normal file
File diff suppressed because one or more lines are too long
1
media/playback/e_15.2_herzlichen_gl_ckwunsch_pott.alaw
Normal file
1
media/playback/e_15.2_herzlichen_gl_ckwunsch_pott.alaw
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
1
media/playback/e_16_queue_there_are.alaw
Normal file
1
media/playback/e_16_queue_there_are.alaw
Normal file
File diff suppressed because one or more lines are too long
BIN
media/playback/e_17_du_bist_nicht_h_chstbietend.alaw
Normal file
BIN
media/playback/e_17_du_bist_nicht_h_chstbietend.alaw
Normal file
Binary file not shown.
1
media/playback/e_18_queue_calls_waiting.alaw
Normal file
1
media/playback/e_18_queue_calls_waiting.alaw
Normal file
File diff suppressed because one or more lines are too long
BIN
media/playback/e_19_dr_cke_1_um_erneut_zu_bieten.alaw
Normal file
BIN
media/playback/e_19_dr_cke_1_um_erneut_zu_bieten.alaw
Normal file
Binary file not shown.
BIN
media/playback/e_1_herzlich_willkommen_beim_teleshopping.alaw
Normal file
BIN
media/playback/e_1_herzlich_willkommen_beim_teleshopping.alaw
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
media/playback/e_20_das_gebot_der_anrufenden_beträgt.alaw
Normal file
BIN
media/playback/e_20_das_gebot_der_anrufenden_beträgt.alaw
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
1
media/playback/e_3_dr_cken_Sie.alaw
Normal file
1
media/playback/e_3_dr_cken_Sie.alaw
Normal file
File diff suppressed because one or more lines are too long
1
media/playback/e_4_zur_qualitätssicherung.alaw
Normal file
1
media/playback/e_4_zur_qualitätssicherung.alaw
Normal file
File diff suppressed because one or more lines are too long
1
media/playback/e_5_leider_kann_gerade_kein_gebot.alaw
Normal file
1
media/playback/e_5_leider_kann_gerade_kein_gebot.alaw
Normal file
File diff suppressed because one or more lines are too long
BIN
media/playback/e_6_das_mindestgebot.alaw
Normal file
BIN
media/playback/e_6_das_mindestgebot.alaw
Normal file
Binary file not shown.
1
media/playback/e_7.2_eur_s.alaw
Normal file
1
media/playback/e_7.2_eur_s.alaw
Normal file
File diff suppressed because one or more lines are too long
BIN
media/playback/e_7.3_euros_english.alaw
Normal file
BIN
media/playback/e_7.3_euros_english.alaw
Normal file
Binary file not shown.
BIN
media/playback/e_7_euros.alaw
Normal file
BIN
media/playback/e_7_euros.alaw
Normal file
Binary file not shown.
BIN
media/playback/e_8_bitte_geben_sie_ihr_gebot_ein.alaw
Normal file
BIN
media/playback/e_8_bitte_geben_sie_ihr_gebot_ein.alaw
Normal file
Binary file not shown.
BIN
media/playback/e_9_das_eingegebene_gebot_ist_ung_ltig.alaw
Normal file
BIN
media/playback/e_9_das_eingegebene_gebot_ist_ung_ltig.alaw
Normal file
Binary file not shown.
BIN
media/playback/teleshopping_warteschleife_1.alaw
Normal file
BIN
media/playback/teleshopping_warteschleife_1.alaw
Normal file
Binary file not shown.
@@ -578,3 +578,11 @@ announce-holdtime=no
|
|||||||
context = record-bid
|
context = record-bid
|
||||||
; members are added dynamically, so auction doesn't ring all the time
|
; members are added dynamically, so auction doesn't ring all the time
|
||||||
queue-thankyou=
|
queue-thankyou=
|
||||||
|
|
||||||
|
; ("You are now first in line.")
|
||||||
|
queue-youarenext=/etc/asterisk/media/playback/e_15.2_herzlichen_gl_ckwunsch_pott
|
||||||
|
; ("There are")
|
||||||
|
queue-thereare=/etc/asterisk/media/playback/e_17_du_bist_nicht_h_chstbietend
|
||||||
|
; ("calls waiting.")
|
||||||
|
queue-callswaiting=/etc/asterisk/media/playback/e_19_dr_cke_1_um_erneut_zu_bieten
|
||||||
|
; ("The current est. holdtime is")
|
||||||
|
|||||||
Reference in New Issue
Block a user