[asterisk-users] Asterisk as a caller ID

2010-12-21 Thread Cary Fitch
In a 1.4.24 system, out of several lines, one of ours gets 1 or more random
calls a day with Asterisk as the caller ID.

I have just seen this described in the last couple of weeks, but at the time
it wasn't happening to us, and I the explanation didn't stick with me.

Can anyone give me a pointer to this feature?  Searching the message base
for Asterisk seems futile.

Thanks!

Cary Fitch


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk as a caller ID

2010-12-21 Thread Doug Lytle

Cary Fitch wrote:

In a 1.4.24 system, out of several lines, one of ours gets 1 or more random
calls a day with Asterisk as the caller ID.

   
In my experience, it happens when the caller is blocking their CID.  I 
have programming in place that assigns the named restricted and the 
phone number of 0 if the caller-id is blank:


exten = s,1,GotoIf($[${CALLERID(num)} =  ]?2:3)
exten = s,n,Set(CALLERID(all)=Restricted 0)


Doug

--
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary Safety, 
deserve neither Liberty nor Safety.


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Asterisk, OCS and Caller-ID

2008-12-05 Thread Kevin Ragsdale
Hello Everyone,

We've connected OCS to Asterisk via OpenSips, and the voice functionality is 
working fine.  I was wondering if anyone out there who has implemented a 
similar system would be willing to share any information on how they have 
implemented this, specifically with regards to URI numbering on the OCS side.  
So far, we've done this:

1.  Extensions in * are 4-digit, and the Caller-ID is configured with this 
number.  We append the area code and prefix for outbound calling.  In order for 
the Communicator to pop-up with the username, we've had to put the full number 
with a + so that the normalized number will match the AD phone number.  I would 
assume that we could fiddle with the Caller-Id with macros or something to 
correct this.
2.  We really aren't sure how to handle the URI for OCS, since most people 
will continue to use both systems.  Right now, it's their 10-digit number 
without the +, but I really don't know what a good solution is here.  We add a 
SIP channel to their Dial() statement so that the desk phone and OC ring at the 
same time; we don't use Trixbox or anything like that, just a vanilla 1.4 
installation
3.  Calls from OCS use the URI configured for the account, so it's number 
only.  I would assume there is a way to use LDAP with * to match a number to AD 
information and populate it that way.

Overall, I'm fairly pleased with the setup so far.  Call quality is good, 
people like the ability to dial straight from Outlook and OC, and people can 
use it on the road as a smartphone, without VPN access required.  We have a lot 
of remote users and daily conference calls, so it's going to save money for 
that sort of thing as well.

Thanks,

Kevin

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread Giorgio Incantalupo

Hi,
have you tried different values of callerid? Maybe setting 
*useincomingcalleridonzaptransfer* to yes can help you.


Giorgio Incantalupo

OCOSA ListAcc wrote:

Hello,

When I upgraded a while back the caller ID stop working I have tried 
everything and searched the lists no answer. Please help!!


I have two pots lines coming into the Asterisk Box caller ID is set in 
the zapta.conf


Here is what our zapata.conf looks like

[channels]

busydetect=1
busycount=7

relaxdtmf=yes
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes

usecallerid=yes

echocancel=yes
echocancelwhenbridged=yes

rxgain=10.5
txgain=5.5

group=1
pickupgroup=1-4

immediate=no

context=bell

signalling=fxs_ks
callerid=asreceived
channel=1
channel=2



___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread OCOSA ListAcct

Giorgio,

That does not work it just shows up as useincomingcalleridonzaptransfer

I set the following: callerid=useincomingcalleridonzaptransfer. Are you 
referring to something else like useincomingcalleridonzaptransfer=yes



Otis Surratt Jr. / [EMAIL PROTECTED]
OCOSA Communications, LLC
PH: 918.585.9882 x 205 Fax: 918.585.5857
Visit Tulsa's Best Internet Data Center:
http://www.ocosa.com/hosting/colo/index.asp




Giorgio Incantalupo wrote:

Hi,
have you tried different values of callerid? Maybe setting 
*useincomingcalleridonzaptransfer* to yes can help you.


Giorgio Incantalupo

OCOSA ListAcc wrote:

Hello,

When I upgraded a while back the caller ID stop working I have tried 
everything and searched the lists no answer. Please help!!


I have two pots lines coming into the Asterisk Box caller ID is set 
in the zapta.conf


Here is what our zapata.conf looks like

[channels]

busydetect=1
busycount=7

relaxdtmf=yes
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes

usecallerid=yes

echocancel=yes
echocancelwhenbridged=yes

rxgain=10.5
txgain=5.5

group=1
pickupgroup=1-4

immediate=no

context=bell

signalling=fxs_ks
callerid=asreceived
channel=1
channel=2



___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread Eric \ManxPower\ Wieling
I don't know where he got the bizarre useincomingcalleridonzaptransfer 
option, but it does not exist as you can see below:


[EMAIL PROTECTED] ~]# grep useincomingcalleridonzaptransfer 
/home/software/asterisk/asterisk-1.2.17/configs/zapata.conf.sample

[EMAIL PROTECTED] ~]#

Maybe the option is specific to BRIstuff patches to Zaptel.

You want the following before your FXO ports in /etc/asterisk/zapata.conf:

usecallerid=yes
callerid=asreceived

You will also want to watch the console when a call comes in to see if 
there are any Caller*ID errors.



OCOSA ListAcct wrote:

Giorgio,

That does not work it just shows up as useincomingcalleridonzaptransfer

I set the following: callerid=useincomingcalleridonzaptransfer. Are you 
referring to something else like useincomingcalleridonzaptransfer=yes



Otis Surratt Jr. / [EMAIL PROTECTED]
OCOSA Communications, LLC
PH: 918.585.9882 x 205 Fax: 918.585.5857
Visit Tulsa's Best Internet Data Center:
http://www.ocosa.com/hosting/colo/index.asp




Giorgio Incantalupo wrote:

Hi,
have you tried different values of callerid? Maybe setting 
*useincomingcalleridonzaptransfer* to yes can help you.


Giorgio Incantalupo

OCOSA ListAcc wrote:

Hello,

When I upgraded a while back the caller ID stop working I have tried 
everything and searched the lists no answer. Please help!!


I have two pots lines coming into the Asterisk Box caller ID is set 
in the zapta.conf


Here is what our zapata.conf looks like

[channels]

busydetect=1
busycount=7

relaxdtmf=yes
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes

usecallerid=yes

echocancel=yes
echocancelwhenbridged=yes

rxgain=10.5
txgain=5.5

group=1
pickupgroup=1-4

immediate=no

context=bell

signalling=fxs_ks
callerid=asreceived
channel=1
channel=2



___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread Richard Lyman

Eric ManxPower Wieling wrote:
I don't know where he got the bizarre 
useincomingcalleridonzaptransfer option, but it does not exist as 
you can see below:



*snipped

just a note, not sure if it is still in 1.4 tree, but it used to be in 
CVS-TRUNK as an option for chan_zap




___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread Eric \ManxPower\ Wieling

Richard Lyman wrote:

Eric ManxPower Wieling wrote:
I don't know where he got the bizarre 
useincomingcalleridonzaptransfer option, but it does not exist as 
you can see below:



*snipped

just a note, not sure if it is still in 1.4 tree, but it used to be in 
CVS-TRUNK as an option for chan_zap


He is, of course, running 1.2.6.  If the option exists in 1.2.x then it 
is not documented.

___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread Richard Lyman

Eric ManxPower Wieling wrote:

Richard Lyman wrote:

Eric ManxPower Wieling wrote:
I don't know where he got the bizarre 
useincomingcalleridonzaptransfer option, but it does not exist as 
you can see below:



*snipped

just a note, not sure if it is still in 1.4 tree, but it used to be 
in CVS-TRUNK as an option for chan_zap


He is, of course, running 1.2.6.  If the option exists in 1.2.x then 
it is not documented.
current 1.2 tree: } else if (!strcasecmp(v-name, 
useincomingcalleridonzaptransfer)) {
current 1.4 tree: } else if (!strcasecmp(v-name, 
useincomingcalleridonzaptransfer)) {
current svn-trunk: } else if (!strcasecmp(v-name, 
useincomingcalleridonzaptransfer)) {


so yep, still there, still undocumented.



___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread OCOSA ListAcc

Eric,

I have watched the CLI before and it said nothing although I did change 
the position of the callerid = asreceived to right below and nothing it 
still shows up on the phones asterisk and in voice mail sent via 
e-mail unknown caller:


Here is an output from a while back but it stopped so I do not know what 
is up.


-- Starting simple switch on 'Zap/1-1'
Apr  6 16:54:39 ERROR[4726]: callerid.c:276 callerid_feed: fsk_serie 
made mylen

 0 (-92)
Apr  6 16:54:39 WARNING[4726]: chan_zap.c:6255 ss_thread: CallerID feed 
failed:

Success
Apr  6 16:54:39 WARNING[4726]: chan_zap.c:6299 ss_thread: CallerID 
returned with

error on channel 'Zap/1-1'


Otis Surratt Jr. / [EMAIL PROTECTED]
OCOSA Communications, LLC
PH: 918.585.9882 x 205 Fax: 918.585.5857
Visit Tulsa's Best Internet Data Center:
http://www.ocosa.com/hosting/colo/index.asp




Eric ManxPower Wieling wrote:
I don't know where he got the bizarre 
useincomingcalleridonzaptransfer option, but it does not exist as 
you can see below:


[EMAIL PROTECTED] ~]# grep useincomingcalleridonzaptransfer 
/home/software/asterisk/asterisk-1.2.17/configs/zapata.conf.sample

[EMAIL PROTECTED] ~]#

Maybe the option is specific to BRIstuff patches to Zaptel.

You want the following before your FXO ports in 
/etc/asterisk/zapata.conf:


usecallerid=yes
callerid=asreceived

You will also want to watch the console when a call comes in to see if 
there are any Caller*ID errors.



OCOSA ListAcct wrote:

Giorgio,

That does not work it just shows up as 
useincomingcalleridonzaptransfer


I set the following: callerid=useincomingcalleridonzaptransfer. Are 
you referring to something else like 
useincomingcalleridonzaptransfer=yes



Otis Surratt Jr. / [EMAIL PROTECTED]
OCOSA Communications, LLC
PH: 918.585.9882 x 205 Fax: 918.585.5857
Visit Tulsa's Best Internet Data Center:
http://www.ocosa.com/hosting/colo/index.asp




Giorgio Incantalupo wrote:

Hi,
have you tried different values of callerid? Maybe setting 
*useincomingcalleridonzaptransfer* to yes can help you.


Giorgio Incantalupo

OCOSA ListAcc wrote:

Hello,

When I upgraded a while back the caller ID stop working I have 
tried everything and searched the lists no answer. Please help!!


I have two pots lines coming into the Asterisk Box caller ID is set 
in the zapta.conf


Here is what our zapata.conf looks like

[channels]

busydetect=1
busycount=7

relaxdtmf=yes
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes

usecallerid=yes

echocancel=yes
echocancelwhenbridged=yes

rxgain=10.5
txgain=5.5

group=1
pickupgroup=1-4

immediate=no

context=bell

signalling=fxs_ks
callerid=asreceived
channel=1
channel=2



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


___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread Eric \ManxPower\ Wieling

OCOSA ListAcc wrote:

Eric,

I have watched the CLI before and it said nothing although I did change 
the position of the callerid = asreceived to right below and nothing it 
still shows up on the phones asterisk and in voice mail sent via 
e-mail unknown caller:


Here is an output from a while back but it stopped so I do not know what 
is up.


-- Starting simple switch on 'Zap/1-1'
Apr  6 16:54:39 ERROR[4726]: callerid.c:276 callerid_feed: fsk_serie 
made mylen

 0 (-92)
Apr  6 16:54:39 WARNING[4726]: chan_zap.c:6255 ss_thread: CallerID feed 
failed:

Success
Apr  6 16:54:39 WARNING[4726]: chan_zap.c:6299 ss_thread: CallerID 
returned with

error on channel 'Zap/1-1'


These errors usually indicate that your rxgain for the FXO ports is 
either too high or too low.  Change the rxgain in 
/etc/asterisk/zapata.conf in increments of 2 either up or down until, 
but you generally don't want it to be less than -10 or greater than 10. 
 reload chan_zap.so should apply the gain changes.

___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread OCOSA ListAcct
so to fix the no caller id thing will need to adjust the rx gain and tx 
gain?



Otis Surratt Jr. / [EMAIL PROTECTED]
OCOSA Communications, LLC
PH: 918.585.9882 x 205 Fax: 918.585.5857
Visit Tulsa's Best Internet Data Center:
http://www.ocosa.com/hosting/colo/index.asp




Eric ManxPower Wieling wrote:

OCOSA ListAcc wrote:

Eric,

I have watched the CLI before and it said nothing although I did 
change the position of the callerid = asreceived to right below and 
nothing it still shows up on the phones asterisk and in voice mail 
sent via e-mail unknown caller:


Here is an output from a while back but it stopped so I do not know 
what is up.


-- Starting simple switch on 'Zap/1-1'
Apr  6 16:54:39 ERROR[4726]: callerid.c:276 callerid_feed: fsk_serie 
made mylen

 0 (-92)
Apr  6 16:54:39 WARNING[4726]: chan_zap.c:6255 ss_thread: CallerID 
feed failed:

Success
Apr  6 16:54:39 WARNING[4726]: chan_zap.c:6299 ss_thread: CallerID 
returned with

error on channel 'Zap/1-1'


These errors usually indicate that your rxgain for the FXO ports is 
either too high or too low.  Change the rxgain in 
/etc/asterisk/zapata.conf in increments of 2 either up or down until, 
but you generally don't want it to be less than -10 or greater than 
10.  reload chan_zap.so should apply the gain changes.

___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-18 Thread OCOSA ListAcct

Eric,

Thanks when I took the rx and tx to 0.0 on both the caller id showed up 
I guess I will play with. My main reasoning for adjusting the rx and tx 
was to get rid of the echo...What other tips do you suggest or anyone 
out there? Thank you!



Otis Surratt Jr. / [EMAIL PROTECTED]
OCOSA Communications, LLC
PH: 918.585.9882 x 205 Fax: 918.585.5857
Visit Tulsa's Best Internet Data Center:
http://www.ocosa.com/hosting/colo/index.asp




Eric ManxPower Wieling wrote:

OCOSA ListAcc wrote:

Eric,

I have watched the CLI before and it said nothing although I did 
change the position of the callerid = asreceived to right below and 
nothing it still shows up on the phones asterisk and in voice mail 
sent via e-mail unknown caller:


Here is an output from a while back but it stopped so I do not know 
what is up.


-- Starting simple switch on 'Zap/1-1'
Apr  6 16:54:39 ERROR[4726]: callerid.c:276 callerid_feed: fsk_serie 
made mylen

 0 (-92)
Apr  6 16:54:39 WARNING[4726]: chan_zap.c:6255 ss_thread: CallerID 
feed failed:

Success
Apr  6 16:54:39 WARNING[4726]: chan_zap.c:6299 ss_thread: CallerID 
returned with

error on channel 'Zap/1-1'


These errors usually indicate that your rxgain for the FXO ports is 
either too high or too low.  Change the rxgain in 
/etc/asterisk/zapata.conf in increments of 2 either up or down until, 
but you generally don't want it to be less than -10 or greater than 
10.  reload chan_zap.so should apply the gain changes.

___
--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] Asterisk 1.2.16 - No Caller ID

2007-04-17 Thread OCOSA ListAcc

Hello,

When I upgraded a while back the caller ID stop working I have tried 
everything and searched the lists no answer. Please help!!


I have two pots lines coming into the Asterisk Box caller ID is set in 
the zapta.conf


Here is what our zapata.conf looks like

[channels]

busydetect=1
busycount=7

relaxdtmf=yes
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes

usecallerid=yes

echocancel=yes
echocancelwhenbridged=yes

rxgain=10.5
txgain=5.5

group=1
pickupgroup=1-4

immediate=no

context=bell

signalling=fxs_ks
callerid=asreceived
channel=1
channel=2

--


Otis Surratt Jr. / [EMAIL PROTECTED]
OCOSA Communications, LLC
PH: 918.585.9882 x 205 Fax: 918.585.5857
Visit Tulsa's Best Internet Data Center:
http://www.ocosa.com/hosting/colo/index.asp



___
--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] Asterisk internal extensions caller ID

2006-07-21 Thread Dean @ INKnBITs
I trying to find a way of using two different callerid numbers. I have the
callerid=Agent 1 33x (in the sip.conf) being the direct dial
phone number, but for internal calls I would like it to show the extension
number. My internal dialplan is.


exten = 3002,1,Set(CALLERID(NUM)=xxx)
exten = 3002,2,Macro(stdexten,3002,SIP/3002)

I know the ${EXTEN} gives me the called extension I'm dialing, but is there
another for the extension that is making the call?

Hope that makes sense.

Thanks,
Dean.

___
--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] Asterisk and Japanese Caller ID

2005-11-29 Thread Aaron Anderson
Any Luck with this?  I'm getting frustrated.  We need caller ID to be 
able to do business properly.


Cheers


[EMAIL PROTECTED] wrote:



Actually, exactly now I am trying to do that also...

Isamar


On Fri, 25 Nov 2005, Aaron Anderson wrote:


Are there any kind of patches or experimental libraries that I can use
to pull caller ID info off a japanese pots line?



___
--Bandwidth and Colocation sponsored by Easynews.com --

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


___
--Bandwidth and Colocation sponsored by Easynews.com --

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




___
--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] Asterisk and Japanese Caller ID

2005-11-24 Thread Aaron Anderson

Are there any kind of patches or experimental libraries that I can use
to pull caller ID info off a japanese pots line?



___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk and Japanese Caller ID

2005-11-24 Thread isamar


Actually, exactly now I am trying to do that also...

Isamar


On Fri, 25 Nov 2005, Aaron Anderson wrote:


Are there any kind of patches or experimental libraries that I can use
to pull caller ID info off a japanese pots line?



___
--Bandwidth and Colocation sponsored by Easynews.com --

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


___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk, VoiceTronix UK Caller ID

2005-10-09 Thread Ian Bonham

Hi All,

Just a quick question, but I could really use some help on this one.

I've got the CVS-Head of * installed and running, and am using a VoiceTronix 
OpenSwitch12 to connect to 12 analouge lines. I've got callerid activated by 
the Telco, and can get callerid using a std phone. However, using *, I 
always get an error 'Cannot decode callerid'.


Does anyone know if I need to patch the vpb driver or something?

Many many thanks,

Ian Bonham

P.S. the POTS I'm connected to is British Telecom's SystemX if thats any 
help?


_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk, VoiceTronix UK Caller ID

2005-10-09 Thread John Crowhurst

On Sun, October 9, 2005 15:39, Ian Bonham said:
 Hi All,

 Just a quick question, but I could really use some help on this one.

 I've got the CVS-Head of * installed and running, and am using a
 VoiceTronix
 OpenSwitch12 to connect to 12 analouge lines. I've got callerid activated
 by
 the Telco, and can get callerid using a std phone. However, using *, I
 always get an error 'Cannot decode callerid'.

 Does anyone know if I need to patch the vpb driver or something?

There is a patch you can apply to Asterisk, as the UK uses a different
method of sending caller id than other countries. VOIP-info has a page
here:

http://www.voip-info.org/wiki-Asterisk+and+UK+Caller+ID

There are patches here for zaptel and asterisk:
http://www.lusyn.com/asterisk/patches.html

-- 
John
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk, VoiceTronix UK Caller ID

2005-10-09 Thread Ian Bonham

Thanks John.

I can't seem to see if just applying the Asterisk side of the fix will 
correct things though. The card I'm using is a VoiceTronix OpenSwitch 12. 
I'm using the vpb driver as opposed to the Digium drivers in this instance.


Any clues?

Thanks,

Ian




From: John Crowhurst [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED],Asterisk Users Mailing List - 
Non-Commercial Discussionasterisk-users@lists.digium.com
To: Asterisk Users Mailing List - Non-Commercial 
Discussionasterisk-users@lists.digium.com

Subject: Re: [Asterisk-Users] Asterisk, VoiceTronix  UK Caller ID
Date: Sun, 9 Oct 2005 16:02:47 +0100 (BST)


On Sun, October 9, 2005 15:39, Ian Bonham said:
 Hi All,

 Just a quick question, but I could really use some help on this one.

 I've got the CVS-Head of * installed and running, and am using a
 VoiceTronix
 OpenSwitch12 to connect to 12 analouge lines. I've got callerid 
activated

 by
 the Telco, and can get callerid using a std phone. However, using *, I
 always get an error 'Cannot decode callerid'.

 Does anyone know if I need to patch the vpb driver or something?

There is a patch you can apply to Asterisk, as the UK uses a different
method of sending caller id than other countries. VOIP-info has a page
here:

http://www.voip-info.org/wiki-Asterisk+and+UK+Caller+ID

There are patches here for zaptel and asterisk:
http://www.lusyn.com/asterisk/patches.html

--
John
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
--Bandwidth and Colocation sponsored by Easynews.com --

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