I would like to have the inbound DID appear in the SIP header. I am using a program called Fax maker and it is not seeing that info.
My setup is an asterisk box with an asterisk gateway. Fax maker is registered as an ext and can send/receive faxes.
The ext has a DID assigned to it. I also tried routing the DID to the ext but same issue. Don’t see the DID in the header.
Some help please… I have ideas just don’t want to brake anything.
I want the extension being called to see what DID the inbound is coming from. It displays the Caller ID but not the DID
I guess a similiar example would be:
I had a phone assigned 10 DIDs to it and it didn’t have enough line keys. Each call that came in would have to be identified as coming in from DID A, B, C, etc. Then the Caller ID would say Caller ID on DID. Not exactly the same but only thing I could think of.
What do you need to send to the phone to make it show the dialed number indication?
In some cases phones will only show CLID, so you would have to cheat by putting the information in the field intended for the caller’s name.
Do you need both CLID and DNID, or could you use CLID to display the DNID?
The Asterisk dial string can provide a DNID to override the To header; you place it after an “!” at the end of the dial string. However, this is only of any use if the phone knows what to do with it. Also a phone probably won’t make a distinction between the invite URL and the To header one, so simply providing DNID as the digits to dial will probably work.