Zeeshan Zakaria wrote:

Can somebody send me a sample from their extension.conf to do the above mentioned thing, i.e. handling DIDs on PRI. This is the first time I am dealing with PRI, previously I always used SIP DIDs and had no problem at all.

There is nothing fancy or misterious about it. If you are receiving the last 4 digits of the DID then this will dial a SIP Phone with the same 4 digits.

exten => _XXXX,1,Dial(SIP/${EXTEN})

or if you prefer an auto-attendant then:

exten => _XXXX,1,Background(welcome_message)
exten => _XXXX,2,Background(more messages...)

--
Andres


_______________________________________________
--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

Reply via email to