hello
firstly i want to know whether it is possible to run 2 asterisk server without loadbalancing
i am having a setup of three servers
1 database/astguiclient
2 asterisk/vicidial
3 asterisk/vicidial
whenever i am running the 3rs server my load balacing is failing
i am having this error
****************************************************
AMD: HUMAN: silenceDuration:300 afterGreetingSilence:300
-- Executing AGI("SIP/SIPTRUNK-081eb308", "VD_amd.agi|8369") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/VD_amd.agi
-- AGI Script VD_amd.agi completed, returning 0
-- Executing AGI("SIP/SIPTRUNK-081eb308", "agi-VDAD_LB_transfer.agi|8369") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDAD_LB_transfer.agi
-- AGI Script agi-VDAD_LB_transfer.agi completed, returning 0
-- Sent into invalid extension '059*144*165*105*8600051' in context 'default' on SIP/SIPTRUNK
-- Executing Playback("SIP/SIPTRUNK-081eb308", "invalid") in new stack
-- Playing 'invalid' (language 'en')
Feb 7 23:30:20 NOTICE[2035]: chan_sip.c:5473 sip_reg_timeout: -- Registration for '203.122.26
-- Got SIP response 423 "Interval too brief" back from 209.189.127.36
-- Timeout on SIP/SIPTRUNK-081eb308
== CDR updated on SIP/SIPTRUNK-081eb308
-- Executing Goto("SIP/SIPTRUNK-081eb308", "#|1") in new stack
-- Goto (default,#,1)
-- Executing Playback("SIP/SIPTRUNK-081eb308", "invalid") in new stack
-- Playing 'invalid' (language 'en')
**********************************************************
details are
asterisk 1.2.14
astguiclient 2.0.1
linux distro fedora core 4
kernel as per scratch install
thanks in advance