Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

Configuring Asterisk to phone you

The following instructions to call a telephone extension were copied into a file within the /var/spool/asterisk/outgoing file directory.
Channel: SIP/line1
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: my-phones
Extension: 10

The extension 10 initiates the call to phone line1 within the context of my-phones.

Run a script using a new instance of the interpreter

    run-script: func [s] [call rejoin [rebol-exe " " s]]
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS