Hi everyone,
I’m stuck with a stupid problem concerning my asterisk server and my pstn provider. For your information, I’m moving my old telephone system to a new VOIP system. Here is my concern:
Using my old system: My pstn provider allows me to forward calls to any number using *05 prefix. Thus, when I want to forward calls to any_number, I just have to dial *05 + 9 + any_number on my phone, then I hear a confirmation tone, and it’s done. All my calls are gonna be forwarded to this number. If I want to cancel this call forwarding, I just have to dial #05, then I hear a confirmation tone and it’s canceled! Very simple and it works well.
Using asteriskNOW: I want to be able to use the same service with my new asteriskNOW system. In my dial plan, here is what I wrote: exten=_101XXXXXXXX,1,Dial(SIP/*059${EXTEN:3}@101)
Thus, when I dial 101 + any_number it should do the same trick as before. For instance, it should activate the call forwarding service to this any_number (8digits). But it doesn’t! Instead, I’ve got a Receive response:“Forbidden” from ‘“user” sip:75@192.168.10.233; tag=as74e0202d’
I desperately need your help on this as I’ve no idea why it doesn’t want to dial this *05 number!
Thanks in advance!