![]() |
2008-03-24
, 21:46
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#42
|
Please post your results here. I'm curious to find out! Could you link to the thread where you discuss this custom script?
#!/bin/sh # Atempts to translate the command line into numbers without spaces or other chras number=`echo $* | sed 'y|abcABCdefDEFghiGHIjklJKLmnoMNOpqrsPQRStuvTUVwxyzWXYZ|2222223333334444445555556666667777777788888899999999|; s|[^0123456789\\\#\\\*]||g'` wget -O /dev/null -q --load-cookie=/home/user/.mozilla/microb/cookies.txt --referer=http://www.grandcentral.com/mobile/messages http://www.grandcentral.com/mobile/calls/click_to_call?destno=$number
![]() |
2008-03-24
, 21:46
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#43
|
Pipeline, could you please add the mp_ui.desktop without the MimeType line to your .deb?
![]() |
2008-03-24
, 22:25
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#44
|
[X-Osso-URI-Actions] mms=X-Osso-URI-Action-Open; [X-Osso-URI-Action-Open] Method=mime_open Name=uri_link_play TranslationDomain=osso-uri
if argstr.find("tel:") <> -1: os.system("/usr/bin/call.sh " + arguments) print "placing call:" return
The Following User Says Thank You to pipeline For This Useful Post: | ||
![]() |
2008-03-24
, 23:59
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#45
|
![]() |
2008-03-25
, 00:03
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#46
|
![]() |
2008-03-25
, 00:07
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#47
|
Hmm success (for mms: ), now to figure out which settings i changed were the magic ones :
![]() |
2008-03-25
, 00:19
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#48
|
![]() |
2008-03-25
, 01:42
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#49
|
![]() |
2008-03-25
, 01:52
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#50
|
Can anyone find the OSSO protocol handler? I tried (adding and) changing all of the proper lines in microb's about:config (mainly the "network.protocol-handler" lines) but it had no effect. There must be some system-wide protocol handler somewhere. I also grepped for "mms:" in all the likely directories without success, so we would need someone with low-level knowledge of how this works here...