View difference between Paste ID: Wkd7SqWz and 9arTyGEz
SHOW: | | - or go back to the newest paste.
1
sip.conf
2
3
[20]
4
context=local
5
type=friend
6-
;authentication
6+
7
username=oquidroid
8-
;host = 192.168.43.1
8+
9
host=dynamic       
10
11
extension.conf
12
13
[local]
14
;local clients have extensions from 10-99,
15
;write one general dialplan for all of them using pattern matching
16
exten => _ZX,1, Dial(SIP/${EXTEN},30)
17
        same=>n,Playback(vm-nobodyavail)
18
        same=>n,Hangup()