similar to: curl and ssl certificate

Displaying 20 results from an estimated 1000 matches similar to: "curl and ssl certificate"

2009 Nov 24
1
asterisk trunk CURL hangs in the dialplan
We've encountered a strange issue with the trunk version of asterisk. Our dialplan makes CURL calls and occasionally CURL stops working. The dialplan looks something like this: [macro-curl] ; ${ARG1} CURL URL ; ${ARG2} CURL POST exten => s,1,NoOp(CURL) ... exten => s,n(post),Set(RF_CURL_POST=userID=${RF_DIALER_USERID}&password=${RF_PASSWORD}&${ARG2}) exten =>
2010 Mar 10
1
func odbc and mult iquery
Hello, Does asterisk func odbc support multi query? I'm executing stored procedure which returns two tables. With tsql command I can see both tables. But asterisk only shows the first. My database is MSSQL. Maybe there is workaround... Thanks -- Best Regards, Giedrius -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Dec 07
3
show queue's name and other info in incoming call to queue member
hello, I've callcenter and our queue members want to see on their IP phone's display queue's name , from which incoming call was originated, for example "<client's_number> -> Sales". This problem appears when one member can belong to couple queues. Work around would be setting calling name with such information. Maybe there is another way (setting SIP
2018 Oct 04
3
CURL to post application/json
We tried to use the CURL fn to POST json, but it's sent as form data and there seems no support for changing the Content-Type header. We switched to invoking curl in the shell. All the documentation I could find says there is just one parameter for the url and an optional second for POST body. Is there an undocumented way to set Content-Type? -------------- next part -------------- An HTML
2010 Feb 21
2
add Reason header on hangup
Hello, I have asterisk 1.6.0.20 and Is it possible to add Reason header on Hangup: Reason: q.850;cause=17 Thanks -- Best Regards, Giedrius -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100221/d29c02b8/attachment.htm
2008 Feb 29
2
when we try to add CURL code to file channel.c we get an error - undefined reference to curl_easy_init
Hi all, When I try to add CURL code to file channel.c we get an error - undefined reference to curl_easy_init. I've added #include <curl/curl.h> so the code compiles fine. this error is generated by the linker, even though func_curl.c is compiled and linked with no errors My asterisk machine have curl and curl-devel 7.12 installed. Asterisk version i am using is 1.4.17. Any help will
2009 Sep 25
3
disable dtmf on SIP peer
Hello, I have one problem and I need to disable dtmf (disable rfc2833, info and inband) on one (other peers must support dtmf) SIP peer . Is it possible? Workaround would be use g729 codec with dtmfmode=inband. Maybe there is better solution? Thanks for help. -- Pagarbiai / Best Regards, Giedrius Augys -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jan 21
1
odbc question
Hello, I want to know what is timeout for MS SQL connection? My config is: [mydb] enabled => yes dsn => MYDB pooling => yes limit => 200 share_connections => no username => login password => password pre-connect => yes backslash_is_escape => no In the peak , I can see : ODBC DSN Settings ----------------- Name: mydb DSN: MYDB Pooled: Yes Limit: 200
2009 Aug 18
1
avoid indicate condition 9 and starting music on hold
Hello, I've a problem. I've asterisk 1.6.0.5 version. And I've created callcenter, but agents registers to another SIP server. When agent tries transfer a client to another operator , pressing flash, I get this: [Aug 18 16:06:37] WARNING[5259]: chan_sip.c:5349 sip_indicate: Don't know how to indicate condition 9 [Aug 18 16:06:37] WARNING[5259]: channel.c:2858 ast_indicate_data:
2008 Nov 17
1
asterisk conference
Hello, I've asterisk 1.4.22. I need to that the first conference user hears "You're the only conference user..." . When the second user joins (without recording his name) , the first user only hears "new user have join" , when the third user joins to conference, others hear "new user have join" and so on. I'll try to do this with meetme, but it always
2008 Dec 16
2
starting call recording using AMI or other stuff
Hello, Is it possible, that during the call one side , for examples clicks the button on the web, and this call starts recording? It's possible with asterisk feature automon and DTMF. So it is possible to start recording the channel using AMI or ... ? Thanks -- Pagarbiai / Best Regards, Giedrius Augys -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Feb 27
1
change language and playback issue
Hi, I have problem with Asterisk 1.6.0.1. I need to change language for playing prompts in Lithuanian. But in Asterisk 1.6.0.1 version everytime plays in English, but in Asterisk 1.4.x I haven't any problem. Maybe it is a bug ...? So I paste my test dialpan and prompt's locations. I hope this helps you. Files are: [root at voip asterisk]# find /var/lib/asterisk/sounds/test -name
2006 Oct 23
2
spandsp and freebsd
Hi, I have problem installing spandsp-0.0.3pre24 on FreeBSD 6.1. I get error: configure: error: "Can't build without libtiff" . But I have installed tiff from port tiff-3.8.2. I understand that the problem is about libtiff, and spandsp can't find these libs. So how to fix the problem? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Nov 11
3
detect asterisk pbx via sip
Hello, My situation is that , I can't make calls with asterisk, but with x-lite works fine. Asterisk shows , that successfully registers with another SIP server, asterisk sends invite, gets trying, and after 30 secs asterisk gets 408 Request timeout. And as I said , with x-lite no problems. I heard that for comercial purposes, this SIP server detects asterisk , and ignores him. Or maybe it
2008 Jul 16
4
asterisk + web services
List, We're working on an upcoming job that may require us to access a web service (WS). I'm curious to hear peoples thoughts on the best way to do this with asterisk. We'll be submitting a single number to the WS and it will return a success or error. One solution would be to write a simple perl script to interface into to the WS, and use SYSTEM() from asterisk to call it.
2008 Apr 19
2
func_curl.so Error on load
Asterisk 1.4.19, Zaptel 1.4.10 and libpri 1.4.3. When I try to start up Asterisk (with -cvvv) I get an error regarding func_curl.so (lines omitted) ... == Registered custom function STRFTIME == Registered custom function STRPTIME == Registered custom function EVAL == Registered custom function KEYPADHASH == Registered custom function SPRINTF func_strings.so => (String handling
2010 Mar 10
2
PGSQL application
Does the application PGSQL has been removed from Asterisk? Couldn't find it on Asterisk source and addons. Atenciosamente, Vin?cius Fontes Gerente de Seguran?a da Informa??o Canall Tecnologia em Comunica??es Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall Tecnologia em Comunica??es Passo Fundo - RS - Brazil +55 54 2104-7000
2007 Aug 28
1
deadagi and billsec or answeredtime
Hello, I want to create php rate script and I'm using Deadagi. But I allways get billsec 0 , or nothing. Can you help me to solve this problem... My extension.conf: exten => _123,1,DeadAgi(rate.php) exten => _123,2,hangup And my simple test php script rate.php #!/usr/local/bin/php -q <?php include_once (dirname(__FILE__)."/phpagi.php"); $AGI = new AGI();
2006 Dec 04
1
Nokia E60 problems
Hi, I am testing Nokia E60 with Asterisk. And I noticed that if another side is busy, nokia is still calling (I hear alerting), it do not show that another side is busy. Maybe somebody has noticed the same problem too adnd solved this one. I made the same tests with Xlite and don't have any problems like nokia. Please help me -------------- next part -------------- An HTML attachment was
2009 Sep 15
3
dCAP Exam
Hi folks, Is there anywhere I can possibly get a model of the exam itself, maybe possible scenarios for the prac, etc? To people who have done the exam....any helpful hints ? Thanks,