search for: sched_settime

Displaying 12 results from an estimated 12 matches for "sched_settime".

2009 Oct 17
1
sched_settime: Request to schedule in the past?!?!
Does anybody know what this message means? [2009-10-17 08:11:59] DEBUG[9598]: sched.c:204 sched_settime: Request to schedule in the past?!?! I've tried all I can find on google with no change It seems to happen when call is at a READ() or Background() - What the caller hear is small delays after a press during a message. Still using asterisk 1.4.22.1 because it seems to have the best DTMF det...
2003 Nov 02
2
Read error on sound device
...: When asteirsk plays a voice prompt, the voice clip is really choppy. I figure that this is something to with the sound card, the timing of playback etc. But cannot seems to find an answer. Here is the Notice which appear when voice prompt is played. NOTICE[1217602880]: File sched.c, Line 209 (sched_settime): Request to schedule in the past?!?! NOTICE[1217602880]: File sched.c, Line 209 (sched_settime): Request to schedule in the past?!?! NOTICE[1217602880]: File sched.c, Line 209 (sched_settime): Request to schedule in the past?!?! NOTICE[1217602880]: File sched.c, Line 209 (sched_settime): Request t...
2004 Aug 02
1
RC1 - error message : Request to schedule in the past
Dear List, I have made an update to asterisk RC1 - all works well :) but I am getting all the time an error message: Aug 2 13:34:57 NOTICE[15375]: sched.c:221 sched_settime: Request to schedule in the past?!?! Aug 2 13:34:57 NOTICE[18446]: sched.c:221 sched_settime: Request to schedule in the past?!?! I cannot figure out if this error message is important or not and if there is a real problem ! I found that in the wiki but it s quite poor for me to understand ht...
2003 Aug 05
2
Wierd Message
Hi, Whenever someone leaves a Voicemail in our system we get this message on the console: NOTICE[18447]: File sched.c, Line 209 (sched_settime): Request to schedule in the past?!?! Does anybody know what it means? Ricardo.
2007 Feb 21
0
Problem on Asterisk to Register lines for out/in calls
Hi guys, I have a customer with asterisk registering 100 lines from my Voip Provider. In some times during a day we receive this messages: [Feb 21 17:09:34] DEBUG[26223]: sched.c:204 sched_settime: Request to schedule in the past?!?! [Feb 21 17:09:34] DEBUG[26223]: sched.c:204 sched_settime: Request to schedule in the past?!?! [Feb 21 17:09:34] DEBUG[26223]: sched.c:204 sched_settime: Request to schedule in the past?!?! [Feb 21 17:09:34] NOTICE[26223]: chan_sip.c:7085 sip_reg_timeout: -- Reg...
2004 May 12
1
Asterisk Questions
...h is ok, but the client supported g711 also, and I suppose it could be used by asterisk. We added allow=g711 to sip.conf and it worked (however, we had an error if we used allow=all since it tried sending in gsm, which wasn't supported by the ITG). c) We are getting some NOTICE: sched.c:218 sched_settime: Request to schedule in the past?!?! on the CLI, we don't know yet its cause or what it means. thanks a lot for the support! saludos! santiago. *netlabs* Palmar 2548 Montevideo, Uruguay +(598 2) 707-7687 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://l...
2003 Aug 28
12
Asterisk stops responding
Anyone have any thoughts on why versions of asterisk I try (4 so far) after CVS-07/18/03 always end up locking up on me... which means no sip clients can register/re-register and if I type "reload" or "stop now" at the cli it just returns and does nothing. I have experienced this same issue on three separate boxes. Two running RedHat 9 and one running Redhat 8. I don't
2004 Jun 27
1
Re: I never get to hear more than 5s of the demo channels
...IP/avenardj-acfc", "10") in new stack -- Set Response Timeout to 10 -- Executing BackGround("SIP/avenardj-acfc", "demo-congrats") in new stack -- Playing 'demo-congrats' (language 'en') Jun 28 08:41:53 NOTICE[135433216]: sched.c:218 sched_settime: Request to schedule in the past?!?! Jun 28 08:41:56 WARNING[135336960]: chan_sip.c:498 retrans_pkt: Maximum retries exceeded on call 2AAAB3C2-C88B-11D8-9F79-000D93AD5C52@192.168.2.3 for seqno 25040 (Response) == Spawn extension (default, s, 5) exited non-zero on 'SIP/avenardj-acfc'...
2003 Oct 13
3
Error
When dialling in and dialling my extension, when answered I get " Read_channel ## vpb/1-3: Setting record mode, bridge = 0 WARNING[20499]: File chan_sip.c, Line 1111 (sip_write): Asked to transmit frame type 8, while native formats is 4 (read/write = 4/4) == Spawn extension (default, 1004, 1) exited non-zero on 'vpb/1-3' -- hangup on vpb (vpb/1-3) -- Hungup on vpb/1-3 complete --
2004 May 05
7
* & ISDN-BRI-PTP & DID & ISDN4Linux does not show incoming number
...meout("Modem[i4l]/ttyI0", "10") in new stack -- Set Response Timeout to 10 -- Executing Playback("Modem[i4l]/ttyI0", "willkommen") in new stack -- Playing 'willkommen' (language 'en') May 5 11:26:07 NOTICE[1107327920]: sched.c:218 sched_settime: Request to schedule in the past?!?! -- Executing BackGround("Modem[i4l]/ttyI0", "zugangscode") in new stack -- Playing 'zugangscode' (language 'en') ... ---------------snap---------- Here is the modem.conf ---------------------------snip-----------...
2003 Jul 31
3
Mutex problem in sip?
Hello, CVS 07/31/03. Test with 130+ PSTN-to-SIP calls. Asterisk gets locked ... grep -e "Error" -e "eventually" p-console chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource busy chan_sip.c line 1453 (sip_alloc): Got it eventually... chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource busy chan_sip.c line 1453 (sip_alloc): Got
2003 Oct 27
1
Fwd: Re: Asterisk on FreeBSD
Your log file almost looks like a bug in Asterisk doesn't it? Why call poll() with a zero timeout while passing only one FD? and then why do the read when there is no data? Read the man pages for all the system calls Take a look at the source chan_sip.c /* Wait for sched or io */ res = ast_sched_wait(sched); if ((res < 0) || (res > 1000))