 |
bladox.com Turbo SIM Toolkit Adapter Forums
|
View previous topic :: View next topic |
Author |
Message |
tkm
Joined: 18 Jan 2011 Posts: 72
|
Posted: Mon Apr 04, 2011 3:53 pm Post subject: setup call |
|
|
Hello,
I am trying to do a setup call in following manner:
Code: | void GenerateCall()
{
u8 PROGMEM t_ms[]="+47878874239";
u8 *ms=str2msisdn(t_ms, MSISDN_SMS, MEM_R);
set_up_call (ms, MSISDN_SMS, NULL);
} |
The function is being called from menu selection which in a STK_Thread.
Seems like it is not calling to the number I am providing here. Do I need to do anything anything else for call setup? Any thoughts pls? Many thanks. |
|
Back to top |
|
 |
tkm
Joined: 18 Jan 2011 Posts: 72
|
Posted: Tue Apr 05, 2011 10:11 am Post subject: Re: setup call |
|
|
tkm wrote: | Hello,
I am trying to do a setup call in following manner:
Code: | void GenerateCall()
{
u8 PROGMEM t_ms[]="+47878874239";
u8 *ms=str2msisdn(t_ms, MSISDN_SMS, MEM_R);
set_up_call (ms, MSISDN_SMS, NULL);
} |
The function is being called from menu selection which in a STK_Thread.
Seems like it is not calling to the number I am providing here. Do I need to do anything anything else for call setup? Any thoughts pls? Many thanks. |
Solved. I have to provide 91 in Alpha Coding insted of NULL. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|