I’m trying to get followme working on 1.4, its dialing the two extensions correctly but when I ask it to dial a cell phone it dumps the call. Below is what I have in the config files. Thanks for taking a look!
extensions.conf
exten => 212,1,Followme(4444)
followme.conf
[4444]
music => default
context => default
number => 212,15
number => 101,15
number => 13334567890
Alltough it’s always a bad idea to use the default-context for outbound-calls, Your problem can only be solved when You provide us with Your default-context from extensions.conf as this context is used by Your followme.conf.