[asterisk-users] Checking SIP Headers existence and content

Jayson Baker jayson at spectrasurf.com
Thu Oct 7 13:27:24 CDT 2010


Favorites?  voip-info.org should be your homepage.

On Thu, Oct 7, 2010 at 9:26 AM, Administrator TOOTAI <admin at tootai.net>wrote:

> Le 05/10/2010 05:13, VoIP Question a écrit :
> > Hello,
>
> Hi
>
> >
> > 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
> > <http://sip:1234567890@10.0.0.1:5060>> and I would like to get only
> > the 1234567890
>
> Something like
>
> exten => s,1,Set(__DIALEDNUMBER=${SIP_HEADER(TO):5})
> exten => s,n,Set(__DIALEDNUMBER=${CUT(DIALEDNUMBER,@,1)})
> exten => s,n,GotoIf($["${DIALEDNUMBER:0:1}" != "+"]?numberIsOK)
> exten => s,n,Set(__DIALEDNUMBER=${CUT(DIALEDNUMBER,+,2)})
>
> Take a look here
>
> http://www.voip-info.org/wiki/view/Asterisk+func+sip_header
>
> voip-info.org should be in your favorites ;-)
>
> --
> Daniel
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101007/d418a160/attachment.htm 


More information about the asterisk-users mailing list