search for: __dialednumber

Displaying 2 results from an estimated 2 matches for "__dialednumber".

2010 Oct 05
2
Checking SIP Headers existence and content
Hello, I would like to verify if a specific SIP header exists, and if yes, extract the partial content from another header. 1. Is there a way to verify if a specific header exists? 2. How do I extract data that is between the first : and the following @? Specifically, The data looks like <sip:1234567890 at 10.0.0.1:5060> and I would like to get only the 1234567890 I tried to use the CUT()
2009 Aug 05
2
original & reformat extension
Question: Naturally there are times when need to I reformat an extension in a context as such: ;Reformat add CC1 exten => _NXXNXXXXXX,1,Goto(1${EXTEN},1) -or- ;Reformat 011 with with +CC exten => _011X. ,1,Goto(+${EXTEN:3},1) It's a helpful trick, BUT there are times when I want to send the call to another context in its original un-reformatted state. Naturally the ${EXTEN}