Ticket #864 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

app-directory bug in module Info Services

Reported by: ThomasHawk Assigned to:
Priority: block Milestone:
Component: Feature Code Admin Version: 2.1
Keywords: Cc:
Confirmation: SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description (Last modified by _xo_)

When I call the directory (*411), the app directory don't answer my call.

If I add, in the file modules/infoservices/functions.inc.php (after the line 39), the line :

  $ext->add($id, $c, ' ', new ext_answer(' '));

that correct my problem (without the 2 spaces before ' and ').

Change History

05/22/06 07:26:17 changed by _xo_

Works for me without this patch.

05/22/06 07:27:40 changed by _xo_

  • owner changed.
  • component changed from Other Module to Feature Codes.
  • description changed.

05/22/06 07:36:22 changed by ThomasHawk

Try to change the number in Feature Codes eg : *411 to 412 an call 412.

I only hear the ringtone if I call the 412. If I apply the patch and reload FreePBX/asterisk that work.

05/22/06 08:17:21 changed by _xo_

That works even if I change the number to dial to *412 or 412.

05/23/06 00:28:38 changed by ThomasHawk

If I see the dialplan generated by infoservices (extensions_additional.conf) all the apps begin with exten => *XX,1,Answer


[app-echo-test] include => app-echo-test-custom exten => *43,1,Answer exten => *43,n,Wait(1) exten => *43,n,Playback(demo-echotest) exten => *43,n,Echo() exten => *43,n,Playback(demo-echodone) exten => *43,n,Hangup ; end of [app-echo-test]

[app-speakingclock] include => app-speakingclock-custom exten => *60,1,Answer exten => *60,n,Wait(1) exten => *60,n,Playback(at-tone-time-exactly) exten => *60,n,SayUnixTime?(IMp) exten => *60,n,Playback(beep) exten => *60,n,Hangup ; end of [app-speakingclock]


But the app directory don't start with Answer :

[app-directory] include => app-directory-custom exten => 477,1,Wait(1) exten => 477,n,AGI(directory,${DIR-CONTEXT},from-did-direct,${DIRECTORY:0:1}${DIRECTORY_OPTS}o) exten => 477,n,Playback(vm-goodbye) exten => 477,n,Hangup ; end of [app-directory]

And I don't know why but if I call the directory (477) with a SIP phone I only hears a ringtone.

It will be great if all apps begin with answer

05/27/06 05:38:23 changed by wozto1s

  • status changed from new to closed.
  • resolution set to fixed.

fixed in module version 1.0.2