Re: [Asterisk-Users] Overriding Caller ID

2005-08-19 Thread Michael D Schelin
PRI is one of many signaling formats available on a T1 circuit. T1 and 
PRI are not the same thing.  Have your carrier change the signaling 
format of your T1 to PRI. PRI is 23 B Channels and 1 D Channel 
(Signaling) and is an end office protocol. It has many of the features 
of  a full blown SS7 network. 


Waldo Rubinstein wrote:


Derek/Jeremy/Kevin,

Thank you all for your comments. I suspected the issue would be the  
fact that we don't have a PRI but a T1. However, I decided to post  
the question to the list simply because I would assume that because  
the carrier is looking at our circuit configuration when answering my  
questions, they should know we don't have a PRI and they should have  
told us that we need PRI or it won't work.


To address your previous post, we are setting it to a caller id of a  
number assigned to us.


I'm just confused simply because of the fact that the carrier never  
caught or mentioned that we don't have a PRI and I spoke with 4 of  
their engineers and 2 supervisors. Go figure. I guess it's time to  
switch to a better carrier that knows what the heck they're doing.


Thanks again,
Waldo

On Aug 19, 2005, at 5:35 PM, dbruce wrote:


Hmm... I missed what Kevin and Jeremy caught...

But... you did mention TE410P and T1 circuit from the provider...

So, what exactly is between the TE410P and the T1 circuit... As you  
have it

configured, it should not work at all

If the far end switch is a DMS100 you should have signalling=pri_cpe.

Regards,
Derek


- Original Message -
From: "Waldo Rubinstein" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Sent: Friday, August 19, 2005 2:51 PM
Subject: [Asterisk-Users] Overriding Caller ID




Hello list,

We have some kind of a problem with our Asterisk installation. We
want to be able to publish different caller id when placing outbound
calls through the PSTN. We have Asterisk with TE410P and T1 from FDN
Communications. The problem is that all our outbound calls show our
main number, regardless of what we set with SetCallerID, even using
CallingPres with all possible combinations. When speaking with FDN,
they say they have set their T1 to show our main number for outbound
calls, but that we should be able to override that with no problem.

As I said, I have tried all possible combinations, yet, nothing seems
to work. Below are snippets of some of our configs:

extensions.conf

;
; Local calls
;
exten => _NXXNXX,1,CallingPres(32)
exten => _NXXNXX,2,SetCallerID(2125551234)
exten => _NXXNXX,3,Dial(${TRUNK_LO}/${EXTEN})

zapata.conf

[channels]
usecallerid=yes
cidsignalling=bell
cidstart=ring
hidecallerid=no
restrictcid=no
usecallingpres=yes
callerid=asreceived

switchtype = dms100
signalling = em_w
group = 1
context=inbound
callerid=asreceived
channel => 1-24

Does anyone have any suggestions?

Thanks,
Waldo
___
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



___
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



___
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



___
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


Re: [Asterisk-Users] Overriding Caller ID

2005-08-19 Thread Waldo Rubinstein

Derek/Jeremy/Kevin,

Thank you all for your comments. I suspected the issue would be the  
fact that we don't have a PRI but a T1. However, I decided to post  
the question to the list simply because I would assume that because  
the carrier is looking at our circuit configuration when answering my  
questions, they should know we don't have a PRI and they should have  
told us that we need PRI or it won't work.


To address your previous post, we are setting it to a caller id of a  
number assigned to us.


I'm just confused simply because of the fact that the carrier never  
caught or mentioned that we don't have a PRI and I spoke with 4 of  
their engineers and 2 supervisors. Go figure. I guess it's time to  
switch to a better carrier that knows what the heck they're doing.


Thanks again,
Waldo

On Aug 19, 2005, at 5:35 PM, dbruce wrote:


Hmm... I missed what Kevin and Jeremy caught...

But... you did mention TE410P and T1 circuit from the provider...

So, what exactly is between the TE410P and the T1 circuit... As you  
have it

configured, it should not work at all

If the far end switch is a DMS100 you should have signalling=pri_cpe.

Regards,
Derek


- Original Message -
From: "Waldo Rubinstein" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Sent: Friday, August 19, 2005 2:51 PM
Subject: [Asterisk-Users] Overriding Caller ID




Hello list,

We have some kind of a problem with our Asterisk installation. We
want to be able to publish different caller id when placing outbound
calls through the PSTN. We have Asterisk with TE410P and T1 from FDN
Communications. The problem is that all our outbound calls show our
main number, regardless of what we set with SetCallerID, even using
CallingPres with all possible combinations. When speaking with FDN,
they say they have set their T1 to show our main number for outbound
calls, but that we should be able to override that with no problem.

As I said, I have tried all possible combinations, yet, nothing seems
to work. Below are snippets of some of our configs:

extensions.conf

;
; Local calls
;
exten => _NXXNXX,1,CallingPres(32)
exten => _NXXNXX,2,SetCallerID(2125551234)
exten => _NXXNXX,3,Dial(${TRUNK_LO}/${EXTEN})

zapata.conf

[channels]
usecallerid=yes
cidsignalling=bell
cidstart=ring
hidecallerid=no
restrictcid=no
usecallingpres=yes
callerid=asreceived

switchtype = dms100
signalling = em_w
group = 1
context=inbound
callerid=asreceived
channel => 1-24

Does anyone have any suggestions?

Thanks,
Waldo
___
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



___
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



___
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


Re: [Asterisk-Users] Overriding Caller ID

2005-08-19 Thread dbruce
Hmm... I missed what Kevin and Jeremy caught...

But... you did mention TE410P and T1 circuit from the provider...

So, what exactly is between the TE410P and the T1 circuit... As you have it
configured, it should not work at all

If the far end switch is a DMS100 you should have signalling=pri_cpe.

Regards,
Derek


- Original Message -
From: "Waldo Rubinstein" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Sent: Friday, August 19, 2005 2:51 PM
Subject: [Asterisk-Users] Overriding Caller ID


> Hello list,
>
> We have some kind of a problem with our Asterisk installation. We
> want to be able to publish different caller id when placing outbound
> calls through the PSTN. We have Asterisk with TE410P and T1 from FDN
> Communications. The problem is that all our outbound calls show our
> main number, regardless of what we set with SetCallerID, even using
> CallingPres with all possible combinations. When speaking with FDN,
> they say they have set their T1 to show our main number for outbound
> calls, but that we should be able to override that with no problem.
>
> As I said, I have tried all possible combinations, yet, nothing seems
> to work. Below are snippets of some of our configs:
>
> extensions.conf
>
> ;
> ; Local calls
> ;
> exten => _NXXNXX,1,CallingPres(32)
> exten => _NXXNXX,2,SetCallerID(2125551234)
> exten => _NXXNXX,3,Dial(${TRUNK_LO}/${EXTEN})
>
> zapata.conf
>
> [channels]
> usecallerid=yes
> cidsignalling=bell
> cidstart=ring
> hidecallerid=no
> restrictcid=no
> usecallingpres=yes
> callerid=asreceived
>
> switchtype = dms100
> signalling = em_w
> group = 1
> context=inbound
> callerid=asreceived
> channel => 1-24
>
> Does anyone have any suggestions?
>
> Thanks,
> Waldo
> ___
> 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

___
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


Re: [Asterisk-Users] Overriding Caller ID

2005-08-19 Thread dbruce

There are 2 possibilities:

1) Your PRI provider does not have the overide settings correctly set on
your PRI.
2) you are not setting the callerid correctly in your dialplan.

You indicate that your provider indicates that they have it set up
correctly. You have a 50/50 chance that this is indeed correct. Many
providers will set up a PRI to allow override of CallerID, but only for
numbers that are specifically assigned to the PRI.

Ie: your main number is 212555, and you have DIDs 2125551233 and
2125551235. If you try to set the CallerID to 2125551234, it will default to
212555 since the CallerID you set is not assigned to the PRI. If this is
the case, you will need to ask your provider to enable unrestricted
override. Be aware that not all providers will allow unrestricted override,
or may require sufficient justification to allow it.

If the override is set correctly, then you need to look at the second
possibility.

You do not indicate which version of Asterisk that you are running.

If you are running an older version of Asterisk, you need to set the
CallerID like this:

exten => _NXXNXX,1,CallingPres(32)
exten => _NXXNXX,2,SetCallerID("Caller Name" <2125551234>)
exten => _NXXNXX,3,Dial(${TRUNK_LO}/${EXTEN})

If you are running a newer version of Asterisk, try this:

exten => _NXXNXX,1,CallingPres(32)
exten => _NXXNXX,2,SetCIDName("Caller Name")
exten => _NXXNXX,3,SetCIDNum(2125551234)
exten => _NXXNXX,4,Dial(${TRUNK_LO}/${EXTEN})

Regards,
Derek


- Original Message -
From: "Waldo Rubinstein" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Sent: Friday, August 19, 2005 2:51 PM
Subject: [Asterisk-Users] Overriding Caller ID


> Hello list,
>
> We have some kind of a problem with our Asterisk installation. We
> want to be able to publish different caller id when placing outbound
> calls through the PSTN. We have Asterisk with TE410P and T1 from FDN
> Communications. The problem is that all our outbound calls show our
> main number, regardless of what we set with SetCallerID, even using
> CallingPres with all possible combinations. When speaking with FDN,
> they say they have set their T1 to show our main number for outbound
> calls, but that we should be able to override that with no problem.
>
> As I said, I have tried all possible combinations, yet, nothing seems
> to work. Below are snippets of some of our configs:
>
> extensions.conf
>
> ;
> ; Local calls
> ;
> exten => _NXXNXX,1,CallingPres(32)
> exten => _NXXNXX,2,SetCallerID(2125551234)
> exten => _NXXNXX,3,Dial(${TRUNK_LO}/${EXTEN})
>
> zapata.conf
>
> [channels]
> usecallerid=yes
> cidsignalling=bell
> cidstart=ring
> hidecallerid=no
> restrictcid=no
> usecallingpres=yes
> callerid=asreceived
>
> switchtype = dms100
> signalling = em_w
> group = 1
> context=inbound
> callerid=asreceived
> channel => 1-24
>
> Does anyone have any suggestions?
>
> Thanks,
> Waldo
> ___
> 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

___
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


Re: [Asterisk-Users] Overriding Caller ID

2005-08-19 Thread Jeremy Gault
I may be wrong here, so if anyone else here knows contrary, please feel 
free to jump in and correct me.  ::dons his asbestos armor::


When we first deployed * we were coming from an analog channel bank 
setup (hooked into our old PBX as analog lines.)  I was able to connect 
* to the T1 and use E&M Wink signaling to make things work.  However, we 
couldn't control our caller ID.  The number that appeared would depend 
on which channel the call took.


Not long thereafter, we migrated to a PRI.  Once we were on the PRI, we 
were able to have control of the CID.


As far as I know, you can't control your outbound CID on a T1 setup the 
way yours is.  You probably need to switch to a PRI instead if you want 
this ability.  But again, that's based on my knowledge and experience, 
so I could be wrong.  If so, hopefully someone else here will clear it 
up for both of us.


 Jeremy



Waldo Rubinstein wrote:


Hello list,

We have some kind of a problem with our Asterisk installation. We  
want to be able to publish different caller id when placing outbound  
calls through the PSTN. We have Asterisk with TE410P and T1 from FDN  
Communications. The problem is that all our outbound calls show our  
main number, regardless of what we set with SetCallerID, even using  
CallingPres with all possible combinations. When speaking with FDN,  
they say they have set their T1 to show our main number for outbound  
calls, but that we should be able to override that with no problem.


As I said, I have tried all possible combinations, yet, nothing seems  
to work. Below are snippets of some of our configs:


extensions.conf

;
; Local calls
;
exten => _NXXNXX,1,CallingPres(32)
exten => _NXXNXX,2,SetCallerID(2125551234)
exten => _NXXNXX,3,Dial(${TRUNK_LO}/${EXTEN})

zapata.conf

[channels]
usecallerid=yes
cidsignalling=bell
cidstart=ring
hidecallerid=no
restrictcid=no
usecallingpres=yes
callerid=asreceived

switchtype = dms100
signalling = em_w
group = 1
context=inbound
callerid=asreceived
channel => 1-24

Does anyone have any suggestions?

Thanks,
Waldo
___
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



--
Jeremy Gault, KD4NED<[EMAIL PROTECTED]>
Network Administrator, WinWorld Corporation
Member: Bradley County ACS/RACES/SkyWarn
voice: +1.423.473.8084  fax: +1.423.472.9465
fwd: 461771 msn msgr: [EMAIL PROTECTED]

___
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


Re: [Asterisk-Users] Overriding Caller ID

2005-08-19 Thread Kevin P. Fleming

Waldo Rubinstein wrote:


switchtype = dms100
signalling = em_w
group = 1
context=inbound
callerid=asreceived
channel => 1-24


You cannot set your own Caller ID on anything except PRI.
___
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


[Asterisk-Users] Overriding Caller ID

2005-08-19 Thread Waldo Rubinstein

Hello list,

We have some kind of a problem with our Asterisk installation. We  
want to be able to publish different caller id when placing outbound  
calls through the PSTN. We have Asterisk with TE410P and T1 from FDN  
Communications. The problem is that all our outbound calls show our  
main number, regardless of what we set with SetCallerID, even using  
CallingPres with all possible combinations. When speaking with FDN,  
they say they have set their T1 to show our main number for outbound  
calls, but that we should be able to override that with no problem.


As I said, I have tried all possible combinations, yet, nothing seems  
to work. Below are snippets of some of our configs:


extensions.conf

;
; Local calls
;
exten => _NXXNXX,1,CallingPres(32)
exten => _NXXNXX,2,SetCallerID(2125551234)
exten => _NXXNXX,3,Dial(${TRUNK_LO}/${EXTEN})

zapata.conf

[channels]
usecallerid=yes
cidsignalling=bell
cidstart=ring
hidecallerid=no
restrictcid=no
usecallingpres=yes
callerid=asreceived

switchtype = dms100
signalling = em_w
group = 1
context=inbound
callerid=asreceived
channel => 1-24

Does anyone have any suggestions?

Thanks,
Waldo
___
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