Hi all, Quick question. Is there a way to have multiple people have an extension, say 900, to their polycom 501 SIP phones on one of the blue buttons to where when a call comes in, I can have it simul-ring and folks can pick up the line on their phone? I'd like to set up a tech support extension for our techs and have a voice mail box assigned to it as well. Right now I just have simulring set up and it rings all of the techs, but they don't know if it's a tech support call or not because it just looks like any other incoming call. Thanks in advance, Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070105/a050a583/attachment.htm
On Friday 05 January 2007 21:06, Phil Finkler wrote:> Hi all, > > > > Quick question. Is there a way to have multiple people have an > extension, say 900, to their polycom 501 SIP phones on one of the blue > buttons to where when a call comes in,exten => 900,1,Set(CALLERID(name)=TechSupport) exten => 900,2,Dial(SIP/101&SIP/102&SIP/103) will most likely do what you want :) gdh