Re: [asterisk-users] wget from within asterisk?

2006-11-19 Thread Marnus van Niekerk




You need curl-devel just try

yum install curl-devel

Damon Estep wrote:

  
  


  
  
  On version
1.2.12.1 running on FC4 with
curl.i386 installed the asterisk CURL function is not registered,
perhaps in
need something else (curl-devel.i386 ?)
  




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-19 Thread Damon Estep
Thank you, you are correct. You need curl, curl-devel, and you have to
make asterisk again after installing the required packages.

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marnus van
Niekerk
Sent: Sunday, November 19, 2006 4:15 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] wget from within asterisk?

 

You need curl-devel just try

yum install curl-devel

Damon Estep wrote: 

On version 1.2.12.1 running on FC4 with curl.i386 installed the asterisk
CURL function is not registered, perhaps in need something else
(curl-devel.i386 ?)

 

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] wget from within asterisk?

2006-11-19 Thread Andrew Joakimsen

Have a look at

http://www.monetra.com/~brad/*callerid_shell*.agi

Im sure it would not be to hard to add another 'service to the script.

On 11/17/06, Damon Estep [EMAIL PROTECTED] wrote:


 What would be the simplest way to retrieve information form a CNAM
database that provides http based query responses?



Does an application or script already exist that does this?



Basically, I want to do a wget of a URL that contains the callerID number
as a variable, and assign the returned text to another variable which can be
used to set the caller ID name.



Any suggestions?





___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-19 Thread Damon Estep
Makes more sense now!

 

Any way of setting an Asterisk CURL timeout in case of DNS, remote
server, or WAN link failure?

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Russ
Beaupre
Sent: Friday, November 17, 2006 3:15 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk?

 


 The Curl/CURL is an asterisk dialplan distinction.

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 15:06:49 -0700
Subject: RE: [asterisk-users] wget from within asterisk?

Options I am aware of for installing curl are yum install in FC4
or download from curl.haxx.se, neither option distinguishes between curl
and CURL, can someone offer me the slap in the head I need?

 

Damon

  



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Damon Estep
Sent: Friday, November 17, 2006 2:08 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk? 

  

Thanks a bunch, this seems to be a simple solution, I just did not have
CURL installed before I built asterisk.

  



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 2:05 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk? 

  

They both seem to work, but the Curl spits out warnings about being
deprecated.  Ours are all configured using CURL.
 

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To:  Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:52:35 -0700
Subject: RE: [asterisk-users] wget from within asterisk? 

Thx!

  

I saw a note about Curl vs. CURL, is there a difference?

  



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 1:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk? 

 

Make sure the curl library/package is installed, then re-compile
asterisk.  We're using it on 1.2.
  

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:40:40 -0700
Subject: RE: [asterisk-users] wget from within asterisk?

I saw CURL, but it does not register appear in show functions or show
applications, deprecated or add-on? 

  



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] ] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 1:37 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] wget from within asterisk?

  


  

  

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:32:53 -0700
Subject: [asterisk-users] wget from within asterisk? 

What would be the simplest way to retrieve information form a CNAM
database that provides http based query responses? 

  

Does an application or script already exist that does this? 

  

Basically, I want to do a wget of a URL that contains the callerID
number as a variable, and assign the returned text to another variable
which can be used to set the caller ID name. 

  

Any suggestions? 

  

  

  

Look at the CURL function. 

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-18 Thread Russ Beaupre
I believe asterisk requires the source/devel package.  I'm afraid I'm not 
going to be much help on that.  We use Gentoo and it was a simple 'emerge 
curl' and I was done.


-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 16:18:07 -0700

Subject: RE: [asterisk-users] wget from within asterisk?






On version 1.2.12.1 running on FC4 with
curl.i386 installed the asterisk CURL function is not registered, perhaps in
need something else (curl-devel.i386 ?)





From:[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf OfRuss Beaupre

Sent: Friday, November 17, 2006
1:50 PM

To: Asterisk
 Users Mailing List - Non-Commercial Discussion

Subject: RE: [asterisk-users] wget
from within asterisk?





Make sure the curl library/package is installed, then
re-compile asterisk.  We're using it on 1.2.


-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: Asterisk Users Mailing List -
 Non-Commercial Discussion
asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:40:40 -0700

Subject: RE: [asterisk-users] wget from within asterisk?


I saw CURL, but it does
not register appear in show functions or show applications, deprecated or
add-on?


From:[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf OfRuss Beaupre

Sent: Friday, November 17, 2006
1:37 PM

To: Asterisk
 Users Mailing List - Non-Commercial Discussion

Subject: Re: [asterisk-users] wget
from within asterisk?











-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:32:53 -0700

Subject: [asterisk-users] wget from within asterisk?


What would be the simplest way to retrieve information form
a CNAM database that provides http based query responses?





Does an application or script already exist that does this?





Basically, I want to do a wget of a URL that contains the
callerID number as a variable, and assign the returned text to another 
variable
which can be used to set the caller ID name.





Any suggestions?











Look at the CURL function.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Russ Beaupre
-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:32:53 -0700

Subject: [asterisk-users] wget from within asterisk?






What would be the simplest way to retrieve information form
a CNAM database that provides http based query responses?





Does an application or script already exist that does this?





Basically, I want to do a wget of a URL that contains the callerID
number as a variable, and assign the returned text to another variable which
can be used to set the caller ID name.





Any suggestions?
Look at the CURL function.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Matteo Brancaleoni
hi,

On Fri, 2006-11-17 at 13:32 -0700, Damon Estep wrote:
  
 
 Basically, I want to do a wget of a URL that contains the callerID
 number as a variable, and assign the returned text to another variable
 which can be used to set the caller ID name.

agi is your friend.

Matteo



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Damon Estep
I saw CURL, but it does not register appear in show functions or show
applications, deprecated or add-on?

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Russ
Beaupre
Sent: Friday, November 17, 2006 1:37 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] wget from within asterisk?

 


 

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:32:53 -0700
Subject: [asterisk-users] wget from within asterisk?

What would be the simplest way to retrieve information form a
CNAM database that provides http based query responses?

 

Does an application or script already exist that does this? 

  

Basically, I want to do a wget of a URL that contains the callerID
number as a variable, and assign the returned text to another variable
which can be used to set the caller ID name.

 

Any suggestions?

 

 

 

Look at the CURL function.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Russ Beaupre
Make sure the curl library/package is installed, then re-compile asterisk.  
We're using it on 1.2.


-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:40:40 -0700

Subject: RE: [asterisk-users] wget from within asterisk?






I saw CURL, but it does not register appear
in show functions or show applications, deprecated or add-on?





From:[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf OfRuss Beaupre

Sent: Friday, November 17, 2006
1:37 PM

To: Asterisk Users Mailing List -
Non-Commercial Discussion

Subject: Re: [asterisk-users] wget
from within asterisk?








-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:32:53 -0700

Subject: [asterisk-users] wget from within asterisk?


What would be the simplest way to retrieve information form
a CNAM database that provides http based query responses?


Does an application or script already exist that does this?





Basically, I want to do a wget of a URL that contains the
callerID number as a variable, and assign the returned text to another 
variable
which can be used to set the caller ID name.





Any suggestions?











Look at the CURL function.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Damon Estep
Thx!

 

I saw a note about Curl vs. CURL, is there a difference?

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Russ
Beaupre
Sent: Friday, November 17, 2006 1:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk?

 

Make sure the curl library/package is installed, then re-compile
asterisk.  We're using it on 1.2.
 

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:40:40 -0700
Subject: RE: [asterisk-users] wget from within asterisk?

I saw CURL, but it does not register appear in show functions or
show applications, deprecated or add-on? 

 



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 1:37 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] wget from within asterisk?

 


 

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:32:53 -0700
Subject: [asterisk-users] wget from within asterisk? 

What would be the simplest way to retrieve information form a CNAM
database that provides http based query responses?

 

Does an application or script already exist that does this? 

  

Basically, I want to do a wget of a URL that contains the callerID
number as a variable, and assign the returned text to another variable
which can be used to set the caller ID name. 

  

Any suggestions? 

  

  

 

Look at the CURL function.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Russ Beaupre
They both seem to work, but the Curl spits out warnings about being 
deprecated.  Ours are all configured using CURL.


-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:52:35 -0700

Subject: RE: [asterisk-users] wget from within asterisk?






Thx!





I saw a note about Curl vs. CURL, is there
a difference?





From:[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf OfRuss Beaupre

Sent: Friday, November 17, 2006
1:50 PM

To: Asterisk Users Mailing List -
Non-Commercial Discussion

Subject: RE: [asterisk-users] wget
from within asterisk?





Make sure the curl library/package is installed, then
re-compile asterisk.  We're using it on 1.2.


-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:40:40 -0700

Subject: RE: [asterisk-users] wget from within asterisk?


I saw CURL, but it does
not register appear in show functions or show applications, deprecated or
add-on?


From:[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf OfRuss Beaupre

Sent: Friday, November 17, 2006
1:37 PM

To: Asterisk Users Mailing List -
Non-Commercial Discussion

Subject: Re: [asterisk-users] wget
from within asterisk?











-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:32:53 -0700

Subject: [asterisk-users] wget from within asterisk?


What would be the simplest way to retrieve information form
a CNAM database that provides http based query responses?





Does an application or script already exist that does this?





Basically, I want to do a wget of a URL that contains the
callerID number as a variable, and assign the returned text to another 
variable
which can be used to set the caller ID name.





Any suggestions?











Look at the CURL function.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Damon Estep
Thanks a bunch, this seems to be a simple solution, I just did not have
CURL installed before I built asterisk.

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Russ
Beaupre
Sent: Friday, November 17, 2006 2:05 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk?

 

They both seem to work, but the Curl spits out warnings about being
deprecated.  Ours are all configured using CURL.
 

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:52:35 -0700
Subject: RE: [asterisk-users] wget from within asterisk?

Thx!

 

I saw a note about Curl vs. CURL, is there a difference?

  



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 1:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk?

 

Make sure the curl library/package is installed, then re-compile
asterisk.  We're using it on 1.2.
  

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:40:40 -0700
Subject: RE: [asterisk-users] wget from within asterisk?

I saw CURL, but it does not register appear in show functions or show
applications, deprecated or add-on? 

  



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 1:37 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] wget from within asterisk?

 


  

  

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:32:53 -0700
Subject: [asterisk-users] wget from within asterisk? 

What would be the simplest way to retrieve information form a CNAM
database that provides http based query responses? 

  

Does an application or script already exist that does this? 

  

Basically, I want to do a wget of a URL that contains the callerID
number as a variable, and assign the returned text to another variable
which can be used to set the caller ID name. 

  

Any suggestions? 

  

  

  

Look at the CURL function.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Damon Estep
Options I am aware of for installing curl are yum install in FC4 or
download from curl.haxx.se, neither option distinguishes between curl
and CURL, can someone offer me the slap in the head I need?

 

Damon

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Damon
Estep
Sent: Friday, November 17, 2006 2:08 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk?

 

Thanks a bunch, this seems to be a simple solution, I just did not have
CURL installed before I built asterisk.

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Russ
Beaupre
Sent: Friday, November 17, 2006 2:05 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk?

 

They both seem to work, but the Curl spits out warnings about being
deprecated.  Ours are all configured using CURL.
 

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:52:35 -0700
Subject: RE: [asterisk-users] wget from within asterisk?

Thx!

 

I saw a note about Curl vs. CURL, is there a difference?

  



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 1:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk?

 

Make sure the curl library/package is installed, then re-compile
asterisk.  We're using it on 1.2.
  

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:40:40 -0700
Subject: RE: [asterisk-users] wget from within asterisk?

I saw CURL, but it does not register appear in show functions or show
applications, deprecated or add-on? 

  



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 1:37 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] wget from within asterisk?

 


  

  

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:32:53 -0700
Subject: [asterisk-users] wget from within asterisk? 

What would be the simplest way to retrieve information form a CNAM
database that provides http based query responses? 

  

Does an application or script already exist that does this? 

  

Basically, I want to do a wget of a URL that contains the callerID
number as a variable, and assign the returned text to another variable
which can be used to set the caller ID name. 

  

Any suggestions? 

  

  

  

Look at the CURL function.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Russ Beaupre
The Curl/CURL is an asterisk dialplan distinction.


-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 15:06:49 -0700

Subject: RE: [asterisk-users] wget from within asterisk?






Options I am aware of for installing curl
are yum install in FC4 or download fromcurl.haxx.se, neither option 
distinguishes
between curl and CURL, can someone offer me the slap in the head I need?





Damon





From:[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf OfDamon Estep

Sent: Friday, November 17, 2006
2:08 PM

To: Asterisk
 Users Mailing List - Non-Commercial Discussion

Subject: RE: [asterisk-users] wget
from within asterisk?





Thanks a bunch, this seems to be a simple
solution, I just did not have CURL installed before I built asterisk.





From:[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf OfRuss Beaupre

Sent: Friday, November 17, 2006
2:05 PM

To: Asterisk
 Users Mailing List - Non-Commercial Discussion

Subject: RE: [asterisk-users] wget
from within asterisk?





They both seem to work, but the Curl spits out warnings
about being deprecated.  Ours are all configured using CURL.


-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: Asterisk Users Mailing List -
 Non-Commercial Discussion
asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:52:35 -0700

Subject: RE: [asterisk-users] wget from within asterisk?


Thx!


I saw a note about Curl
vs. CURL, is there a difference?





From:[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf OfRuss Beaupre

Sent: Friday, November 17, 2006
1:50 PM

To: Asterisk
 Users Mailing List - Non-Commercial Discussion

Subject: RE: [asterisk-users] wget
from within asterisk?





Make sure the curl library/package is installed, then
re-compile asterisk.  We're using it on 1.2.





-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: Asterisk Users Mailing List -
 Non-Commercial Discussion
asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:40:40 -0700

Subject: RE: [asterisk-users] wget from within asterisk?


I saw CURL, but it does
not register appear in show functions or show applications, deprecated or
add-on?





From:[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf OfRuss Beaupre

Sent: Friday, November 17, 2006
1:37 PM

To: Asterisk
 Users Mailing List - Non-Commercial Discussion

Subject: Re: [asterisk-users] wget
from within asterisk?











-Original Message-

From: Damon Estep [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com

Date: Fri, 17 Nov 2006 13:32:53 -0700

Subject: [asterisk-users] wget from within asterisk?


What would be the simplest way to retrieve information form
a CNAM database that provides http based query responses?





Does an application or script already exist that does this?





Basically, I want to do a wget of a URL that contains the
callerID number as a variable, and assign the returned text to another 
variable
which can be used to set the caller ID name.





Any suggestions?











Look at the CURL function.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] wget from within asterisk?

2006-11-17 Thread Damon Estep
On version 1.2.12.1 running on FC4 with curl.i386 installed the asterisk
CURL function is not registered, perhaps in need something else
(curl-devel.i386 ?)

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Russ
Beaupre
Sent: Friday, November 17, 2006 1:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] wget from within asterisk?

 

Make sure the curl library/package is installed, then re-compile
asterisk.  We're using it on 1.2.
 

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:40:40 -0700
Subject: RE: [asterisk-users] wget from within asterisk?

I saw CURL, but it does not register appear in show functions or
show applications, deprecated or add-on? 

 



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Russ Beaupre
Sent: Friday, November 17, 2006 1:37 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] wget from within asterisk?

 


 

 

-Original Message-
From: Damon Estep [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Date: Fri, 17 Nov 2006 13:32:53 -0700
Subject: [asterisk-users] wget from within asterisk? 

What would be the simplest way to retrieve information form a CNAM
database that provides http based query responses?

 

Does an application or script already exist that does this? 

  

Basically, I want to do a wget of a URL that contains the callerID
number as a variable, and assign the returned text to another variable
which can be used to set the caller ID name. 

  

Any suggestions? 

  

  

 

Look at the CURL function.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users