Ticket #2055 (closed Bugs: fixed)

Opened 6 years ago

Last modified 6 years ago

*99 ignores Language Selection

Reported by: valen Assigned to:
Priority: minor Milestone: 2.3
Component: System Recordings Version: 2.3-branch
Keywords: Background and Language Selection Cc:
Confirmation: Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description (Last modified by p_lindheimer)

- removed line

+ added line

[macro-systemrecording]
exten => s,1,Goto(${ARG1},1)

exten => dorecord,1,Record(/tmp/${CALLERID(number)}-ivrrecording:wav)
exten => dorecord,n,Wait(1)
exten => dorecord,n,Goto(confmenu,1)

exten => docheck,1,Playback(/tmp/${CALLERID(number)}-ivrrecording)
exten => docheck,n,Wait(1)
exten => docheck,n,Goto(confmenu,1)

-exten => confmenu,1,Background(to-listen-to-it&press-1&to-rerecord-it&press-star|m||macro-systemrecording)

+exten => confmenu,1,Background(to-listen-to-it&press-1&to-rerecord-it&press-star|m|${LANGUAGE}|macro-systemrecording)
exten => confmenu,n,Read(RECRESULT||1|||4)
exten => confmenu,n,GotoIf($["x${RECRESULT}"="x*"]?dorecord,1)
exten => confmenu,n,GotoIf($["x${RECRESULT}"="x1"]?docheck,1)
exten => confmenu,n,Goto(1)

exten => 1,1,Goto(docheck,1)
exten => *,1,Goto(dorecord,1)

exten => t,1,Playback(goodbye)
exten => t,n,Hangup

exten => i,1,Playback(pm-invalid-option)
exten => i,n,Goto(confmenu,1)

exten => h,1,Hangup

Change History

07/06/07 04:26:55 changed by vgster

  • summary changed from macro-systemrecordings wasn't working properly. This caused *99 to ignore Language Selection. to *99 ignores Language Selection.

07/26/07 12:35:16 changed by p_lindheimer

  • status changed from new to closed.
  • version changed from 2.2.1 to 2.3-branch.
  • resolution set to fixed.
  • description changed.