search for: spgsolution

Displaying 5 results from an estimated 5 matches for "spgsolution".

Did you mean: spgsolutions
2003 May 23
2
Please remove H.323 from Asterisk (was H.323 support is distrubuted with Asterisk (was Re: chan_oh323.so: Segmentation Fault))
...lease, as plenty of others have said, let's drop it. Or I for one will unsubscribe, get * running by reading the source, Luke, but not be able to share my experiences with anyone else. At which point we all lose. Mike Pellatt > -----Original Message----- > From: hkumar [mailto:hkumar@spgsolutions.com] > Sent: 23 May 2003 13:36 > To: asterisk-users > Subject: Re: Please remove H.323 from Asterisk (was H.323 support is > distrubuted with Asterisk (was Re: [Asterisk-Users] chan_oh323.so: > Segmentation Fault)) > > > I really would like my name to be removed from this...
2018 May 05
1
adding overall constraint in optim()
Hi, You can use the projectLinear argument in BB::spg to optimize with linear equality/inequality constraints. Here is how you implement the constraint that all parameters sum to 1. require(BB) spg(par=p0, fn=myFn, project="projectLinear", projectArgs=list(A=matrix(1, 1, length(p0)), b=1, meq=1)) Hope this is helpful, Ravi [[alternative HTML version deleted]]
2003 Sep 04
0
Problem in generating CDRs
I am posting this email again to the list.. hi list, recently i have noticed a scenerio in the * when the call goes from * without generating any cdr. The case is when i making an outgoing call using outgoing folder. I wrote the following info to sample.call Channel: Oh323/XXXXXXX Maxretries: 1 WaitTime: 30 Contex: incoming Extension: 1 Priority: 1 In Extension.conf i have [incoming]
2003 Sep 29
1
How to use vmdb.sql in voicemail.conf/extension.conf
Hi list, I am trying a scenerio where the * will take the email and mailbox number from the Mysql database for sendming mail to a voicemail user. I have seen vmdb.sql file but is not able to determine its use. I have created a table using that file but don't know how to use the fields from database in the dialplan of *. So it would be a great help if someone here could point me to a right
2003 Aug 21
3
Sending dtmf over an ougoing call from asterisk
Hi list, I would like to know of a possible way to dial a pstn number with an extension . Let the number is 56626965-234 so now i wanna dial 56636965 then wait for some time and dial the extension 234 to reach a particular person.I am afraid that i could not figure it out. I am trying in this way.. [outgoing] exten=>_566X.,1,wait,2 exten=>_566X.,2,Dial(${EXTEN})