PBXes » English » Queues, Digital Receptionist, Faxmail, Voicemail and Ring Groups » RE: CallerID modifications
Print Page | Recommend to Friend | Add Thread to Favorites
Post New Thread Post Reply
Author
Post « Previous Thread | Next Thread »
g3i


Registration Date: 01.01.1970
Posts:

CallerID modifications Post Reply with Quote Edit/Delete Post Report Post to a Moderator       IP Information Go to the top of this page

Hi,

I was wondering if there is any functionality within the PBXES interface that allows the modification of the CALLERID display according to which trunk the call came from.

We have a number of SIP trunks and would like to prepend a 3 digit 'trunk code' to the CallerID to enable the operator to know which trunk the call came from.

Can you do this with PBXES ?

Cheers from down under,

Leo Gaggl
Adelaide, South Australia

06.06.2010 14:00 g3i is offline Search for Posts by g3i Add g3i to your Buddy List
bob


Registration Date: 01.01.1970
Posts:

RE: CallerID modifications Post Reply with Quote Edit/Delete Post Report Post to a Moderator       IP Information Go to the top of this page

I think this has to be moved to feature request.

As far as I know you can't add anything to the callerid thru pbxes. This would have to be modified if it's possible.

Also you would need a field where you for example could add 2 digits for the incoming line number.

I have the same "problem" several incoming did number different countries. I can't see if an incoming line is from my dutch, geman, blegium or uk line. It would indeed be helpfull if this could be made viable somehow.

07.06.2010 09:39 bobmats is offline Search for Posts by bobmats Add bobmats to your Buddy List
g3i


Registration Date: 01.01.1970
Posts:

RE: CallerID modifications Post Reply with Quote Edit/Delete Post Report Post to a Moderator       IP Information Go to the top of this page

That is exactly our reason - we have a few SIP trunks and depending on the source would need to answer the phone differently.

We had our own Asterisk setup where we had some minor config modifications to achieve this.

07.06.2010 10:18 g3i is offline Search for Posts by g3i Add g3i to your Buddy List
bob


Registration Date: 01.01.1970
Posts:

RE: CallerID modifications Post Reply with Quote Edit/Delete Post Report Post to a Moderator       IP Information Go to the top of this page

using the pbxes pro version you can modify some settings here. As pbxes ist asterisk based you might do the changes yourself.

Check source view to see the different setiings. If you did the modifications in the past you might find them here. If you can find them you can order a pro account for testing, do the modifiaction and cancel the pro account.

Can you tell me what you modified in asterisk.

Ip-tel should be able to tell you more.

07.06.2010 17:31 bobmats is offline Search for Posts by bobmats Add bobmats to your Buddy List
g3i


Registration Date: 01.01.1970
Posts:

RE: CallerID modifications Post Reply with Quote Edit/Delete Post Report Post to a Moderator       IP Information Go to the top of this page

Maybe this helps:

Linksys Handsets don't display the calling Trunk Display Name if the call is from a CID blocked number.

Modify '/etc/asterisk/extensions_additional.conf'


[ext-did]
include => ext-did-custom
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => s,1,Set(__FROM_DID=${EXTEN})
exten => s,n,GotoIf($[ "${CALLERID(name)}" != "" ] ?cidok)
exten => s,n,Set(CALLERID(name)=${CALLERID(num)})
exten => s,n(cidok),Noop(CallerID is ${CALLERID(all)})
exten => s,n,Goto(ext-group,600,1)
exten => 0884630555,1,Set(__FROM_DID=${EXTEN})
exten => 0884630555,n,GotoIf($[ "${CALLERID(name)}" != "" ] ?cidok)
exten => 0884630555,n,Set(CALLERID(name)=${CALLERID(num)})
exten => 0884630555,n(cidok),Noop(CallerID is ${CALLERID(all)})
exten => 0884630555,n,Set(_RGPREFIX=BC: )
exten => 0884630555,n,Set(CALLERID(name)=${RGPREFIX}${CALLERID(name)})

; added these three lines to stop Linksys phones from displaying their own
; anonymous caller message
exten => 0884630555,n,GotoIf($[ "${CALLERID(num)}" != "anonymous" ] ?anonok)
exten => 0884630555,n,Set(CALLERID(num)=${RGPREFIX}${CALLERID(num)})
exten => 0884630555,n(anonok),Noop(CallerID is ${CALLERID(all)})

exten => 0884630555,n,Goto(ext-group,601,1)
exten => 0884631555,1,Set(__FROM_DID=${EXTEN})
exten => 0884631555,n,GotoIf($[ "${CALLERID(name)}" != "" ] ?cidok)
exten => 0884631555,n,Set(CALLERID(name)=${CALLERID(num)})
exten => 0884631555,n(cidok),Noop(CallerID is ${CALLERID(all)})
exten => 0884631555,n,Set(_RGPREFIX=G3I: )
exten => 0884631555,n,Set(CALLERID(name)=${RGPREFIX}${CALLERID(name)})

; added these three lines to stop Linksys phones from displaying their own
; anonymous caller message
exten => 0884631555,n,GotoIf($[ "${CALLERID(num)}" != "anonymous" ] ?anonok)
exten => 0884631555,n,Set(CALLERID(num)=${RGPREFIX}${CALLERID(num)})
exten => 0884631555,n(anonok),Noop(CallerID is ${CALLERID(all)})

exten => 0884631555,n,Goto(ext-group,600,1)

08.06.2010 13:28 g3i is offline Search for Posts by g3i Add g3i to your Buddy List
 
Post New Thread Post Reply
Go to:

Powered by Burning Board Lite 1.0.2 © 2001-2004 WoltLab GmbH
English Translation by Satelk