This might be a newbie question... I'm using a SIP trunk and trying to get DID line information on an incoming call. All I hear is a nice lady saying 'Zero' - then the call continues... Any suggestions?
 thanks
   Todd

exten => s,n,Set(DIDID=(<${FROM_DID}>))
exten => s,n,SayNumber(DIDID)

  or

exten => s,n,Set(FROM_DID=${EXTEN})
exten => s,n,SayNumber(FROM_DID)

  and a third try.. (I'm not sure what 's' is, but saw it somewhere..)

exten => s,n,Set(FROM_DID=s)
exten => s,n,Wait(1)

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