Re: [Asterisk-Users] SNOM 190 Dial-Plan String Settings

2004-10-18 Thread Joris Trooster / Interstroom
Hello James,
There is nothing special with the Snom phones. The empty dialplan 
string is normal. You only have to specify the displayname, account, 
password and registrar. I think you have a mistake in your 
extensions.conf. Does it work with another (soft)phone?

Regards,
Joris

On Oct 15, 2004, at 1:51 PM, James Bean wrote:
I am having a problem with my new SNOM190 and my asterisk box.
 
Incoming calls to the SNOM work perfectly, but when i dial-out I get a 
Not Found: number dialed on the SNOM display everytime I try, 
nothing shows up on the console of the asterisk box so its not even 
touching it.
 
I have the latest 3.54 firmware on it and when I looked at the Line 1 
setup for my asterisk box I released that in the SNOM phone there is 
nothing in my Dial-Plan String I take it it matches this inside the 
phone to choose which line to use in the SNOM phone.
 
Unfortunately I am not finding much on the format of the Dial-Plan 
String in the SNOM phones.
 
All I need is for it to send all calls regardless of format to the 
asterisk box.
 
Anyone got any suggestions.
 
James
___
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
___
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


RE: [Asterisk-Users] SNOM 190 Dial-Plan String Settings

2004-10-18 Thread James Bean

I don't have any soft phones setup, the SNOM receives the calls no problems when the 
SNOM tries to dial out it says Not Found: on the phone display, on the asterisk 
console with asterisk -vgc when I try to dialout I only get

chan_sip.c:7561 handle_request: Unknown SIP command 'PUBLISH' from '192.168.69.250'

Which I am told is normal as asterisk doesn't support the Publish command

I have an analog phone plugged into the TDM400P in another port and it dials out 
without issue.

Thanks for the response this has been bugging the crap out of me, any help would be 
appreciated.

My /etc/extensions.conf is as follows.

[pstn]

exten = s,1,Wait(2)
exten = s,2,NoOp(Comment Only: Call from ${CALLERIDNUM}) ; Just put a comment in the 
CLI for info.
exten = s,3,Dial(SIP/snom-james,45,t)  ;Dial James SNOM Phone for incoming calls
exten = s,4,Hangup

[internal]

exten = i,1,Playback(invalid)
exten = i,2,Hangup
exten = t,1,Hangup

exten = 099,1,Echo ;simple echo test when you dial 099 on your phone

include = outgoing
include = voip
include = sip

[outgoing]

exten = _9X.,1,Dial(Zap/g1/${EXTEN:1})
exten = _9X.,2,Congestion()
exten = _9X.,3,Hangup

[voip]

exten = _1XX,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM}) ; 1xx extension to 
Salisbury
exten = _2XX,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})  ; 2xx extension to 
Marcoola
exten = 610,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})  ; 610 to Jindalee
exten = 620,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})  ; 620 to Batteryhill

[sip]

exten = 690,1,Dial(SIP/snom-james,30,tr)
exten = 690,2,voicemail2,u900
exten = 690,102,voicemail2,b900

exten = 691,1,Dial(SIP/bt-karen,30,tr)
exten = 691,2,voicemail2,u901
exten = 691,102,voicemail,b901

My sip.conf is as follows

[general]
port = 5060
bindaddr = 192.168.69.1
context = sip
disallow = gsm
allow = alaw
disallow = ulaw
nat=disable
srvlookup=no
localnet=192.168.69.0/255.255.255.0
subscribecontext = sip

[snom-james]
type=friend
secret=password deleted
host=dynamic
callerid=James 690
defaultip=192.168.69.250
dtmfmode=rfc2833
mailbox=900

[bt-karen]
type=friend
secret=password deleted
host=dynamic
callerid=Karen 691
defaultip=192.168.69.251
dtmfmode=rfc2833
mailbox=901

---

Although when I first start asterisk up I always get this 1 error that I am not sure 
about.

chan_sip.c:681 retrans_pkt: Maximum retries exceeded on call [EMAIL PROTECTED] for 
seqno 102 (Non-critical Request)

James

Hello James,

There is nothing special with the Snom phones. The empty dialplan string 
is normal. You only have to specify the displayname, account, password 
and registrar. I think you have a mistake in your extensions.conf. Does 
it work with another (soft)phone?

Regards,
Joris



On Oct 15, 2004, at 1:51 PM, James Bean wrote:

 I am having a problem with my new SNOM190 and my asterisk box.
  
 Incoming calls to the SNOM work perfectly, but when i dial-out I get a 
 Not Found: number dialed on the SNOM display everytime I try, 
 nothing shows up on the console of the asterisk box so its not even 
 touching it.
  
 I have the latest 3.54 firmware on it and when I looked at the Line 1 
 setup for my asterisk box I released that in the SNOM phone there is 
 nothing in my Dial-Plan String I take it it matches this inside the 
 phone to choose which line to use in the SNOM phone.
  
 Unfortunately I am not finding much on the format of the Dial-Plan 
 String in the SNOM phones.
  
 All I need is for it to send all calls regardless of format to the 
 asterisk box.
  
 Anyone got any suggestions.
  
 James


___
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


Re: [Asterisk-Users] SNOM 190 Dial-Plan String Settings

2004-10-18 Thread Joris Trooster / Interstroom
Hello James.
You have context = sip in your sip.conf, but you do not have any dialplan
for outgoing calls in that context.
Add to the [sip] context:
include = outgoing
Regards,
Joris
- Original Message - 
From: James Bean [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 18, 2004 11:13 AM
Subject: FW: [Asterisk-Users] SNOM 190 Dial-Plan String Settings


I don't have any soft phones setup, the SNOM receives the calls no problems
when the SNOM tries to dial out it says Not Found: on the phone display,
on the asterisk console with asterisk -vgc when I try to dialout I
only get
chan_sip.c:7561 handle_request: Unknown SIP command 'PUBLISH' from
'192.168.69.250'
Which I am told is normal as asterisk doesn't support the Publish
command
I have an analog phone plugged into the TDM400P in another port and it dials
out without issue.
Thanks for the response this has been bugging the crap out of me, any help
would be appreciated.
My /etc/extensions.conf is as follows.
[pstn]
exten = s,1,Wait(2)
exten = s,2,NoOp(Comment Only: Call from ${CALLERIDNUM}) ; Just put a
comment in the CLI for info.
exten = s,3,Dial(SIP/snom-james,45,t)  ;Dial James SNOM Phone for incoming
calls exten = s,4,Hangup
[internal]
exten = i,1,Playback(invalid)
exten = i,2,Hangup
exten = t,1,Hangup
exten = 099,1,Echo ;simple echo test when you dial 099 on your phone
include = outgoing
include = voip
include = sip
[outgoing]
exten = _9X.,1,Dial(Zap/g1/${EXTEN:1})
exten = _9X.,2,Congestion()
exten = _9X.,3,Hangup
[voip]
exten = _1XX,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM}) ;
1xx extension to Salisbury
exten = _2XX,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})  ;
2xx extension to Marcoola
exten = 610,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})  ; 610 to
Jindalee exten = 620,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})
; 620 to Batteryhill
[sip]
exten = 690,1,Dial(SIP/snom-james,30,tr) exten = 690,2,voicemail2,u900
exten = 690,102,voicemail2,b900
exten = 691,1,Dial(SIP/bt-karen,30,tr)
exten = 691,2,voicemail2,u901
exten = 691,102,voicemail,b901
My sip.conf is as follows
[general]
port = 5060
bindaddr = 192.168.69.1
context = sip
disallow = gsm
allow = alaw
disallow = ulaw
nat=disable
srvlookup=no
localnet=192.168.69.0/255.255.255.0
subscribecontext = sip
[snom-james]
type=friend
secret=password deleted
host=dynamic
callerid=James 690
defaultip=192.168.69.250
dtmfmode=rfc2833
mailbox=900
[bt-karen]
type=friend
secret=password deleted
host=dynamic
callerid=Karen 691
defaultip=192.168.69.251
dtmfmode=rfc2833
mailbox=901
---
Although when I first start asterisk up I always get this 1 error that I am
not sure about.
chan_sip.c:681 retrans_pkt: Maximum retries exceeded on call
[EMAIL PROTECTED] for seqno 102 (Non-critical
Request)
James
Hello James,
There is nothing special with the Snom phones. The empty dialplan
string is normal. You only have to specify the displayname, account,
password and registrar. I think you have a mistake in your
extensions.conf. Does it work with another (soft)phone?
Regards,
Joris

On Oct 15, 2004, at 1:51 PM, James Bean wrote:
I am having a problem with my new SNOM190 and my asterisk box.
Incoming calls to the SNOM work perfectly, but when i dial-out I get
a Not Found: number dialed on the SNOM display everytime I try,
nothing shows up on the console of the asterisk box so its not even
touching it.
I have the latest 3.54 firmware on it and when I looked at the Line 1
setup for my asterisk box I released that in the SNOM phone there is
nothing in my Dial-Plan String I take it it matches this inside the
phone to choose which line to use in the SNOM phone.
Unfortunately I am not finding much on the format of the Dial-Plan
String in the SNOM phones.
All I need is for it to send all calls regardless of format to the
asterisk box.
Anyone got any suggestions.
James

___
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


Re: [Asterisk-Users] SNOM 190 Dial-Plan String Settings

2004-10-18 Thread Joris Trooster / Interstroom
Or better (to avoid loops) leave the [sip] context intact (like you had 
originally) and change in sip.conf your context to 'from-sip', and add in 
your extensions.conf:

[from-sip]
include = internal
Regards,
Joris
- Original Message - 
From: Joris Trooster / Interstroom [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
[EMAIL PROTECTED]
Sent: Monday, October 18, 2004 11:29 AM
Subject: Re: [Asterisk-Users] SNOM 190 Dial-Plan String Settings


Hello James.
You have context = sip in your sip.conf, but you do not have any 
dialplan
for outgoing calls in that context.

Add to the [sip] context:
include = outgoing
Regards,
Joris
- Original Message - 
From: James Bean [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 18, 2004 11:13 AM
Subject: FW: [Asterisk-Users] SNOM 190 Dial-Plan String Settings


I don't have any soft phones setup, the SNOM receives the calls no 
problems
when the SNOM tries to dial out it says Not Found: on the phone display,
on the asterisk console with asterisk -vgc when I try to dialout I
only get

chan_sip.c:7561 handle_request: Unknown SIP command 'PUBLISH' from
'192.168.69.250'
Which I am told is normal as asterisk doesn't support the Publish
command
I have an analog phone plugged into the TDM400P in another port and it 
dials
out without issue.

Thanks for the response this has been bugging the crap out of me, any help
would be appreciated.
My /etc/extensions.conf is as follows.
[pstn]
exten = s,1,Wait(2)
exten = s,2,NoOp(Comment Only: Call from ${CALLERIDNUM}) ; Just put a
comment in the CLI for info.
exten = s,3,Dial(SIP/snom-james,45,t)  ;Dial James SNOM Phone for 
incoming
calls exten = s,4,Hangup

[internal]
exten = i,1,Playback(invalid)
exten = i,2,Hangup
exten = t,1,Hangup
exten = 099,1,Echo ;simple echo test when you dial 099 on your phone
include = outgoing
include = voip
include = sip
[outgoing]
exten = _9X.,1,Dial(Zap/g1/${EXTEN:1})
exten = _9X.,2,Congestion()
exten = _9X.,3,Hangup
[voip]
exten = _1XX,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM}) ;
1xx extension to Salisbury
exten = _2XX,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})  ;
2xx extension to Marcoola
exten = 610,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})  ; 610 
to
Jindalee exten = 620,1,Dial(OH323/[EMAIL PROTECTED]/${CALLERIDNUM})
; 620 to Batteryhill

[sip]
exten = 690,1,Dial(SIP/snom-james,30,tr) exten = 690,2,voicemail2,u900
exten = 690,102,voicemail2,b900
exten = 691,1,Dial(SIP/bt-karen,30,tr)
exten = 691,2,voicemail2,u901
exten = 691,102,voicemail,b901
My sip.conf is as follows
[general]
port = 5060
bindaddr = 192.168.69.1
context = sip
disallow = gsm
allow = alaw
disallow = ulaw
nat=disable
srvlookup=no
localnet=192.168.69.0/255.255.255.0
subscribecontext = sip
[snom-james]
type=friend
secret=password deleted
host=dynamic
callerid=James 690
defaultip=192.168.69.250
dtmfmode=rfc2833
mailbox=900
[bt-karen]
type=friend
secret=password deleted
host=dynamic
callerid=Karen 691
defaultip=192.168.69.251
dtmfmode=rfc2833
mailbox=901
---
Although when I first start asterisk up I always get this 1 error that I 
am
not sure about.

chan_sip.c:681 retrans_pkt: Maximum retries exceeded on call
[EMAIL PROTECTED] for seqno 102 (Non-critical
Request)
James
Hello James,
There is nothing special with the Snom phones. The empty dialplan
string is normal. You only have to specify the displayname, account,
password and registrar. I think you have a mistake in your
extensions.conf. Does it work with another (soft)phone?
Regards,
Joris

On Oct 15, 2004, at 1:51 PM, James Bean wrote:
I am having a problem with my new SNOM190 and my asterisk box.
Incoming calls to the SNOM work perfectly, but when i dial-out I get
a Not Found: number dialed on the SNOM display everytime I try,
nothing shows up on the console of the asterisk box so its not even
touching it.
I have the latest 3.54 firmware on it and when I looked at the Line 1
setup for my asterisk box I released that in the SNOM phone there is
nothing in my Dial-Plan String I take it it matches this inside the
phone to choose which line to use in the SNOM phone.
Unfortunately I am not finding much on the format of the Dial-Plan
String in the SNOM phones.
All I need is for it to send all calls regardless of format to the
asterisk box.
Anyone got any suggestions.
James

___
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
___
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


[Asterisk-Users] SNOM 190 Dial-Plan String Settings

2004-10-15 Thread James Bean



I am having a problem with my new SNOM190 and my asterisk 
box.

Incoming calls to the SNOM work perfectly, but when i 
dial-out I get a "Not Found: number dialed" on the SNOM display 
everytime I try, nothing shows up on the console of the asterisk box so its not 
even touching it.

I have the latest 3.54 firmware on it and when I looked at 
the Line 1 setup for my asterisk box I released that in the SNOM phone there is 
nothing in my "Dial-Plan String" I take it it matches this inside the phone to 
choose which line to use in the SNOM phone.

Unfortunately I am not finding much on the format of the 
Dial-Plan String in the SNOM phones.

All I need is for it to send all calls regardless of format 
to the asterisk box.

Anyone got any suggestions.

James
___
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