|
2010-02-23
, 19:45
|
Posts: 11 |
Thanked: 6 times |
Joined on Feb 2010
|
#2
|
AT+CHLD=4
The Following 3 Users Say Thank You to Fredrik75 For This Useful Post: | ||
|
2010-02-24
, 08:40
|
Posts: 247 |
Thanked: 91 times |
Joined on Jan 2008
@ London/M4 Corridor
|
#3
|
Contact1 Mobile Contact2 Mobile WorkMobile Contact3 WorkPhone
|
2010-02-24
, 10:07
|
Posts: 247 |
Thanked: 91 times |
Joined on Jan 2008
@ London/M4 Corridor
|
#4
|
I think there are some packages that add to this menu, but I can't remember which ones they are.
|
2010-03-02
, 09:08
|
Posts: 11 |
Thanked: 6 times |
Joined on Feb 2010
|
#5
|
apt-get install pexpect
#!/usr/bin/python import pexpect import time child = pexpect.spawn('pnatd'); child.send('at\r'); time.sleep(0.25); child.send('AT+CHLD=4\r'); time.sleep(0.25); child.sendeof();
user ALL = NOPASSWD: /usr/local/bin/callforward.py
update-sudoers
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Terminal=true Name=Forward Call Exec=osso-xterm "/usr/bin/sudo /usr/local/bin/callforward.py" Icon=callforward X-Window-Icon= X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable
|
2010-03-02
, 16:33
|
Posts: 99 |
Thanked: 25 times |
Joined on Mar 2008
@ shanghai , China
|
#6
|
|
2010-03-02
, 18:41
|
Posts: 11 |
Thanked: 6 times |
Joined on Feb 2010
|
#7
|
Just can not wait to put this widget on y desktop ! Is it possiable for us to do conference call among 3 people for both skype and normal call ?
The Following User Says Thank You to Fredrik75 For This Useful Post: | ||
I need to be able to transfer a call, but the menu-option is missing from the Call-menu. I can chose to shift between the two calls and make it to a conference-call.
Do anyone know a way around this issue?
(Like the call forwarding-program from extras repository?)
/Fredrik