similar to: Calendar: cert mismatch

Displaying 20 results from an estimated 800 matches similar to: "Calendar: cert mismatch"

2015 Oct 27
2
Calendar integration : Could not authenticate to server: rejected Basic challenge
Hello I have changed type 'caldav' to 'ical', but still no succes : [Oct 27 10:30:38] WARNING[23388]: res_calendar_icalendar.c:117 auth_credentials: Invalid username or password for iCalendar 'cal1' [Oct 27 10:30:38] WARNING[23388]: res_calendar_icalendar.c:150 fetch_icalendar: Unable to retrieve iCalendar 'cal1' from
2015 Oct 26
4
Calendar integration : Could not authenticate to server: rejected Basic challenge
Hello I find very little feedback on the following warning/error when trying to connect to Google calendar : [Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:118 auth_credentials: Invalid username or password for CalDAV calendar 'cal1' [Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:157 caldav_request: Unknown response to CalDAV calendar cal1, request REPORT to
2014 May 15
1
Asterisk 1.8 and calendar intergration
Hi I'm using asterisk 1.8.25.0 on CentOS 6. I have compiled it with all the calendar modules: *CLI> module show like calendar Module Description Use Count res_calendar.so Asterisk Calendar integration 4 res_calendar_ews.so Asterisk MS Exchange Web Service Calenda 0 res_calendar_caldav.so
2012 Dec 25
2
Vxml record voice parameter
Hi, I am working on vxml to record voice. I have trouble with getting url of recorded voice. I want to save and I am using java to get record parameter from url and it returns a string which is audio/basic:len(123123):p0x5a6e6241, but I want to get file object or base64 string with parameter or to relate returning string with path in asterisk server, are there any way to do this? --
2011 Jan 17
1
app_calendar and SSL
Hi, Over the weekend tried to setup a test using the new app_calendar code but receiving the following error: [Jan 17 09:23:35] WARNING[27663]: res_calendar_icalendar.c:146 fetch_icalendar: Unable to retrieve iCalendar 'testcal' from 'https://office.test.net/home/teamshare at test.net/Calendar/': Server certificate verification failed: issuer is not trusted The target server is
2013 Feb 19
1
Asterisk SMS()
All, I'm trying to send an SMS directly from asterisk but it doesn't seem to be working. The SMS() function does create an outgoing file but doesn't deliver the SMS. Can anyone help me to understand how SMS() works. Thanks. extensions.conf example: same => n,SMS(hello,a,17654307001,"hello nick") - nick
2013 Feb 16
1
Dial failed due to trunk reporting BUSY - giving up
Hi this message give me when I calling a number than actually not busy: "Dial failed due to trunk reporting BUSY - giving up" max channel is unlimited and sometimes it dial number ok but most of the time it gives me this error. Please inform me how can solve this problem. thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 15
4
Getting UDPTL (SIP): Transmission error: Resource temporarily unavailable
Hi, I configured Asterisk 10 for inbound fax, for couple of weeks I didn't see any issues until today. The setup I configured for inbound fax is quite simple i.e. Cisco Voice GW sends the fax calls to Asterisk using T.38 protocol and later Asterisk stores/forwards the fax to specific end user. The configuration I made in sip.conf for enabling T38 is listed below; t38pt_udptl =
2013 Feb 12
1
How to install in /usr/local/sbin instead of /usr/sbin ? [SOLVED]
2013/2/12 Doug Lytle <support at drdos.info> > >> non-standard locations such as /usr/local/sbin > > If compiling from source, it'd normally be specified by the --prefix > option: > > ./configure --prefix=/usr/local > > Doug > > -- > Ben Franklin quote: > > "Those who would give up Essential Liberty to purchase a little Temporary >
2013 Jan 25
1
Frames with invalid timing info
I'm now getting these errors: [Jan 25 09:19:01] WARNING[29877]: abstract_jb.c:284 ast_jb_put: DAHDI/i1/2128518396-ba7 received frame with invalid timing info: has_timing_info=1, len=0, ts=426891164, src=RTP [Jan 25 09:19:01] WARNING[29877]: abstract_jb.c:284 ast_jb_put: DAHDI/i1/2128518396-ba7 received frame with invalid timing info: has_timing_info=1, len=0, ts=426891174, src=RTP even
2010 Mar 25
1
Icalendar::UnknownPropertyMethod: Unknown property type: on Parsing a ical file
I downloaded the ics from http://www.thegreenerleithsocial.org/events/cleanup-the-cycle-path and tried to parse it in my rails app console: ?> cal_file = File.open("/tmp/Clean_up the Cycle Path-1.ics") => #<File:/tmp/Clean_up the Cycle Path-1.ics> >> cals = Icalendar.parse(cal_file) Icalendar::UnknownPropertyMethod: Unknown property type: website from
2012 Oct 18
2
Problems with AGI and existing channel
Hi, "Asterisk 1.8.10.0-1digium1~squeeze built by pbuilder @ nighthawk on a x86_64 running Linux on 2012-03-08 23:05:09 UTC" We have some problem when running a AGI script (build with PHP), existing channels (all of them) gets a "hickup" and then continues. We are using AGI to lookup incoming calls in directory. It is kinda annoying, and I don't understand how it can be
2012 Dec 12
1
Asterisk 11 originate errors
Hi, I'm getting errors while originating a call through AMI. [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe Asterisk version 11.0.1
2008 Dec 30
3
integration of tzinfo with icalendar
My interest in icalendar is more on the ical generation side instead of the ical parsing side. As such, I did a bit of work on a tzinfo mixin that will generate the timezone rules based on the tzinfo gem. This lets you do the following: estart = DateTime.new(2008, 12, 29, 8, 0, 0) eend = DateTime.new(2008, 12, 29, 11, 0, 0) tstring = "America/Chicago" tz =
2008 Sep 04
1
Timezone support?
This is a follow-up to the thread ending with: http://rubyforge.org/pipermail/vpim-talk/2008/000120.html I too am in search of some ruby parser for icalendar which properly handles timezones on the datetimes in the icalendar RFC. As I understand it there are actually three types of times. 1) UTC times with a string form of yyyymmddThhmmssZ note the trailing Z indicates zulu time aka utc. 2)
2008 Mar 13
2
Google Calendar
Anyone aware of good calendar library in Ruby? I need to design a calendar similar to Google calendar. The idea is to have ability to add recurring or even infinite events as it is possible in Google calendar. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2008 Feb 27
2
All Day Events
I must be stupid because this cannot be this hard. I''m trying to build an all day calendar event. In most clients it shows up as an entry at the top of the day rather than blocking out the whole day with an event. I have a bit of code that looks like this... cal.event do dtstart DateTime.parse("#{startDate.year()}-#{startDate.month()}-#{startDate.day()}") dtend
2013 Feb 18
3
Dialplan / check / tool
Hi, I am wondering, if there is any tool available, which performs a check for suspicious entries in the dialplan. For example a non existing AGI-Script or a double assigned extension ike that: [context] exten => *100*,1,AGI(test_app.pl) ... exten => 190,1,Answer() ... exten => *100*,1,AGI(never_reached.pl) ... A "normal dialplan reload command" would echo no warning or
2006 Jan 08
10
rCalendar Project
Railoholic-Anonymous Members: I am tooling around with the idea of forming a project which would create a calendar plugin/engine with the following features: 1. DB schema mapping all necessary iCal (RFC-2445) fields. 2. Probably utilizing either vpim (vpim.rubyforge.net), or iCalendar (icalendar.rubyforge.net). (First choice would be vpim since some attendee functionality requires vcard
2013 Feb 06
3
problem
Hi every body; I want to intall some softwars working with my Asterisk server and I get these erreurs : * error: cannot seek `/dev/sda'. error: cannot seek `/dev/sda'. error: cannot seek `/dev/sda'. /usr/sbin/grub-probe: error: cannot seek `/dev/sda'. dpkg: error processing grub-pc (--configure): subprocess installed post-installation script returned error exit status 1 *