Re: [Asterisk-Users] VOXEE Caller ID..

2006-01-31 Thread asterisk

On Tue, 31 Jan 2006, Bromont wrote:
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 => _1NXXNXX,104,SetCallerId(${CALLERIDNUM})
exten => _1NXXNXX,105,Dial(IAX2/[EMAIL PROTECTED]/${EXTEN})


Not many ITSPs like it when you set the name. Most (all?) will only let 
you set the number, and most of them reject the call outright (Congestion) 
if you try to set the name.


-Dan
___
--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


RE: [Asterisk-Users] VOXEE Caller ID..

2006-01-31 Thread Ben HIgley
That's exactly what I needed to do :)

Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bromont
Sent: Tuesday, January 31, 2006 3:53 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] VOXEE Caller ID..

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 => _1NXXNXX,104,SetCallerId(${CALLERIDNUM})
exten => _1NXXNXX,105,Dial(IAX2/[EMAIL PROTECTED]/${EXTEN})




On 1/27/06, Ben Higley <[EMAIL PROTECTED]> 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:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--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


Re: [Asterisk-Users] VOXEE Caller ID..

2006-01-31 Thread Bromont

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 => _1NXXNXX,104,SetCallerId(${CALLERIDNUM})
exten => _1NXXNXX,105,Dial(IAX2/[EMAIL PROTECTED]/${EXTEN})




On 1/27/06, Ben Higley <[EMAIL PROTECTED]> 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:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] VOXEE Caller ID..

2006-01-27 Thread Ben Higley
I use voicepulse as well... but just curious if maybe they dont allow it?
or what.



> 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 <[EMAIL PROTECTED]> 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:
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>
> ___
> --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
>


___
--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


Re: [Asterisk-Users] VOXEE Caller ID..

2006-01-27 Thread Joseph Tanner
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 <[EMAIL PROTECTED]> 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:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
--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


[Asterisk-Users] VOXEE Caller ID..

2006-01-27 Thread Ben Higley
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:
   http://lists.digium.com/mailman/listinfo/asterisk-users