-
Notifications
You must be signed in to change notification settings - Fork 2
How to Setup up trunkprefix. country code and numberprefix #7
Comments
Innovaphone's reporting of phone numbers is a bit difficult to predict (I'd gladly be pointed to some docs on their side), so we try some limited heuristics to deduce the "full" (E123) number as expected by Zammad. These are apparently not enough in your case. If you enable debugging, the logs should show the original number as sent by the PBX. This should help us find the issue with the heuristics. |
Also: I assume the first "+4141..." is the correct number, not a duplicated country-prefix? |
Also note: the heuristics we use are very simple and can't deal with all international number formats. There's for instance an issue with Italian phone numbers: 0 XXXX is a valid local Italian number and our heuristics assume any number starting with a Ideally we'd build this sort of "localized knowledge" into our heuristics, but I don't think we have the manpower to implement a full solution by ourselves and are kinda counting on other users to help us out with this task 😉 |
debugging in innovazammad? According to the Readme there is only an option for the variables?
Yes, this is actually a swiss number like (+41 41 123 45 67)
Well if we stay with the sample from above a valid swiss local number would look like: 041 123 45 67 Since I am dealing with a similar issue (CRM exports) I would recommend to integrate such a library? https://github.com/ttacon/libphonenumber Generally I am really happy of your work. If you tell me how to help (like sending you a log) please tell me :-) |
Starting with
We did look into On an unrelated note: are you intentionally not setting |
I will try that the next days and maybe this will clarify things.
Honestly I did this because I got "better" results this way. Our setup is simple I guess: All calls come through into (I guess one trunk) line and then are spread to 2 groups. First group "office", second "ringruf" ;-) (multiply this approach by the N numbers we have). But as you can see in my screenshots below the taking side is always the main number. I attached you an call log from Zammad maybe this helps: |
Sorry about the delay but the numbers especially the ones from outside switzerland seem to be the problem. Do you have an idea about that? |
@wucherpfennig I have an idea, but to be sure it would be nice to have the logs collected with |
Dear @costela |
Bump |
Dear all
Thanks again for helping setting things up. We receive calls now in Zammad which is great. There is just one little problem: the phone numbers formatting.
Currently we are using the configuration as follows:
which result in nicely formatted Swiss numbers. But since we are receiving a lot of calls from outside Switzerland those numbers look somewhat clunky:
Does anybody have an idea how we should setup the parameters above in order to receive always nicely formatted phone numbers?
BR wucherpfennig
The text was updated successfully, but these errors were encountered: