Is it possible to rewrite caller id's? I would like to have sip phones appear by their local cid (like Henk <208>) but when they call out using the PRI I would like their full DID (MSN) to appear (like 0031201234567) I could ofcourse set callerid to the main phonenumber but surely there must be a better solution? Thanks!! Remco
On Fri, 25 Mar 2005, Remco Barende wrote:> Is it possible to rewrite caller id's? > > I would like to have sip phones appear by their local cid > (like Henk <208>) but when they call out using the PRI I would like their > full DID (MSN) to appear (like 0031201234567) > > I could ofcourse set callerid to the main phonenumber but surely there > must be a better solution? > > Thanks!! > RemcoI set the Caller*ID before I place the outgoing call, like so: exten => _91NXXNXXXXXX,1,SetCallerID(IgLou Internet <5029663848>) exten => _91NXXNXXXXXX,2,Dial(Zap/r1/${EXTEN:1}) Hope that helps, --Sean -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- sean a. newton nester@wewt.net louisville, ky, usa http://wewt.net Another day, another convertible and another hotel full of cops. -- Hunter S. Thompson -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>> I would like to have sip phones appear by their local cid >> (like Henk <208>) but when they call out using the PRI I would like their >> full DID (MSN) to appear (like 0031201234567) >> >> I could ofcourse set callerid to the main phonenumber but surely there >> must be a better solution? >> >> Thanks!! >> Remco > > I set the Caller*ID before I place the outgoing call, like so: > > exten => _91NXXNXXXXXX,1,SetCallerID(IgLou Internet <5029663848>) > exten => _91NXXNXXXXXX,2,Dial(Zap/r1/${EXTEN:1})Yes, but this way you can only display one single phone number, and not the MSN number for each SIP phone? For example Henk has SIP/208 and MSN 00312010000208 I would like to display Henk <208> for any call that stays in the company but 00312010000208 to the outside. Thanks!
Hi,> -----Original Message----- > I would like to have sip phones appear by their local cid > (like Henk <208>) but when they call out using the PRI I > would like their > full DID (MSN) to appear (like 0031201234567) > > I could ofcourse set callerid to the main phonenumber but > surely there > must be a better solution?Sure SetCallerID(0031201234${CALLERIDNUM}) This assumes there is a direct link between the MSN and the internal CID ofcourse. If that is not the case, you would need to create some form of translation table. Best regards, Florian Overkamp
Hi,> -----Original Message----- > I would like to have sip phones appear by their local cid > (like Henk <208>) but when they call out using the PRI I > would like their > full DID (MSN) to appear (like 0031201234567) > > I could ofcourse set callerid to the main phonenumber but > surely there > must be a better solution?Sure SetCallerID(0031201234${CALLERIDNUM}) This assumes there is a direct link between the MSN and the internal CID ofcourse. If that is not the case, you would need to create some form of translation table. Best regards, Florian Overkamp
What about Callerid on call forwarding? I.e. an external call comes in and is forwarded to a cell phone, how do I make the callerid that is displayed on the cell phone the same as the inbound call? Thanks, Max Max Clark max [at] clarksys.com http://www.clarksys.com Remco Barende wrote:> Is it possible to rewrite caller id's? > > I would like to have sip phones appear by their local cid > (like Henk <208>) but when they call out using the PRI I would like > their full DID (MSN) to appear (like 0031201234567) > > I could ofcourse set callerid to the main phonenumber but surely there > must be a better solution? > > Thanks!! > Remco > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >