search for: mustafa

Displaying 20 results from an estimated 70 matches for "mustafa".

2005 May 30
0
newbie problem with registration of sip client
...gistration of sip client. *CLI> May 31 13:58:01 WARNING[4927]: chan_sip.c:886 retrans_pkt: Maximum retries exceeded on call 4b5cbb235a46d6ee0bcd278c1e294105@192.168.8.125 for seqno 115 (Critical Request) May 31 13:58:15 NOTICE[4927]: chan_sip.c:4585 sip_reg_timeout: -- Registration for 'mustafa@192.168.8.188' timed out, trying again May 31 13:58:21 WARNING[4927]: chan_sip.c:886 retrans_pkt: Maximum retries exceeded on call 4b5cbb235a46d6ee0bcd278c1e294105@192.168.8.125 for seqno 116 (Critical Request) May 31 13:58:35 NOTICE[4927]: chan_sip.c:4585 sip_reg_timeout: -- Registration fo...
2005 Feb 07
7
IAX2 Trunk Problems with NAT
Hi, I have successfully configured an IAX trunk between 2 asterisks, calls can go through both ways without any problems, NAT in the middle of course (iptables) Now , leave them for a while , and make a call from the external server , it doesn't go through, Dial from the internal one, everything works fine again.. Now , it is clearly a problem in the NAT engine,
2016 Nov 28
2
Translation of custom attribute (defined for variables) from clang to llvm
...ca i32, align 4, Affinity Where affinity is an unsigned number, provided at time of variable declaration using custom attribute as shown below unsigned int Affinity=1; __attribute__((myCustomAttr(Affinity))) volatile unsigned int a = 5; Can you please guide me? Thanks in advance --- Naveed Ul Mustafa On 2016-11-25 14:20, John Brawn wrote: > If you want the clang attribute to have an effect on the LLVM IR that > is generated then you need to modify the relevant parts of > clang/lib/CodeGen to do whatever it is you want to do. For local > variables it looks like EmitAutoVarAlloca in...
2015 May 25
4
[LLVMdev] LLVM profiling
...ge-profiling hello.bc -o hello-edge.bc but I get the error that option "-insert-edge-profiling" is unknown. Can you please help me to solve the issue. Please note that I am following the paper available at this link http://llvm.org/pubs/2010-12-Preuss-PathProfiling.pdf Thanks Naveed Ul Mustafa
2010 Nov 11
4
krb ticket for the computer account
...7222) [DOMAIN\computercomputer ~]$ kinit -5 computer\$@domain.com Password for computer$@domain.com: As you know, computer account passwords are not supposed to be entered by users under normal circumstances. How can I obtain a krb5 ticket for the computer account? Thanks in advance.. Regards, Mustafa
2016 Nov 25
3
Translation of custom attribute (defined for variables) from clang to llvm
...ibute (i.e. moviAttr(unsigned int))) so that i can use it later for code generation. Syntax of adding my custom attribute in code snippet above is correct, since clang doesnt generate any error. do you think there is anyother reason for my custom attribute to not appear in IR? --- Naveed Ul Mustafa On 2016-11-25 13:44, Asit Dhal wrote: > Hi, > > I think, the syntax is wrong. > You can try this way.. > > #DEFINE NEWATTR __ATTRIBUTE__((ANNOTATE("MOVIATTR"))) > > int main() > { > NEWATTR volatile unsigned int a = 5; > VOLATILE UNSIGN...
2016 Feb 17
3
CentOS 6.7 Drivers for Compaq Storageworks TL891 Minilibrary
Hello all I am trying to setup a backup system using Bacula on CentOS 6.7 installed on eserver x345 but cannot find the drivers Any help in finding the drivers will be much appreciated Regards Mustafa
2005 Jun 01
0
newbie with kphone and asterisk
hello all, i have already configure sip.conf and dialplan. i done the follow me script. first problem: i want to call(with kphone) someone at my extension, i must dial the extension number. i can't dial their username. 20531603@192.168.8.125 (work) mustafa@192.168.8.125 (call fail) is it possible to do that?? second problem: if i want to call another number (not my extension) with my kphone also fail. example if i call my mobile than it fail. where i must configure so my asterisk can do that?? my sip.conf: [general] context=default bindpor...
2012 Mar 26
1
Arabic Wiki - resend because of bounce back
Hi, my name is Steve Mustafa, my username is SteveMustafa and I'd like the privilege to edit and translate the wiki into Arabic, http://wiki.centos.org/ar (does not exist). So I'm asking for the privilege to create and edit these pages as well as for the creation of a new RTL template for RTL languages including Arabi...
2012 Nov 13
2
installation of queue-tip on centos/asterisk server
Hi Geeks, I need an urgent help with queue-tip installation. i am using http://queue-tip.rubyforge.org/install.html guide to install the same however i am stuck at first step of installation ($ rake gems:install). i installed all the dependencies mentioned in the document (ruby, rails etc.) but it shows following error when i execute the mentioned command: *Undefined method ‘name’ for
2015 May 28
1
[LLVMdev] Opt option -dot-edge-numbers
...is release supports -insert-edge-profiling option for opt. But it doesnt provide/supports the -dot-edge-numbers option. Where can I find the file implementing this option (e.g, the source file for edge profiling is located in lib/transforms/instrumentation)? Please help me out. Thanks Naveed Ul Mustafa
2009 Jul 10
1
timestamp in jitterbuffer
Hi All, I'd liek to know what the timestamp in the jitter buffer stands for. In other words if I receive two packets "on time" how far apart should they be in terms of the jitter buffer timestamp? Thanks, Mustafa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20090710/566fce44/attachment.htm
2006 Nov 14
1
Question regarding bounce messages on quota full. [solved]
On 11/14/06, Mustafa A. Hashmi <mahashmi at gmail.com> wrote: In the following section: > auth default { > mechanisms = plain > > socket listen { > master { > path = /var/run/dovecot-auth-master > mode = 0600 > user = vmail # User running Dovecot LDA >...
2010 Jun 28
2
"forgot my password" feature
...opensource solution to provide "self service password management" which would allow us to add the "I forgot my password. Lets reset it" feature which would do the authentication with the help of some random personal data or personal question/answer combination ? Regards. -- Mustafa ?a?atayl? B?M
2007 Feb 03
1
GSSAPI authentication behind HA servers
...into the same keytab for both the nodes, however, I don't think more than a single key is checked for the imap service, and authentication errors continued. Is anybody running something similar? Could you please explain how you have this working on your end? Appreciate any help. Regards, -- Mustafa A. Hashmi mahashmi at gmail.com
2016 Nov 25
2
Translation of custom attribute (defined for variables) from clang to llvm
...e-fp-math"="false" "use-soft-float"="false" } attributes #1 = { argmemonly nounwind "target-cpu"="myriad2.2" } Can someone help me please to solve the problem so that custom attribute also appears in the IR. Thanks in advance -- Naveed Ul Mustafa
2016 Dec 13
1
Lowering the metadata attached to an instruction down to Pattern Instruction Selection pass
...mem:Volatile ST4[%x] IRF32:%vreg3 %vreg4<def> = LSU_LDO_i32_Myr2 <fi#1>, 0, pred:1, pred:%noreg, 7; mem:Volatile LD4[%x] IRF32:%vreg4 %I18<def> = COPY %vreg4; IRF32:%vreg4 SHAVE_RETURN %I18 # End machine code for function main. Thanks for any helpful response. -- Naveed Ul Mustafa
2010 Nov 29
3
session active_record_store
Hi, There doesn''t seem to be any previous posts about this problem, I must be setting things up wrongly at very basics... Firstly, the problem... I can''t get session[] to persist with active_record_store. I enabled (config.action_controller.session_store = :active_record_store) in environment.rb and created the sessions table at my MySQL database. When I do a session[:blah] =
2009 Jun 24
1
echo canceller for multiple channels
...wanted to know how the speex echo canceller can be used for multiple channels audio. I am aware that support had been added for multiple speakers and multiple microphones. Is there any documentation on how speex_echo_state_init_mc can be used in conjunction with speex_channel_decorrelate? Thanks, Mustafa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20090624/2b9c5539/attachment.htm
2003 Sep 17
3
mstree
hello, i have some problems with mstree! there are no similar function in R like in S-Plus! Is there somebody who has a code in R ???? Thanks