Displaying 5 results from an estimated 5 matches for "geraldablists".
2011 Feb 18
2
cmd MySQL
Hi guys,
I'm trying to connect Asterisk to the MySQL, but I can't execute it. It
returns an error, as below:
-- Executing [200 at teste:2] MYSQL("Console/dsp", "Query resultid 1 SELECT/
ramal/ FROM/ colaboradores/ WHERE/ ramal=200") in new stack
[Feb 18 15:55:13] WARNING[7696]: app_mysql.c:393 aMYSQL_query: aMYSQL_query:
mysql_query failed. Error: You have an error in
2007 Oct 17
0
FW: DID to hunt group?
Thanks ... I forgot to say I tried it with
priorityjumping=yes
in the [globals] section of extensions.conf
still no go...
Gerald, I'll try your suggestion,
and try to figure out the result code tests :-)
Thanks,
Rich
> -----Original Message-----
> From: Gerald A [mailto:geraldablists at gmail.com]
> Sent: Tuesday, October 16, 2007 23:59
> To: rich at isphone.net
> Subject: Re: [asterisk-users] DID to hunt group?
>
>
>
> On 10/16/07, Rich <rich at isphone.net> wrote:
>
> Asterisk 1.4.2
> [...]
> I have tried lots of combinations in...
2007 Sep 11
1
Chan_sip Entry
Hello,
I am trying to get to Jain Sip softphones to call one another via an Asterisk server. When I call from phone 1 to phone 2 there is audio transmission both ways, but when I call from phone 2 to phone 1 I don't get audio transmission and reception both ways. When I look at the asterisk log file it has an entry which says:
"Oooh, format changed to 2".
Would anyone know why
2007 Aug 27
1
Can't create audio conversation between softphonesthrough Asterisk
..., so I have not tried dialing the Jain clients without a subscription. I believe Asterisk does accept subscription requests, but for some reason it doesn't like this one. I will soon start to experiment with the source code.
Thanks,
Denis
-----Original Message-----
From: Gerald A [mailto:geraldablists at gmail.com]
Sent: Monday, August 27, 2007 9:30 AM
To: Kutman DK at ADM(Mat) DAEPM(R&CS)@Ottawa-Hull
Subject: Re: [asterisk-users] Can't create audio conversation between softphonesthrough Asterisk
Hi,
On 8/27/07, Kutman.DK at forces.gc.ca < Kutman.DK at forces.gc.ca > wrote:...
2010 Jul 10
2
PHP can't insert - Can someone please help
Hi Guys,
I am making another module for Voicemail. I have three fields in a POST form
that have to be connected together to make it a single 10 digit number but
there is something wrong in my syntax probably.
$npaa = "('$_POST[anpa]')";
$nxxa = "('$_POST[anxx]')";
$blocka = "('$_POST[ablock]')";
*$grplist = $npaa.$nxxa.$blocka;*