magnussolution / magnusbilling7

MagnusBilling is a fast, secure, efficient, high availability, VOIP Billing.
https://www.magnusbilling.org
GNU Lesser General Public License v3.0
174 stars 106 forks source link

AGI 1 - International Prefixs #406

Closed voiptelecom closed 3 years ago

voiptelecom commented 3 years ago

Hello, I found this problem

Captura de Pantalla 2020-08-18 a la(s) 15 49 06

It takes the 00, 09, 011

But the + is not working.

Thanks.

magnussolution commented 3 years ago

Magnusbilling not allow use +.

But if you need remove + you can edit the context billing and remove the + on the context

voiptelecom commented 3 years ago

Magnusbilling not allow use +.

But if you need remove + you can edit the context billing and remove the + on the context

Really?

You need to improve your UX experience, check on google and find that every cellphone in the world use +xxxxxx because the whatsapp, so, when a normal person connects to the magnus billing and can not dial with the +, everything is going to hell, so, it is not like an making boo boo problem of this, --> https://en.wikipedia.org/wiki/List_of_international_call_prefixes

UX is all in this business, and you are very rude with the users, you should change that a believe me, you will get more support in your project.

Thanks anyway

dimtelecom commented 3 years ago

I think @magnussolution meant that you can remove the "+" in context. Like exten => _+X.,1,Goto(${EXTEN:1},1) exten => _X.,1,NoOp(Billing Start)

voiptelecom commented 3 years ago

I think @magnussolution meant that you can remove the "+" in context. Like exten => _+X.,1,Goto(${EXTEN:1},1) exten => _X.,1,NoOp(Billing Start)

Hello @dimtelecom thank you so much for the answer, this is how i fix the problem, In the context billing i just add the first line you send me an this is how it look's like:

exten => [*0-9].,1,AGI("/var/www/html/mbilling/resources/asterisk/mbilling.php") exten => +X.,1,Goto(${EXTEN:1},1) --> Just_ add this one and that's it same => n,Hangup() exten => h,1,hangup()

Once again, thank you so much.