[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
Hi Thanks Gordon, I will give your method a try tomorrow Regards Sam Gordon Henderson wrote:
On Mon, 18 Jan 2010, Sam Grabham wrote:Hi Has anyone ever used a Sipgate connection to a MeetMe conf connection?Yes....I had thought it was going to be as easy as a Dial(<the meeting No>), but no, that doesn't work for me. If you do a dial to a valid internal SIP number then works fine, but no to a mettme.I've removed the commented out lines:[incoming-sipgate] exten => 1042620,1,Answer() exten => 1042620,n,MeetMe(700|cdM|1234)I'd drop the 'd' and make sure I had a conference defined in meetme.conf. I've never gotten on with dynamic conferences myself.exten => 1042620,n,Playback(vm-goodbye)I don't think this ever will be called.exten => 1042620,n,Hangup()Unneeded, but ...Do you have a timing source in your system - either ztdummy/dahdi_dummy or a TDM card of some sorts? I think it's essential to make MeetMe work.I've just added one to one of my systems - you can call it via sipgate on 4698185 if you want...meetme.conf has: [rooms] ; Conference conf => 280,1234,1234 and the dialplan looks like: ; Conference exten => 280,1,Noop(Conference Room Conference) exten => 280,n,SetMusicOnHold(meetme) exten => 280,n,Answer() exten => 280,n,MeetMe(280,isM)However, I have a jump from the sipgate input to this extension which looks like:; 4698185 -> 280 [Conference]exten => 4698185,1,Noop(DDI Incoming on 4698185 to 280 - Conference - Prefix is SG); irrelevant stuff deleted exten => 4698185,n,Goto(internal,280,1) So in reality, it's not much different from yours. What's the console output when you set verbose 4 like?Also has anyone used a GUI writer for Asterisk?I came across a tool at http://www.apstel.com, but it's not free, it's the first one i have ever came across.Hm. Cute. Lego for asterisk...I wrote my own webby/phpy front-end to my own dial-plan. Have heard of these things, but I'm not convinced they're really neccessary. 95% of all the systems I sell/install are more or less the same configuration.Gordon
-- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html