Cell phone Appreance

Hey Guys,

we quite often configure cell phones for users as extension either by using Misc Extensions or Custom extensions. The problem is that neither of these show in the FOP2 panel. I do understand that you will bot be able to see prensce but would make it eaiser transfering calls. Is there any way to do this?

Thanks

Comments

  • You will have to tweak the autoconfig button script. If you want ONE button for a user, and serveral channels, you can use a construct like this:

    [SIP/100]
    type=extension
    label=John
    extension=100
    context=from-internal
    channel=IAX2/100
    channel=SIP/cell100

    You can list as many channels as you want, they will update status on the same button on the panel. Anyways, you did not say *how* are you adding those cell phones.

    You can also list them individually, but you will have to add some lines to the auto config button script so it shows your custom ones.
Sign In or Register to comment.