I do not have a caller id for my local line, and I want my freepbx system to route the calls from this line to my mail box. To do that, I have to find a way to distinguish this phone line from other lines that I have. So I follow the guide here to route the incoming calls:
http://voipspeak.net/index.php?optio...=117&Itemid=28 Code:
What we are doing in this section is telling the SPA-3102 how to route a call when one comes in. Basically the dialplan we use is going to say, "go to the IP address I specify and tell the system the phone number I am giving you", this will also allow you to use the phone number you specificy as a DID for inbound route control.
Dial Plan 1: (S0<: 7145551212@10.10.10.50This e-mail address is being protected from spam bots, you need JavaScript enabled to view it :5060>)
Basically, the guide above gives me the option to mark every call from the local line with the 7145551212 as a DID, so that the system knows how to route the call. I tried to setup a dial plan like above. But it seems that dial plan is not working.
Anyone have similar experience? or is there another method that I can use ? please let me know, thank you for helping me.
p.s. of course, I changed the phone #, & the ip address to match my configuration.