El Tuesday 17 July 2007 19:12:56 Brandon Kruse escribió: > Absolutely, this is very possible. > > > Go to "service provider" > then click add server provider > then click custom voice over IP > > Add your SER server. > > You can make calling rules for users -> SER > and to go from SER -> users, with incoming calling rules, matching pattern
Thanks Brandon, but that is not what I want. As I said, I don't want Asterisk users, I've not them and they are not SIP users registering to Asterisk. Users are just in OpenSer database and they register in OpenSer. Calls between SIP local users just go through OpenSer, never through Asterisk. I want Asterisk to route incoming calls (from zap channels for example) to users in OpenSer, but never to SIP users of Asterisk (who don't exist). That is why the dialplan I need is something: > --- extensions.conf --------------- > > [from-provider-1] > exten => s,1,Dial([EMAIL PROTECTED]|30) > exten => s,1,Dial([EMAIL PROTECTED]|30) > exten => s,1,VoiceMail(general) > ------------------------------------------- and "openser" is defined as a peer with no INVITE secure. So is that possible with AsteriskGUI? I ask it because as I think AsteriskGUI just allows calls to SIP users defined in Asterisk, but of course i don't want to define SIP users in Asterisk, they exist and should exist just in Openser. Thanks for all. Regards. > ----- Original Message ----- > From: "Iñaki Baz Castillo" <[EMAIL PROTECTED]> > To: [email protected] > Sent: Tuesday, July 17, 2007 8:37:25 AM (GMT-0800) America/Tijuana > Subject: [asterisk-gui] Route calls to external SIP users > > Hi, imagine a scenary with Asterisk for incoming and outgoing calls through > different providers and Openser for ruting internal SIP calls between local > users. > > Of course those SIP users don't register in Asterisk, just in Openser (and > I don't want they to register in Asterisk). > > Could be possible using AsteriskGUI to route internal calls to Openser > users? I mean: > > > --- sip.conf---------------------------- > > [openser] > host=openser.domain.org > insecure=invite > ------------------------------------------- > > > --- extensions.conf --------------- > > [from-provider-1] > exten => s,1,Dial(openser/200|30) > exten => s,1,Dial(openser/201|30) > exten => s,1,VoiceMail(general) > ------------------------------------------- > > > Is it possible (or will it be) implementing this dialplan using > AsteriskGUI? Or is AsteriskGUI just designed for using it with SIP users > registered in Asterisk? > > > Thanks for any response. Regards. -- Iñaki Baz Castillo [EMAIL PROTECTED] _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-gui mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-gui
