Replies: 6 comments 9 replies
-
I've not tested it, but I don't think Quectel and Simcom modems will support that. Even for chan_dongle it works only with certain Huawei models. |
Beta Was this translation helpful? Give feedback.
-
Ok, so the only way to handle several devices is to somehow hardcore them in udev rules? |
Beta Was this translation helpful? Give feedback.
-
I think so |
Beta Was this translation helpful? Give feedback.
-
I've tested out the imei/imsi discovery and got it working. Will update code in some time. |
Beta Was this translation helpful? Give feedback.
-
For discovery, check the vendor id and product id and add a row after this if different from ec25 (2c7c, 0125) here https://github.com/IchthysMaranatha/asterisk-chan-quectel/blob/b3534eaedce52819ee3f61db6d191ed35177b955/pdiscovery.c |
Beta Was this translation helpful? Give feedback.
-
Sorry, correct row link is asterisk-chan-quectel/pdiscovery.c Line 71 in b3534ea |
Beta Was this translation helpful? Give feedback.
-
Hi,
The original chan dongle has an option where I can specify a modem IMEI as a reference for dongleX assignment.
[dongle2] imei=358711037755485
If defined in such a manner ttyUSB devices are selected automatically for a given modem.
It is very useful if more then 1 modem is connected to the system and prevents mess with ttyUSB devs after reboot. It well may happen that during initialization ttyUSB devices will have different numbers then on previous boot. Yes, it may be solved with manual udev configuration but hey ))
IMEI identity helps sorting things out easily.
Could you add similar functionality to the code so that I as an admin can define 1 universal sign and the rest will be handled by the chan code? It is ok if the UAC config should be done manually in case used but we can discuss that.
My personal issue is that I am at no way a programmer and even if I can locate the code responsible for that in the original chan dongle code base I will be unable to change it properly ((
Beta Was this translation helpful? Give feedback.
All reactions