Added second web form option for in-groups and campaigns
Changed answering machine message to a prompt field and added TTS option Added waitforsilence options to campaign screen git-svn-id: svn://192.168.202.10@1228 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -358,11 +358,8 @@ exten => 8307,2,Playback(vm-goodbye)
|
||||
exten => 8307,3,Hangup
|
||||
|
||||
; this is used for playing a message to an answering machine forwarded from AMD in VICIDIAL
|
||||
; replace conf with the message file you want to leave
|
||||
exten => 8320,1,WaitForSilence(2000,2) ; AMD got machine. leave message after recording
|
||||
exten => 8320,2,Playback(conf)
|
||||
exten => 8320,3,AGI(VD_amd_post.agi,${EXTEN})
|
||||
exten => 8320,4,Hangup
|
||||
exten => 8320,1,AGI(VD_amd.agi,${EXTEN}-----YES)
|
||||
exten => 8320,2,Hangup
|
||||
|
||||
; use for selective CallerID hangup by area code(hard-coded)
|
||||
exten => 8352,1,AGI(agi-VDADselective_CID_hangup.agi,${EXTEN})
|
||||
|
||||
@@ -358,11 +358,8 @@ exten => 8307,2,Playback(vm-goodbye)
|
||||
exten => 8307,3,Hangup
|
||||
|
||||
; this is used for playing a message to an answering machine forwarded from AMD in VICIDIAL
|
||||
; replace conf with the message file you want to leave
|
||||
exten => 8320,1,WaitForSilence(2000,2) ; AMD got machine. leave message after recording
|
||||
exten => 8320,2,Playback(conf)
|
||||
exten => 8320,3,AGI(VD_amd_post.agi,${EXTEN})
|
||||
exten => 8320,4,Hangup
|
||||
exten => 8320,1,AGI(VD_amd.agi,${EXTEN}-----YES)
|
||||
exten => 8320,2,Hangup
|
||||
|
||||
; use for selective CallerID hangup by area code(hard-coded)
|
||||
exten => 8352,1,AGI(agi-VDADselective_CID_hangup.agi,${EXTEN})
|
||||
|
||||
Reference in New Issue
Block a user