when logging out i get a odd asterisk error

Discussions about development of VICIDIAL and astGUIclient

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

when logging out i get a odd asterisk error

Postby bobbymc » Wed Mar 31, 2010 9:43 pm

asterisk 1.4.27.1 and vicidial 2.0.5

== Manager 'sendcron' logged on from 127.0.0.1
-- Executing [55558600123@vicidial:1] MeetMeAdmin("Local/55558600123@vicidial-61d9,2", "8600123|K") in new stack
[Mar 31 19:42:02] WARNING[10034]: app_meetme.c:2985 admin_exec: Conference number '8600123' not found!
-- Executing [55558600123@vicidial:2] Hangup("Local/55558600123@vicidial-61d9,2", "") in new stack
== Spawn extension (vicidial, 55558600123, 2) exited non-zero on 'Local/55558600123@vicidial-61d9,2'
-- Executing [h@vicidial:1] DeadAGI("Local/55558600123@vicidial-61d9,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0



why does it make a call to that extension 5555XXX that dialplan deosnt even exists?
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Postby mflorell » Wed Mar 31, 2010 11:00 pm

That's the kickall function and you should have it in your dialplan:

exten => _55558600XXX,1,MeetMeAdmin(${EXTEN:4},K)
exten => _55558600XXX,2,Hangup
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bobbymc » Thu Apr 01, 2010 1:26 am

i apologize its there but its saying it cant kill the conf room couse it deosnt exsists. can it be because the room was closed?
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Postby bobbymc » Thu Apr 01, 2010 1:52 am

app_meetme.c:2985 admin_exec: Conference number '8600123' not found!
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Postby mflorell » Thu Apr 01, 2010 7:47 am

that's normal unfortunately. Not sure why the Asterisk developers did that, but it's not anything to worry about.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby mcargile » Tue May 18, 2010 12:03 pm

The MeetMe application keeps a list of active conferences. When no one is in the conference it gets removed from the conferences list. What this error is saying is that it cannot find that conference in the active conference list because no one is in it.

Matt is issuing a kick on the conference to clear out any stray channels that may have gotten stuck in that conference so when another agent logs in and gets placed in this conference you do not have weird behavior. 99.9% of the time there is nothing in the conference so it gives that rather cryptic error.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 615
Joined: Tue Jan 16, 2007 9:38 am


Return to Development

Who is online

Users browsing this forum: No registered users and 21 guests