-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HEPLIFYSERVER_ALEGIDS not working #87
Comments
I have replied to the similar issue on the Homer's issue tracker. You have already a correlation ID in your HEP that asterisk sends to you. To avoid using it you have to create two blocks in the correlation mapping schema
|
sipcapture/homer#410 |
i have added this to the top of the mapping and its not working
|
Also iI noticed you said asterix however im using freeswitch |
Also I have "HEPLIFYSERVER_FORCEALEGID=true" |
|
This is not working either |
@vandykew what do you have in your database ? Do you have extracted X-CID in the data_header field ? |
I'm not sure this is a docker i didn't think i could access the database |
you can always login into docker. Anyway, without to understand what do you have inside it will be almost impossible to help you. |
Ok after looking in the DB im not seeing X-CID in te data header field { |
this means you have to enable X-CID extraction first. or as a custom Header: |
I know in the non-docker homer 7 I able to add this to the toml file "AlegIDs=["X-CID"]" and this worked in the docker i have tried "HEPLIFYSERVER_ALEGIDS=["X-CID"]" |
can you please be sure that you have this X-CID in the message ? |
Yes i can confirm that X-CID is in the message |
It seems none of the HEPLIFYSERVER_X fields in the docker-compose file are honored - I've opened a similar ticket: #86 |
@lmangani Do you have any insight on this ? |
@vandykew @lukeescude thanks for this report and the additional details, will try reproduce this. What docker and compose version are you using? |
@vandykew somehow this seems to work for me, on a slightly older docker release from the latest tho - could kindly you try and echo the ENV within your container? |
I am running the latest [root@test-voip]# docker exec homer-webapp env [root@test-voip dirad]# docker exec heplify-server env |
@lmangani did you happen to find anything ? |
Trying to resolve this but I cannot replicate it. Could you provide the output of |
@lmangani I apologize I never got this info from you: docker --versionDocker version 19.03.6, build 369ce74a3c docker infoClient: Server: |
This seems to work fine with a string in my test, did not test arrays yet
|
Has anyone gotten the AlegIDs environment variable to work on this docker ?
I have tried it a few ways and it now working
any other ideas ?
The text was updated successfully, but these errors were encountered: