Hello Everyone, Is possible do phone provisioning with kamailio ?
Slava.
On Mon, Apr 14, 2014 at 10:01 AM, Slava Bendersky volga629@networklab.cawrote:
Hello Everyone,
Is possible do phone provisioning with kamailio ?
Kamailio itself does not do phone provisioning. It's not too hard to integrate Kamailio with a system that does the provisioning though. Each manufacturer has their own API. You might take a look at provisioner.netfor guidance.
Corey
Hello Corey, Thank you for answer, I'll read about it.
Slava
----- Original Message -----
From: "Corey Edwards" tensai@zmonkey.org To: "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org Sent: Tuesday, April 15, 2014 11:26:31 AM Subject: Re: [SR-Users] client provisioning.
On Mon, Apr 14, 2014 at 10:01 AM, Slava Bendersky < volga629@networklab.ca > wrote:
Hello Everyone,
Is possible do phone provisioning with kamailio ?
Kamailio itself does not do phone provisioning. It's not too hard to integrate Kamailio with a system that does the provisioning though. Each manufacturer has their own API. You might take a look at provisioner.net for guidance.
Corey
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello Corey, Is there way publish address book through kamailio ?
Slava.
----- Original Message -----
From: "Slava Bendersky" volga629@networklab.ca To: "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org Sent: Tuesday, April 15, 2014 12:18:51 PM Subject: Re: [SR-Users] client provisioning.
Hello Corey, Thank you for answer, I'll read about it.
Slava
----- Original Message -----
From: "Corey Edwards" tensai@zmonkey.org To: "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org Sent: Tuesday, April 15, 2014 11:26:31 AM Subject: Re: [SR-Users] client provisioning.
On Mon, Apr 14, 2014 at 10:01 AM, Slava Bendersky < volga629@networklab.ca > wrote:
Hello Everyone,
Is possible do phone provisioning with kamailio ?
Kamailio itself does not do phone provisioning. It's not too hard to integrate Kamailio with a system that does the provisioning though. Each manufacturer has their own API. You might take a look at provisioner.net for guidance.
Corey
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On Tue, Apr 15, 2014 at 9:47 AM, Slava Bendersky volga629@networklab.cawrote:
Hello Corey, Is there way publish address book through kamailio ?
As far as I know, that's a device-specific feature and not done through SIP. For example, Polycom phones can read a directory.xml file to populate their address book. So, no, I don't believe there's any way Kamailio can do that.
Corey
On 15/04/14 21:15, Corey Edwards wrote:
On Tue, Apr 15, 2014 at 9:47 AM, Slava Bendersky <volga629@networklab.ca mailto:volga629@networklab.ca> wrote:
Hello Corey, Is there way publish address book through kamailio ?
As far as I know, that's a device-specific feature and not done through SIP. For example, Polycom phones can read a directory.xml file to populate their address book. So, no, I don't believe there's any way Kamailio can do that.
XCAP is a way to manage contact list/address book. In kamailio you need xcap_server module. I know some snom phone supports to get the address book via xcap, so you can have a centralized address book. IIRC, they don't support uploading the address book via xcap, only downloading, so you need to write it in kamailio's xcap table.
Cheers, Daniel
Hello Daniel, Hows is xcap server building contacts ? Is only mysql option ? I am just trying collect information to check what is my option for remote extensions.
Slava.
----- Original Message -----
From: "Daniel-Constantin Mierla" miconda@gmail.com To: "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org Sent: Tuesday, April 15, 2014 3:24:15 PM Subject: Re: [SR-Users] client provisioning.
On 15/04/14 21:15, Corey Edwards wrote:
On Tue, Apr 15, 2014 at 9:47 AM, Slava Bendersky < volga629@networklab.ca > wrote:
<blockquote>
Hello Corey, Is there way publish address book through kamailio ?
As far as I know, that's a device-specific feature and not done through SIP. For example, Polycom phones can read a directory.xml file to populate their address book. So, no, I don't believe there's any way Kamailio can do that.
</blockquote> XCAP is a way to manage contact list/address book. In kamailio you need xcap_server module. I know some snom phone supports to get the address book via xcap, so you can have a centralized address book. IIRC, they don't support uploading the address book via xcap, only downloading, so you need to write it in kamailio's xcap table.
Cheers, Daniel
Hello,
xcap server is like a file manager for xml documents - the contacts have to be in an xml document which is stored in xcap database table. The clients with do a HTTP GET with the path of the document (which is stored in a column of xcap table) and kamailio will sent it to it.
Cheers, Daniel
On 15/04/14 22:48, Slava Bendersky wrote:
Hello Daniel, Hows is xcap server building contacts ? Is only mysql option ? I am just trying collect information to check what is my option for remote extensions.
Slava.
*From: *"Daniel-Constantin Mierla" miconda@gmail.com *To: *"Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org *Sent: *Tuesday, April 15, 2014 3:24:15 PM *Subject: *Re: [SR-Users] client provisioning.
On 15/04/14 21:15, Corey Edwards wrote:
On Tue, Apr 15, 2014 at 9:47 AM, Slava Bendersky <volga629@networklab.ca <mailto:volga629@networklab.ca>> wrote: Hello Corey, Is there way publish address book through kamailio ? As far as I know, that's a device-specific feature and not done through SIP. For example, Polycom phones can read a directory.xml file to populate their address book. So, no, I don't believe there's any way Kamailio can do that.
XCAP is a way to manage contact list/address book. In kamailio you need xcap_server module. I know some snom phone supports to get the address book via xcap, so you can have a centralized address book. IIRC, they don't support uploading the address book via xcap, only downloading, so you need to write it in kamailio's xcap table.
Cheers, Daniel -- Daniel-Constantin Mierla -http://www.asipto.com http://twitter.com/#!/miconda -http://www.linkedin.com/in/miconda
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
On 14/04/14 19:01, Slava Bendersky wrote:
Hello Everyone, Is possible do phone provisioning with kamailio ?
it is possible if the phone implements RFC6080 (not some many I guess). In kamailio you need to use presence_profile module:
- http://kamailio.org/docs/modules/stable/modules/presence_profile.html
Some phones support refreshing the config from a server upon receiving a SIP message (usually NOTIFY) and some can get updates of their config via NOTIFY body (iirc, snom supports these things).
Cheers, Daniel