cisco79xx_phone_directory icon indicating copy to clipboard operation
cisco79xx_phone_directory copied to clipboard

Flask Configuration

Open darkzbaron opened this issue 7 years ago • 0 comments

Hi Francois, thanks for your help. I really appreciate considering that this is a very old project of your.

This is my starting point running the file on flask.

<CiscoIPPhoneInput>
<Title>Search for an entry</Title>
<Prompt>Enter a search keyword.</Prompt>
<URL>http://127.0.0.1:5006/directory.xml</URL>
<InputItem>
<DisplayName>Keyword</DisplayName>
<QueryStringParam>keyword</QueryStringParam>
<InputFlags/>
<DefaultValue/>
</InputItem>
</CiscoIPPhoneInput>

From there. in the Browser, how can i make sure the script fetches contacts from my xml.

Is there anyway i could run a flask server that my 7940 can access from my local computer? If so would kindly point me in the right direction?

Thanks very much in advance

darkzbaron avatar Feb 15 '17 18:02 darkzbaron