Hello there
I am using vicidial version 2.0.4-142 with asterisk 1.2.9 version
In that I want to test that implementation for the load our server can take
So that i am using SIPP tools as agents and as clients as well
for the timebeing i have make 1 remote agent live
when i make remote agent active it creates a conference and from one end it connect, mean agent connects to conference, but it doesnt dial the other no, menas it doesnt call out
i am using app_conference V 0.6
the logs i am getting is:
inuxbox*CLI>
linuxbox*CLI>
linuxbox*CLI>
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing Conference("Local/8600051@default-5b71,2", "8600051") in new stack
Feb 5 18:52:19 NOTICE[64408]: member.c:415 member_exec: [ $Revision: 1.9 $ ] begin processing member thread, channel => Local/8600051@default-5b71,2
Feb 5 18:52:19 NOTICE[64408]: member.c:742 create_member: attempting to parse passed params, stringp => 8600051
Feb 5 18:52:19 NOTICE[64408]: member.c:793 create_member: parsed data params, id => 8600051, flags => , priority => 0, vad_prob_start => 0.050000, vad_prob_continue => 0.020000
Feb 5 18:52:19 NOTICE[64408]: member.c:1077 create_member: created member, type => S, priority => 0, readformat => 64
Feb 5 18:52:19 NOTICE[64408]: member.c:451 member_exec: CHANNEL INFO, CHANNEL => Local/8600051@default-5b71,2, DNID => (null), CALLER_ID => (null), ANI => (null)
Feb 5 18:52:19 NOTICE[64408]: member.c:454 member_exec: CHANNEL CODECS, CHANNEL => Local/8600051@default-5b71,2, NATIVE => 64, READ => 64, WRITE => 64
Feb 5 18:52:19 NOTICE[64408]: conference.c:504 start_conference: attempting to find requested conference
Feb 5 18:52:19 NOTICE[64408]: conference.c:548 find_conf: conflist has not yet been initialized, name => 8600051
Feb 5 18:52:19 NOTICE[64408]: conference.c:511 start_conference: attempting to create requested conference
Feb 5 18:52:19 NOTICE[64408]: conference.c:583 create_conf: entered create_conf, name => 8600051
Feb 5 18:52:19 WARNING[64408]: translate.c:116 ast_translator_build_path: No translator path from unknown to unknown
Feb 5 18:52:19 WARNING[64408]: translate.c:116 ast_translator_build_path: No translator path from unknown to alaw
Feb 5 18:52:19 WARNING[64408]: translate.c:116 ast_translator_build_path: No translator path from unknown to unknown
Feb 5 18:52:19 WARNING[64408]: translate.c:116 ast_translator_build_path: No translator path from unknown to unknown
Feb 5 18:52:19 WARNING[64408]: translate.c:116 ast_translator_build_path: No translator path from unknown to unknown
Feb 5 18:52:19 WARNING[64408]: translate.c:116 ast_translator_build_path: No translator path from unknown to unknown
Feb 5 18:52:19 WARNING[64408]: translate.c:116 ast_translator_build_path: No translator path from unknown to unknown
Feb 5 18:52:19 WARNING[64408]: translate.c:116 ast_translator_build_path: No translator path from unknown to unknown
Feb 5 18:52:19 NOTICE[64408]: conference.c:796 add_member: member added to conference, name => 8600051
Feb 5 18:52:19 NOTICE[64408]: conference.c:646 create_conf: added new conference to conflist, name => 8600051
Feb 5 18:52:19 NOTICE[64408]: conference.c:663 create_conf: started conference thread for conference, name => 8600051
Feb 5 18:52:19 NOTICE[64408]: member.c:514 member_exec: begin member event loop, channel => Local/8600051@default-5b71,2
Feb 5 18:52:19 NOTICE[64408]: member.c:532 member_exec: Conference Members: 1
Feb 5 18:52:19 NOTICE[64408]: member.c:538 member_exec: Quiet debug 0 - 0
Feb 5 18:52:19 NOTICE[64408]: member.c:546 member_exec: skipping entry message on Local/8600051@default-5b71,2
Feb 5 18:52:19 NOTICE[64410]: conference.c:53 conference_exec: [ $Revision: 1.7 $ ] entered conference_exec, name => 8600051
> Channel Local/8600051@default-5b71,1 was answered.
Feb 5 18:52:19 NOTICE[64408]: member.c:688 basic_play_sound: playing conference message conf-onlyperson
-- Executing Answer("Local/8600051@default-5b71,1", "") in new stack
-- Executing Dial("Local/8600051@default-5b71,1", "SIP/999999999999@192.168.1.66:50001||tTo") in new stack
-- Called 999999999999@192.168.1.66:50001
-- SIP/192.168.1.66:50001-00a27360 is ringing
-- SIP/192.168.1.66:50001-00a27360 answered Local/8600051@default-5b71,1
Feb 5 18:52:19 NOTICE[64408]: member.c:351 process_outgoing: unanticipated delivery time, delivery_diff => -373103807, delivery.tv_usec => 73910
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
# remote agent connectes to conference but it doenst call out,
what can be the problem?
i know app_conference is not stable but is this his problem?
as it is not dialing and there are some bugs with 2.0.4 version remote agents, i cant figure out where the problem is?
Can anyone help me in that?
Regards,
Hemanshu Patel