Here is the situation that I would like to create: Call comes in Receptionist sees that the caller ID is Jenny <8675309> Receptionist picks up phone and transfers call to Batman Batman looks at his phone and sees that the caller ID is Jenny <8675309> I can't seem to figure out how to forward the caller ID. Is this possible with Asterisk?
Over what interfaces ? (voip, analog t1, pri ?) In general when you want to send it over T1 to the telco and further on to PSTN than it might not be possible since you're allowed most of the times to send the callerid that is one of your assigned DID numbers. regards Martin On Fri, 13 Jun 2003, Derek Beaumont wrote:> Here is the situation that I would like to create: > Call comes in > Receptionist sees that the caller ID is Jenny <8675309> > Receptionist picks up phone and transfers call to Batman > Batman looks at his phone and sees that the caller ID is Jenny > <8675309> > > I can't seem to figure out how to forward the caller ID. Is this > possible with Asterisk? > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
I only want to do this internally, from the reception phone to another phone attached to my asterisk box. I am using X100P and TDM400P. -Derek>>Over what interfaces ? (voip, analog t1, pri ?) >>In general when you want to send it over T1 to the telco and furtheron to>>PSTN than it might not be possible since you're allowed most of thetimes>>to send the callerid that is one of your assigned DID numbers.>>regards >>MartinOn Fri, 13 Jun 2003, Derek Beaumont wrote:> Here is the situation that I would like to create: > Call comes in > Receptionist sees that the caller ID is Jenny <8675309> > Receptionist picks up phone and transfers call to Batman > Batman looks at his phone and sees that the caller ID is Jenny > <8675309> > > I can't seem to figure out how to forward the caller ID. Is this > possible with Asterisk? > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
I don't understand how or where I would use setcallerid. I have tried to do exten=>400,1,Setcallerid,asreceived but that doesn't seem to work What am I doing wrong? -Derek ========================================================================Check "show application setcallerid" Martin On Fri, 13 Jun 2003, Derek Beaumont wrote:> I only want to do this internally, from the reception phone to another > phone attached to my asterisk box. > I am using X100P and TDM400P. > > -Derek > > > > >>Over what interfaces ? (voip, analog t1, pri ?) > >>In general when you want to send it over T1 to the telco and further > on to > >>PSTN than it might not be possible since you're allowed most of the > times > >>to send the callerid that is one of your assigned DID numbers. > > >>regards > >>Martin > > On Fri, 13 Jun 2003, Derek Beaumont wrote: > > > Here is the situation that I would like to create: > > Call comes in > > Receptionist sees that the caller ID is Jenny <8675309> > > Receptionist picks up phone and transfers call to Batman > > Batman looks at his phone and sees that the caller ID is Jenny > > <8675309> > > > > I can't seem to figure out how to forward the caller ID. Is this > > possible with Asterisk? > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users
At 16:38 13-6-2003 -0500, you wrote:>Then I guess in zapata.conf before the definition of the > >callerid=asreceived >channel => 1 ;FXO portMore generic would be to store the original callerid in a variable when the call comes in at the receptionist desk and then reset it in the context before the the call is coming in from the transfer. Florian