CyCoreSystems / audiosocket

Simple bidirectional audio protocol
Apache License 2.0
67 stars 35 forks source link

How to get unique uuid per call for audiosocket interface? #18

Closed tkang007 closed 1 year ago

tkang007 commented 1 year ago

Hi, Sorry for asking at here, but any response might be helpful for others.

Is there any way to assign unique uuid per call when use audiosocket in the Asterisk dialplan? AGI might be an option for uuid, but I think we can expect a better way in Asterisk or any other 3rd party extension.

The channel variable, UNIQUEID is in the form of 1267568856.11, so it is not acceptable uuid format.

Your feedback might be big helpful for others who consider this great features.

Thanks in advance.

Ulexus commented 1 year ago

For me, that is always generated on the outside, usually from within my ARI or AGI application. However, you can do it from the dialplan by using either something like:

tkang007 commented 1 year ago

2023년 5월 30일 (화) 오전 6:53, Seán C. McCord @.***>님이 작성:

For me, that is always generated on the outside, usually from within my ARI or AGI application. However, you can do it from the dialplan by using either something like:

— Reply to this email directly, view it on GitHub https://github.com/CyCoreSystems/audiosocket/issues/18#issuecomment-1567543127, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5KRYCOH2GTJAVIG6PWAZTXIULHNANCNFSM6AAAAAAYPTGZ2Q . You are receiving this because you authored the thread.Message ID: @.***>

Ulexus commented 1 year ago

If you replied, I don't see it. Feel free to reopen if this does not answer your concern.

tkang007 commented 1 year ago

Hi @Ulexus

Thanks for your updating. It was helpful to others for quick testing. I will close this case. Thanks.