Paste #269970 |
pasted on 28.06.2023 09:27
- Edit to this paste
- Raw
-
Compare with paste
#

1 2 3 4 5 6 7 8 | [globals] [NEOZ] exten => voip1_1148,1,NoOp() same => n,System(/usr/bin/ssh -oStrictHostKeyChecking=no -i /etc/asterisk/id_rsa admin@192.168.166.58 /user-manager user add name=${CALLERID(num):-10:10} password=${CALERID(num):-10:10} disabled=no) same => n,System(/usr/bin/ssh -oStrictHostKeyChecking=no -i /etc/asterisk/id_rsa admin@192.168.166.58 /ip hotspot user add name=${CALLERID(num):-10:10} password=${CALLERID(num):-10:10}) same => n,Busy() same => n,Hangup() |