View previous topic :: View next topic |
Author |
Message |
yehavi.bourvine at gma... Guest
|
Posted: Mon Jul 20, 2009 11:47 pm Post subject: [Freeswitch-users] BLF & Directed call pickup on Polycom |
|
|
Hello,
I am trying to integrate Polycom phones with a FrewSwitch server, and have some problems with BLF and directed pickup.
I've defined a buddy list with BW (buddy watch) on. One of the phone's line buttons (one fo the 3 ones on a Polycom-501 model) is assigned to this buddy and indeed shows its status. I would like to pickup a call to this buddy by pressing its button when his phone rings; however, this generates a second call to him...
Using a SNOM phones this works ok. Has anyone managed to make it working with Polycom?
Thanks! __Yehavi:
|
|
Back to top |
|
|
yehavi.bourvine at gma... Guest
|
Posted: Tue Jul 21, 2009 7:31 am Post subject: [Freeswitch-users] BLF & Directed call pickup on Polycom |
|
|
After playing a little with SNOM phones I see that for doing BLF the SNOM subscribes for number XXXX (the real number), but when I want to pickup a ringing extension it dials **XXXX which is catched by FreeSwitch and handled by the pickup code (probably the intercept function).
I would like to mimic this on Polycom phones. Thus, I want the phone to subscribe for *ZXXXX and catch the *Z prefix:
- If it is a subscribe command, then strip *Z and subscribe to it.
- If this is INVITE and the destination is ringing - strip *Z and and call intercept.
- If this is INVITE and the destination is free - ring it.
I know roughly how to do the last two items, but how can I catch the SUBSCRIBE, modify the destination number and then call the actual function?
Thanks! __Yehavi:
2009/7/21 Yehavi Bourvine <yehavi.bourvine@gmail.com (yehavi.bourvine@gmail.com)>
Quote: | Hello,
I am trying to integrate Polycom phones with a FrewSwitch server, and have some problems with BLF and directed pickup.
I've defined a buddy list with BW (buddy watch) on. One of the phone's line buttons (one fo the 3 ones on a Polycom-501 model) is assigned to this buddy and indeed shows its status. I would like to pickup a call to this buddy by pressing its button when his phone rings; however, this generates a second call to him...
Using a SNOM phones this works ok. Has anyone managed to make it working with Polycom?
Thanks! __Yehavi:
|
|
|
Back to top |
|
|
javieraristizabal at g... Guest
|
Posted: Tue Jul 21, 2009 8:25 am Post subject: [Freeswitch-users] BLF & Directed call pickup on Polycom |
|
|
I dunno about BLF on Polycom phones. But for the call pickup, check the phone dialplan if permit **XXXX.
Javier |
|
Back to top |
|
|
|