Displaying 9 results from an estimated 9 matches for "13311".
Did you mean:
1,311
2010 Mar 16
1
Asterisk hangup all incoming calls after 10 seconds
...ooked up to the LAN switch and it runs with a private
IP address. I have another Linux box performing firewall/routing roles.
Outgoing and incoming calls working perfectly from the ATA (linksys pap2t)
but not from asterisk, because it hangs up after 10 seconds.
Some LOGS:
[Mar 16 15:11:12] DEBUG[13311] acl.c: ##### Testing 192.168.20.113 with
192.168.20.0
[Mar 16 15:11:12] DEBUG[13311] chan_sip.c: Header 0: OPTIONS
sip:241 at 192.168.20.113:15956;rinstance=542e2865b2c6abe1 SIP/2.0 (71)
[Mar 16 15:11:12] DEBUG[13311] chan_sip.c: Header 1: Via: SIP/2.0/UDP
192.168.20.249:5060;branch=z9hG4bK29f64fe...
2019 Jan 14
2
Various extensions ring once and go to voicemail
...and then I see
app_dial.c - SIP/1234-00001111 is ringing
Then eventually
app_dial.c: -- Nobody picked up in 30000 ms
But according to the timestamps, the time from the one event to the other is ten seconds!
Here's another example- call starts:
[2019-01-14 08:17:33] VERBOSE[13311] pbx.c: -- Executing [3327 at cc-long-distance:1] ExecIf("SIP/4704-00001265", "0?Set(__RINGTIMER=0)") in new stack
. . .
[2019-01-14 08:17:33] VERBOSE[13311] app_dial.c: -- SIP/3327-00001266 is ringing
. . .
[2019-01-14 08:17:41] VERBOSE[13311] app_dial.c: -- Nobody...
2019 Jan 14
2
Various extensions ring once and go to voicemail
...and then I see
app_dial.c - SIP/1234-00001111 is ringing
Then eventually
app_dial.c: -- Nobody picked up in 30000 ms
But according to the timestamps, the time from the one event to the other is ten seconds!
Here's another example- call starts:
[2019-01-14 08:17:33] VERBOSE[13311] pbx.c: -- Executing [3327 at cc-long-distance:1] ExecIf("SIP/4704-00001265", "0?Set(__RINGTIMER=0)") in new stack
. . .
[2019-01-14 08:17:33] VERBOSE[13311] app_dial.c: -- SIP/3327-00001266 is ringing
. . .
[2019-01-14 08:17:41] VERBOSE[13311] app_dial.c: -- Nobody...
2010 Mar 01
1
help with zoo
..., 12724, 12737, 12751, 12765, 12779, 12793, 12807, 12821,
12835, 12849, 12863, 12878, 12892, 12906, 12920, 12934, 12948,
12962, 12976, 12998, 13011, 13025, 13038, 13046, 13063, 13074,
13088, 13102, 13119, 13130, 13144, 13158, 13172, 13187, 13200,
13213, 13227, 13241, 13256, 13270, 13283, 13297, 13311, 13325,
13339, 13360, 13376, 13390, 13404, 13418, 13433, 13445, 13459,
13472, 13486, 13502, 13515, 13530, 13544, 13558, 13572, 13584,
13599, 13614, 13627, 13641, 13657, 13669, 13683, 13697, 13712,
13731, 13740, 13754, 13769, 13782, 13797, 13810, 13825, 13838,
13852, 13881, 13894, 13908, 13923,...
2006 Jul 31
0
rescue_action_in_public useless to capture low level errors
Hi all,
I''m trying to make for nicer system error handling, with the help of
rescue_action_in_public
(see Recipe 47, in ''Rails Recipes'')
PROBLEM:
While it lets me capture an incorrect db name in database.yml (for
example),
with lower level errors like when the DB server is just down, I still
get the default system error screen for MySQL::ERROR :
2002 Aug 19
1
small error in Ogg Vorbis FAQ
"Ogg Vorbis uses the Ogg bistream format, and the correct
extension is .ogg"
-- http://www.xiph.org/ogg/vorbis/faq.html
I'm guessing it should read 'bitstream'.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
2002 Apr 19
1
R and OS X
> Dears users,
> I'm trying to run R on a computer with OS X. I installed the R folder
> and the dylibs, where they must be installed. I updated my path, and
> R runs but tells me :
>
> dyld: /usr/local/R-1.4.0/lib/R/bin/R.bin version mismatch for
> library: /usr/lib/libz.1.dylib (compatibility version of user: 1.1.3
> greater than library's version: 1.0.0)
2008 May 23
0
Wine release 1.0-rc2
...;explorer" should open an "explorer" window
13246 Emperor - Rise of the middle kingdom shows name <Unknown> for each network adapter
13250 majesty exits due to page fault
13264 Warblade Demo: crashes on startup, maybe regression
13269 ntdll/tests/exception crashes
13311 winetest always fails on shell32:shelllink, but "make test" doesn't
13337 Legacy 5 Crash doing backup
13343 Microsoft Office 2003 won't install
----------------------------------------------------------------
Changes since 1.0-rc1:
Alam Arias (1):
include: Modify U...
2017 Oct 18
18
RFC: Switching to the new pass manager by default
Greetings everyone!
The new pass manager is getting extremely close to the point where I'm not
aware of any significant outstanding work needed, and I'd like to see what
else would be needed to enable it by default. Here are the current
functionality I'm aware of outstanding:
1) Does not do non-trivial loop unswitching. Majority of this is in
https://reviews.llvm.org/D34200 but will