Why do I get "....has not received a response from the service provider"?
RonR:
Quote from: tome on August 27, 2011, 11:15:48 am
I can reach him using USERNAME@sip2sip.info. But not using **2XXXYYYZZZ*81*23*228*140.
Where are you having trouble, the OBiON App, the OBi, or both (please verify if you haven't tested both)? Since we can both successfully use **218005551212*204*74*220*162 and **218005551212@tf.callwithus.com, it appears both formats are being handled correctly from both places.
I'm not sure I understand what the mystery is you're trying to solve.
USERNAME above is the same as XXXYYYZZZ above, correct?
A SIP URI is username@hostname. If your friends username is XXXYYYZZZ and the hostname it's associated with is sip2sip.info, then the SIP URI would be XXXYYYZZZ@sip2sip.info. Since there's only digits, *, and # on a keypad, the OBi has a User Defined DigitMap (ipd) to allow IP dialing. The IP address for sip2sip.info is 81.23.228.140. An * is used signify the @ and . (and : if needed) in the ipd DigitMap. This allows dialing a SIP URI from a keypad as:
XXXYYYZZZ*81*23*228*140*5060
The ipd DigitMap restores that to XXXYYYZZZ@81.23.228.140:5060.
Unless you're dialing it by hand from a keypad, it doesn't make sense to use the *81*23*228*140 notation for @sip2sip.info (although it should and does work). In Speed Dials, you can use:
**218005551212@tf.callwithus.com
**218005551212@204.74.220.162
**218005551212*204*74*220*162
SP2(18005551212@tf.callwithus.com)
SP2(18005551212@204.74.220.162)
You cannot use SP2(18005551212*204*74*220*162) in a Speed Dial because no DigitMap's are used when TK (trunk) format is used.
What's the problem, again? :)
tome:
Quote from: RonR on August 27, 2011, 07:02:33 pm
Quote from: tome on August 27, 2011, 11:15:48 am
I can reach him using USERNAME@sip2sip.info. But not using **2XXXYYYZZZ*81*23*228*140.
Where are you having trouble, the OBiON App, the OBi, or both (please verify if you haven't tested both)? Since we can both successfully use **218005551212*204*74*220*162 and **218005551212@tf.callwithus.com, it appears both formats are being handled correctly from both places.
I'm not sure I understand what the mystery is you're trying to solve.
USERNAME above is the same as XXXYYYZZZ above, correct?
A SIP URI is username@hostname. If your friends username is XXXYYYZZZ and the hostname it's associated with is sip2sip.info, then the SIP URI would be XXXYYYZZZ@sip2sip.info. Since there's only digits, *, and # on a keypad, the OBi has a User Defined DigitMap (ipd) to allow IP dialing. The IP address for sip2sip.info is 81.23.228.140. An * is used signify the @ and . (and : if needed) in the ipd DigitMap. This allows dialing a SIP URI from a keypad as:
XXXYYYZZZ*81*23*228*140*5060
The ipd DigitMap restores that to XXXYYYZZZ@81.23.228.140:5060.
Unless you're dialing it by hand from a keypad, it doesn't make sense to use the *81*23*228*140 notation for @sip2sip.info (although it should and does work). In Speed Dials, you can use:
**218005551212@tf.callwithus.com
**218005551212@204.74.220.162
**218005551212*204*74*220*162
SP2(18005551212@tf.callwithus.com)
SP2(18005551212@204.74.220.162)
You cannot use SP2(18005551212*204*74*220*162) in a Speed Dial because no DigitMap's are used when TK (trunk) format is used.
What's the problem, again? :)
Problem is on the Obi110 (not sure about phone app yet, but lets stick to one thing at a time)...
I want to call my friend, his sip2sip.info username is fred and associated alias is 1231231234.
If I do a dns lookup on sip2sip.info I get the A record 81.23.228.140. I also talked to my friend and he gave me two other valid addresses they use which are 81.23.228.150, and 81.23.228.129
These work on my OBi110:
SP2(fred@sip2sip.info)
**21231231234@sip2sip.info
These do not work on my OBi110:
**21231231234*81*23*228*140
**21231231234*81*23*228*150
**21231231234*81*23*228*129
**21231231234@81.23.228.140
Just to be clear, I am able to dial **218005551212*204*74*220*162 (which you gave me previously).
Tom
RonR:
Quote from: tome on August 27, 2011, 08:11:21 pm
These work on my OBi110:
**21231231234@sip2sip.info
These do not work on my OBi110:
**21231231234@81.23.228.140
I see the mystery now. Assuming there is no DNS SRV, those should be identical, shoudn't they?
If you're up for some detective work, run a Syslog server on your PC and set your OBi:
System Management -> Device Admin -> Syslog -> Server : (your PC's LAN IP address)
Voice Services -> SP2 Service -> X_SipDebugOption : Log All Except REGISTER Messages
Then make each of the two calls above and see what's different at the SIP level between the one that works and the one that doesn't.
RonR:
Wait a minute!
I just did an nslookup on sip2sip.info:
D:\Work>nslookup
Default Server: tomato-1
Address: 192.168.1.1
> set type=srv
> _sip._udp.sip2sip.info
Server: tomato-1
Address: 192.168.1.1
Non-authoritative answer:
_sip._udp.sip2sip.info SRV service location:
priority = 0
weight = 0
port = 5060
svr hostname = proxy.sipthor.net
> quit
D:\Work>
It appears sip2sip.info does have an SRV record: proxy.sipthor.net
Try using an IP address of 85.17.186.7 and see if you can call your friend.
tome:
Quote from: RonR on August 27, 2011, 08:41:47 pm
Wait a minute!
I just did an nslookup on sip2sip.info:
D:\Work>nslookup
Default Server: tomato-1
Address: 192.168.1.1
> set type=srv
> _sip._udp.sip2sip.info
Server: tomato-1
Address: 192.168.1.1
Non-authoritative answer:
_sip._udp.sip2sip.info SRV service location:
priority = 0
weight = 0
port = 5060
svr hostname = proxy.sipthor.net
> quit
D:\Work>
It appears sip2sip.info does have an SRV record: proxy.sipthor.net
Try using an IP address of 85.17.186.7 and see if you can call your friend.
Hmm, apparently my use of Dig is rusty. Anyway, when I try that address I get a message immediately that the number dialed was "rejected by the service provider. reason is 403"
I am trying syslog...
Tom
Navigation
[0] Message Index
[#] Next page
[*] Previous page