Re: [asterisk-users] call forwarding callerID

2010-10-14 Thread Gerard
We have a T1 of sorts, ATT ip flex reach basically voip over a t1 
line i think. I will ask them and see what they say, I'm already able to 
set our outgoing callerID to any number we own, just no other ones..

 there some other way to handle this?

 It depends on the technology and the carrier.

 A simple POTS line and you're out of luck.

 If you have a T1 (i.e. ISDN-PRI) and a co-operative carrier, it may just
 work or they may enable it if requested.

 You could always use a co-operative SIP carrier (like Vitelity). A penny
 or 2 per minute will keep your someone happy.



-- 
Gerard Saraber
Network Admin.
Rarcoa, Inc
(630) 654-2580 x199
(630) 654-3556 (fax)
(630) 915-4122 (cell)

-- 
_
-- 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] call forwarding callerID

2010-10-14 Thread Gerard
On 10/13/10 14:52, Danny Nicholas wrote:
 I think FOLLOWME is going to fix this for you

Can you elaborate please? is this a feature from our carrier? or 
something that will be built into asterisk? sounds like a useful fix :)

-- 
Gerard Saraber
Network Admin.
Rarcoa, Inc
(630) 654-2580 x199
(630) 654-3556 (fax)
(630) 915-4122 (cell)

-- 
_
-- 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] call forwarding callerID

2010-10-14 Thread Danny Nicholas
-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gerard
Sent: Thursday, October 14, 2010 11:24 AM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] call forwarding callerID

On 10/13/10 14:52, Danny Nicholas wrote:
 I think FOLLOWME is going to fix this for you

Can you elaborate please? is this a feature from our carrier? or 
something that will be built into asterisk? sounds like a useful fix :)

-- 
Gerard Saraber
Network Admin.
Rarcoa, Inc
(630) 654-2580 x199
(630) 654-3556 (fax)
(630) 915-4122 (cell)

Check this link
http://www.voip-info.org/wiki/view/Asterisk+cmd+FollowMe

A simpler solution (perhaps) would be a forwarding context like this

[forward-with-announce]
Exten = s,1,dial(DAHDI/g1/w${ARG1},30,mKkTt)
Exten = s,n,playback(followme/call-from)
Exten = s,n,SayDigits(${ARG2})

Exten = 393,1,Set(ARG1=201212)
Exten = 393,2,Set(ARG2=${EXTEN})
Exten = 393,3,Goto(forward-with-announce,s,1)

Dependent on carrier and other considerations, you can also spoof the
caller-id.  That's a different google-search.


-- 
_
-- 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] call forwarding callerID

2010-10-14 Thread Gerard
ah-ha,
thank you very much, that's what I found when googling, I'll ask my user 
and see if Asterisk announcing the call is acceptable to him, if I can't 
spoof the callerID.

Followme would alternatively work pretty well, press 1 to accept the 
call etc. is a pretty nice feature, I'll see if that works for him.

Thanks!

On 10/14/10 11:41, Danny Nicholas wrote:
 Check this link
 http://www.voip-info.org/wiki/view/Asterisk+cmd+FollowMe

 A simpler solution (perhaps) would be a forwarding context like this

 [forward-with-announce]
 Exten =  s,1,dial(DAHDI/g1/w${ARG1},30,mKkTt)
 Exten =  s,n,playback(followme/call-from)
 Exten =  s,n,SayDigits(${ARG2})

 Exten =  393,1,Set(ARG1=201212)
 Exten =  393,2,Set(ARG2=${EXTEN})
 Exten =  393,3,Goto(forward-with-announce,s,1)

 Dependent on carrier and other considerations, you can also spoof the
 caller-id.  That's a different google-search.


-- 
Gerard Saraber
Network Admin.
Rarcoa, Inc
(630) 654-2580 x199
(630) 654-3556 (fax)
(630) 915-4122 (cell)

-- 
_
-- 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] call forwarding callerID

2010-10-14 Thread Danny Nicholas
-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gerard
Sent: Thursday, October 14, 2010 1:47 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] call forwarding callerID

ah-ha,
thank you very much, that's what I found when googling, I'll ask my user 
and see if Asterisk announcing the call is acceptable to him, if I can't 
spoof the callerID.

Followme would alternatively work pretty well, press 1 to accept the 
call etc. is a pretty nice feature, I'll see if that works for him.

Thanks!

On 10/14/10 11:41, Danny Nicholas wrote:
 Check this link
 http://www.voip-info.org/wiki/view/Asterisk+cmd+FollowMe

 A simpler solution (perhaps) would be a forwarding context like this

 [forward-with-announce]
 Exten =  s,1,dial(DAHDI/g1/w${ARG1},30,mKkTt)
 Exten =  s,n,playback(followme/call-from)
 Exten =  s,n,SayDigits(${ARG2})

 Exten =  393,1,Set(ARG1=201212)
 Exten =  393,2,Set(ARG2=${EXTEN})
 Exten =  393,3,Goto(forward-with-announce,s,1)

 Dependent on carrier and other considerations, you can also spoof the
 caller-id.  That's a different google-search.


-- 
Gerard Saraber
Network Admin.
Rarcoa, Inc
(630) 654-2580 x199
(630) 654-3556 (fax)
(630) 915-4122 (cell)

-- 
FWIW, there are also professional spoofing services but they cost
$0.02-$0.05/minute.


-- 
_
-- 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] call forwarding callerID

2010-10-13 Thread Danny Nicholas
-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gerard
Sent: Wednesday, October 13, 2010 2:41 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] call forwarding callerID

Hi list,
This is not necessarily an asterisk issue, but a lot of you guys know 
way more then me, so I have a question:
someone at my company sets his phone to forward calls to his cellphone, 
so someone calls our office, call is forwarded to his cell, and the 
callerID that shows up on his cell is of course our office number, 
because asterisk originates a new call to his cell and then bridges the two.
so he told me, a partner of his, at his office does the same thing, and 
when he does it, the callerID shows up as coming from the initial 
caller, not from his office.

so here's the schematic:
customer - our office ---callforward-- cellphone

so should I call ATT and ask them to unlock our callerID so I can set 
the outgoing callerID to the customer's number in my dialplan? or is 
there some other way to handle this?

I appreciate any input,
Thanks!
-- 
Gerard Saraber
Network Admin.
Rarcoa, Inc
(630) 654-2580 x199
(630) 654-3556 (fax)
(630) 915-4122 (cell)

I think FOLLOWME is going to fix this for you


-- 
_
-- 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] call forwarding callerID

2010-10-13 Thread Steve Edwards
On Wed, 13 Oct 2010, Gerard wrote:

 This is not necessarily an asterisk issue, but a lot of you guys know 
 way more then me, so I have a question: someone at my company sets his 
 phone to forward calls to his cellphone, so someone calls our office, 
 call is forwarded to his cell, and the callerID that shows up on his 
 cell is of course our office number, because asterisk originates a new 
 call to his cell and then bridges the two. so he told me, a partner of 
 his, at his office does the same thing, and when he does it, the 
 callerID shows up as coming from the initial caller, not from his 
 office.

 so here's the schematic: customer - our office ---callforward-- 
 cellphone

 so should I call ATT and ask them to unlock our callerID so I can set 
 the outgoing callerID to the customer's number in my dialplan? or is 
 there some other way to handle this?

It depends on the technology and the carrier.

A simple POTS line and you're out of luck.

If you have a T1 (i.e. ISDN-PRI) and a co-operative carrier, it may just 
work or they may enable it if requested.

You could always use a co-operative SIP carrier (like Vitelity). A penny 
or 2 per minute will keep your someone happy.

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

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