Showing LIVE call but Not Listing VOICE

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Showing LIVE call but Not Listing VOICE

Postby prince.fer » Thu Dec 07, 2006 10:45 pm

Hi,

I am using astguiclient_2.0.1 and asterisk_1.12 & asterisk-1.2.13 many times it happens that when calls are connected it`s shows LIVE CALL on the screen. But we could not able to hear the voice of anybody. But When we dial the same number manually it get`s connected.

Pls. guide what can be the solution for this.

It`s the very serious problem. B`caz in many calls it happens.

pls. help us. pls. pls.
prince.fer
 
Posts: 146
Joined: Fri Jun 30, 2006 10:13 am

hi

Postby prince.fer » Thu Dec 07, 2006 10:58 pm

Also we are using app_conference instead of meetme and we use g729 licence. We are running 10 seater center.

Please guide us what should we do now...
prince.fer
 
Posts: 146
Joined: Fri Jun 30, 2006 10:13 am

Postby mflorell » Fri Dec 08, 2006 10:35 am

I have not tested app_conference under Asterisk 1.2.13. Have you tried meetme instead?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

hi

Postby prince.fer » Fri Dec 08, 2006 12:18 pm

Actually i don`t have any fxo card for ztdummy to handly that`s y i m using app_conference. In which veri. of asterisk u have tested app_conference so that i can test that one.

Also is there any settings in bios for cpu cycles if we use ztdummy and so that we get good performace.

Thanks
prince.fer
 
Posts: 146
Joined: Fri Jun 30, 2006 10:13 am

Postby ramindia » Fri Dec 08, 2006 12:31 pm

Hi

if you are using ztdummy

recomended in scratch_install

kernel recompile with

->Timer frequency (1000 HZ)
(change to 1000Hz if using ztdummy for timer)

its available only 2.9.11 and above i belive

Ram
ramindia
 
Posts: 688
Joined: Wed Oct 11, 2006 4:06 am
Location: India

hi

Postby prince.fer » Fri Dec 08, 2006 12:47 pm

Can u pls. guide me ram how can i recompile that kernel with 1000Hz
prince.fer
 
Posts: 146
Joined: Fri Jun 30, 2006 10:13 am

Postby ramindia » Fri Dec 08, 2006 1:18 pm

Hi

the procedure to compiling kernel
varies from distro to distro

I grabbed from scratch_install for you,
1. cd /usr/src
2. wget http://www.kernel.org/pub/linux/kernel/ ... .11.tar.gz
3. gunzip linux-2.6.17.11.tar.gz
4. tar xvf linux-2.6.17.11.tar
5. mv -f /usr/src/linux /usr/src/linux-old
6. ln -s /usr/src/linux-2.6.17.11 /usr/src/linux
7. cd linux
8. make mrproper # prep for kernel assembly
9. make menuconfig # launch configuration menu app
(this part is very dependant upon your own hardware)
(what is mentioned below are only changes beyond what is selected by default)

Processor Type and Features --->
->Symmetric multi-processing support
(if you have multiple processors or a Dual-core or HT enabled)
->High Memory Support
(if you have more than 900MB of System RAM move upto 4GB)
->Timer frequency (1000 HZ)
(change to 1000Hz if using ztdummy for timer)
Power management options (ACPI, APM) --->
->ACPI (Advanced Configuration and Power Interface) Support
(enable all down to Processor and thermal zone)
Bus options (PCI, PCMCIA, EISA, MCA, ISA) --->
->[*] PCI Express support
(if using Sangoma PCI Express card)
Networking --->
Amateur Radio support --->
<*> Amateur Radio AX.25 Level 2 protocol
[*] AX.25 DAMA Slave support
<*> Amateur Radio NET/ROM protocol
<*> Amateur Radio X.25 PLP (Rose)
(all needed for new Digium Octasic drivers)
Device Drivers --->
ATA/ATAPI/MFM/RLL support --->
<*> SCSI emulation support
(needed for SATA drives, also further down check chipset drivers)
SCSI device support --->
<*> RAID Transport Class
(needed if you are using a RAID)
SCSI low-level drivers --->
<*> Serial ATA (SATA) support
(required if using SATA drives)
(if using a SCSI RAID card pick correct driver here)
Multi-device support (RAID and LVM) --->
(select proper RAID types if using Linux RAID)
Network device support --->
Ethernet (10 or 100Mbit) --->
Ethernet (1000 Mbit) --->
(select proper drivers for the eype of network card you have)
Character devices --->
<*> Enhanced Real Time Clock Support
(double-check that this is enabled, very important)
Real Time Clock --->
<*> RTC class
(double-check that this is enabled, very important)
File systems --->
<*> Ext3 journalling file system support
(important if using ext3 filesystem)
Library routines --->
<*> CRC-CCITT functions
<*> CRC16 functions
<*> CRC32c (Castagnoli, et al) Cyclic Redundancy-Check
(important for new Digium Octasic drivers)
EXIT AND SAVE YOUR CONFIGURATION

10. make clean # clean up the kernel build areas
11. make bzImage # create a kernel bzImage
12. make modules # build the modules into the image
13. make modules_install # install kernel modules
14. cp arch/i386/boot/bzImage /boot/bzImage-XXXX # copy image
(put whatever you want in XXXX, that is your new kernel name)
15. cp System.map /boot/System.map-XXXX # copy system map
16. mv -f /boot/System.map /boot/System.map-orig
17. ln -s /boot/System.map-XXXX /boot/System.map # symlink map
18. vi /etc/lilo.conf # edit the lilo boot config file
image=/boot/bzImage-XXXX # add the new image in above-
label=test-XXXX # the previous one
root=/dev/hda1 # device of root partition
read-only
19. /sbin/lilo # run the lilo reload script
20. shutdown -r 0 # reboot machine and hope it worked

-------------------------

If you are in USA, better get one X100P or any clone card should do the
job, as per the docs, i never done that, i have also ordered one
waiting for to test.



Ram
ramindia
 
Posts: 688
Joined: Wed Oct 11, 2006 4:06 am
Location: India

hi

Postby prince.fer » Mon Dec 11, 2006 12:55 pm

Thanks a Lot all of you. I will try and let you know abt my performance...Thanks again..
prince.fer
 
Posts: 146
Joined: Fri Jun 30, 2006 10:13 am

Postby Op3r » Mon Dec 11, 2006 3:27 pm

going with x100p for timing is my recommendation.

never tried using app_conference and i heard it gives a lot of head aches so I just go to the normal route instead
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 270 guests