Displaying 6 results from an estimated 6 matches for "iassumes".
Did you mean:
assumes
2004 May 25
1
(no subject)
was wondering if anyone could give us a run through an explanation of the wiki and other examples of connecting to iptel's sip express router using asterisk pbx so i can understand better the call processing ..
given the example i work from on john todd's www.loligo.com site ;
exten => _3.,1,SetCallerID(${IPTELUSERID})
exten => _3.,2,SetCIDname(${IPTELUSERNAME})
exten =>
2016 Jun 14
2
Calling a null pointer. How undefined it is?
...e() { return Fn == nullptr; }
};
Fn field serves two purposes:
* Cheap check for done. What can be better than compare with zero!
* Guard against programmer mistake: accidentally calling Go() when in a
Stopped state.
Is it an appropriate use of undefined behavior?
Thank you,
Gor
P.S.
This iassumes -O3 with no ubsan. Sanitizer can, of course, add a null
check in Go() prior to an indirect call.
2004 May 25
1
using asterisk with iptel addreses
was wondering if anyone could give us a run through an explanation of the
wiki and other examples of connecting to iptel's sip express router using
asterisk pbx so i can understand better the call processing ..
given the example i work from on john todd's www.loligo.com site ;
exten => _3.,1,SetCallerID(${IPTELUSERID})
exten => _3.,2,SetCIDname(${IPTELUSERNAME})
exten =>
2004 Aug 06
0
SPEEX_GET_QUALITY not working?
> 1) I was interested in fetching the default quality setting
> fornarrowband:
> speex_encoder_ctl(_encodeState, SPEEX_GET_QUALITY, &value);
>
> Unfortunately, the above fails with libspeex 1.1.4. The console
> shows:
>
> warning: Unknown nb_ctl request: 5
Actually, I never implemented SPEEX_GET_QUALITY. It's not that usefule
anyway, but I might do it in the
2007 Mar 21
16
IP Instances with VLAN''s
Hi,
how can ip instances be used with vlans ? Is that possible ?
I don''t know how to configure this, if I only have one interface (e.g. bge0), and want to
assign e.g. bge1000 to a zone. Any cookbooks available ?
Thanks
Detlef
2004 Aug 06
2
SPEEX_GET_QUALITY not working?
Hello everyone,
I'm finally beginning to use Speex for a project. As expected, the
implementation so far has been very easy and I am thrilled with the
capabilities and flexibility of Speex, especially the new features in
1.1. My efforts so far have resulted in a couple of questions:
1) I was interested in fetching the default quality setting for
narrowband: