Outbound caller ID not working

I’m using Asterisk Ver 13.7.2 and freepbxver 13.0.70 and I have been unable to get outbound caller ID set.

I have tried with the extension outbound CID and the trunk CID. This is with a number that the provider supports, and on another asterisk to the same account on the same provider also works. Its only with the ver 13 asterisk and freepbx that this seems to be having problems with.

If I have interpreted it correctly, then from the following

02:02:41.161658 IP (tos 0x60, ttl 64, id 43321, offset 0, flags [none], proto UDP (17), length 899)
    1.1.1.1.5060 > 2.2.2.2.5060: SIP, length: 871
        INVITE sip:[email protected] SIP/2.0
        Via: SIP/2.0/UDP 2.3.4.5:5060;branch=z9hG4bK2f2f5538;rport
        Max-Forwards: 70
        From: <sip:[email protected]>;tag=as7c5929c4
        To: <sip:[email protected]>
        Contact: <sip:sipuser@2345:5060>
        Call-ID: [email protected]
        CSeq: 102 INVITE
        User-Agent: FPBX-13.0.70(13.7.2)
        Date: Wed, 02 Mar 2016 02:02:41 GMT
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
        Supported: replaces, timer
        Content-Type: application/sdp
        Content-Length: 275

The “From:” should have something like sip:[email protected]" where 123456 is the outbound caller id.

I have seen that the early 13.0 alpha’s had an issue in this area, but it was also fixed on about ver 13.1.

I’m curious if anyone has outbound CID working with asterisk ver 13 at all and if yes, I’d be interested in seeing their trunks peer details in case theres something I have wrong in there.

My peer details are as follows

host=sip.provider.com.au
fromdomain=sip.provider.com.au
fromuser=sipaccount
secret=donttell
type=peer

Regards,
Andrew

Hi dicko,

Thanks for that thread info. It indicates that fromuser modifies the From part of the INVITE. I needed the fromuser to get it to connect to my provider on ver 13 but not on the earlier version which seemed odd.

Was I correct in my assumption that the From section above does in fact the hold the caller ID ?

You would need to check with your provider, if they require that, then you are stuck with what they demand