Displaying 4 results from an estimated 4 matches for "lucknow".
Did you mean:
buckow
2014 Sep 13
1
NOT able to call on local extensions while successfully call on external mobile no.(using SONETEL account)
*Dear List*
Plz help, i am not much experienced with asterisk. i configured it on
ubuntu 12.04. no problem when i call any mobile no(0091XXXXXXXXXX) but when
i call on my local asterisk no.(101,102 or 105) it is not connecting
giving error
"Auto fallthrough, channel 'SIP/lucknow-0000006f' status is 'CHANUNAVAIL'
*while when i call 200 it is playing audiofile successfully. Please help *here
is my sip.conf and extensions.conf.
thanks.
*=========================sip.conf============================*
[general]
context=unauthenticated
allowguest=yes
srvlookup=y...
2019 Jan 31
1
nlminb with constraints failing on some platforms
...optimx use or curtail it according to the requirements?
Best Regards
Amit
+91 7899381263
________________________________________________________________________
Please request Skype as available
5th Year FPM (Ph.D.) in Finance and Accounting Area
Indian Institute of Management, Lucknow, (U.P.) 226013 India
http://bit.ly/2A2PhD
AEA Job profile : http://bit.ly/AEAamit
FMA 2 page profile : http://bit.ly/FMApdf2p
SSRN top10% downloaded since July 2017: http://ssrn.com/author=2665511
________________________________________________________________________
On Thu, Jan 31, 2019 at...
2017 Mar 16
2
GSoC-2017 Introduction and Project Discussion
Hello,
I'm Shivang Bansal, a 3rd year Computer Science Engineering undergraduate
at Institute of Engineering & Technology in Lucknow, India. This mail is an
expression of my interest for Google Summer of Code program of this year. I
want to apologize for getting in so late. Actually I would have contacted
earlier, but sudden demise of my Grandfather disabled me in doing so.
I am interested in woking with your organisation for t...
2019 Jan 28
8
nlminb with constraints failing on some platforms
I've noticed unstable behavior of nlminb on some Linux systems. The problem can be reproduced by compiling R-3.5.2 using gcc-8.2 and running the following snippet:
f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 )
opt <- nlminb(rep(0, 10), f, lower=-1, upper=3)
xhat <- rep(1, 10)
abs( opt$objective - f(xhat) ) < 1e-4 ## Must be TRUE
The example works perfectly when