View Single Post
Unread 04-18-2007, 11:38 AM   #7
Tslam
Junior Member
 
Join Date: Jun 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Tslam is on a distinguished road
Default

Quote:
Originally Posted by martin View Post
You get those bits right and the call will route.
Is that a hypothetical?

What this problem boils down to is that a SPA3102 Gateway sends INVITES with From headers equal to the PSTN caller's CID, instead of its VoIP account. When it's redirected by the destination SIP proxy (such as a SPA942 with Cfwd), it tries to authenticate with this CID. Here is the essential SIP code:

Calling:123456@192.168.1.32:5062
INVITE sip:123456@192.168.1.32:5062
Via: SIP/2.0/UDP 192.168.1.31:5061
From: MOBILE <sip:0410000123@au.voxalot.com>
To: <sip:123456@192.168.1.32:5062>
Remote-Party-ID: MOBILE sip:0410000123@au.voxalot.com>;screen=yes;party=ca lling
Contact: Peer1 <sip:0410000123@192.168.1.31:5061>

The Cfwd/REDIR works if there's no incoming CID, or when [PSTN Line]PSTN CID For VoIP CID = No. Effectively this blocks PSTN CID beyond the PSTN gateway, which isn't desireable.

How can PSTN CID and REDIR work together? Is Linksys violating SIP by setting From=PSTN CID, or is Voxalot wrong to authenticate on the From field (presumably not)? How does a Gateway-PBX configuration manage PSTN CID?

I thought of prefixing the CID with a code like 999, but that just throws Voxalot completely.

Quote:
Originally Posted by martin View Post
I can not answer this question as Voxalot has no visibility whatsoever of the client side
Is that your mission statement?
Tslam is offline   Reply With Quote