This project is a cooperation with the Braddock Active Arts Collective.
They want to change the awareness about urban space in Braddock, a district of Pittsburg. A number of signs will be distributed all over the area. Each sign has this number on it:

212.796.0729 and the extension 147

listen to the welcome message

each sign has another extension on it

dial:

111
222
333
444

A voice will tell them stories that happened on this particular site, historical events, murals and people are able to record their own stories associated with the place. They have to dial 1234 and press #.


HERE IS THE DIAL PLAN:

[sw1146_default]
exten => s,1,Answer();
exten => s,n,Background(/home/sw1146/asterisk_sounds/midterm/newfile); Enter in unique ID
exten => s,n,WaitExten(15)
exten => s,n,Hangup

exten => _XXX,1,SayDigits(${EXTEN})
exten => _XXX,n,Set(ID=${EXTEN})
exten => _XXX,n,NoOp(${ID})
exten => _XXX,n,Background(/home/sw1146/asterisk_sounds/midterm/${ID});Item description
exten => _XXX,n,Background(/home/sw1146/asterisk_sounds/midterm/menu);Press 1 to repeat
exten => _XXX,n,WaitExten(5)
exten => _XXX,n,Hangup

exten => 1,1,Goto(_XXX,1) ; not sure if this works.

exten => 1234,1,Background(/home/sw1146/asterisk_sounds/midterm/newfile2);To re-record, press 4
exten => 1234,n,WaitExten(5)

exten => 4,1,Background(/home/sw1146/asterisk_sounds/midterm/newfile2);record after the tone, press # when done
exten => 4,n,Record(/home/sw1146/asterisk_sounds/midterm/${ID}:gsm);
exten => 4,n(playback),Background(/home/sw1146/asterisk_sounds/midterm/newfile) ;5 to save, 6 to listen, 7 to re-record
exten => 4,n,WaitExten(10)

exten => 5,1,TrySystem(chmod 775 /home/sw1146/asterisk_sounds/midterm//${ID}.gsm)
exten => 5,n,Background(/home/sw1146/asterisk_sounds/midterm/newfile));thanks!
exten => 5,n,Hangup()

exten => 6,1,Playback(/home/sw1146/asterisk_sounds/midterm/${EXTEN})
exten => 6,n,Goto(s,playback)

exten => 7,1,Goto(4,1)

exten => t,1,Hangup()

exten => i,1,Goto(s,1)

78.jpg