FollowMe

Hi,

I setup FollowMe and when the call is made, I answer, but I cannot hear each other. The caller is listen to music and I don’t listen nothing.

I canno’t answer the cal.
followme.conf
[700]
context=>phones
number=>700,30

extensions.conf
exten => s,1,NoOp()
exten => s,n,Dial(SIP/${ARG1},30,tT)
exten => s,n,Followme(${ARG2},30)
exten => s,n,Hangup()

I’m using Asterisk 1.6.1.x
Is there any good tutorial for follow-me function?

I see the same issue on 1.6.2.5 on debian lenny (compiled from source).

the debug is showing that the sip messages go out correctly, but the answer confirmation is never seen the app_followme.

I use queue for FollowMe function.