Carlos Chavez
2018-Feb-22 18:10 UTC
[asterisk-users] Set external CID but retain internal extension in CDR...
??? Usually phone companies set the outgoing CallerID for you but recently we got control over that and are now setting the outgoing Calleir ID ourselves.? My problem now is that the CDR will put the outgoing CID in the CDR instead of the extension that dialed and that causes problems for reports.? What is the proper way to set outgoing CID and keeping the original extension number in the CDR? -- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez +52 (55)8116-9161
Antony Stone
2018-Feb-22 19:07 UTC
[asterisk-users] Set external CID but retain internal extension in CDR...
On Thursday 22 February 2018 at 19:10:51, Carlos Chavez wrote:> Usually phone companies set the outgoing CallerID for you but > recently we got control over that and are now setting the outgoing > Calleir ID ourselves. My problem now is that the CDR will put the > outgoing CID in the CDR instead of the extension that dialed and that > causes problems for reports. What is the proper way to set outgoing CID > and keeping the original extension number in the CDR?Surely the CDR field "clid" is your Caller ID, whereas the CDR field "src" is the originating extension? Antony. -- It may not seem obvious, but (6 x 5 + 5) x 5 - 55 equals 5! Please reply to the list; please *don't* CC me.
Antony Stone
2018-Feb-22 20:05 UTC
[asterisk-users] Set external CID but retain internal extension in CDR...
On Thursday 22 February 2018 at 20:07:47, Antony Stone wrote:> On Thursday 22 February 2018 at 19:10:51, Carlos Chavez wrote: > > Usually phone companies set the outgoing CallerID for you but > > > > recently we got control over that and are now setting the outgoing > > Calleir ID ourselves. My problem now is that the CDR will put the > > outgoing CID in the CDR instead of the extension that dialed and that > > causes problems for reports. What is the proper way to set outgoing CID > > and keeping the original extension number in the CDR? > > Surely the CDR field "clid" is your Caller ID, whereas the CDR field "src" > is the originating extension?Another thought - if that doesn't automatically work for you (probably depends on your dialplan / Asterisk setup), then how about setting: CDR(accountcode)=${CALLERID(number)} in your dialplan sometime before you set the outbound Caller ID to whatever your PSTN number is? Then you have the internal extension number in accountcode and the external CallerID in clid. Antony. -- Heisenberg, G?del, and Chomsky walk in to a bar. Heisenberg says, "Clearly this is a joke, but how can we work out if it's funny or not?" G?del replies, "We can't know that because we're inside the joke." Chomsky says, "Of course it's funny. You're just saying it wrong." Please reply to the list; please *don't* CC me.
Carlos Chavez
2018-Feb-22 20:41 UTC
[asterisk-users] Set external CID but retain internal extension in CDR...
On 2/22/18 1:07 PM, Antony Stone wrote:> On Thursday 22 February 2018 at 19:10:51, Carlos Chavez wrote: > >> Usually phone companies set the outgoing CallerID for you but >> recently we got control over that and are now setting the outgoing >> Calleir ID ourselves. My problem now is that the CDR will put the >> outgoing CID in the CDR instead of the extension that dialed and that >> causes problems for reports. What is the proper way to set outgoing CID >> and keeping the original extension number in the CDR? > Surely the CDR field "clid" is your Caller ID, whereas the CDR field "src" is > the originating extension? > > > Antony. >No, the src field contains the external number and the clid field has the extension name but also the external number. -- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez +52 (55)8116-9161