[Asterisk-Users] Multiple Ext on IP500

Chris Mason (Lists) lists at masonc.com
Mon May 30 13:08:42 MST 2005


I don't believe any of that works on a Polycom 500. Each Line appearance can
handle two concurrent calls, so they don't roll over properly.

The best way I have found, if you need that many extensions, is to allocate
one extension per button and roll them over in your dialplan.


exten => 123,1,Dial(SIP/123,5)
exten => 123,2,Dial(SIP/124,5)
exten => 123,3,Dial(SIP/125,5)
exten => 123,4,VoiceMail,u123
exten => 123,105,VoiceMail,b123

Chris Mason
www.anguillaguide.com
Tel:  (305) 704-7249 Fax: (815)301-9759  





More information about the asterisk-users mailing list