Displaying 2 results from an estimated 2 matches for "friendo".
Did you mean:
friends
2015 Mar 03
1
account code
...henticated, but now the boss wants to monitor these calls with
the codes.
example: maria has an extension "110", but peter was in place and use
the phone maria , maria then says that she did not make that call to
that number of cell.
like to know who made it?, I think the pin code is my friendo , my
users have a four-digit pin to authenticate, I'm thinking of using the
cdr field userfield
as I can do to read the pin code and write it there?
[call-out-analog]
exten => _9.,1,Authenticate(/var/lib/asterisk/key.txt,am,4)
exten => 9.,n,Set(CDR(userfield)=pin-users)})
exten =>...
2007 Aug 07
0
CENTOS 4 and mono
Hello,
Im trying to configure my centos machine to run webservices.
Im using the mono repo from www.*mono*-project.com, for rhel-4.
After configuring every thing, it all seemed to work fine with a simple
webservice for testing purposes.
For that, a friendo of mine created a vb webservice on a windows machine
and I copied the all resulting files(asmx, dll, etc).
When I access the webservice via GET, every thing works just fine.
But when I do a POST, the mod-mono-server2.exe goes away :(
Does anyone can help me to debug the problem?
The apache logs...