When i call for conference i unable to hear any sound from asterisk which is installed in ubuntu at amazon instance. i have installed dahdi, mysql module in asterisk. please help me to fix this. Following log printed in console when i call for conference.
- Code: Select all
== Parsing '/etc/asterisk/cli.conf': == Found
*CLI> [Aug 6 13:56:52] NOTICE[12734]: chan_sip.c:27424 build_peer: The 'username' field for sip peers has been deprecated in favor of the term 'defaultuser'
> Saved useragent "X-Lite release 5.0.0 stamp 67284" for peer 99966666
[Aug 6 13:56:52] NOTICE[12734]: chan_sip.c:20764 handle_response_peerpoke: Peer '99966666' is now Reachable. (276ms / 2000ms)
== Using SIP RTP CoS mark 5
-- Executing [10@test:1] Answer("SIP/99966666-00000000", "") in new stack
-- Executing [10@test:2] Playback("SIP/99966666-00000000", "conference-theme") in new stack
-- <SIP/99966666-00000000> Playing 'conference-theme.gsm' (language 'en')
-- Executing [10@test:3] MeetMe("SIP/99966666-00000000", "1000") in new stack
== Parsing '/etc/asterisk/meetme.conf': == Found
-- Created MeetMe conference 1023 for conference '1000'
-- <SIP/99966666-00000000> Playing 'conf-getpin.slin' (language 'en')
[Aug 6 13:57:16] WARNING[12734]: chan_sip.c:3641 retrans_pkt: Retransmission timeout reached on transmission MzAwYjVlOTE5ODkwZWIwOTc3MDA1MTFlYjI1ZTJiOTA. for seqno 1 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 17663ms with no response
[Aug 6 13:57:16] WARNING[12734]: chan_sip.c:3670 retrans_pkt: Hanging up call MzAwYjVlOTE5ODkwZWIwOTc3MDA1MTFlYjI1ZTJiOTA. - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).
-- Hungup 'DAHDI/pseudo-1900234286'
== Spawn extension (test, 10, 3) exited non-zero on 'SIP/99966666-00000000'
OS:
Linux ip-10-168-190-222 3.2.0-25-virtual #40-Ubuntu SMP Wed May 23 22:20:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
lscpu retuns
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 26
Stepping: 5
CPU MHz: 2266.746
BogoMIPS: 4533.49
Hypervisor vendor: Xen
Virtualization type: para
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 4096K
NUMA node0 CPU(s): 0,1
modprobe -l | grep dahdi returns
updates/dkms/dahdi_echocan_kb1.ko
updates/dkms/dahdi_transcode.ko
updates/dkms/dahdi_dynamic.ko
updates/dkms/dahdi_echocan_oslec.ko
updates/dkms/dahdi_vpmadt032_loader.ko
updates/dkms/dahdi_echocan_sec2.ko
updates/dkms/dahdi_dynamic_loc.ko
updates/dkms/dahdi_echocan_sec.ko
updates/dkms/dahdi_echocan_jpah.ko
updates/dkms/dahdi_dummy.ko
updates/dkms/dahdi_voicebus.ko
updates/dkms/dahdi.ko
updates/dkms/dahdi_echocan_mg2.ko
updates/dkms/dahdi_dynamic_eth.ko
ls /dev/dahdi returns
channel ctl pseudo timer transcode
dahdi show status returns
Description Alarms IRQ bpviol CRC Fra Codi Options LBO
DAHDI_DUMMY/1 (source: HRtimer) 1 UNCONFI 0 0 0 CAS Unk 0 db (CSU)/0-133 feet (DSX-1)
when i do it in my local machine, everything works fine
Thanks in advance
