Hi, I remember very long threads here talking about the "603 Decline" code sent by Twinkle instead of a 489/486/403. Now I'm 200% sure that no SIP phone should...
Hello everybody, Do you have any experiences in using twinkle with GMX? I tried it but I got an error message called / -- ... \ -- The parameters I used were: ...
Yes, I remember the discussion on 480/486 vs 603 response. That's still something on my todo list. I agree that in general a 6XX response may not be what you...
... That's why we decided to have a config option on exact type of response for "decline" IIRC. Something like a 3-digit numeric field in *User*-profile ...
... Sure? And what about if the proxy wants to forward the INVITE to a voicemail? if a user has replied a 6XX then the proxy CANNOT create a new branch so it...
I currently have a twinklephone action script thats called by Firefox as an action when I click on a SIP link. #!/bin/bash twinkle --immediate --call $1 This...
... Good point Joerg. Now I've repeated the same test (same Twinkle version) at work and now Twinkle doesn't send a new INVITE (with CSeq+1 I mean, no a ...
... Now I'm at home and again I've the problem. There is not failover server, no SRV DNS record, it's just a single A record. - Twinkle sends the initial...
Twinkle fails over when it has received multiple destinations, i.e. via SRV records or multiple A records. You say that you have only a single A record, so I...
... It's strange since it hasn't occur anymore. Anyway, assuming that my DNS server replied me with two entries for my SIP domain, why does Twinkle consider...
If I receive an incoming call, and it fails because I do not answer it, twinkle does not appear to trigger a script event. The log reads: Fri 17:33:23 Line 1:...
... Twinkle does not compare the IP addresses it receives from DNS. It simply builds a list of all IP addresses and traverses this for failover. -- Michel de...
Did you provision a script for "incoming call failed" in your user profile? And are you saying that this script is not called? ... -- Michel de Boer ...
... Ok, anyway I'm testing it now and it makes no sense. When Twinkle receives the 503 it creates a new INVITE including "Proxy-Authorization" header. The ...
The last time I tested, my scripts were called. So, without further info: ticket state changed OLD:new NEW:can't reproduce. ... To enable debug logging? To...
... Confirmed !!! The problem only occur when using "Auto" transport mode (so the 4 DNS queries of above are performed). Using "UDP" or "TCP" the problem ...
Hi, I've realized that if Twinkle adds "rport=value" and the request source IP equals the top Via sent-by host part, then Twinkle adds ... SIP/2.0 200 OK Via:...
Reproducible her 100% Incoming call is received by Twinkle- Twinkle calls script (callin.sh) Incoming call is cancelled by caller before being answered . ...
... Sorry, the log looks truncated, and doesn't start at twinkle startup. Most interesting part seems to miss anyway. please see other posts in this list how...
I have copied the log file up, the call failed script is: echo "Call failed. Error $SIPSTATUS_CODE, $SIPSTATUS_REASON" >> ~/.twinkle/call.log I see that it is...
Forget it - its me just being stupid again. Sorry to have been a pain, but I know what is wrong now and it is just a stupid error in my code. Many Thanks All...