search for: iassum

Displaying 6 results from an estimated 6 matches for "iassum".

Did you mean: assum
2004 May 25
1
(no subject)
...xed by 3 are interpreted as iptel extensions, and that the third extension priority strips off the prefix presumably the call is then 'processed' by the [iptel] section of sip.conf and generates sip call with the credentials in this section as those passed to the iptel.org server ?? how (iassuming they do) these relate in any way to the IPTELUSERID / IPTELUSERNAME variables defined in extensions.conf ?? presumably (and i am using a 7940 sip device) i can dial an asterisk extension of targetiptelusername prefixed with 3 to call the sip user registered with qu. does the target iptel user...
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
...ixed by 3 are interpreted as iptel extensions, and that the third extension priority strips off the prefix presumably the call is then 'processed' by the [iptel] section of sip.conf and generates sip call with the credentials in this section as those passed to the iptel.org server ?? how (iassuming they do) these relate in any way to the IPTELUSERID / IPTELUSERNAME variables defined in extensions.conf ?? presumably (and i am using a 7940 sip device) i can dial an asterisk extension of targetiptelusername prefixed with 3 to call the sip user registered with qu. does the target iptel usern...
2004 Aug 06
0
SPEEX_GET_QUALITY not working?
...UALITY. It's not that usefule anyway, but I might do it in the future. > 2) Let's say I wish to encode some data. Speex can tell me > theuncompressed frame size (for narrowband, 160 * sizeof(short)), > butwhat about the size of the compressed data? If I'm not using VBR, > Iassume that size is going to be constant, yes? But is there a way > forSpeex to tell me what that value is before I begin encoding? Use speex_mode_query with SPEEX_SUBMODE_BITS_PER_FRAME You need to pass the submode number with the pointer and the number of bits per frame is returned using the same...
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: