similar to: Codec choice

Displaying 20 results from an estimated 600 matches similar to: "Codec choice"

2010 Jun 15
3
Asterisk reject SIP INTITE from different source ports
Hi, On some SIP interconnects with devices like Cisco, Dialogic we get SIP invite from different source port every time and asterisk rejects that INVITE. Does anyone knows solution for this? --- Kind Regards, Deepika Nijhawan VoIP Engineer Oxygen8 Communications T: +44(0) 871 434 9151 +44(0) 121 620 9151 Email: deepika.nijhawan at oxygen8.com Skype:
2010 Jun 18
3
CDRs not getting generated on Free PBX
Hi, We have free pbx installed on asterisk 1.4.25.1. Mysql is installed and asterisk is connecting to it. CDR modules are all loaded as well. For some reason, it is not creating master.csv and no cdrs are generated. Can anyone help please. --- Kind Regards, Deepika Nijhawan VoIP Engineer Oxygen8 Communications T: +44(0) 871 434 9151 +44(0) 121 620 9151
2010 Aug 06
4
How do I install speex for asterisk?
Hi, I have followed steps which were mentioned on forum and given below. Still couldn't get speex working. On test calls getting error "chan_sip.c: sip_call: No audio format found to offer." # yum install speex # yum install speex-devel # cd /usr/src/asterisk # make clean # make # service asterisk stop # make install # service asterisk start Also, it is not
2010 Sep 08
3
IPSec on asterisk
Hi, I am trying to configure ipsec on asterisk. Have configured /etc/racoon/racoon.conf and /etc/raccoon/psk.txt. Also have policy file in same folder. Have run racoon. Still I can't receive calls. Can anyone please tell if any extra step is needed. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 28
5
Failover Routing
Hi, I am doing failover routing based on 2 dial commands. First route sends back 4xx response and I don't want it to try 2nd route when it is 4xx response. Can we do failover routing based on SIP 5xx response only ? Thanks Deepika -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 11
1
Call Failed Audio
Hi, On freepbx (GUI), whatever reason number fails we always get 'all circuits are busy' audio. Does anybody know how to get far end audio when we dial wrong number or when it's busy or unallocated number or failed with some other reason. Thanks, Deepika -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jul 23
2
Channels not coming up
Hi, I have connected asterisk 1.6.2.6 with an IVR and ran dahdi_genconf. Dahdi status is not showing alarms but channels are not coming up. It is not showing any channels when i run 'dahdi show channels'. Could anyone help pls. Thanks Deepika -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jan 10
0
No subject
----- Asterisk 1.8 will allow to read SIP response codes in the dialplan via ${HASH(SIP_CAUSE,<channel-name>)} Asterisk 1.8 also comes with a 'use_q850_reason' configuration option = for generating and parsing, if available:=20 ----- That will give you what you want if you consider upgrading to v1.8. =09 -----Original Message----- From: asterisk-users-bounces at
2011 Mar 12
2
how to use melt cast commands in R in window7
Hi, I have installed R on my computer with windows 7 . I also installed reshape software, but I am not being able to work with melt cast commands . I have chjecked the commands.It is not working. Thankyou, Deepika [[alternative HTML version deleted]]
2016 Feb 10
2
Modified LLVM IR
Hi, My requirement is something like as given below, a.c => a.obj contains a1() and a2() function b.c => b.obj contains b1() and b2() function main.c => main.obj call to a1, a2, b1, b2 Now, I want to move a1(), a2() from a.obj to b2.obj and on top of function b1() When I call b1() from main, it should call first a1, a2 and then function definition of b1 Can you please give me some
2016 Feb 10
2
Modified LLVM IR
Hi, Yes I am looking for IR pass that will do insert call of functions that defined in another file. Links/suggestions that guide me to start for adding IR pass will help me so much. Regards, Deepika On Wed, Feb 10, 2016 at 1:03 PM, mats petersson <mats at planetcatfish.com> wrote: > So how do you know what you want to modify (conceptually)? > > Have you got a IR pass that you
2016 Feb 10
2
Modified LLVM IR
Hi, I want to call/add some functions(that defined in another file) on top of some functions, and reflect the same changes in object file. No, I am not looking for contractor. Thanks, Deepika On Tue, Feb 9, 2016 at 7:04 PM, mats petersson <mats at planetcatfish.com> wrote: > What is the condition for adding this code? > > What have you tried so far? [Or are you looking for a
2016 Feb 09
2
Modified LLVM IR
Hi, I want to edit LLVM generated IR file, like as given below, Original LLVM IR file, @.str2 = private unnamed_addr constant [17 x i8] c"\0AI am in one_11\0A\00", align 1 ; Function Attrs: nounwind define i32 @one_1(i32 %ivar1, i32 %ivar2) #0 { entry: %ivar1.addr = alloca i32, align 4 %ivar2.addr = alloca i32, align 4 %isum = alloca i32, align 4 store i32 %ivar1, i32*
2012 Jan 17
5
Is their any plugin/gem available to improve performance
Hi All, I am having an ror application with ruby1.8.7 and rails2.3.5, the performance of my application is not good enough. Is their any plugin or gem available to improve the performance. Also I have already optimized some of my code and db queries by optimizing the mysql query and by adding indexes, but those are not gave drastic change in the performance. regards, Loganathan -- You received
2004 Feb 11
4
Multiple interconnects
(Yep, it's me again) We've worked around some minor glitches and now have a pair of nodes happily sharing an OCFS volume. I was wondering, though, if it was possible to configure a second private IP address so that the nodes could communicate over more than one Gigabit Ethernet connection. Our RAC books and online docs make some vague references to multiple interconnects, but I have yet
2010 Aug 19
3
Calling Line Identity - any ideas
Hi list I have a requirement that I just don't know how to address - I don't think its strange but can't find any pointers anywhere. I have a user that wishes to have a "multi phone" divert. By that I mean "calls made to his extension say Ext200 can be redirected to a different extension say Ext400 and also to his home landline. Doing the dial is fine using
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
Add a way to disable the timer IRQ routing check via a boot option. The VMI timer code uses this to avoid triggering the pester Mingo code, which probes for some very unusual and broken motherboard routings. It fires 100% of the time when using a paravirtual delay mechanism instead of using a realtime delay, since there is no elapsed real time, and the 4 timer IRQs have not yet been delivered.
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
Add a way to disable the timer IRQ routing check via a boot option. The VMI timer code uses this to avoid triggering the pester Mingo code, which probes for some very unusual and broken motherboard routings. It fires 100% of the time when using a paravirtual delay mechanism instead of using a realtime delay, since there is no elapsed real time, and the 4 timer IRQs have not yet been delivered.
2007 Aug 24
1
Choice append
Ciao Alex, Is it possible to enable the overloaded method ''ControlWithItems#append'' to be able to provide user data? to do this: ch = Wx::Choice.new() ch.append("pluto", 10) ch.append("pippo", 20) ch.append("paperino", 30) instead of this (the way i''ve found to get the same result): ch = Wx::Choice.new() id =
2005 Jul 24
2
Fwd: fix Choice.cpp unicode string
This is needed so that samples/etc/choice.rb shows the strings in the choice box. One of the few places that missed UTF8 convertion. --- swig/classes/Choice.i 31 Jan 2005 04:18:52 -0000 1.2 +++ swig/classes/Choice.i 24 Jul 2005 19:18:55 -0000 @@ -14,7 +14,7 @@ for(int i=0; i < $1; ++i) { VALUE thisItem = rb_ary_entry($input, i); - $2[i] = (wxChar