search for: 8919

Displaying 13 results from an estimated 13 matches for "8919".

Did you mean: 89,9
2004 Aug 13
1
Problem with ougoing Zap calls
I'm able to receive but not make calls with zaptel using an X101P connecting to Asterisk with an Xlite client. My client has context = flat in sip.conf and extensions number 8919 In extensions.conf I've got: [home] ; Line 1 ; exten => 8919,1,Dial(${PHONES1},20,Ttm) exten => 8919,2,Macro(vmessage,${PHONES1VM}) exten => 8919,3,Hangup [outgoing] exten => _9.,1,Dial(Zap/1/$EXTEN:1) [flat] include => home include => outgoing zapata.conf contains the f...
2014 Apr 14
1
Webrtc and adventures with Asterisk 11
...guess plain old nat issues). Just relaying audio+video with confbridge to a handful of participants seems to use quite a bit of cpu thought. Screen-share: This works, but Confbridge is not very happy about a channel with video (vp8) and not audio and is printing this 80 times a second: WARNING[8919][C-00000000] channel.c: Unable to find a codec translation path from (vp8) to (slin) WARNING[8919][C-00000000] chan_sip.c: Asked to transmit frame type slin, while native formats is (vp8) read/write = unknown/unknown WARNING[8919][C-00000000] channel.c: Don't know any of (vp8) formats How d...
2007 Feb 09
2
Chan_Cellphone
Hi, I download the last svn and I also look around but I cannot find the source, I only found the patch http://bugs.digium.com/print_bug_page.php?bug_id=8919 any one can help me out. thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070209/6780fde6/attachment.htm
2005 Mar 22
3
How to turn on SMB signing
Using Samba 3.0.9-Debian on Linspire 5.0.59. Server running is a Windows 2003 Server. I am trying to mount a share on the server but getting error message: cli_negprot: SMB signing is mandatory and we have disabled it. 8919: protocol negotiation failed SMB connection failed In smb.conf I have changed setting "server signing = no" to "server signing = required" but this change makes no difference. How do I get SMB signing turned on. Any help would be greatly appreciated. Victor Warner
2015 Jun 30
4
[LLVMdev] Crashes on Windows 8 with >4k stack frames
...l open - regarding this limit with LLVM [1,2]. So the question is - before digging into this for more days - is there some known issue with this, or does anyone have an idea what might go wrong? Thanks, Eph [1] https://llvm.org/bugs/show_bug.cgi?id=2921 [2] https://llvm.org/bugs/show_bug.cgi?id=8919
2011 Nov 16
1
[LLVMdev] LLVM 3.0 Release about X86
...end does not yet support the LLVM IR instruction va_arg. Currently, front-ends support variadic argument constructs on X86-64 by lowering them manually. - Windows x64 (aka Win64) code generator has a few issues. - On mingw-w64, you will see unresolved symbol __chkstk due to Bug 8919 <http://llvm.org/bugs/show_bug.cgi?id=8919>. It is fixed in r128206<http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110321/118499.html> . - Miss-aligned MOVDQA might crash your program. It is due to Bug 9483<http://llvm.org/bugs/show_bug.cgi?id=9483&gt...
2006 Nov 04
3
Three processes for each mongrel server?
...hoth/current root 8973 8972 0 13:37 ? 00:00:00 /usr/local/bin/ruby /usr/local/bin/mongrel_rails start -d -e production -p 8020 -a 127.0.0.1 -l /var/www/apps/thoth/current/log/mongrel.log -P /var/www/apps/thoth/current/log/mongrel.8020.pid -c /var/www/apps/thoth/current root 8975 8919 0 13:37 pts/0 00:00:00 grep mongrel Background facts: - Overall setup: VPS at Rimu; custom compiled Apache 2.2 w/mod proxy -> mongrel cluster - distro: centos 4 - mongrel: 0.3.13.4 - ruby: 1.8.4 Here''s a console session showing the three processes. Here I''m starting a sin...
2015 Jun 30
2
[LLVMdev] Crashes on Windows 8 with >4k stack frames
...before digging into this for more days - is there >> some known issue with this, or does anyone have an idea what might go >> wrong? >> >> Thanks, >> Eph >> >> [1] https://llvm.org/bugs/show_bug.cgi?id=2921 >> [2] https://llvm.org/bugs/show_bug.cgi?id=8919 >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
2006 Dec 27
1
Software RAID1 issue
When a new system CentOS-4.4 is built the swap partition is always reversed... Note md3 below, the raidtab is OK, I have tried various raid commands to correct. swapoff -a raidstop /dev/md3 mkraid /dev/md3 --really-force swapon -a And then I get a proper ourput for /proc/mdstat, but when I reboot /proc/mdstat again reads as below, with md3 [0] [1] reversed. [root]# cat /proc/mdstat
2024 Oct 04
1
Warning message: Removed 888 rows containing missing values or values outside the scale range (`geom_line()`)
...0196, -10168, -10137, -10107, -10076, -10046, -10015, -9984, -9954, -9923, -9893, -9862, -9831, -9803, -9772, -9742, -9711, -9681, -9650, -9619, -9589, -9558, -9528, -9497, -9466, -9437, -9406, -9376, -9345, -9315, -9284, -9253, -9223, -9192, -9162, -9131, -9100, -9072, -9041, -9011, -8980, -8950, -8919, -8888, -8858, -8827, -8797, -8766, -8735, -8707, -8676, -8646, -8615, -8585, -8554, -8523, -8493, -8462, -8432, -8401, -8370, -8342, -8311), class = c("yearmonth", "vctrs_vctr")), Series_ID = c("CEU0500000001", "CEU0500000001", "CEU0500000001", &qu...
2007 Feb 27
2
running asterisk through cellphone
hi everybody, I'm currently planning a small-sized web-applicaiton allowing users to call-in via phone. the phonecalls should be recorded and processed further by some custom scripts - sounds like asterisk is a perfect match for this app. however, during prototyping I have no ISDN-connection whatsoever available, so I was asking myself if it's possible to connect a cellphone via
2008 May 09
0
Wine release 1.0-rc1
...es:WCCURSES_GetEvents Ooch. somebody beat us", and doesn't work. 8115 MyScribe loads but doesn't go past the login screen (Centos 4.4) 8125 Marratech 6.1 crashes on start 8615 Medieval 2: Total War crashes when loading game scenario. 8783 USB serial ports do not work 8919 CSS Tab Designer 2 lets wine crash 9178 "hello world" dos program hangs 9356 Serial communication not working since wine-0.9.33 9419 Autocad 2002 crashes after 2 mins of running 9588 Dragon Naturally Speaking 7 dragonpad corrupted left few chars 9729 gdi/x11 related c...
2013 Feb 15
3
datos climáticos cambio de formato
Hola!! tengo un data.frame donde cada fila corresponde a un año y cada columna a un mes (De enero a diciembre) > head(valT) V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 1941 18.0 16.3 15.2 10.1 8.1 8.3 8.8 9.2 7.9 12.2 11.9 14.6 1942 17.2 15.9 13.6 11.6 8.7 6.2 6.4 7.2 9.7 12.0 14.1 16.7 1943 17.6 17.3 13.5 12.5 10.5 7.0 8.2 7.9 -999.9 -999.9