I am an asterisk newbie. I have successfully installed asterisk on Freebsd. The problem I am having is when I try to route based upon incoming DID. CALLERID(dnid) nor CDR(dst) have a number in them. Please help. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061011/1eb91df0/attachment-0001.htm
Analog routes (ie. copper telco lines) do not have DID information on them. Only digital lines (PRI, often VoIP DID) have this information sent alongside the call. What you need to do is change the context for each port you want redirected in zapata.conf, like so: signalling=fxs_ks context=from-pstn group=0 channel => 1 signalling=fxs_ks context=redirect-context group=0 channel => 2 Cheers, Alex On 10/12/06, kim@anmsinc.com <kim@anmsinc.com> wrote:> > I am an asterisk newbie. I have successfully installed asterisk on > Freebsd. The problem I am having is when I try to route based upon incoming > DID. CALLERID(dnid) nor CDR(dst) have a number in them. Please help. > > > > Thanks > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-- Alex Robar alex.robar@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061011/ac7f52fb/attachment.htm
Eric "ManxPower" Wieling
2006-Oct-12 04:39 UTC
[asterisk-users] TDM400P incoming route for DID
kim@anmsinc.com wrote:> I am an asterisk newbie. I have successfully installed asterisk on Freebsd. > The problem I am having is when I try to route based upon incoming DID. > CALLERID(dnid) nor CDR(dst) have a number in them. Please help.Digium analog cards do not support DID service.
Eric "ManxPower" Wieling
2006-Oct-12 04:40 UTC
[asterisk-users] TDM400P incoming route for DID
Alex Robar wrote:> Analog routes (ie. copper telco lines) do not have DID information on them. > Only digital lines (PRI, often VoIP DID) have this information sent > alongside the call.Analog lines in the USA can support DID, but only using things like E&M Wink which the Digium cards do not support.