From ctalbot at tidalwavetelecom.com Wed May 20 19:40:41 2015 From: ctalbot at tidalwavetelecom.com (Chris Tidal Wave) Date: Wed, 20 May 2015 12:40:41 -0700 Subject: [Ekiga-list] Looking for a contractor to connect our windows 7 / 10 user interface to lower layer OpenPhone libraries Message-ID: <003401d09334$dbb614b0$93223e10$@tidalwavetelecom.com> Hi everyone ! Seeing how many of you guys and/or girls have already done this for Ekiga, I would like to ask if anyone on this list is interested in a paid project to connect our Windows user interface to the lower layer SIP and media libraries of OpenPhone. Basically, Pass user id and password to the SIP registration process and interact accordingly(register, log off, etc) Send dialed digits to the originate a call setup process and interact accordingly(invite, sdp, redirects, forbidden, trying, ringing, OK, etc) Send and receive call disconnect events and interact accordingly(send bye, receive bye, media timeout, etc.) Send media(video and audio) Receive media(video and audio and send to the monitor and speakers) Receive unsolicited SIP messages and pass to the user interface Our interface is to be for a VERY focused specific application. There, will be NO User interface work on this project. The project will only consist of connecting our user interface to the SIP stack and codecs of OpenPhone. If anyone is interested, please reply to my email address at chris at tidalwavetelecom.com Best Regards, ~Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From bilaco at gmail.com Thu May 21 00:52:31 2015 From: bilaco at gmail.com (Cesar Souza) Date: Wed, 20 May 2015 21:52:31 -0300 Subject: [Ekiga-list] how to put server address in all calls ? Message-ID: Hi, folks Here at our company there is a SIP server at 192.168.1.42 I am trying to call an internal phone, lets say 201, so I press 201 and Ekiga starts to call sip:201 But this doesn't work! Ekiga should put our server address in the end: sip:201 at 192.168.1.42 (this works) I have just one account (our server) So how can I set Ekiga to allways put the server address ? The strange thing is that if I go to the history calls and click on sip:201, it starts to call the full address: sip:201 at 192.168.1.42 thank you for your help my regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From eugen.dedu at univ-fcomte.fr Thu May 21 09:23:53 2015 From: eugen.dedu at univ-fcomte.fr (Eugen Dedu) Date: Thu, 21 May 2015 11:23:53 +0200 Subject: [Ekiga-list] Looking for a contractor to connect our windows 7 / 10 user interface to lower layer OpenPhone libraries In-Reply-To: <003401d09334$dbb614b0$93223e10$@tidalwavetelecom.com> References: <003401d09334$dbb614b0$93223e10$@tidalwavetelecom.com> Message-ID: <555DA429.7000303@univ-fcomte.fr> On 20/05/15 21:40, Chris Tidal Wave wrote: > Hi everyone ! > > > > Seeing how many of you guys and/or girls have already done this for Ekiga, I > would like to ask if anyone on this list is interested in a paid project to > connect our Windows user interface to the lower layer SIP and media > libraries of OpenPhone. > > > > Basically, > > Pass user id and password to the SIP registration process and interact > accordingly(register, log off, etc) > > Send dialed digits to the originate a call setup process and interact > accordingly(invite, sdp, redirects, forbidden, trying, ringing, OK, etc) > > Send and receive call disconnect events and interact accordingly(send bye, > receive bye, media timeout, etc.) > > Send media(video and audio) > > Receive media(video and audio and send to the monitor and speakers) > > Receive unsolicited SIP messages and pass to the user interface > > > > Our interface is to be for a VERY focused specific application. There, will > be NO User interface work on this project. The project will only consist of > connecting our user interface to the SIP stack and codecs of OpenPhone. > > > > If anyone is interested, please reply to my email address at > chris at tidalwavetelecom.com Well, what you need is to implement (a part of) Ekiga in another way. Indeed, as written at http://wiki.ekiga.org/index.php/Manual#Complexity_of_the_software: - ekiga itself contains the graphical interface and related components (roster, neighbours, dialpad, LDAP integration, configuration etc.) - ptlib library contains audio/video devices and low-level functions, such as STUN. - opal library contains audio/video codecs, SIP, H.323 and related technologies (presence, H.239 etc.) If no one pops up on list, you can also try opalvoip-user at lists.sourceforge.net. Finally, I suppose you speak about opal (library), not openphone (application). -- Eugen From eugen.dedu at univ-fcomte.fr Fri May 22 19:02:18 2015 From: eugen.dedu at univ-fcomte.fr (Eugen Dedu) Date: Fri, 22 May 2015 21:02:18 +0200 Subject: [Ekiga-list] how to put server address in all calls ? In-Reply-To: References: Message-ID: <555F7D3A.8030802@univ-fcomte.fr> On 21/05/15 02:52, Cesar Souza wrote: > Hi, folks > > Here at our company there is a SIP server at 192.168.1.42 > I am trying to call an internal phone, lets say 201, so I press 201 and > Ekiga starts to call sip:201 > But this doesn't work! Ekiga should put our server address in the end: > sip:201 at 192.168.1.42 (this works) > > I have just one account (our server) > So how can I set Ekiga to allways put the server address ? > > The strange thing is that if I go to the history calls and click on > sip:201, it starts to call the full address: sip:201 at 192.168.1.42 Currently, the host part is mandatory when calling. When you press 201, the URL edit box shows a popup where you can choose the registrar (192.168.1.42 in your case), and you can choose it. Do you see it? Isn't this sufficient for you? -- Eugen From bilaco at gmail.com Mon May 25 20:53:49 2015 From: bilaco at gmail.com (Cesar Souza) Date: Mon, 25 May 2015 17:53:49 -0300 Subject: [Ekiga-list] how to put server address in all calls ? Message-ID: Hi Eugen "When you press 201, the URL edit box shows a popup where you can choose the registrar" I tryed the versions 3.9.90 and 4.0.1 and Ekiga didn't show the popup. I think would be better add a default SIP server when there is no @ at the SIP address. We are trying to use Ekiga to call normal phones, so will be a problem to always type @192.168.1.42 Probably this is an useful feature to companies with a SIP server. -------------- next part -------------- An HTML attachment was scrubbed... URL: From schwatzi at web.de Sun May 31 12:58:44 2015 From: schwatzi at web.de (schwatzi at web.de) Date: Sun, 31 May 2015 14:58:44 +0200 Subject: [Ekiga-list] dialog-info Message-ID: <556B0584.8070808@web.de> hi, the homepage says "SIP dialog-info notifications: they allow displaying notifications of incoming calls in the roster, and being informed of incoming calls reaching your contacts (if the server supports it, e.g. Ekiga.net, Kamailio and Asterisk do) ". To receive notifications with dialog-info ekiga have to subscribe for event: dialog, right ? But it's only subscribing for event: presence. How can i get dialog-infos ? Is ekiga capable of performing a call pickup after receiving the dialog-info ? thanks From dsandras at seconix.com Sun May 31 15:14:09 2015 From: dsandras at seconix.com (Damien Sandras) Date: Sun, 31 May 2015 17:14:09 +0200 Subject: [Ekiga-list] dialog-info In-Reply-To: <556B0584.8070808@web.de> References: <556B0584.8070808@web.de> Message-ID: <1433085249.25437.1.camel@seconix.com> hi, Le dimanche 31 mai 2015 ? 14:58 +0200, schwatzi at web.de a ?crit : > hi, > > the homepage says "SIP dialog-info notifications: they allow displaying > notifications of incoming calls in the roster, and being informed of > incoming calls reaching your contacts (if the server supports it, e.g. > Ekiga.net, Kamailio and Asterisk do) ". > > To receive notifications with dialog-info ekiga have to subscribe for > event: dialog, right ? But it's only subscribing for event: presence. > How can i get dialog-infos ? > It should subscribe automatically. What release are you using? In the upcoming 5.0, I think it has not been reimplemented. > Is ekiga capable of performing a call pickup after receiving the > dialog-info ? Well, unfortunately not :( You can report a bug though. -- Damien SANDRAS Ekiga Project http://www.ekiga.org -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: face-sad.png Type: image/png Size: 1057 bytes Desc: not available URL: From schwatzi at web.de Sun May 31 16:35:51 2015 From: schwatzi at web.de (schwatzi at web.de) Date: Sun, 31 May 2015 18:35:51 +0200 Subject: [Ekiga-list] dialog-info In-Reply-To: <1433085249.25437.1.camel@seconix.com> References: <556B0584.8070808@web.de> <1433085249.25437.1.camel@seconix.com> Message-ID: <556B3867.6030909@web.de> Am 31.05.2015 um 17:14 schrieb Damien Sandras: > hi, > > Le dimanche 31 mai 2015 ? 14:58 +0200, schwatzi at web.de a ?crit : >> hi, >> >> the homepage says "SIP dialog-info notifications: they allow displaying >> notifications of incoming calls in the roster, and being informed of >> incoming calls reaching your contacts (if the server supports it, e.g. >> Ekiga.net, Kamailio and Asterisk do) ". >> >> To receive notifications with dialog-info ekiga have to subscribe for >> event: dialog, right ? But it's only subscribing for event: presence. >> How can i get dialog-infos ? >> > > It should subscribe automatically. What release are you using? > In the upcoming 5.0, I think it has not been reimplemented. I'm using 4.0.1 from ubuntu 15.04 repos The SUBSCRIBE looks like this: SUBSCRIBE sip:101 at 192.168.1.50 SIP/2.0 CSeq: 1 SUBSCRIBE Via: SIP/2.0/UDP 192.168.1.15:5060;branch=z9hG4bK1a52c3c8-1f06-e511-9ff9-6cf049012665;rport User-Agent: Ekiga/4.0.1 From: ;tag=564dc3c8-1f06-e511-9ff9-6cf049012665 Call-ID: f431c3c8-1f06-e511-9ff9-6cf049012665 at homepc Supported: eventlist To: Accept: application/pidf+xml Accept: multipart/related Accept: application/rlmi+xml Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK Expires: 300 Event: presence Content-Length: 0 Max-Forwards: 70 There is no SUBSCRIBE with Event: dialog > >> Is ekiga capable of performing a call pickup after receiving the >> dialog-info ? > > Well, unfortunately not :( > You can report a bug though. Thanks, I will create a bug report. > -- > Damien SANDRAS > > *Ekiga Project* > http://www.ekiga.org > > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 1057 bytes Desc: not available URL: