Page 8 of 10

Posted: Thu Jul 09, 2009 10:36 pm
by TheFug
Yeah, :) it's hard to keep up, and there's 1 hour time difference for me across the pond :) but for now... yes, this very moment.... SS is online.
I guess the guy's of Blueface are hard-working on the bugs, and they need to restart some times....

Posted: Thu Jul 09, 2009 11:14 pm
by sirmikey1
Fug,
Looks like they are wrestling with that outgoing call structure error, syntax error. 11 digit phone numbers were not forwarding correctly earlier, but now they are. The sips are another story! Strange that the call or trace logs don't show what's being dished out.
SM

Posted: Fri Jul 10, 2009 12:46 am
by TheFug
If your a fast reader, :) you could log into the Console, with your sip details,
and give the comand: event full
maybe that could answers some questions for you.

Posted: Fri Jul 10, 2009 1:11 pm
by sirmikey1
Fug,
The SS console, it's event=full, not eventfull.
Hey, thanks for the pointer, but doesn't really
show me the syntax problem.

Code: Select all

FullSIPTrace 06:12:12:451 593022:
Proxy Request Received: tcp:10.249.86.255:5060<-tcp:68.11.146.54:1058
REGISTER sip:sipsorcery.com SIP/2.0
Via: SIP/2.0/TCP 68.11.146.54:45996;branch=z9hG4bK-d8754z-c241750c024af474-1---d8754z-
To: "SipSorcery sirmikey1" <sip:593022@sipsorcery.com>
From: "SipSorcery sirmikey1" <sip:593022@sipsorcery.com>;tag=2b3eeb37
Call-ID: YTM1OTIwZjVjNGM3YmMxMWZjNWUzZmMzYjc4MzQwYzk.
CSeq: 95 REGISTER
Contact: <sip:593022@68.11.146.54:1058;rinstance=cd3a73b4b1707d6d;transport=TCP>
Max-Forwards: 70
User-Agent: eyeBeam release 1102u stamp 52345
Expires: 3600
Authorization: Digest username="593022",realm="sipsorcery.com",nonce="1474146637",uri="sip:sipsorcery.com",response="98ac138560fff02ee505c3d11c0f5390",algorithm=MD5
Content-Length: 0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO


FullSIPTrace 06:12:12:560 593022:
Proxy Response Sent: tcp:10.249.86.255:5060->tcp:68.11.146.54:1058
SIP/2.0 200 Ok
Via: SIP/2.0/TCP 68.11.146.54:45996;branch=z9hG4bK-d8754z-c241750c024af474-1---d8754z-;rport=1058
To: "SipSorcery sirmikey1" <sip:593022@sipsorcery.com>;tag=1741370580
From: "SipSorcery sirmikey1" <sip:593022@sipsorcery.com>;tag=2b3eeb37
Call-ID: YTM1OTIwZjVjNGM3YmMxMWZjNWUzZmMzYjc4MzQwYzk.
CSeq: 95 REGISTER
Contact: <sip:593022@68.11.146.54:1058;rinstance=cd3a73b4b1707d6d;transport=TCP>;expires=112
Content-Length: 0
Date: Fri, 10 Jul 2009 13:12:12 GMT
Server: www.sipsorcery.com



Posted: Fri Jul 10, 2009 4:03 pm
by jvwelzen
I am normally using event *

You can do

Code: Select all


event full # for sip traces

or 

event * # for the logs



with event * you wil see something like this

Code: Select all

NewCall 09:04:34:889: Executing script dial plan for call to sip:0612345678@sipsorcery.com.
DialPlan 09:04:35:045: 1
DialPlan 09:04:35:264: Lokaal Nummer = 31612345678
DialPlan 09:04:35:310: Does 31612345678 Exist Local:False	
DialPlan 09:04:35:342: No sip account could be found for local call leg 31612345678@sipsorcery.com.
DialPlan 09:04:35:357: Destination -  NL Mobile
DialPlan 09:04:35:357: WebGet attempting to read from http://www.huizenwireless.nl/new/saldo.php.
DialPlan 09:04:35:717: Attempting to locate a provider for call leg: sip:0612345678@poivy.
DialPlan 09:04:35:717: SDP for call to sip:0612345678@poivy had address mangled from 192.168.178.32 to 80.101.205.98.
DialPlan 09:04:35:717: Switching to sip:0612345678@sip.poivy.com:5060 via udp:127.0.0.1:5060.
DialPlan 09:04:35:935: Response 401 Unauthorized for sip:0612345678@sip.poivy.com.
DialPlan 09:04:36:076: Information response 100 Trying for sip:0612345678@sip.poivy.com.
DialPlan 09:04:36:092: Information response 183 Session progress for sip:0612345678@sip.poivy.com.
DialPlan 09:04:36:092: Client call progressing with SessionProgress.
NATKeepAlive 09:04:37:748: Requesting NAT keep-alive from proxy socket udp:10.249.86.255:5060 to udp:80.101.205.98:61587.
DialPlan 09:04:39:592: Client call cancelled halting dial plan.
DialPlan 09:04:39:592: Dialplan call was terminated by client side due to ClientCancelled.
DialPlan 09:04:39:592: Cancelling all call legs for ForkCall app.
DialPlan 09:04:39:592: Cancelling forwarded call leg, sending CANCEL to sip:0612345678@sip.poivy.com.
DialPlan 09:04:39:623: Dial plan execution completed with normal clearing.
DialPlan 09:04:39:810: Response 487 Request terminated for sip:0612345678@sip.poivy.com.
Registrar 09:04:44:389: Binding update request for 313512345678@sipsorcery.com from udp:80.101.205.98:61587, expiry requested 113s granted 113s.
NATKeepAlive 09:04:44:764: Requesting NAT keep-alive from proxy socket udp:10.249.86.255:5060 to udp:80.101.205.98:61587.


Posted: Fri Jul 10, 2009 4:28 pm
by djon
sirmikey1 wrote:Fug,
Hey, thanks for the pointer, but doesn't really
show me the syntax problem.
Check out Mike's suggestion in this post.
https://www.mysipswitch.com/forum/viewtopic.php?t=699

Posted: Wed Jul 29, 2009 12:27 am
by ks
hi all,
i can't open an account there at all.
first the page didn't load till i installed moonlight, and i was only offered version 1.0
so after that when i went to the page, there was an error message saying that i need version 2.
so i found it and installed it.
but now it's telling me that there's no more binding points when i try to create an account.
is there any way i can somehow get it?
thanks everybody

Posted: Wed Jul 29, 2009 4:26 pm
by TheFug
As fas as I know only M$ IE with recent Silverlight installed, will work to access Sipsorcery.
(I'm juggling with browsers here, you don't want to know....)

Silverlight

Posted: Wed Jul 29, 2009 8:43 pm
by karhill
Silverlight is not tied to a specific browser. Thus it is not necessary to use Internet Explorer to access sipsorcery.com. I just used Chrome without a problem.

Posted: Thu Jul 30, 2009 6:49 am
by gbonnet
I'm using SIP Sorcery with Firefox 3.5.1, no problem at all!