View previous topic :: View next topic |
Author |
Message |
tkm
Joined: 18 Jan 2011 Posts: 72
|
Posted: Wed Apr 06, 2011 11:24 am Post subject: call setup on Iphone 3 |
|
|
Hello All, has anyone tried 'set_up_call' on Iphone 3? I tried and it is not working for me. I am not able to initiate any call.
Many thanks. |
|
Back to top |
|
 |
tkm
Joined: 18 Jan 2011 Posts: 72
|
Posted: Wed Apr 06, 2011 12:19 pm Post subject: Re: call setup on Iphone 3 |
|
|
tkm wrote: | Hello All, has anyone tried 'set_up_call' on Iphone 3? I tried and it is not working for me. I am not able to initiate any call.
Many thanks. |
I think it might be Alpha coding issue. My code block looks like this:
Code: | u8 PROGMEM t_[]="00447878874102";
u8 *ms_p=str2msisdn(t_, MSISDN_ADN, MEM_R);
set_up_call (ms_p, MSISDN_ADN, 91); |
Can anyone kindly point me where Ia m doing wrong?
BTW: this code bock works fone with some of couple of Nokia handset. Hence, confused what's going on there....
Many thanks. |
|
Back to top |
|
 |
tkm
Joined: 18 Jan 2011 Posts: 72
|
Posted: Tue Apr 12, 2011 1:14 pm Post subject: Re: call setup on Iphone 3 |
|
|
tkm wrote: | tkm wrote: | Hello All, has anyone tried 'set_up_call' on Iphone 3? I tried and it is not working for me. I am not able to initiate any call.
Many thanks. |
I think it might be Alpha coding issue. My code block looks like this:
Code: | u8 PROGMEM t_[]="00447878874102";
u8 *ms_p=str2msisdn(t_, MSISDN_ADN, MEM_R);
set_up_call (ms_p, MSISDN_ADN, 91); |
Can anyone kindly point me where Ia m doing wrong?
BTW: this code bock works fone with some of couple of Nokia handset. Hence, confused what's going on there....
Many thanks. |
Sorted. Thanks. |
|
Back to top |
|
 |
|