I cannot find any means of passing my own Callerid using Voxee. It always comes across as NO ID, or nothing, or unknown. I could not find anything on their website about setting your own caller id in the system either. (their web account pages). Is anyone here using their own Callerid information through Voxee? thanks
I'm running Asterisk 1.2.1. You're supposed to have to set callerid this way: Set(CALLERID(num)=9315551212) In fact, doing this with voicepulse works fine. However it doesn't with voxee (at least for me). I have to set callerid the old fashioned way: SetCallerID(9315551212) I even tried setting it using both methods, the correct method followed by the old method, and it still wouldn't work (at least for me). The old way still works for voicepulse too, so I just left it set that way. Joseph Tanner On 1/27/06, Ben Higley <pbx@itsngroup.com> wrote:> I cannot find any means of passing my own Callerid using Voxee. It always > comes across as NO ID, or nothing, or unknown. > > I could not find anything on their website about setting your own caller > id in the system either. (their web account pages). > > Is anyone here using their own Callerid information through Voxee? > > thanks > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users >
I've had the same issues with Voxee and I've tracked down that they don't like your CallerId info if you have the CIDName set. It works if you replace CallerId with CallerIDNum. I added the following to my extensions.conf: exten => _1NXXNXXXXXX,104,SetCallerId(${CALLERIDNUM}) exten => _1NXXNXXXXXX,105,Dial(IAX2/XXXX@voxee/${EXTEN}) On 1/27/06, Ben Higley <pbx@itsngroup.com> wrote:>> I cannot find any means of passing my own Callerid using Voxee. It always >> comes across as NO ID, or nothing, or unknown. >> >> I could not find anything on their website about setting your own caller >> id in the system either. (their web account pages). >> >> Is anyone here using their own Callerid information through Voxee? >> >> thanks >