search for: preficed

Displaying 2 results from an estimated 2 matches for "preficed".

Did you mean: prefaced
2005 Feb 12
1
MGCP, Asterisk & Cisco VG200
Hello: I want to receive calls from my SIP proxy and re-route them to one of the analog lines on my Cisco VG200 ia MGCP and Asterisk. Inbound SIP calls will arrive with the five digit called number preficed with an "m" by the proxy. I'd like to them match these calls against a rule like exten => _mXXXXX,1,Dial(MGCP/aaln/1@128.100.10.11) . This however results in an error. My mgcp.conf looks like: ; mgcp audit endpoint aaln/1@128.100.10.11 (vg200) [general] port = 2427 bindaddr =...
2013 Feb 20
4
ssh "bash -c" bug
The arguments of the first command given to "bash -c" over ssh is being ignored. xxx at yyy:~$ ssh xxx at localhost bash -c 'echo foo; echo bar' bar xxx at yyy:~$ ssh ova at localhost bash -c ':; echo foo; echo bar' foo bar -- ? ?????????, ????????? ????????????? ???????? ??????-? ????????? ???????? v.olokhtonov at sirena2000.ru