The ringtone from the film, the one every phone had, ringing unanswered.
1# Bumer (2003) - the phone's melody, Sergey Shnurov2# https://lab.glossema.dev/play/bumer34# --- Instrument: one beeper, equal temperament, fifth octave ---5:globalnotes{"E5"=659;"G5"=784;"A5"=880;"B5"=988};67# --- Clock: 150 bpm, 4/4; e = eighth, qd = dotted quarter, h = half ---8:globaldurs{"e"=200ms;"qd"=600ms;"h"=800ms};9:globalgap 40ms;1011# --- One voice: "NOTE:dur" sounds, "-:dur" rests ---12:globalplaydo={13:globalnotes;14:globaldurs;15:globalgap;16:localcut[:find$1":"];17:localnote[:pick$1 0 $cut];18:localslot($durs->[:pick$1($cut+ 1)[:len$1]]);19:if($note="-")do={20:delay$slot;21 }else={22:localhold($slot-$gap);23:beepfrequency=($notes->$note)length=$hold;24:delay($hold+$gap);25 }26};2728# --- The phrase: Em | C | Am | C ---29:localphrase{30"E5:e";"G5:qd";"-:h";31"G5:e";"E5:qd";"-:h";32"A5:e";"G5:e";"A5:e";"G5:e";"A5:e";"G5:e";"A5:e";"G5:e";33"A5:e";"B5:qd";"-:h"34};3536# --- Ring ---37:put"Ring";38:foreachnin=$phrasedo={$play$n;};3940# --- Ring again ---41:put"Ring again";42:foreachnin=$phrasedo={$play$n;};4344# --- Unanswered: a second of silence, then once more ---45:delay 1000ms;46:put"Unanswered";47:foreachnin=$phrasedo={$play$n;};
/
NoteFreqLine
On the router: paste the script into a terminal, or upload the file and run it.