search for: 000000b9

Displaying 9 results from an estimated 9 matches for "000000b9".

Did you mean: 000000b8
2013 Feb 24
0
Detecting fax without Aswer()ing the call first?
...] Macro("SIP/66.193.176.35-000000b8", "stdexten,210,sip/ra2501") in new stack -- Executing [s at macro-stdexten:1] Dial("SIP/66.193.176.35-000000b8", "sip/ra2501,360") in new stack == Using SIP RTP CoS mark 5 -- Called sip/ra2501 -- SIP/ra2501-000000b9 is ringing [2013-02-24 17:05:12] WARNING[6554]: chan_sip.c:8979 process_sdp: ignoring 'video' media offer because port number is zero -- SIP/ra2501-000000b9 answered SIP/66.193.176.35-000000b8 -- Locally bridging SIP/66.193.176.35-000000b8 and SIP/ra2501-000000b9 [2013-02-24 17:05:...
2015 Mar 25
2
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
...heses ip-phones without issue the problem just when i configure the trunk in my server and i use extension all the ip-phone and x-lite and server asterisk in the same network 192.168.1.x == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Called SIP/FD/0033149XXXXXX -- SIP/FD-000000b9 is making progress passing it to SIP/306-000000b8 > 0x2afec424c430 -- Probation passed - setting RTP source address to 192.168.1.212:57592 > 0xc5922b0 -- Probation passed - setting RTP source address to 217.195.xx.xxx:29674 -- Got SIP response 556 "No address found&quot...
2007 Nov 15
2
IPSEC help
Hi, I am new to ipsec and trying to connect my bsd server with win 2000. I have succeeded to tunnel using pre-shared key. But regarding certificate , I failed to get success. The following are configuration : racoon.conf path certificate "/usr/local/openssl/certs" ; # "log" specifies logging level. It is followed by either "notify",
2015 Mar 25
0
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
...just when i configure the trunk in my server and i use > extension > > all the ip-phone and x-lite and server asterisk in the same network > 192.168.1.x > > == Using SIP RTP TOS bits 184 > == Using SIP RTP CoS mark 5 > -- Called SIP/FD/0033149XXXXXX > -- SIP/FD-000000b9 is making progress passing it to SIP/306-000000b8 > > 0x2afec424c430 -- Probation passed - setting RTP source address to > 192.168.1.212:57592 > > 0xc5922b0 -- Probation passed - setting RTP source address to > 217.195.xx.xxx:29674 > -- Got SIP response 556 &q...
2008 Jun 26
5
Can not run DVDSubEdit (Help!)
...00000039 -1 0000006a -1 0000002e -1 0000001f -1 00000089 -1 00000009 -1 00000067 0 0000005c 0 00000032 0 000000d1 0 00000095 0 000000d4 0 000000d5 0 000000ca 0 000000ce 0 000000ba 0 000000c7 0 000000d0 0 000000a6 0 0000003a 0 000000b9 0 000000c8 0 000000bf 0 000000dc 0000002f 0 00000080 (D) C:\Program Files\DVDSubEdit\DVDSubEdit.exe 00000075 0 <== Backtrace: =>1 0x0040483d in dvdsubedit (+0x483d) (0xffffffff) Wine is wine-1.0 DVDSubEdit is latest (1.41) but tried others - same effect. OS is Debian le...
2015 Mar 25
2
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
...and i use > > extension > > > > all the ip-phone and x-lite and server asterisk in the same network > > 192.168.1.x > > > > == Using SIP RTP TOS bits 184 > > == Using SIP RTP CoS mark 5 > > -- Called SIP/FD/0033149XXXXXX > > -- SIP/FD-000000b9 is making progress passing it to SIP/306-000000b8 > > > 0x2afec424c430 -- Probation passed - setting RTP source address > to > > 192.168.1.212:57592 > > > 0xc5922b0 -- Probation passed - setting RTP source address to > > 217.195.xx.xxx:29674 > >...
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...vl $0, (%ecx) > 000000ac: IMAGE_REL_I386_DIR32 _foo > b0: 89 44 24 18 movl %eax, 24(%esp) > b4: 89 54 24 14 movl %edx, 20(%esp) > b8: e8 00 00 00 00 calll 0 <_setfoo+0xB9> > 000000b9: IMAGE_REL_I386_REL32 _setGlobal > bd: 89 e0 movl %esp, %eax > bf: c7 00 00 00 00 00 movl $0, (%eax) > 000000c1: IMAGE_REL_I386_DIR32 _foo > c5: e8 00 00 00 00 calll 0 <_setfoo+0xC6> >...
2017 Jun 07
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...000000ac: IMAGE_REL_I386_DIR32 _foo >>> b0: 89 44 24 18 movl %eax, 24(%esp) >>> b4: 89 54 24 14 movl %edx, 20(%esp) >>> b8: e8 00 00 00 00 calll 0 <_setfoo+0xB9> >>> 000000b9: IMAGE_REL_I386_REL32 _setGlobal >>> bd: 89 e0 movl %esp, %eax >>> bf: c7 00 00 00 00 00 movl $0, (%eax) >>> 000000c1: IMAGE_REL_I386_DIR32 _foo >>> c5: e8 00 00 00 00 calll 0 <_set...
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
On Mon, Jun 5, 2017 at 1:34 PM, Nikodemus Siivola < nikodemus at random-state.net> wrote: > Uh. Turns out that if I hide the pointer to @foo from LLVM by passing it > through an opaque identity function ... then everything works fine. > > Is this a bug in LLVM or is there some magic involving globals I'm > misunderstanding? > This looks like a bug in the handling of