search for: py4

Displaying 1 result from an estimated 1 matches for "py4".

Did you mean: p4
2011 Mar 29
1
Get phone number from SIP header PAI
...following in the dialplan : /exten => _XXX.,n,Set(PY=${SIP_HEADER(P-Asserted-Identity)}) exten => _XXX.,n,Set(PY2=${CUT(PY,@,1)})/ This gives me : /"BlaBlaBla" <sip://88779922/ How can I extract /88779922/ out of this string ?? I'm trying this : /exten => _XXX.,n,Set(PY4=${CUT(PY2,\:,1-)}) / but this does not change a thing to the string... I just want everything after the comma... Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110329/5b94de12...