search for: iassuming

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

Did you mean: assuming
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 usernam...
2016 Jun 14
2
Calling a null pointer. How undefined it is?
Hi all: This question is related to a state machine generated by LLVM for a coroutine. I stripped all coroutine related details to get to the essence of the question. Let's say I have a state machine that looks like this: struct State { FnPtr Fn; State() : Fn(&SomeFunction) {} void Go() { (*Fn)(); } void Stop() { Fn = nullptr; } bool IsDone() { return Fn ==
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 username...
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: