Log messsage:
Call from "user" (external.sip:port) to extension "+1XXXXXXXXXX" rejected because extension not found in context 'incoming'.
sip.conf:
[Twilio]
type=peer
secret=
username=user
| <html> | |
| <head> | |
| <style> | |
| body { | |
| background: #141414; | |
| } | |
| </style> | |
| <script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js"></script> | |
| <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | |
| <script type="text/javascript"> |
| #include "ringbuffer.h" | |
| int RingBuffer_init(RingBuffer *rbuf, void *buffer, uint8_t entry_size, uint8_t buffer_capacity) | |
| { | |
| rbuf->buffer = buffer; | |
| rbuf->entry_size = entry_size; | |
| rbuf->buffer_capacity = buffer_capacity; | |
| rbuf->in = rbuf->out = 0; |
| set ts=2 sw=2 | |
| set ai | |
| set et | |
| set aw | |
| retab | |
| syntax on | |
| map <F8> :make<CR><CR>:botright cwindow<CR> | |
| map ^N :cn<CR> |
| HUB75 -> Name = Pin# | |
| ================ | |
| R0 GPIO5 | |
| B0 GPIO6 | |
| G0 GPIO13 | |
| R1 GPIO16 | |
| B1 GPIO26 | |
| G1 GPIO12 | |
| A GPIO19 | |
| B GPIO20 |
| [main_menu] | |
| exten => s,1, Verbose(1, Caller ${CALLERID(all)} has entered main menu) | |
| same => n, Answer() | |
| same => n, Set(TIMEOUT(digit)=2) | |
| same => n, Wait(1) | |
| same => n(greeting), Background(main-greeting) ; play greeting | |
| same => n(menuprompt), Background(main-menu) ; play menu prompt |
Log messsage:
Call from "user" (external.sip:port) to extension "+1XXXXXXXXXX" rejected because extension not found in context 'incoming'.
sip.conf:
[Twilio]
type=peer
secret=
username=user
| 11 10 9 8 7 6 5 4 3 2 1 0 | |
| Op Op Op Op x x x x x x x x | |
| 0000 - NOP | |
| 0000 0000 0000 | |
| Binary | Mneumonic | Instruction | Expression |
|---|---|---|---|
| 00dddrrr |
| BOOT_UP | |
| * clear leds | |
| lastState = <storage | SLOW_FADE> | |
| currentColor = <storage | 0> | |
| targetColor = Colors[currentColor + 1] | |
| -> SLEEP | |
| SLOW_FADE |