Is there a proper and accepted way to go about setting an E164 compliant caller ID (ANI) ? Currently, we're using just the Set(CALLERID(num)=XX) where XX is some E164 compliant number like 3539146632431 or some such. Is there another way we should be doing that or is that proper? N.
I shall assume, then, from the lack of response any of the four things: A) I'm doing this correctly B) No one knows for certain C) No one does E164 caller IDs D) No one read this. ;) I'm hoping this is right. I looked about and nothing I found seemed to either confirm or deny that this was the correct way of going about things. N. On Tue, 10 Oct 2006 23:24:58 -0400, sip wrote> Is there a proper and accepted way to go about setting an E164 compliant > caller ID (ANI) ? > > Currently, we're using just the Set(CALLERID(num)=XX) where XX is > some E164 compliant number like 3539146632431 or some such. > > Is there another way we should be doing that or is that proper? > > N. > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
So the answer is. you need to co-ordinate with your upstream provider how to handle E164 caller ID. They might for example just take the first 10 digits you give them.,... but they are the only ones that should know the answer. On 13 Oct 2006 10:29:03 +0200, Benny Amorsen <benny+usenet@amorsen.dk> wrote:> >>>>> "sip" == sip <sip@arcdiv.com> writes: > > sip> My question is, will the standard set(CALLERID(num)=BLAH) work > sip> with non-Bellcore caller ID strings? Is it expected to be able to > sip> also handle E164 numbers (which can be up to 15 digits) as well, > sip> or is there another method for that? > > CALLERID(num) is just a field. You can put any digits you want in > there. > > > /Benny > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >