Displaying 20 results from an estimated 1000 matches similar to: "Question about DID"
2005 Apr 22
4
TE11OP -> Mitel 200Sx??
Hello all. I just received a TE110P and am trying to hook it to my Mitel 200SX has anyone successfully done this? My configuration is as follows.
Asterisk -> TE110P ->Kentrox (csu/dsu) -> Mitel T1 Card.
All I get is a blinking yellow on my TE110P card and an alarm on my Mitel. T1 card.
Any advice would be great.
Zaptel.conf
span=1,0,1,d4,ami
e&m=1-23
dchan=24
2005 Aug 19
4
Overriding Caller ID
Hello list,
We have some kind of a problem with our Asterisk installation. We
want to be able to publish different caller id when placing outbound
calls through the PSTN. We have Asterisk with TE410P and T1 from FDN
Communications. The problem is that all our outbound calls show our
main number, regardless of what we set with SetCallerID, even using
CallingPres with all possible
2005 Jul 01
1
Unable to forward frame/voice
Hi,
We've exhausted our internal capabilities as well as Sangoma tech support and
were hoping someone with some expertise could help us with a pointer. Briefly,
our issue is as follows.
Periodically (several times an hour), we get either of the following error
messages in our asterisk messages log. These correspond with dropped outbound
calls on a one-to-one basis when the second error
2005 Jan 10
1
Digi Datafire Micro V ISDN Card
Hi to everyone!
I am new to this list and i want to greet you all!
I am trying to install Asterisk on a Fedora Core 3 Distribution with a
Digi Datafire Micro V ISDN Card.
I know that I have to use the ISDN4Linux so in modem.conf I set the I4l
driver ,the msn and device.
Modem.conf
[interfaces]
context=remote
;driver=aopen ; modem by AOpen
driver=i4l ; isdn4linux - an
2006 Jun 23
1
SIP -> PSTN calls not connecting properly
Hi,
I've got a problem with my asterisk set up which has been going on for a
while (months). I'm currently running 1.2.7.1 on a gentoo box with the
topology below:
+-----+
PSTN ---------+ * +------------- Service Provider
(wctdm400p) +-+-+-+ IAX
| |
| |
FXS --+ +-- SIP (cisco 7940)
2004 Aug 23
2
Question about dial out via Zap
Group
When I dial a phone number that should go out to the telco my local
phone rings. Does anyone have any hits ?
Thanks
Asterisk Ready.
*CLI> -- Called g1/6144196143
Urgent handler
Urgent handler
-- Starting simple switch on 'Zap/2-1'
Urgent handler
Urgent handler
-- Called 6149236651
Urgent handler
-- SIP/6149236651-1d93 is ringing
Urgent handler
-- Zap/1-1
2009 Sep 13
1
[LLVMdev] Is it possible using anonymous namespace on template in header files.
for example
/// getPointerUnionTypeNum - If the argument has type PT1* or PT2* return
/// false or true respectively.
template <typename PT1, typename PT2>
static inline int getPointerUnionTypeNum(PT1 *P) { return 0; }
template <typename PT1, typename PT2>
static inline int getPointerUnionTypeNum(PT2 *P) { return 1; }
template <typename PT1, typename PT2>
static
2006 May 13
0
Spam? Re: Cisco 7970 problems
I don't see that anywhere. Here is my zapata.conf This is only happing
on my 7970 all other phone are working without trouble.
[channels]
context=pri
signalling=pri_cpe
switchtype=dms100
group=1
usecallerid=yes
hidecallerid=no
restrictcid=no
usecallingpres=no
useincomingcalleridonzaptransfer=yes
callerid=asreceived
faxdetect=incoming
musiconhold=default
echocancel=yes
2002 Jan 22
4
splitting a data.frame
I have the following (simple!?) problem which I am unable to find a
relatively trivial solution to.
If I have a dataframe,
A 1
A 7
B 4
B 5
C 3
D 3
D 2
E 5
F 5
F 6
I would like to create a new data.frame in the form
ID pt1 pt2
A 1 7
B 4 5
C 3 NA
D 3 2
E 5 NA
F 5 6
so that for each identifier, in this
2005 May 11
5
[Bug 2628] hangs indefinitely at start of phase 1
https://bugzilla.samba.org/show_bug.cgi?id=2628
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|hangs indefinitely (while |hangs indefinitely at start
|listing files) |of phase 1
------- Additional Comments From wayned@samba.org
2011 Dec 03
1
[LLVMdev] New strict-aliasing warning?
When compiling trunk using gcc 4.1.2 on linux/ppc64, I now see a warning
that I don't remember seeing previously:
llvm[2]: Compiling InlineSpiller.cpp for Release+Asserts build
/src/llvm-trunk-dev/include/llvm/ADT/PointerIntPair.h: In member
function ‘const PointerTy* llvm::PointerIntPair<PointerTy, IntBits,
IntType, PtrTraits>::getAddrOfPointer() const [with PointerTy = void*,
unsigned
2006 Mar 22
3
PRI DMS100 -> Nortel Meridian Option 81
Hello all,
I have Asterisk 1.2.1 and a TE110P connected to a Nortel Meridian Option
81C system. The PRI line is currently setup as DMS100. Here are the
relevant lines from zaptel.conf and zapata.conf:
zaptel.conf:
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
loadzone = us
defaultzone = us
zapata.conf:
[channels]
language=en
context=from-internal
musiconhold=default
switchtype=dms100
2013 Mar 13
0
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
On Tue, Mar 12, 2013 at 11:59 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote:
> I personally believe that in the context of type-based AA, correctness is a
> subjective term:-).
>
> If the user smell something fishy, it is up to user to disable such opt,
> there is no other
> way around. TBAA is just to find the a sweet spot between precision &
> safeness.
Sorry,
2013 Mar 13
2
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
On Wed, Mar 13, 2013 at 11:37 AM, Arnold Schwaighofer
<aschwaighofer at apple.com> wrote:
>
> On Mar 13, 2013, at 1:07 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote:
>
>>>
>>> The program I gave was well typed :)
>>
>> Hi, Daniel:
>> Thank you for sharing your insight. I didn't realized it is well-typed -- I'm basically a big
2013 Mar 13
3
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
> The program I gave was well typed :)
Hi, Daniel:
Thank you for sharing your insight. I didn't realized it is
well-typed -- I'm basically a big nut of any std.
I'd admit std/spec is one of the most boring material on this planet:-).
So, if I understand correct, your point is:
if a std call a type-casting (could be one which is in
bad-taste:-), TBAA has to
2015 Apr 21
2
[LLVMdev] Using an alias analysis pass
Hello LLVMdev,
I’m using LLVM to do static analysis exclusively (without any code generation). To implement this analysis, I’m using multiple address spaces to disambiguate the purpose of the pointed memory. Since address spaces never alias in my model, I set on to implement an alias analysis pass that would exactly provide this information, as I’m seeing a couple of otherwise dead store that
2007 Nov 15
2
Two B-Channel Transfer (2BCT/TBCT) Trobule on DMS100 PRI
I have not been able to get two B-channel transfer to work on DMS100 PRI. I
consistently get the following errors:
[Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: ROSE RETURN
ERROR:
[Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: OPERATION:
RLT_OPERATION_IND
[Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: ERROR: RLT
Not Allowed
I have tried on two
2013 Mar 13
0
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
On 3/13/13 1:21 PM, Daniel Berlin wrote:
> On Wed, Mar 13, 2013 at 11:37 AM, Arnold Schwaighofer
> <aschwaighofer at apple.com> wrote:
>> On Mar 13, 2013, at 1:07 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote:
>>
>>>> The program I gave was well typed :)
>>> Hi, Daniel:
>>> Thank you for sharing your insight. I didn't realized
2007 Aug 21
2
compatibility of PRI Two B channel transfers TBTC/2BTC
Hello,
A client has asked for Two B channel Transfer capability (known as
TBCT or 2BCT, similar to other features such as ECT, RTL and Q,SIG
Path Replacement) in a new Asterisk system and so I researched the
capability and came up with quite a few gaps in documentation.
2007 Nov 15
1
Nested SEXP functions
Hey All,
I was wondering if I could solicit a little advice. I have been
experiencing some quirkiness in my C code through .Call.
Unfortunately, my program is rather large, so I'm trying to create a
brief example. Yet before I do, I thought maybe a conceptual question
would be sufficient.
Basically, I'm writing up a multidimensional Gaussian likelihood (with
spatial covariances and