From: Sir L. <sir...@gm...> - 2011-02-25 01:50:12
|
Lately I was wondering around this channel type but did not found enought doc What is supposed to be there? define ("CHAN_TYPE", "Local"); //Use Local to let dialplan decide which chan define ("OUT_CONTEXT", "from-internal"); //Select a context to place the call from define ("OUT_PEER", ""); // Use this if not using CHAN_TYPE Local define ("OUT_CALL_CID", "Conference <1010>"); // Caller ID for Invites For example if I make calls with a SIP trunk called "siptrunk" (SIP/siptrunk) Example [from-internal] exten => 10,1,Dial(SIP/siptrunk/12341234) What I'm supposed to put there? CHAN_TYPE SIP OUT_CONTEXT from-internal OUT_PEER siptrunk ? I've tried like this with no success :( In CLI: netsock2.c:245 ast_sockaddr_resolve: getaddrinf("siptrunk", "(null)", ...): Name or service not known 2011/2/25 Dan Austin <Dan...@ph...> > Extend is doing what it is meant to, if MeetMe does not honor the > extension, > > that needs to be checked. > > > > End now by default does just kick all users. If you set the define > ‘FORCE_END’ to > > yes in defines.php, then you also change the endtime to the exact moment > that > > ‘End Now’ is clicked > > > > Did you sent a channeltype in defines.php for the ‘Invite’ button? > > > > *From:* Sir Louen [mailto:sir...@gm...] > *Sent:* Thursday, February 24, 2011 5:29 PM > *To:* Dan Austin > *Cc:* web...@li... > *Subject:* Re: [Web-meetme-users] problems with some functions like extend > > > > I've found much true in all this: > > Extend seems to extend by default 10 minutes extra, have not notice it. > End now...conference stills keeps accesible the meet room but mass kicks > the users... is this how it works > Invite throws a simple error *System error, try again later* > > In the apache log: > Got event.. newchannel, > No event handler for event 'newchannel', > Got event.. newcallerid, > No event handler for event 'newcallerid' > Got event.. hangup, > No event handler for event 'hangup' > > Asterisk by itself can handle calls with no problems. > > 2011/2/25 Dan Austin <Dan...@ph...> > > Extend may silently succeed, you need to check to see if the conference > > has been extended by checking the scheduled end time. > > > > End Now should work if kick works, but a copy of the console log with > verbose > > set to level 3 might help. > > > > Invite is complicated and the answer depends on how/when it fails > > > > Dan > > > > *From:* Sir Louen [mailto:sir...@gm...] > *Sent:* Thursday, February 24, 2011 5:15 PM > *To:* web...@li... > *Subject:* [Web-meetme-users] problems with some functions like extend > > > > I have recently installed web meetme successfully, can create a new room, > and can monitor existing rooms and users, mute users, kick users, create new > users etc > > But there are three functions inside a conference room i cannot use: > Extend, End Now and Invite. > > I'm using web meetme latest version and Asterisk 1.8 and followed the basic > installation guide. > > Any ideas regarding this issue? > > > |