bladox.com Forum Index bladox.com
Turbo SIM Toolkit Adapter Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

setup call

 
Post new topic   Reply to topic    bladox.com Forum Index -> Development
View previous topic :: View next topic  
Author Message
tkm



Joined: 18 Jan 2011
Posts: 72

PostPosted: Mon Apr 04, 2011 3:53 pm    Post subject: setup call Reply with quote

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
View user's profile Send private message
tkm



Joined: 18 Jan 2011
Posts: 72

PostPosted: Tue Apr 05, 2011 10:11 am    Post subject: Re: setup call Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    bladox.com Forum Index -> Development All times are GMT
Page 1 of 1

 
Jump to:  
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