RE: [Asterisk-Users] Outbound Caller ID on PRI

2005-02-21 Thread Paul Hales
What did the Telco have to do? I want to get our outbound callid working 
properly...

PaulH 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rod Bacon
Sent: Friday, 18 February 2005 4:08 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Outbound Caller ID on PRI

As it turns out, it was a telco configuration problem all along. I wasted a day 
for nothing...


- Original Message - 
From: George Cohn [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Friday, February 18, 2005 2:38 PM
Subject: Re: [Asterisk-Users] Outbound Caller ID on PRI


 Rod Bacon wrote:
 Would someone mind doing an intense debug on their ISDN PRI and see what 
 LEN (length) the calling number field is being sent? Maybe everyone is 
 sending 14 characters, and my Telco is just fussier than most.

 Not asterisk related but on the Nortel Opt 81C switches that I maintain, 
 the CLID is sent out on the PRI-ISDN span d-channels as (520) 873- 
 which I believe is 14 characters.  It shows up on my caller ID unit at 
 home as (520) 873- which is 14 characters.

 The telco I am connected to is Time Warner and their CO switch is a Nortel 
 DMS-500 running NI2 compatible software.  This is in Arizona USA.

 George Cohn


 ___
 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
CAUTION: This email message and accompanying data may contain information that 
is confidential. If you are not the intended recipient, you are notified that 
any use, dissemination, distribution or copying of this message or data is 
prohibited. If you have received this email message in error, please notify us 
immediately and erase all copies of this message and attachments. Thank you.
CAUTION: This email message and accompanying data may contain information that 
is confidential. If you are not the intended recipient, you are notified that 
any use, dissemination, distribution or copying of this message or data is 
prohibited. If you have received this email message in error, please notify us 
immediately and erase all copies of this message and attachments. Thank you.
___
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] Outbound Caller ID on PRI

2005-02-17 Thread George Cohn
Rod Bacon wrote:
Would someone mind doing an intense debug on their ISDN PRI and see what 
LEN (length) the calling number field is being sent? Maybe everyone is 
sending 14 characters, and my Telco is just fussier than most.
Not asterisk related but on the Nortel Opt 81C switches that I maintain, 
the CLID is sent out on the PRI-ISDN span d-channels as (520) 873- 
which I believe is 14 characters.  It shows up on my caller ID unit at 
home as (520) 873- which is 14 characters.

The telco I am connected to is Time Warner and their CO switch is a 
Nortel DMS-500 running NI2 compatible software.  This is in Arizona USA.

George Cohn
___
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] Outbound Caller ID on PRI

2005-02-17 Thread Rod Bacon
As it turns out, it was a telco configuration problem all along. I wasted a 
day for nothing...

- Original Message - 
From: George Cohn [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Friday, February 18, 2005 2:38 PM
Subject: Re: [Asterisk-Users] Outbound Caller ID on PRI


Rod Bacon wrote:
Would someone mind doing an intense debug on their ISDN PRI and see what 
LEN (length) the calling number field is being sent? Maybe everyone is 
sending 14 characters, and my Telco is just fussier than most.
Not asterisk related but on the Nortel Opt 81C switches that I maintain, 
the CLID is sent out on the PRI-ISDN span d-channels as (520) 873- 
which I believe is 14 characters.  It shows up on my caller ID unit at 
home as (520) 873- which is 14 characters.

The telco I am connected to is Time Warner and their CO switch is a Nortel 
DMS-500 running NI2 compatible software.  This is in Arizona USA.

George Cohn
___
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] Outbound Caller ID on PRI

2005-02-15 Thread tim panton
On 15 Feb 2005, at 05:44, Rod Bacon wrote:
Some more info on my problem that someone may be able to explain.
The debug information (shown below), lists the LENGTH of the CallerID 
string
as 14 characters, even though I'm only sending 10. I belive that this 
is the
problem. My telco's equipment is looking for 10 characters only. Any 
ideas
where these extra 4 characters are coming from?


Calling Number (len=14) [ Ext: 0  TON: National Number (2)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)
Presentation: Presentation permitted, user number passed network 
screening
(1) '0386172169'
I think the 'extra' bytes are part of the data structure, and
perfectly normal.
I'm basing this remark on a very quick look at the source code.
in dump_called_party_number() in llibpri/q931.c it says:
q931_get_number(cnum, sizeof(cnum), ie-data + 1, len - 3);
Which looks like the first byte and the last 3 bytes are protocol
surrounding the actual number.
My best advice is to call your PTT and ask them how many digits
they expect you to send, I am guessing they only expect the
last 2, but only they know for sure.
If I get the time I'll do a debug on my E1 PRI span later today and 
send you the results.

Tim.
http://www.westhawk.co.uk/
___
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] Outbound Caller ID on PRI

2005-02-15 Thread Peter Svensson
On Tue, 15 Feb 2005, tim panton wrote:

 My best advice is to call your PTT and ask them how many digits
 they expect you to send, I am guessing they only expect the
 last 2, but only they know for sure.

Also ask them if they require a specific Type Of Number for the outgoing 
callerid. (Configure that with the prilocaldialplan option).

Peter


___
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] Outbound Caller ID on PRI

2005-02-14 Thread Rod Bacon
We have just had an ISDN PRI service commissioned here in AU (using Powertel
as provider). I have called them and ensured that we have the ability to set
Caller ID on our service to any number in our 100 number block, and I have
been assured that everything is OK from their end (unlikely). Every time I
drop a sample.call in to /var/spool/asterisk/outgoing with the Callerid:
option set, the resultant call still appears to come from our main number. I
want to make sure that it's definitely not our problem before I hassle the
telco.

I have debugged the PRI span, and have seen the following.

Calling Number (len=14) [ Ext: 0  TON: National Number (2)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)
Presentation: Presentation permitted, user number passed network screening
(1) '0386172169' ]

I am using a Zaptel Quad PRI card, and currently have an ISDN-10 service
connected.

Can anyone offer any suggestions?


___
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] Outbound Caller ID on PRI

2005-02-14 Thread Rod Bacon
Some more info on my problem that someone may be able to explain.

The debug information (shown below), lists the LENGTH of the CallerID string
as 14 characters, even though I'm only sending 10. I belive that this is the
problem. My telco's equipment is looking for 10 characters only. Any ideas
where these extra 4 characters are coming from?


Calling Number (len=14) [ Ext: 0  TON: National Number (2)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)
Presentation: Presentation permitted, user number passed network screening
(1) '0386172169'

==
Rod Bacon - VOIP Systems Engineer
Empowered Communications
Ground Floor, 102 York St. South Melbourne
Victoria, Australia. 3205
Phone: +613 99401600Fax: +613 99401650
FWD: 512237IAXtel: 17007401708
==
 



___
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] Outbound Caller ID on PRI

2005-02-14 Thread Adam Goryachev
On Tue, 2005-02-15 at 16:44 +1100, Rod Bacon wrote:
 Some more info on my problem that someone may be able to explain.
 
 The debug information (shown below), lists the LENGTH of the CallerID string
 as 14 characters, even though I'm only sending 10. I belive that this is the
 problem. My telco's equipment is looking for 10 characters only. Any ideas
 where these extra 4 characters are coming from?
 
 
 Calling Number (len=14) [ Ext: 0  TON: National Number (2)  NPI:
 ISDN/Telephony Numbering Plan (E.164/E.163) (1)
 Presentation: Presentation permitted, user number passed network screening
 (1) '0386172169'

I think TON = national you should send a CID of 386172169 ie, without
the leading 0

Although I use this:
exten = s,4,SetCIDNum()
ie, just the 8 digits, which works fine...

and my zapata.conf has:
pridialplan=local

Hope that helps,

Regards,
Adam

-- 
 -- 
Adam Goryachev
Website Managers
Ph:  +61 2 8304 [EMAIL PROTECTED]
Fax: +61 2 9345 4396www.websitemanagers.com.au
-- 
 -- 
Adam Goryachev
Website Managers
Ph:  +61 2 8304 [EMAIL PROTECTED]
Fax: +61 2 9345 4396www.websitemanagers.com.au

___
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] Outbound Caller ID on PRI

2005-02-14 Thread Kimble Young
Hi,
I'd like to add to that answer. Try just sending the phone number 
without any area code - eg 8617-2169

When calls come in on DID numbers they are always minus areacode so it 
would go without saying that they should be sent out the same way.

Regards,
Kimble Young
Adam Goryachev wrote:
On Tue, 2005-02-15 at 16:44 +1100, Rod Bacon wrote:
 

Some more info on my problem that someone may be able to explain.
The debug information (shown below), lists the LENGTH of the CallerID string
as 14 characters, even though I'm only sending 10. I belive that this is the
problem. My telco's equipment is looking for 10 characters only. Any ideas
where these extra 4 characters are coming from?
   

Calling Number (len=14) [ Ext: 0  TON: National Number (2)  NPI:
 

ISDN/Telephony Numbering Plan (E.164/E.163) (1)
   

Presentation: Presentation permitted, user number passed network screening
 

(1) '0386172169'
   

I think TON = national you should send a CID of 386172169 ie, without
the leading 0
Although I use this:
exten = s,4,SetCIDNum()
ie, just the 8 digits, which works fine...
and my zapata.conf has:
pridialplan=local
Hope that helps,
Regards,
Adam
 

___
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] Outbound Caller ID on PRI

2005-02-14 Thread Rod Bacon
think TON = national you should send a CID of 386172169 ie, without
the leading 0

Although I use this:
exten = s,4,SetCIDNum()
ie, just the 8 digits, which works fine...

and my zapata.conf has:
pridialplan=local

I'm sure there is a setting somewhere, but I'm damned if I can find it. I
have tried all possible values for prilocaldialplan (Calling number plan)
but nothing makes any difference. The LEN field is always 14 (no matter what
string I send).

==
Rod Bacon - VOIP Systems Engineer
Empowered Communications
Ground Floor, 102 York St. South Melbourne
Victoria, Australia. 3205
Phone: +613 99401600Fax: +613 99401650
FWD: 512237IAXtel: 17007401708
==
 



___
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] Outbound Caller ID on PRI

2005-02-14 Thread Rod Bacon








Would someone mind doing an intense debug on their ISDN PRI
and see what LEN (length) the calling number field is being sent? Maybe everyone
is sending 14 characters, and my Telco is just fussier than most.





==

Rod Bacon - VOIP Systems Engineer

Empowered Communications

Ground Floor, 102 York St. South Melbourne

Victoria,
 Australia.
3205

Phone: +613 99401600 Fax: +613
99401650

FWD:
512237
IAXtel: 17007401708

==








___
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] Outbound Caller ID on PRI

2005-02-14 Thread Paul Hales
Being a Melbourne ISDN user as well, I am looking forward to you solving this...

Later,

PaulH 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rod Bacon
Sent: Tuesday, 15 February 2005 5:18 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Outbound Caller ID on PRI

think TON = national you should send a CID of 386172169 ie, without the 
leading 0

Although I use this:
exten = s,4,SetCIDNum()
ie, just the 8 digits, which works fine...

and my zapata.conf has:
pridialplan=local

I'm sure there is a setting somewhere, but I'm damned if I can find it. I have 
tried all possible values for prilocaldialplan (Calling number plan) but 
nothing makes any difference. The LEN field is always 14 (no matter what string 
I send).

==
Rod Bacon - VOIP Systems Engineer
Empowered Communications
Ground Floor, 102 York St. South Melbourne Victoria, Australia. 3205
Phone: +613 99401600Fax: +613 99401650
FWD: 512237IAXtel: 17007401708
==
 



___
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
CAUTION: This email message and accompanying data may contain information that 
is confidential. If you are not the intended recipient, you are notified that 
any use, dissemination, distribution or copying of this message or data is 
prohibited. If you have received this email message in error, please notify us 
immediately and erase all copies of this message and attachments. Thank you.
CAUTION: This email message and accompanying data may contain information that 
is confidential. If you are not the intended recipient, you are notified that 
any use, dissemination, distribution or copying of this message or data is 
prohibited. If you have received this email message in error, please notify us 
immediately and erase all copies of this message and attachments. Thank you.
___
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