similar to: No audio on PRI channel answered by Playback() orMeetMe()

Displaying 20 results from an estimated 1000 matches similar to: "No audio on PRI channel answered by Playback() orMeetMe()"

2004 Aug 27
1
No audio on PRI channel answered by Playback() or MeetMe()
Does Asterisk need a sound card or functional Console/dsp to answer inbound DID number from PRI and playback .gsm files? I can call from any of the SIP extensions on Asterisk and hear audio from Playback(), MeetMe(), or MOH. The problem I am having with calls from my PRI is as follows: I have an Asterisk (CVS-HEAD-08/25/04-20:28:51) currently interfacing a NEAX 2400 IPX with PRI. I have a
2004 Aug 29
1
not getting ringing/busy/answer feedback on my PRI
I posted a problem earlier thinking it was due to a lack of sound card. Several members stated that you do not need a sound card to play audio to a PRI channel. I did some further testing and discovered that there is a problem with call progress tones or signaling on my PRI. I think that the reason I am not hearing audio from the MeetMe() or Playback() apps. is because the the calling side of
2009 May 15
1
meetme dies looking for conf-getconfno
With 1.6.1, I'm trying to set up a test of meetme for creating dynamic conferences. cat meetme.conf [rooms] conf => 600 extensions.conf: [meetme] exten => 2663,1,MeetMe(,D) exten => 2663,n,Hangup() exten => 2666,1,MeetMe() exten => 2666,n,Hangup() What I'm expecting is to dial 2663, get a conference room number ( 600, I suppose since it's the only room ), and set
2003 Jun 23
1
(no subject)
Is this me or what? -- Playing 'demo-congrats' -- Executing MeetMe("H323:996", "") in new stack -- Playing 'conf-getconfno' == Parsing '/etc/asterisk/meetme.conf': Found WARNING[17425]: File app_meetme.c, Line 151 (build_conf): Unable to open pseudo channel -- Playing 'conf-invalid' -- Playing 'conf-getconfno'
2005 Jun 22
2
Asterisk to NEC NEAX
Hi, How can I make calls from Asterisk client to NEC NEAX 2400 traditional phone ? Is it possible to have a connection between Asterisk and NEC NEAX 2400, since NEC-NEAX2400 is an IP-PBX and supports SIP. Please help me to find a solution ;;; Thanks & Regards Ram Kumar Customer Support Engineer Barcode Gulf LLC Dubai , UAE Mobile : + 971 50 5594178 Email : Ramkumar@barcodegulf.net
2005 Sep 19
2
ztdummy configuration help
Upon setting up and configuring the my extension.conf, meetme.conf and following the instruction outlined at this web page: http://www.voip-info.org/wiki-Asterisk+timer+ztdummy I get the following errors when calling the meetme number. Executing Wait("SIP/216.53.118.2-f41196e0", "1") in new stack -- Executing MeetMe("SIP/216.53.118.2-f41196e0",
2006 Oct 03
4
how ot replace the diagonal of a matrix
Dear useRs, Trying to replace the diagonal of a matrix is not working for me. I want a matrix with .6 on the diag and .4 elsewhere. The following code looks like it should work--when I lookk at mps and idx they look how I want them too--but it only replaces the first element, not each element on the diagonal. mps <- matrix(rep(.4, 3*3), nrow=n, byrow=TRUE) idx <- diag(3) mps idx mps[idx]
2010 Jul 21
3
smbd -D hangs
I'm testing both sunfreeware and official sun (sfw) samba on Solaris 10. For some reason since yesterday, the smbd process just "hangs" at the start. No log is generated on server side Where smbd is started, I can't find any open port on 139 or 145 My OS is Solaris 10 # uname -a SunOS labo2 5.10 Generic_142900-13 sun4v sparc SUNW,SPARC-Enterprise-T5120 #
2007 Oct 05
9
I can''t make RSpec 1.0.8 run in Rails 1.2.3
I followed the directions on the site: ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails ruby script/generate rspec And apparently everything was ok. But when I do a "rake spec" on the app folder none of the Rails models are visible. Here is the error: (in
2006 Jan 10
5
Oracle 10g Express - generate scaffold gives error
Hello, I have Oracle XE installed. I have a table USERS. When I try to generate a scaffold it gives me this error. I tried also with Mysql and it worked. E:\radrails\projects\MPS>ruby script\generate scaffold user exists app/controllers/ exists app/helpers/ create app/views/user exists test/functional/ dependency model exists app/models/ exists
2011 Jun 28
1
"x86-64: EFI boot code" breaks 32-bit build
cc1: warnings being treated as errors mpparse.c: In function ''efi_check_config'': mpparse.c:669: error: format ''%08llx'' expects type ''long long unsigned int'', but argument 2 has type ''long unsigned int'' In xen/include/xen/efi.h: 23616: unsigned long mps; /* MPS table */ In xen/arch/x86/mpparse.c (line 669):
2006 May 30
6
[PATCH][HVMLOADER][DISCUSS] 8 way default rombios
Attached simple patch modifies the rombios and hvmloader Makefiles to default to an 8-way bochs bios for the hvmloader. Is there a reason to not define the mp config table by default for >1 processors (8), in the repository? Seems like using the hvm guest config file can the methodolody to describe a UP guest regardless of the mptables. Defaulting the rombios to MP would allow users to
2016 Jun 01
2
[PATCH v2] rescue: add --autosysroot option RHBZ#1183493
--autosysroot option uses suggestions to user on how to mount filesystems and change root suggested by --suggest option in virt-rescue. Commands are passed on kernel command line in format guestfs_command=command;. Command ends with a semicolon and there can be multiple commands specified. These are executed just before bash starts. On successfull run user is presented directly with bash in
2006 Oct 24
10
Meetme... No channel type registered for 'zap'
When I call meetme: exten => 1000,1,Answer exten => 1000,n,Meetme(|||d) Asterisk is complaing with: -- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in new stack -- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", "|||d") in new stack -- Playing 'conf-getconfno' (language 'en') Warning, flexible rate not
2015 Feb 16
5
[LLVMdev] What is on the LLVM horizon for truly relocatable JITted code?
Hello everyone, Is fully relocatable/position-independent JITted code on the horizon or currently possible with LLVM? I’ve written a Common Lisp compiler (currently called Clasp: https://github.com/drmeister/clasp) in C++ that uses LLVM as the backend and interoperates with C++. It uses copying garbage collection via the Memory Pool System (MPS) garbage collector by Ravenbrook. This garbage
2016 May 24
1
[PATCH] rescue: add --autosysroot option RHBZ#1183493
--autosysroot option uses suggestions to user on how to mount filesystems and change root suggested by --suggest option in virt-rescue. Commands are passed on kernel command line in format guestfs_command=command;. Command ends with a semicolon and there can be multiple commands specified. These are executed just before bash starts. On successfull run user is presented directly with bash in
2007 Mar 12
4
great problem with sounds and ztdummy
Hello System: Debian etch with kernel 2.6.18-4-686 or 2.6.18 custom. Asterisk Version: SVN-branch-1.4-r55483M Zaptel Version: SVN-branch-1.4-r2302 modules all ok in compilation time. And modules loaded: ztdummy 5928 0 rtc 13364 1 ztdummy zaptel 181540 1 ztdummy crc_ccitt 3200 1 zaptel In /dev/zap directory I have:
2015 May 20
6
[PATCH v3 0/3] RFE: support Windows drive letter in virt-ls
Fixes RHBZ#845234. v3 changes: Drive letters works if inspection is enabled (-m is not given) v2 changes: Ammended so it doesn't do inspection for every dir to list. Maros Zatko (3): virt-ls: support drive letters on Windows virt-ls: update usage for win drive letters docs: amend virt-ls manpage with win drive letters cat/ls.c | 41 +++++++++++++++++++++++++++++++++++++----
2003 Nov 01
1
which TDM to use? DID line from telco with no dial tone and no voltage
as my first project with *, i would like to replace our old neax2400(sds) with an * server. i've got an X100p and a TDM400 on hand already. for the CO lines, the X100p works ok with fxsks signaling though there are still strange things happening every now and again but more testing is on the way. my real big problem is the DID lines which our telcos call DDI lines; (incoming calls only) i
2011 Nov 01
2
xenpaing: one way to avoid paging out the page, when the corresponding mfn is in use.
Hello, Recently many advanced memory mechanisms are introduced into Xen. One problem we found is the conflict between p2m query and setting. For example, backend drivers always map domU’s page to its own space, during the mapping procedure, situations as follow may happen, when mfn is obtained by gfn_to_mfn(), this mfn is likely to be paged out. first case: grant mapping