Re: [Asterisk-Users] CallerID in Australia Analogue PSTN Phone

2005-01-05 Thread Howard Lowndes
On Wed, 2005-01-05 at 17:02, PHP Mechanic wrote:
  Howard Lowndes wrote:
  Is there anyone using * in AU that has successfully extracted the CLID
  from an incoming analogue PSTN phone call, and would like to spread the
  word?
 
  Yes, I have. I'm using a Voicetronix OpenLine4 card. I did have an issue 
  with the config file, you have to set callerid=yes before each channel, 
  unless you're running CVS from 2004/12/13 21:04:12 or later. What hardware 
  are you using? chan_vpb has useful debugging info for callerid at debug 
  level 4.
 
 I fixed it using this: 
 http://www.voip-info.org/tiki-index.php?page=Asterisk+and+Australian+Caller+ID
 

Done that.

What I need more though is examples of anything that needs to go into
extensions.conf 

 ___
 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
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


___
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] CallerID in Australia Analogue PSTN Phone

2005-01-05 Thread PHP Mechanic
 Is there anyone using * in AU that has successfully extracted the CLID
 from an incoming analogue PSTN phone call, and would like to spread 
 the
 word?
What I need more though is examples of anything that needs to go into
extensions.conf
You could add this line if you want
exten = s,1,NoOp(Caller ID on the PSTN line is ${CALLERID}) 

___
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] CallerID in Australia Analogue PSTN Phone System

2005-01-05 Thread Howard Lowndes
On Wed, 2005-01-05 at 16:50, James Andrewartha wrote:
 Howard Lowndes wrote:
  Is there anyone using * in AU that has successfully extracted the CLID
  from an incoming analogue PSTN phone call, and would like to spread the
  word?
 
 Yes, I have. I'm using a Voicetronix OpenLine4 card. I did have an issue 
 with the config file, you have to set callerid=yes before each channel, 

done

 unless you're running CVS from 2004/12/13 21:04:12 or later.

later

  What hardware 
 are you using? chan_vpb has useful debugging info for callerid at debug level 
 4.

X101P

My callerid settings from zapata.conf are:

usecallerid = yes
callerid = yes
useincomingcalleridonzaptransfer = yes


 
 James Andrewartha
 DAA Sysadmin
 ___
 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
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


___
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] CallerID in Australia Analogue PSTN Phone

2005-01-05 Thread Howard Lowndes
On Wed, 2005-01-05 at 23:22, PHP Mechanic wrote:
   Is there anyone using * in AU that has successfully extracted the CLID
   from an incoming analogue PSTN phone call, and would like to spread 
   the
   word?
 
  What I need more though is examples of anything that needs to go into
  extensions.conf
 
 You could add this line if you want
 exten = s,1,NoOp(Caller ID on the PSTN line is ${CALLERID}) 

M.  Tried that, but it didn't deliver ${CALLERID}

 
 ___
 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
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


___
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] CallerID in Australia Analogue PSTN Phone

2005-01-05 Thread PHP Mechanic
 What I need more though is examples of anything that needs to go into
 extensions.conf
You could add this line if you want
exten = s,1,NoOp(Caller ID on the PSTN line is ${CALLERID}) 
M.  Tried that, but it didn't deliver ${CALLERID}
Did the caller have callerid enabled by their telco ?
___
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] CallerID in Australia Analogue PSTN Phone

2005-01-05 Thread Howard Lowndes
On Wed, 2005-01-05 at 23:49, PHP Mechanic wrote:
   What I need more though is examples of anything that needs to go into
   extensions.conf
  
  You could add this line if you want
  exten = s,1,NoOp(Caller ID on the PSTN line is ${CALLERID}) 
  
  M.  Tried that, but it didn't deliver ${CALLERID}
  
 Did the caller have callerid enabled by their telco ?

Sure was.  It was me calling myself from my mobile (cell) phone, and
that definitely has CLID enabled.  In AU CLID is enabled by default.

Do you know if the Digium X101P has problems with reading CLID on the
line?  There is a wiki that says that in AU the DEFAULT_CIDRINGS needs
to be =2 rather than the default =1 and I have set that; perhaps I
should reverse that and try again.

 ___
 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
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


___
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] CallerID in Australia Analogue PSTN Phone

2005-01-05 Thread Julien Goodwin
On Thu, Jan 06, 2005 at 07:25:35AM +1100, Howard Lowndes arranged a set of bits 
into the following:
 On Wed, 2005-01-05 at 23:49, PHP Mechanic wrote:
What I need more though is examples of anything that needs to go into
extensions.conf
   
   You could add this line if you want
   exten = s,1,NoOp(Caller ID on the PSTN line is ${CALLERID}) 
   
   M.  Tried that, but it didn't deliver ${CALLERID}
   
  Did the caller have callerid enabled by their telco ?
 
 Sure was.  It was me calling myself from my mobile (cell) phone, and
 that definitely has CLID enabled.  In AU CLID is enabled by default.
Only for mobiles, and that's incoming. It's not enabled for landlines by
default (at least for landlines that were around since before callerid
was introduced ~5 years ago). For testing that sort of thing picking up
a $30 clid box might be worth it.

 Do you know if the Digium X101P has problems with reading CLID on the
 line?  There is a wiki that says that in AU the DEFAULT_CIDRINGS needs
 to be =2 rather than the default =1 and I have set that; perhaps I
 should reverse that and try again.


pgpzQZ0fTwKy1.pgp
Description: PGP signature
___
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] CallerID in Australia Analogue PSTN Phone

2005-01-05 Thread Christopher Vance
On Thu, Jan 06, 2005 at 12:14:12PM +1100, Julien Goodwin wrote:
On Thu, Jan 06, 2005 at 07:25:35AM +1100, Howard Lowndes arranged a set of bits into the following:
Sure was.  It was me calling myself from my mobile (cell) phone, and
that definitely has CLID enabled.  In AU CLID is enabled by default.
Only for mobiles, and that's incoming. It's not enabled for landlines by
default (at least for landlines that were around since before callerid
was introduced ~5 years ago). For testing that sort of thing picking up
a $30 clid box might be worth it.
The predominant carrier default for landlines is CLID sending enabled
and CLID reception disabled.  You can change the sending default on
your lines without charge, but reception requires monthly payment.
Other carriers may differ.
--
Christopher Vance
___
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] CallerID in Australia Analogue PSTN Phone System

2005-01-04 Thread James Andrewartha
Howard Lowndes wrote:
Is there anyone using * in AU that has successfully extracted the CLID
from an incoming analogue PSTN phone call, and would like to spread the
word?
Yes, I have. I'm using a Voicetronix OpenLine4 card. I did have an issue 
with the config file, you have to set callerid=yes before each channel, 
unless you're running CVS from 2004/12/13 21:04:12 or later. What hardware 
are you using? chan_vpb has useful debugging info for callerid at debug level 4.

James Andrewartha
DAA Sysadmin
___
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] CallerID in Australia Analogue PSTN Phone

2005-01-04 Thread PHP Mechanic

Howard Lowndes wrote:
Is there anyone using * in AU that has successfully extracted the CLID
from an incoming analogue PSTN phone call, and would like to spread the
word?
Yes, I have. I'm using a Voicetronix OpenLine4 card. I did have an issue 
with the config file, you have to set callerid=yes before each channel, 
unless you're running CVS from 2004/12/13 21:04:12 or later. What hardware 
are you using? chan_vpb has useful debugging info for callerid at debug 
level 4.
I fixed it using this: 
http://www.voip-info.org/tiki-index.php?page=Asterisk+and+Australian+Caller+ID 

___
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] CallerID in Australia Analogue PSTN Phone

2005-01-04 Thread Gary
On Wed, 5 Jan 2005 17:02:32 +1100, PHP Mechanic wrote:



 Howard Lowndes wrote:
 Is there anyone using * in AU that has successfully extracted the CLID
 from an incoming analogue PSTN phone call, and would like to spread the
 word?

 Yes, I have. I'm using a Voicetronix OpenLine4 card. I did have an issue 
 with the config file, you have to set callerid=yes before each channel, 
 unless you're running CVS from 2004/12/13 21:04:12 or later. What hardware 
 are you using? chan_vpb has useful debugging info for callerid at debug 
 level 4.

I fixed it using this: 
http://www.voip-info.org/tiki-index.php?page=Asterisk+and+Australian+Caller+ID 

Actually settings such as these should really be moved to a settings
header file.

Gary
.


___
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] CallerID in Australia Analogue PSTN Phone

2005-01-04 Thread PHP Mechanic
I fixed it using this:
http://www.voip-info.org/tiki-index.php?page=Asterisk+and+Australian+Caller+ID
Actually settings such as these should really be moved to a settings
header file.
Please elaborate... 

___
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] CallerID in Australia Analogue PSTN Phone

2005-01-04 Thread Gary
On Wed, 5 Jan 2005 17:55:50 +1100, PHP Mechanic wrote:

I fixed it using this:
http://www.voip-info.org/tiki-index.php?page=Asterisk+and+Australian+Caller+ID

 Actually settings such as these should really be moved to a settings
 header file.

Please elaborate... 

Of the top of my head... I can think of 2 setting which are dependant
on enviroment.

the above and the GSM codec on NON-intel cpu's

now if the diffences where in a header file instead of mainline
code

There are probably more which others can add to the list.

Gary
.


___
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