similar to: Channels not coming up

Displaying 20 results from an estimated 1300 matches similar to: "Channels not coming up"

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 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 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 Aug 19
8
Codec choice
Hi, Does anyone has an idea how to tell asterisk to use codec A for first 50 calls and then codec B for rest of the calls. Thanks, Deepika -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100819/6114bf1d/attachment.htm
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 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:
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:
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
2012 Jun 10
1
Setting span orders with Astribank and Sangoma A101
Hi All Just a quick check on the best way to ensure multiple cards/devices load in the correct order. Asterisk 1.8 with Sangoma A101 had no problems until we introduced an Astribank. root at pabx377:/etc/asterisk# dahdi_hardware -v usb:001/004 xpp_usb+ e4e4:1162 Astribank-modular FPGA-firmware LABEL=[usb:X1060395] CONNECTOR=@usb-0000:00:1d.7-3 XBUS-00/XPD-00:
2010 Jun 22
1
Can't make calls out of Astribank - show regdump doesn't show voltage - Getting warning due to old driver
Hi Guys, An 8 channel Astribank is connected to Trixbox 2.8 and I ran freepbx-module-zapauto but I get the following when running these commands and can't make calls out: [Trixbox]# dahdi_genconf xpporder /usr/sbin/dahdi_genconf: warning - OLD DRIVER: missing '/sys/bus/xpds/devices/00:0:0/timing_priority'. Fall back to /proc pbx*CLI> dahdi show channels Chan Extension Context
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
2014 Jan 20
1
What is dahdi.auto_assigned_spans and why should you care?
What is dahdi.auto_assign_spans and why should you care? In later versions the kernel module dahdi[Q] includes a new parameter: auto_assign_spans. It defaults to 1, and if you set it to 0, DAHDI can start behaving in strange and completely expected ways. Chances are the default will be set to 1 in a future version. Here is why you'll want to set it yourself. Up until DAHDI 2.5, hardware
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*
2016 Apr 12
4
Debian 8.4 : dahdi startup scripts ?
Hello, I just made a asterisk / dahdi fresh install on Debian 8.4, and ended up with the following packages : $ sudo dpkg -l|grep -Ei 'dahdi|asterisk|libpri' ii asterisk 1:11.13.1~dfsg-2+b1 amd64 Open Source Private Branch Exchange (PBX) ii asterisk-config 1:11.13.1~dfsg-2 all Configuration
2015 Jan 17
1
dahdi_genconf fails with "Empty configuration - no spans"
On Sat, Jan 17, 2015 at 09:31:33AM +0100, Bertrand LUPART - Linkeo.com wrote: > >>> However, dahdi_genconf keeps finding no span: > >>> What am i missing? > >> > >> It looks like your driver is loaded correctly. My guess would be maybe > >> the dahdi-tools is packaged as an older version that doesn't know > >> about the newer te435
2009 Feb 26
3
changing /etc/dahdi/system.conf
At the top of my /etc/dahdi/system.conf file is this line: # Autogenerated by /usr/sbin/dahdi_genconf on Wed Feb 25 18:25:10 2009 -- do not hand edit OK, so how do I adjust the timing source and LBO numbers, and echo cancellers if I'm not supposed to edit this file? Brandon. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 01
1
Is using dahdi_genconf_parameters recommended to configure dahdi ?
Hi, I've just discovered that dahdi_genconf could create configuration files reading a single genconf_parameter file. 1. Is using dahdi_genconf recommended to configure dahdi or is it a helpful tool for specific devices or installation processes ? 2. If not, is there a custom mecanism that would prevent hand-edited files to be written over by dahdi_genconf (you can obviously remove