| Author |
Message |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Sun 29 Jun 2008, 18:09 Post subject:
|
|
| Quote: | We also need to know how people can register a SIP number without Gizmo?
We also need to start looking for video software........ |
maybe something here - they have eyebeam & videoconference, but may be proprietory licenced
http://www.counterpath.com/x-lite.html&active=4
ibeam setup
I think *buntu already use ekiga, but I don't know how successfully
this might be useful, but I'll keep looking
http://www.vide.net/cookbook/cookbook.en/list_page.php?topic=3&url=H323_hardware.htm&level=1&sequence=1&name=H.323
Aitch
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Mon 30 Jun 2008, 01:32 Post subject:
|
|
I am having problems leaving voicemail with PuppySip users
Grant (who is using the latest version) does seem to be getting through . . .
Gizmo may be playing with my account as I also noticed a balance of $8 - not put in by me had appeared . . .
If so (understandable as we are using their servers) . . .
Setting up a server or bypassing by phoning IP to IP is a priority
or something to ensure we can continue . . .
I have used earlier versions of PuppySip on a fresh Dingo with the same results the voicemail message keeps looping - remember I am sending in some weird signals to Gizmo - so it could be me that has done all this - (unintentional hackery)
Wills new version is looking great. Has a much better interface.
Do keep using whatever version of PuppySip that works for you - keeping a channel online and keep sending messages etc.
Thanks guys. 'It's good to talk'
- Oh no the viral memes marketing of BT have got to me . . .
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2949 Location: Southampton, UK
|
Posted: Mon 30 Jun 2008, 02:51 Post subject:
|
|
| Lobster wrote: | I have used earlier versions of PuppySip on a fresh Dingo with the same results the voicemail message keeps looping - remember I am sending in some weird signals to Gizmo - so it could be me that has done all this - (unintentional hackery) | there is a typo in the gtkdialog definition for the 3 button. It is actually echoing a 2. Smokey told me about this yesterday.
I didn't work on this last night and I'm going to try to do real life things to day, might even turn the computer off!
The 290608v2 tar listed above includes the bones of a process that continually parses the output of pjsua looking for interesting messages. It is possible to use this to split out the messages from the other output.
I will probably use this to to write out the current state to a number of different files ie. buddies-list, accounts-list, calls-list (currently open calls).
I'm not 100% sure how the messaging system will work. To be able to display messages as they arrive, I don't think it will be in gtkdialog. I think xdialog includes a log viewer that zigbert used in ptimer. This could have a scrolling transcript above a text entry box with a send button. It would probably be sensible to launch separate chat windows for each person you wanted to chat to. The chatlogs could be saved in side your profile so each time you opened the IM window for a particular person you would just append stuff to the end of the last chat.
Currently there is no feedback showing you that an action is in progress (such as dialing). It would be possible to have a status box at the bottom of the main dialog but this could only be updated when a button is pressed. An alternative to this would be popping up a separate message window, it would probably be sensible to have this killed automatically, either after a timeout or when the next message arrives. The problem with this is that the window would grab the focus so it would be irritating if you were trying to do something else. This would probably work for dialing and disconnect type messages but imagine trying to type an IM and losing the focus every time pjsua issued an is typing or message received notification.
Another notification of interest is when your buddys' status changes. By diffing the previous buddies-list with a new one it is possible to check for this. These notifications must also be included in some of the messages.
_________________ Will
contribute: community website, screenshots, puplets, wiki, rss
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Mon 30 Jun 2008, 03:07 Post subject:
|
|
I don't know if this is a newer release, than the one currently being used, but I just saw this post on freshmeat.
|
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2949 Location: Southampton, UK
|
Posted: Mon 30 Jun 2008, 03:24 Post subject:
|
|
thanks muggins
I checked pjsip out of the subversion repository last week and built from that. For anyone trying to repeat the experience you will come unstuck with the portaudio import because puppy svn won't do ssl. I just copied the portaudio stuff from the latest version of the pjsip source tar.
_________________ Will
contribute: community website, screenshots, puplets, wiki, rss
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Mon 30 Jun 2008, 04:19 Post subject:
|
|
Will,
does changing svn https://.... to svn http://... work?
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1603 Location: South Australia
|
Posted: Mon 30 Jun 2008, 04:36 Post subject:
|
|
I've started working on some simple button graphics.
I know how to put graphics on a button but I haven't worked out how to have focus text. In other words when the mouse hovers over the button text pops up to provide help on what the button does.
I'm also still trying to work out how to conduct conference calls. So far no luck.
Smokey
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Mon 30 Jun 2008, 05:08 Post subject:
|
|
Smokey
If you have the voice mail working (you have Wills latest code and he is busy with that family today) so you are todays coder
If you have an updated version - please post the code on the forum
basically just drag the required directory to zip and you will get a tar.zip
Good luck with conference calling . . .
Any new tips I will add here
http://tmxxine.com/wik/wikka.php?wakka=PuppySip
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Mon 30 Jun 2008, 05:19 Post subject:
|
|
| muggins wrote: | | I don't know if this is a newer release, than the one currently being used, but I just saw this post on freshmeat. |
If anyone compiles the version released 29 June
please provide the Pjsau executable so we can test for the improvements mentioned . . .
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Mon 30 Jun 2008, 05:34 Post subject:
|
|
found pjsip dev's name - Benny Prijono
bennylp (at) bulukucing (dot) org
that led here
http://ftp.riken.go.jp/pub/internet-doc/ietf/ietf-mail-archive/p2psip/2005-08.mail
here
http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/
Benny is still active! maybe we should notify him about 'Puppysip fork'
and here
http://www.p2psip.org/
[Huawei, Columbia & Cisco are devs]
Lobster, I think you may need more recruits
Aitch
|
|
Back to top
|
|
 |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Mon 30 Jun 2008, 06:52 Post subject:
|
|
Aha
Webcam problem solved!!
http://homepage.mac.com/johnnybgood/webcam.htm
enjoy
Aitch
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Mon 30 Jun 2008, 06:55 Post subject:
|
|
Lobster,
I've attached a gzipped pjsua-0.9.0.
| Description |
|

Download |
| Filename |
pjsua-0.9.0.tar.gz |
| Filesize |
451.27 KB |
| Downloaded |
255 Time(s) |
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Mon 30 Jun 2008, 07:55 Post subject:
|
|
| Aitch wrote: | found pjsip dev's name - Benny Prijono
bennylp (at) bulukucing (dot) org
Aitch |
Seems he heard of us already . . .
http://blog.pjsip.org/
Thanks Muggins for compiling . . .
Bennys program is great
PS. (the email address did not work incidentally)
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Mon 30 Jun 2008, 08:13 Post subject:
|
|
Its big business
http://www.sipcenter.com/
http://www.telecom.globalsources.com/gsol/I/PBX/a/9000000098101.htm
Puppypbx next?
Aitch
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Mon 30 Jun 2008, 10:41 Post subject:
|
|
OK latest download available
New icons from Smokey (off to bed now)
New smaller and better sound quality from Benny and Muggins
You need to run it from a directory called /root/puppysip6
http://tmxxine.com/sip/ps9.3.tar.gz
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
|