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


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

Reply via email to