Hi A2 Team.
I'm using a2billing ver. 1.9.4 on Debian 6. For now it is still test enviroment.
We have set:
Auto Set CLID :Yes
Force caller ID: null
CLID Sanitize: CID
We have added 2 CLIDs to customer. 947213970, 947213971
Everything works fine if we have only one caller id for customer. If we have customer with more then one caller id A2 shows on other party always the same CLID (last added).
Customer is a Trixbox on other machine and it sends corect INVITE for diferent CLIDs:
Invite one for caller id 947213970
<--- SIP read from 10.10.10.20:5060 --->
INVITE sip:
[email protected] SIP/2.0
Via: SIP/2.0/UDP 10.10.10.20:5060;branch=z9hG4bK45e16458;rport
Max-Forwards: 70
From: "947213970" <sip:
[email protected]>;tag=as389e1927
To: <sip:
[email protected]>
Contact: <sip:
[email protected]>
Call-ID:
[email protected]CSeq: 102 INVITE
User-Agent: centrala
Remote-Party-ID: "947213970" <sip:
[email protected]>;privacy=off;screen=no
Date: Thu, 06 Oct 2011 06:51:53 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 403
invite two for caller id 947213971
<--- SIP read from 10.10.10.20:5060 --->
INVITE sip:
[email protected] SIP/2.0
Via: SIP/2.0/UDP 10.10.10.20:5060;branch=z9hG4bK4daf48a9;rport
Max-Forwards: 70
From: "947213971" <sip:
[email protected]>;tag=as03439c63
To: <sip:
[email protected]>
Contact: <sip:
[email protected]>
Call-ID:
[email protected]CSeq: 102 INVITE
User-Agent: centrala
Remote-Party-ID: "947213971" <sip:
[email protected]>;privacy=off;screen=no
Date: Thu, 06 Oct 2011 06:46:34 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 403
Unfortunatly a2 always change CLID to one of customers CLID what is OK but it changes even corect CLID to another one from customers CLIDS.
Could You tell us what are we doing wrong?