[Asterisk-Users] Little confused about Caller ID

C F shmaltz at gmail.com
Sun Jan 9 16:15:58 MST 2005


When calling to the PSTN (outside VOIP or *) then you will not be able
to supply the name of callerID even if you have a PRI. The only thing
you can provide is the number and the receiving switch of the call is
the one responsibble for attaching a name to the phone number thru
SS7. If you have a SS7 switch then you could in theory attach the name
(I have never tried it, but that's what I was told).
Hope this helps.



On Sat, 8 Jan 2005 23:23:45 -0500 (EST), Samuel T. Cossette
<digium at muel.org> wrote:
> Hi,
> 
> I've got the Caller ID name and number working with the application
> SetCIDNumber and SetCIDName.
> 
> [...]
> exten => s,3,SetCIDNumber(4183289901)
> exten => s,4,SetCIDName(Frank Black)
> exten => s,5,Dial(IAX2/prov01/${DEST})
> [...]
> 
> You can also use SetCallerID(Frank Black <4183289901>), but no success for
> me...
> 
> bye,
> 
> Samuel T. Cossette
> samuel at levinux.org, 1.418.8o2.784o
> << Well, that's for me to know and you to find out. >> Jeffrey, Blue Velvet
> 
> > Hi Everybody,
> >     Sure this has been covered a million times on wiki, but couldn't find
> > an
> > exact answer to my question.  I am using * to dial out to peoples phones
> > to
> > give them alerts of different things.  Problem is that the only Caller ID
> > I
> > can get working is the telephone number.  I am unable to display a name
> > along with the number.  Thinking maybe its the phone receiving the call, I
> > tried my cellphone and my house phone and I can only get the number to
> > display.  If I leave the number portion out, Caller ID shows
> > "Unavailable".
> > Is there a simple way to get a Caller name setup?  I've tried examples on
> > Wiki as well but I couldn't get them to work.
> >
> >
> > ***** extensions.conf *********
> > [general]
> > static=yes
> > writeprotect=no
> >
> > [globals]
> > CONSOLE=Console/dsp ; Console interface for demo
> > TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
> >
> > [sports]
> > exten => s,1,ResponseTimeout,5
> > exten => s,2,Answer
> > exten => s,3,Wait(1)
> > exten => s,4,Playback(sports/gafanaSports)
> > exten => s,5,Goto(2000,2)
> > exten => 2000,1,wait(1)
> > exten => 2000,2,Background(sports/teams/theLosAngelesLakersU)
> > exten => t,1,Playback(goodbye)
> > exten => t,2,Hangup
> >
> > ******** sip.conf ***********
> > [general]
> > context=default
> > port=5060
> > srvlookup=yes
> > allow=ulaw
> > register => [id]:[pw]@[host]
> > [gafana]
> > type=peer
> > secret=[secret]
> > username=[username]
> > host=[hostname]
> >
> >
> > ******* test.call file **********
> > Channel: SIP/[myNumber]@gafana
> > CallerID: [My Number]
> > MaxRetries: 0
> > RetryTime: 300
> > WaitTime: 45
> > Context: sports
> > Extension: s
> > Priority: 1
> >
> >
> > What do I need to add to be able to send a name as well and not just a
> > number?
> >
> > Gabe
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at 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 mailing list
> Asterisk-Users at 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
>



More information about the asterisk-users mailing list