Displaying 3 results from an estimated 3 matches for "vasya".
Did you mean:
vasta
2003 Jan 06
2
(no subject)
Hello!
I trying to setup Domain Controller with Samba,
but I have some trouble.
As I understood, I ought to create "Trust Account" for
every mashine, and if mashine name is "vasya" then
account should be "vasya$"
but FreeBSD is not allowed to create accounts with "$" characters,
what should I do ?
Thanks!
/* spectre */
2004 Dec 21
1
HELP: agi-test.agi does not return any DTMF!
...t;;
print "WAIT FOR DIGIT 10000\n";
my $result = <STDIN>;
&checkresult($result);
on the call from KPhone application does NOT return any DTMF code back (I use
dtmfmode=inband in sip.conf):
Testing 'waitdtmf'...PASS (0)
Does anyone could give me a little help?
Thanks.
Vasya
2007 Jun 29
1
Fwd: Call Wainting dysfunctions
...oup features to manage group and
category of a sip channel.
I have done a lot of test about it but always it doesn't work
correctly if I transfer the call.
This is the macro code I use for inbound calls.
[macro-test]
; ${ARG1} - technology something like SIP
; ${ARG2} - resource. snom300-for-vasya
; ${ARG3} - dial timeout
; ${ARG4} - dial options
; ${ARG5} - dial url
exten => s,1,Goto(s-set-variables,1)
exten => s,n(set_var_ret),Set(GROUP(${LOCAL_PARTY})=OUTBOUND_GROUP)
exten => s,n,GotoIf($[${GROUP_COUNT(OUTBOUND_GROUP@${LOCAL_PARTY})} >
1]?play_back_busy)
exten => s,n,Goto...