Hello everyone, I'm having an issue with a client's system. I upgraded him to the latest trunk (VERSION: 2.8-425a BUILD: 140206-1357, still using Asterisk 1.4, orginal install done using Vicibox) using the instructions provided on the forum sticky. Since completing the upgrade, I can't seem to get 3-way conferenciong to work from the agent screen. When I try the consultative transfer, the 3rd party never rings and I get this in the console:
[Feb 12 13:24:35] -- Executing [8600054@default:1] MeetMe("Local/90009**CXFER*252894**5145555555*2006*915145555555*22*@default-4", "8600054|F") in new stack
[Feb 12 13:24:35] -- Hungup 'IAX2/127.0.0.1:40569-3459'
[Feb 12 13:24:35] == Everyone is busy/congested at this time (1:0/0/1)
Which seems to indicate something is wrong with ASTloop, but I verified and it uses default settings. These are the only symptoms as far as I can tell, all the other functions are working great. Clues anyone? Here's a sample dial extension:
exten => _91NXXNXXXXXX,1,Set(CALLERID(name)=${CALLERID(num)})
exten => _91NXXNXXXXXX,2,AGI(
agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,3,Dial(${TRUNKMAIN}/${EXTEN:1},,To)
exten => _91NXXNXXXXXX,4,Hangup