Re: [PATCH v2 1/2] stk: convert to phone number format and remove DTMF string

2012-09-17 Thread Denis Kenzior
Hi Philippe, On 09/06/2012 09:26 AM, Philippe Nunes wrote: The dialing number provided by the Setup Call proactive command may contain pause and DTMF characters. --- src/stk.c | 58 +++--- 1 file changed, 43 insertions(+), 15 deletions(-)

[PATCH v2 1/2] stk: convert to phone number format and remove DTMF string

2012-09-06 Thread Philippe Nunes
The dialing number provided by the Setup Call proactive command may contain pause and DTMF characters. --- src/stk.c | 58 +++--- 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/src/stk.c b/src/stk.c index 19cb0eb..0a279bf