[asterisk-users] Direct Dial-Out and CDR destination numbers

2009-03-17 Thread Matthias Urlichs
Hi, as German phone numbers are variable_length, I need to use direct dial-out. The problem is that only the part which appears in extensions.ael (and thus in the argument to Dial()) is logged to the call data record. What I want, obviously, is for the Dial() app to append the additional digits

Re: [asterisk-users] Direct Dial-Out and CDR destination numbers

2009-03-17 Thread Geraint Lee
what about relogging the information using: Set(CDR(customfield)=${CDR(originalfield)}) i think? who knows, i might be wrong with all of this but i guess it will work... 2009/3/17 Matthias Urlichs > Hi, > > as German phone numbers are variable_length, I need to use direct dial-out. > > The

Re: [asterisk-users] Direct Dial-Out and CDR destination numbers

2009-03-20 Thread Matthias Urlichs
On Tue, 17 Mar 2009 13:34:34 +, Geraint Lee wrote: > what about relogging the information using: > Set(CDR(customfield)=${CDR(originalfield)}) > That won't work because there's no way (that I know of) to collect the DTMF numbers which the Dial() command consumes in order to complete the d