Many desk phones support multiple simultaneous SIP registrations. You could use BLF buttons for each SIP registration and the operator uses the LEDs as their queue as to which account is ringing. Alternatively the phone's UI may be able to indicate which account is ringing without the need for BLFs. Another option is to re-write the CALLERID(num) or CALLERID(name) to indicate the inbound line (eg prepend a string or number). Hopefully that gives you some food for thought :) Pete> On 22/03/2016, at 8:49 am, somsad khan <ctrlz.network at gmail.com> wrote: > <snip> > I have a client coming who wants to assign 5 different numbers to one virtual employee SIP phone at his desk or softphone (Zoiper). > > <snip> > please let me know if there is any possible ways.-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160322/cc00f830/attachment.html>
hello Pete Mundy, thanks alot for your idea and reply. but unfortunately none of our SIP phone have the facilities to use multiple line and UI. I can see incoming numbers on my softphone(Zoiper) when a incoming call hits. I liked your incoming caller ID customize idea. Is it possible to add company name with incoming numbers. so that company name or any signal will appear with incoming call numbers, will be easy to identify by employee that call is coming into which number. thank you On Tue, Mar 22, 2016 at 2:12 AM, Pete Mundy <pete at fiberphone.co.nz> wrote:> > Many desk phones support multiple simultaneous SIP registrations. You > could use BLF buttons for each SIP registration and the operator uses the > LEDs as their queue as to which account is ringing. Alternatively the > phone's UI may be able to indicate which account is ringing without the > need for BLFs. > > Another option is to re-write the CALLERID(num) or CALLERID(name) to > indicate the inbound line (eg prepend a string or number). > > Hopefully that gives you some food for thought :) > > Pete > > > On 22/03/2016, at 8:49 am, somsad khan <ctrlz.network at gmail.com> wrote: > <snip> > > I have a client coming who wants to assign 5 different numbers to one > virtual employee SIP phone at his desk or softphone (Zoiper). > > <snip> > > please let me know if there is any possible ways. > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160322/cdfd29fd/attachment.html>
I have added CID name prefix on inbound route. and it works fine :) now I can simply forward five incoming routes to one extension. and as far as I guess, if I add CID name prefix for every number. it should work :) thanks alot :) On Tue, Mar 22, 2016 at 2:28 AM, somsad khan <ctrlz.network at gmail.com> wrote:> hello Pete Mundy, > > thanks alot for your idea and reply. but unfortunately none of our SIP > phone have the facilities to use multiple line and UI. > > I can see incoming numbers on my softphone(Zoiper) when a incoming call > hits. I liked your incoming caller ID customize idea. > > Is it possible to add company name with incoming numbers. so that company > name or any signal will appear with incoming call numbers, will be easy to > identify by employee that call is coming into which number. > > thank you > > On Tue, Mar 22, 2016 at 2:12 AM, Pete Mundy <pete at fiberphone.co.nz> wrote: > >> >> Many desk phones support multiple simultaneous SIP registrations. You >> could use BLF buttons for each SIP registration and the operator uses the >> LEDs as their queue as to which account is ringing. Alternatively the >> phone's UI may be able to indicate which account is ringing without the >> need for BLFs. >> >> Another option is to re-write the CALLERID(num) or CALLERID(name) to >> indicate the inbound line (eg prepend a string or number). >> >> Hopefully that gives you some food for thought :) >> >> Pete >> >> >> On 22/03/2016, at 8:49 am, somsad khan <ctrlz.network at gmail.com> wrote: >> <snip> >> >> I have a client coming who wants to assign 5 different numbers to one >> virtual employee SIP phone at his desk or softphone (Zoiper). >> >> <snip> >> >> please let me know if there is any possible ways. >> >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> New to Asterisk? Join us for a live introductory webinar every Thurs: >> http://www.asterisk.org/hello >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160322/fe11d29d/attachment.html>
Somsad, Yep. That's why I suggested it as another option :) These links may help: http://www.voip-info.org/wiki/view/Asterisk+Detailed+Variable+List (see CALLERID(num) and CALLERID(name)) http://www.voip-info.org/wiki/view/Asterisk+cmd+Set Pete> On 22/03/2016, at 9:28 am, somsad khan <ctrlz.network at gmail.com> wrote: > > Is it possible to add company name with incoming numbers. so that company name or any signal will appear with incoming call numbers, will be easy to identify by employee that call is coming into which number.