I'm rolling out an installation with snom 360s in the near future. Simple SOHO configuration, 3 FXOs hanging off a TDM400B, 4 snom 360s, a snom 200, some variant of IAX softphone, and an IAXy or Sipura 2002. I have the 360's set up to subscribe and notify for the line use lights, which works like a charm for interoffice calling (between the 360's, anyway. The IAXy, 200 and, softphone will be used by less phone dependant types) but what I can't figure out from the Wiki is if it's possible to have the ZAP lines notify for the outbound lines so we can see how many lines are in use.

 My configuration looks something like this:

sip.conf:
[mjg]
type=friend
username=mjg
context=sip
callerid="Masuo" <6001>
secret=****
host=dynamic
defaultip=199.242.227.227
canreinvite=no
mailbox=6001
subscribecontext=sip

[pjf]
type=friend
username=pjf
context=sip
callerid="Patrick" <6003>
secret=****
host=dynamic
defaultip=199.242.227.227
canreinvite=no
mailbox=6003
subscribecontext=sip

360 configuration:
fkey6!: dest &lt;sip:[EMAIL PROTECTED];user=phone&gt;
fkey7!: dest &lt;sip:[EMAIL PROTECTED];user=phone&gt;

extensions.conf:
[macro-oneline]
exten => s,1,Dial(${ARG1},20,t)
exten => s,2,Voicemail(u${MACRO_EXTEN})
exten => s,3,Hangup
exten => s,102,Voicemail(b${MACRO_EXTEN})
exten => s,103,Hangup

exten => 6001,hint,SIP/mjg
exten => 6001,1,Macro(oneline,${MJG})

exten => 6003,hint,SIP/pjf
exten => 6003,1,Macro(oneline,${PJF})

Is there any convenient way to monitor the status of my FXO lines from the phones? Or do I have to set up the interested parties with gastman?

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to