[Home]

Summary:ASTERISK-06790: FindMe/FollowMe App not acknowledging: press 1 to connect the caller
Reporter:vic (vsquared)Labels:
Date Opened:2006-04-16 03:55:35Date Closed:2011-06-07 14:08:12
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I recently recompiled the FollowMe.c app to 2 of my Asterisk server running ver 1.2.0 and I'm have a problem with the followme app when parsing through it's routine from the followme.conf to attempt to call the 2 stations I've set in the config (stations 4410 and 4420), when the call is presented to any station  pressing "1" does not connect the called party as answered. Instead it it goes right through the chain and says the caller was not available sending the call to the voicemail of that called party station.

here's a few errors I noticed in the process
     file.c:1029 ast_waitstream:unexpected control subclass "-1"  

Here'a a snapshot of an ext I have configured in my extensions.conf
exten => _4411,1,Answer
exten => _4411,2,Dial(SIP/${EXTEN},12,t)
exten => _4411,3,GotoIf($["${DIALSTATUS}" = "NOANSWER"]?:4:5)
exten => _4411,4,Followme(${EXTEN})
exten => _4411,5,VoiceMail(u${EXTEN})
exten => _4411,6,Hangup

and my Followme.conf is set as
[4411]
context=>default
context=>music
number=>4410,30
number=>4420,30


-Vic-

****** ADDITIONAL INFORMATION ******

any clues would be greatly appreciated
Comments:By: Tilghman Lesher (tilghman) 2006-04-16 10:53:11

FollowMe is not distributed with Asterisk.  Please contact the individual author on a separate forum.