Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created January 16, 2010 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdegges/278771 to your computer and use it in GitHub Desktop.
Save rdegges/278771 to your computer and use it in GitHub Desktop.
rdegges@cora:~/code$ ./pyannoy.py 18882223333 5
Placing call... 0 to 18882223333 using caller ID 13237589975 and playing soundfile hello-world at 2010-01-16 02:09:06.285090
Placing call... 1 to 18882223333 using caller ID 14944527639 and playing soundfile hello-world at 2010-01-16 02:10:06
Placing call... 2 to 18882223333 using caller ID 16170548852 and playing soundfile hello-world at 2010-01-16 02:11:06
Placing call... 3 to 18882223333 using caller ID 18298520261 and playing soundfile hello-world at 2010-01-16 02:12:06
Placing call... 4 to 18882223333 using caller ID 16292306101 and playing soundfile hello-world at 2010-01-16 02:13:06
rdegges@cora:~/code$ ls -la /var/spool/asterisk/outgoing/
total 28
drwxr-xr-x 2 rdegges rdegges 4096 2010-01-16 02:09 .
drwxr-xr-x 3 rdegges rdegges 4096 2009-10-19 18:19 ..
-rw------- 1 rdegges rdegges 104 2010-01-16 02:11 tmpBf4LGy.call
-rw------- 1 rdegges rdegges 104 2010-01-16 02:09 tmpe5YUMR.call
-rw------- 1 rdegges rdegges 104 2010-01-16 02:10 tmpe_Nan2.call
-rw------- 1 rdegges rdegges 104 2010-01-16 02:13 tmpRaMwom.call
-rw------- 1 rdegges rdegges 104 2010-01-16 02:12 tmpyVeVqh.call
rdegges@cora:~/code$ cat /var/spool/asterisk/outgoing/tmpBf4LGy.call
Channel: SIP/flowroute/18882223333
CallerID: <16170548852>
Application: Playback
Data: hello-world
AlwaysDelete: No
Archive: No
rdegges@cora:~/code$ cat /var/spool/asterisk/outgoing/tmpe5YUMR.call
Channel: SIP/flowroute/18882223333
CallerID: <13237589975>
Application: Playback
Data: hello-world
AlwaysDelete: No
Archive: No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment