Hi, Thanks for your immediate response. As you said , I have seen all the cli commands, but I am not able to get any command which is related to this (...
Hello, In our work we are using Twinkle (we implemented in some Call Centers). We are very happy with Twinkle, thank you to develop it! Actually when I...
Carles Pina i Estany
carles@...
Apr 3, 2008 9:46 am
2593
... It's not the purpose of Twinkle becoming a very "user friendly" softphone. Anyway a common suggestions about usability have already done. For example: -...
... Please keep in mind that twinkle is a Qt-based app. I don't think it's easy to have some skin for it, without massive impact on the way the GUI is created ...
Hi, I have twinkle 1.2 compiled in a ubuntu gutsy environment. It failes do ack subscribes. here is an example from the log. the proxy is openser 1.3.0-tls. ...
... Why is Twinkle receiving a SUBSCRIBE with "Event: presence"??? Twinkle is not a presence server, just a presence client. If you want a presence server...
... So Twinkle's relpy is correct: SIP/2.0 489 Bad Event Twinkle support receiving SUBSCRIBE but not for "Event: presence" so it MUST reply "489 Bad Event". --...
My twinkle 1.2 compiled in a ubuntu gutsy environment fails to ACK OK from a SIP gateway(cisco CM?). it reacts to a sip OK with a TCP SYN towards the proxy...
... ~/.twinkle/twinkle.log *full* log preferred - please don't publish on forum, better upload to file section (or send via personal mail on invitation). (to...
I do agree with your point a) about the interface. I have scrapped it and use my own version, using the command line interface in twinkle for the operations: ...
... this is a gateway at our phone service provider, I am CC'ing them here. find the pcap trace on : http://domen.uninett.no/~oak/tmp/ack-fail.pcap and the...
... specify your own wav files in the ringtone section of the user profile. these won't get lost after an upgrade. -- Michel de Boer www.twinklephone.com...
hi olav, did you enable "send in-dialog request to proxy" in the sip server section of your user profile? i broke that option with the tcp implementation....
Hello, ... Yes, that's one way (I'm used to program using Qt, so it's not a big problem) I will think if we really need and maybe we could (in a far future) ...
Carles Pina i Estany
carles@...
Apr 7, 2008 10:54 am
2606
Hi, ... Thanks, you are right! -- Carles Pina i Estany GPG id: 0x8CBDAE64 http://pinux.info Manresa - Barcelona...
Carles Pina i Estany
carles@...
Apr 7, 2008 10:54 am
2607
Hello, Sorry that I didn't answer any mail, on Friday I was quite busy and then I was out for weekend. ... Yes, this would be nice. SIP codes are not...
Carles Pina i Estany
carles@...
Apr 7, 2008 10:55 am
2608
Hello, ... that's interesting approach. Is it this code available? Actually, and because Twinkle command line, maybe i could do a Twinkle frontend using some...
Carles Pina i Estany
carles@...
Apr 7, 2008 10:55 am
2609
"that's interesting approach. Is it this code available?" It is written in tcltk, I can send you the code or a specification whichever you prefer. The latter...
Hi, RFC 3261 says: 18 Transport 18.1 Cliens 18.1.1 Sending Requests ... For reliable transports, the response is normally sent on the connection on which the...
The "sent-by" field is the in the Via header. In this field SIP port is sent, in your case that's 5060. It will not show explicitly as 5060 is the default...
... Thanks Michael, I was wrong, now after examinating better a Via header ... T 2008/04/08 16:19:58.065503 192.168.1.58:47553 -> 88.98.20.110:5060 [AP] INVITE...
Hi , I am working on twinkle 1.0.1 source. Trying to achieve the folllowing - 1. Establishing calls simultaneously to the same destination...The intention is...
mutex locking should never fail with a sigsegv. if it does, then some memory is corrupted. the locking in twinkle works with mutexes. parts that can be ...
thank you for your reply. Any idea as to why the below mentioned SIGSEGV occurs , when the changes done are as described in the earlier email. Program received...
Hi , Just to clarify , What I want to achieve is multiple simultaneous calls between a source A and a destination B. Hence I have multiple threads in parallel...
... The number of threads is not a problem. However if you simply start using elements above the first 2 in the line vector owned by the t_phone object, things...