[Asterisk-Users] Strange T1 Problem

Mike Machado mike at homelandtel.com
Thu Apr 15 15:52:29 MST 2004


On Thu, 2004-04-15 at 15:26, Steven Critchfield wrote:

> Explicitly answer the line. If that doesn't handle inband audio, there
> is a r flag to dial. This was discussed very recently. 

This must be a different problem, because neither of those solutions
worked.



zapata.conf sends call to fixup context:


[fixup]

; Receive call as *<calling>*<called>
exten => _.,1,Answer
exten => _.,2,Cut(CALLING=EXTEN,*,2)
exten => _.,3,SetCIDNum(${CALLING})
exten => _.,4,Cut(CALLED=EXTEN,*,3)
exten => _.,5,Goto(default|${CALLED}|1)


[default]

exten => 1234567890,1,Answer
exten => 1234567890,2,Dial(SIP/user1|r)


user1's phone rings, but no ring from PSTN caller. user1 picks up, both
can talk ok.


I have been using cvs stable branch. I will try HEAD and see if that
fixes it as suggested by Eric.




More information about the asterisk-users mailing list