Open Source Telephony
 help / color / mirror / Atom feed
* (no subject)
@ 2009-05-27  0:56 Li, Minjun
  2009-05-27  1:23 ` Leandro Dorileo
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Li, Minjun @ 2009-05-27  0:56 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

Hi Folks,
I have made a patch for minor bugs in functions of dial_callback and voicecall_busy in /src/voicecall.c.

Best Regards,
Minjun


[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 2333 bytes --]

[-- Attachment #3: 0001-minor-bug-in-dial_callback-and-voicecall_busy.patch --]
[-- Type: application/octet-stream, Size: 1081 bytes --]

From 852e53593070dd0346a7385a62a10c1c0946b5c0 Mon Sep 17 00:00:00 2001
From: root <root@minjun.localdomain>
Date: Tue, 26 May 2009 08:48:57 +0800
Subject: [PATCH] minor bug in dial_callback and voicecall_busy

---
 src/voicecall.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/voicecall.c b/src/voicecall.c
index bbc7bf5..8318143 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -198,7 +198,7 @@ static DBusMessage *voicecall_busy(DBusConnection *conn,
 		call->status != CALL_STATUS_WAITING)
 		return dbus_gsm_failed(msg);
 
-	if (!voicecalls->ops->release_specific)
+	if (!voicecalls->ops->set_udub)
 		return dbus_gsm_not_implemented(msg);
 
 	if (voicecalls->flags & VOICECALLS_FLAG_PENDING)
@@ -1444,7 +1444,7 @@ static void dial_callback(const struct ofono_error *error, void *data)
 		}
 
 		ofono_debug("Registering new call: %d", call->id);
-		voicecall_dbus_register(voicecall_create(modem, call));
+		voicecall_dbus_register(v);
 
 		calls->call_list = g_slist_insert_sorted(calls->call_list, v,
 					call_compare);
-- 
1.6.0.3


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* (no subject)
@ 2010-08-05 18:18 =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
  2010-08-05 18:21 ` =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
  0 siblings, 1 reply; 9+ messages in thread
From: =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita @ 2010-08-05 18:18 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 117 bytes --]


Changed sim_state to an enum type and removed an extra check which was causing
issues with pin-locked sim cards.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* (no subject)
@ 2010-06-18  9:49 Miettinen Pasi
  2010-06-21 21:10 ` Denis Kenzior
  0 siblings, 1 reply; 9+ messages in thread
From: Miettinen Pasi @ 2010-06-18  9:49 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Hi all,

Starting on Monday, I am taking another assignment and I am unable
to contribute further. From our side, Petteri Tikander continues to work
on the SMS delivery report task.

Regards,
Pasi Miettinen

^ permalink raw reply	[flat|nested] 9+ messages in thread
* (no subject)
@ 2010-05-10  5:22 krishna k
  2010-05-11  8:20 ` Dario
  0 siblings, 1 reply; 9+ messages in thread
From: krishna k @ 2010-05-10  5:22 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]


Hi Yoon,

Thank very much for your guidance. I followed the same procedure ...

You already did following procedure.
1. ofono-phonesim -p 12345 -gui ~/data/moblin.xml
2. sudo ofonod -nd 

And then, you need to type following command to power up modem(phonesim).
3. dbus-send --system --print-reply --dest=org.ofono / phonesim0 org.ofono.Modem.SetProperty string:Powered variant:boolean:true
I got below response....

Must use org.mydomain.Interface.Method notation, no dot in "phonesim0"

Please see the ps ax | grep ofono*
-------------------------------------------------------------------------------------------------------------------------
 1609 pts/0    S+     0:00 ofono-phonesim -p 12345 -gui /home/kandukis/data/moblin.xml
 1654 pts/2    S+     0:00 ofonod -nd
------------------------------------------------------------------------------------------------------------------------

Can you please suggest  how to get-rid from this problem.

regards,
Krishna K Kandula


 		 	   		  
_________________________________________________________________
South Cinema This Decade
http://entertainment.in.msn.com/southcinemathisdecade/

[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 1541 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* (no subject)
@ 2009-05-21  6:31 sudishm m
  2009-05-21 12:38 ` Leandro Dorileo
  0 siblings, 1 reply; 9+ messages in thread
From: sudishm m @ 2009-05-21  6:31 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 113 bytes --]

Hi,

how do I donload the source code, to my PC and build it.Please provide
instructions to do so,

Sudish

[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 164 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-08-05 18:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27  0:56 Li, Minjun
2009-05-27  1:23 ` Leandro Dorileo
2009-05-27  2:51 ` Re: Denis Kenzior
2009-05-27  5:46 ` Re: Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2010-08-05 18:18 =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
2010-08-05 18:21 ` =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
2010-06-18  9:49 Miettinen Pasi
2010-06-21 21:10 ` Denis Kenzior
2010-06-21 21:16   ` Re: ^_^
2010-05-10  5:22 krishna k
2010-05-11  8:20 ` Dario
2009-05-21  6:31 sudishm m
2009-05-21 12:38 ` Leandro Dorileo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox