[asterisk-users] SIP client able to handle Access-URL: header
Bertrand LUPART - Linkeo.com
bertrand.lupart at linkeo.com
Tue Jun 28 10:48:04 CDT 2016
Hello,
I'm playing with the optional URL parameter of the Dial() command, which "will also be sent to the called party upon successful connection, if the channel technology supports the sending of URLs in this way."[1]
Basically, the following asterisk dialplan directive :
- - 8< - - 8< - - 8< - -
same => n,Dial(SIP/1234,30,tr,http://www.example.com/)
- - >8 - - >8 - - >8 - -
Will generate the following SIP header in the INVITE request :
- - 8< - - 8< - - 8< - -
Access-URL: <http://www.example.com/)>;mode=active
- - >8 - - >8 - - >8 - -
Does anyone know about a SIP client able to handle this header ? I'd expect it to automatically open this webpage.
Thank you,
[1] http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial
--
Bertrand LUPART
More information about the asterisk-users
mailing list