Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-24 Thread Olivier
2010/11/20 Olivier oza_4...@yahoo.fr


 Depending on what telco Charlie is connected to would change the CallerId
 presented to Charlie from being Alice's or Bob's Cid.

 When a call is forwarded, Charlie's telco receives different ANI and CID :
 some (seems to) favor ANI and some CID.

 An interesting thing to test is to let Bob issue a simple call to Charlie
 using a fake CID such as 0123456789.
 Will Charlie's phone display this non-existent number or not ?



Another trap is recently discovered is :
sometimes, the call is presented to Charlie with Alice's name and Bob's
number !!

I met this one when Charlie is subscribed to an analog line with Caller Name
Service enabled.
For a reason I don't know, it seems that the numbers choosen to display the
name and the number are different (ANI and CID).
-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Giorgio Incantalupo
Hi all,

I've got 4 actors on my stage:
Alice calling from outside
Bob transferring incoming calls to Charlie
Charlie who has a mobile phone

My PBX which is connected to my ISDN line.

I want Charlie to see Alice's Callerid after Bob has transferred the 
call as if Charlie is receiving the call from  Alice, transparently.

Tried to set the callerid but Charlie sees my telco line number, not the 
callerid of Alice.

How can I do this?

Thank you.

Giorgio


-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Danny Nicholas
-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Giorgio
Incantalupo
Sent: Friday, November 19, 2010 9:34 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] callerid not forwarded when transferring call from
ISDN line to mobile phone via Asterisk

Hi all,

I've got 4 actors on my stage:
Alice calling from outside
Bob transferring incoming calls to Charlie
Charlie who has a mobile phone

My PBX which is connected to my ISDN line.

I want Charlie to see Alice's Callerid after Bob has transferred the 
call as if Charlie is receiving the call from  Alice, transparently.

Tried to set the callerid but Charlie sees my telco line number, not the 
callerid of Alice.

How can I do this?

Thank you.

Giorgio


-- 
We know that Alice and Charlie are both on external trunks.  We DON'T know
what flavor of Asterisk you are using, but it probably doesn't matter your
call is going like this
ID #1 -- asterisk -- destination.  
If destination were internal, ID#1 would remain intact, but since you are
opening a new trunk to forward the call, you lose ID#2 and replace it with
your Telco ID.  You could spoof this depending on your asterisk
version/telco arrangement, but by default, things are as you described.


-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Gopalakrishnan A.N
Please try this in your dialplan Set(CALLERID(name)=${CALLERID(num)})
Some where I tried and it worked with VoIP account A to B as VoIP trunk and
B forward the call to C whereas in C A's number will be displayed.

If you could paste more details as Danny said that would help the list to
assist you more.

On Fri, Nov 19, 2010 at 9:11 PM, Danny Nicholas da...@debsinc.com wrote:

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Giorgio
 Incantalupo
 Sent: Friday, November 19, 2010 9:34 AM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] callerid not forwarded when transferring call
 from
 ISDN line to mobile phone via Asterisk

 Hi all,

 I've got 4 actors on my stage:
 Alice calling from outside
 Bob transferring incoming calls to Charlie
 Charlie who has a mobile phone

 My PBX which is connected to my ISDN line.

 I want Charlie to see Alice's Callerid after Bob has transferred the
 call as if Charlie is receiving the call from  Alice, transparently.

 Tried to set the callerid but Charlie sees my telco line number, not the
 callerid of Alice.

 How can I do this?

 Thank you.

 Giorgio


 --
 We know that Alice and Charlie are both on external trunks.  We DON'T know
 what flavor of Asterisk you are using, but it probably doesn't matter your
 call is going like this
 ID #1 -- asterisk -- destination.
 If destination were internal, ID#1 would remain intact, but since you are
 opening a new trunk to forward the call, you lose ID#2 and replace it with
 your Telco ID.  You could spoof this depending on your asterisk
 version/telco arrangement, but by default, things are as you described.


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




-- 
Thank you  with regards,
Gopalakrishnan A.N.
VoIP call - sip:sai...@gtalk2voip.com sip%3asai...@gtalk2voip.com
-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Gopalakrishnan A.N
Forgot to tell you the version I tried is Asterisk 1.4 with TrixBox, I
disabled the caller-id checkbox while creating VoIP trunk then it started
working for me..

On Fri, Nov 19, 2010 at 9:21 PM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Please try this in your dialplan Set(CALLERID(name)=${CALLERID(num)})
 Some where I tried and it worked with VoIP account A to B as VoIP trunk and
 B forward the call to C whereas in C A's number will be displayed.

 If you could paste more details as Danny said that would help the list to
 assist you more.


 On Fri, Nov 19, 2010 at 9:11 PM, Danny Nicholas da...@debsinc.com wrote:

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Giorgio
 Incantalupo
 Sent: Friday, November 19, 2010 9:34 AM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] callerid not forwarded when transferring call
 from
 ISDN line to mobile phone via Asterisk

 Hi all,

 I've got 4 actors on my stage:
 Alice calling from outside
 Bob transferring incoming calls to Charlie
 Charlie who has a mobile phone

 My PBX which is connected to my ISDN line.

 I want Charlie to see Alice's Callerid after Bob has transferred the
 call as if Charlie is receiving the call from  Alice, transparently.

 Tried to set the callerid but Charlie sees my telco line number, not the
 callerid of Alice.

 How can I do this?

 Thank you.

 Giorgio


 --
 We know that Alice and Charlie are both on external trunks.  We DON'T know
 what flavor of Asterisk you are using, but it probably doesn't matter your
 call is going like this
 ID #1 -- asterisk -- destination.
 If destination were internal, ID#1 would remain intact, but since you are
 opening a new trunk to forward the call, you lose ID#2 and replace it with
 your Telco ID.  You could spoof this depending on your asterisk
 version/telco arrangement, but by default, things are as you described.


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




 --
 Thank you  with regards,
 Gopalakrishnan A.N.
 VoIP call - sip:sai...@gtalk2voip.com sip%3asai...@gtalk2voip.com





-- 
Thank you  with regards,
Gopalakrishnan A.N.
VoIP call - sip:sai...@gtalk2voip.com sip%3asai...@gtalk2voip.com
-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Danny Nicholas
-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Giorgio
Incantalupo
Sent: Friday, November 19, 2010 9:54 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] callerid not forwarded when transferring call
from ISDN line to mobile phone via Asterisk

Hi Danny,

I'm using Asterisk 1.4 and I'm using SetCallerPres and 
Set(CALLERID(name)=XX) apps but I always get my telco callerid.

Which Asterisk version would you suggest?

Thanks!

Giorgio

I don't think the version is relevant to this query.  I would see what
followme might do for you in this case.


-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Giorgio Incantalupo
Hi Gopalakrishnan A.N,

I tried it but it seems like my telco is overwriting the value I set as 
callerid.
Maybe it is possible with Voip providers only.

Giorgio Incantalupo

Gopalakrishnan A.N wrote:
 Forgot to tell you the version I tried is Asterisk 1.4 with TrixBox, I 
 disabled the caller-id checkbox while creating VoIP trunk then it 
 started working for me..

 On Fri, Nov 19, 2010 at 9:21 PM, Gopalakrishnan A.N sai...@gmail.com 
 mailto:sai...@gmail.com wrote:

 Please try this in your dialplan
 Set(CALLERID(name)=${CALLERID(num)}) 
 Some where I tried and it worked with VoIP account A to B as VoIP
 trunk and B forward the call to C whereas in C A's number will be
 displayed. 

 If you could paste more details as Danny said that would help the
 list to assist you more. 


 On Fri, Nov 19, 2010 at 9:11 PM, Danny Nicholas da...@debsinc.com
 mailto:da...@debsinc.com wrote:

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 mailto:asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com
 mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
 Giorgio
 Incantalupo
 Sent: Friday, November 19, 2010 9:34 AM
 To: asterisk-users@lists.digium.com
 mailto:asterisk-users@lists.digium.com
 Subject: [asterisk-users] callerid not forwarded when
 transferring call from
 ISDN line to mobile phone via Asterisk

 Hi all,

 I've got 4 actors on my stage:
 Alice calling from outside
 Bob transferring incoming calls to Charlie
 Charlie who has a mobile phone

 My PBX which is connected to my ISDN line.

 I want Charlie to see Alice's Callerid after Bob has
 transferred the
 call as if Charlie is receiving the call from  Alice,
 transparently.

 Tried to set the callerid but Charlie sees my telco line
 number, not the
 callerid of Alice.

 How can I do this?

 Thank you.

 Giorgio


 --
 We know that Alice and Charlie are both on external trunks.
  We DON'T know
 what flavor of Asterisk you are using, but it probably doesn't
 matter your
 call is going like this
 ID #1 -- asterisk -- destination.
 If destination were internal, ID#1 would remain intact, but
 since you are
 opening a new trunk to forward the call, you lose ID#2 and
 replace it with
 your Telco ID.  You could spoof this depending on your asterisk
 version/telco arrangement, but by default, things are as you
 described.


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




 -- 
 Thank you  with regards,
 Gopalakrishnan A.N.
 VoIP call - sip:sai...@gtalk2voip.com
 mailto:sip%3asai...@gtalk2voip.com





 -- 
 Thank you  with regards,
 Gopalakrishnan A.N.
 VoIP call - sip:sai...@gtalk2voip.com mailto:sip%3asai...@gtalk2voip.com




-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Giorgio Incantalupo
Hi Danny,

I'm using Asterisk 1.4 and I'm using SetCallerPres and 
Set(CALLERID(name)=XX) apps but I always get my telco callerid.

Which Asterisk version would you suggest?

Thanks!

Giorgio

Danny Nicholas wrote:
 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Giorgio
 Incantalupo
 Sent: Friday, November 19, 2010 9:34 AM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] callerid not forwarded when transferring call from
 ISDN line to mobile phone via Asterisk

 Hi all,

 I've got 4 actors on my stage:
 Alice calling from outside
 Bob transferring incoming calls to Charlie
 Charlie who has a mobile phone

 My PBX which is connected to my ISDN line.

 I want Charlie to see Alice's Callerid after Bob has transferred the 
 call as if Charlie is receiving the call from  Alice, transparently.

 Tried to set the callerid but Charlie sees my telco line number, not the 
 callerid of Alice.

 How can I do this?

 Thank you.

 Giorgio


   


-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Gopalakrishnan A.N
I guess it will not work with PSTN lines since the control is transferred to
the Exchange. I am not too sure, I am just sharing my thoughts

On Fri, Nov 19, 2010 at 9:28 PM, Giorgio Incantalupo 
gincantal...@fgasoftware.com wrote:

 Hi Gopalakrishnan A.N,

 I tried it but it seems like my telco is overwriting the value I set as
 callerid.
 Maybe it is possible with Voip providers only.

 Giorgio Incantalupo

 Gopalakrishnan A.N wrote:
  Forgot to tell you the version I tried is Asterisk 1.4 with TrixBox, I
  disabled the caller-id checkbox while creating VoIP trunk then it
  started working for me..
 
  On Fri, Nov 19, 2010 at 9:21 PM, Gopalakrishnan A.N sai...@gmail.com
  mailto:sai...@gmail.com wrote:
 
  Please try this in your dialplan
  Set(CALLERID(name)=${CALLERID(num)})
  Some where I tried and it worked with VoIP account A to B as VoIP
  trunk and B forward the call to C whereas in C A's number will be
  displayed.
 
  If you could paste more details as Danny said that would help the
  list to assist you more.
 
 
  On Fri, Nov 19, 2010 at 9:11 PM, Danny Nicholas da...@debsinc.com
  mailto:da...@debsinc.com wrote:
 
  -Original Message-
  From: asterisk-users-boun...@lists.digium.com
  mailto:asterisk-users-boun...@lists.digium.com
  [mailto:asterisk-users-boun...@lists.digium.com
  mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
  Giorgio
  Incantalupo
  Sent: Friday, November 19, 2010 9:34 AM
  To: asterisk-users@lists.digium.com
  mailto:asterisk-users@lists.digium.com
  Subject: [asterisk-users] callerid not forwarded when
  transferring call from
  ISDN line to mobile phone via Asterisk
 
  Hi all,
 
  I've got 4 actors on my stage:
  Alice calling from outside
  Bob transferring incoming calls to Charlie
  Charlie who has a mobile phone
 
  My PBX which is connected to my ISDN line.
 
  I want Charlie to see Alice's Callerid after Bob has
  transferred the
  call as if Charlie is receiving the call from  Alice,
  transparently.
 
  Tried to set the callerid but Charlie sees my telco line
  number, not the
  callerid of Alice.
 
  How can I do this?
 
  Thank you.
 
  Giorgio
 
 
  --
  We know that Alice and Charlie are both on external trunks.
   We DON'T know
  what flavor of Asterisk you are using, but it probably doesn't
  matter your
  call is going like this
  ID #1 -- asterisk -- destination.
  If destination were internal, ID#1 would remain intact, but
  since you are
  opening a new trunk to forward the call, you lose ID#2 and
  replace it with
  your Telco ID.  You could spoof this depending on your asterisk
  version/telco arrangement, but by default, things are as you
  described.
 
 
  --
 
 _
  -- 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
 
 
 
 
  --
  Thank you  with regards,
  Gopalakrishnan A.N.
  VoIP call - sip:sai...@gtalk2voip.com sip%3asai...@gtalk2voip.com
  mailto:sip%3asai...@gtalk2voip.com sip%253asai...@gtalk2voip.com
 
 
 
 
 
  --
  Thank you  with regards,
  Gopalakrishnan A.N.
  VoIP call - sip:sai...@gtalk2voip.com sip%3asai...@gtalk2voip.commailto:
 sip%3asai...@gtalk2voip.com sip%253asai...@gtalk2voip.com
 
 


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




-- 
Thank you  with regards,
Gopalakrishnan A.N.
VoIP call - sip:sai...@gtalk2voip.com sip%3asai...@gtalk2voip.com
-- 
_
-- 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] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Olivier
Depending on what telco Charlie is connected to would change the CallerId
presented to Charlie from being Alice's or Bob's Cid.

When a call is forwarded, Charlie's telco receives different ANI and CID :
some (seems to) favor ANI and some CID.

An interesting thing to test is to let Bob issue a simple call to Charlie
using a fake CID such as 0123456789.
Will Charlie's phone display this non-existent number or not ?
-- 
_
-- 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