Re: [asterisk-users] Issue with handling of 480 DND

2017-01-10 Thread Matt Fredrickson
Response inline. On Fri, Jan 6, 2017 at 12:47 PM, Markus Weiler wrote: > Nobody any idea? > > It would be really helpful, > > Markus > > > > > Am 06.01.2017 um 12:07 schrieb Markus Weiler: > >> Hi List, >> >> we're calling a sip phone from our Asterisk Server, and try to add logic >> depending o

Re: [asterisk-users] Issue with handling of 480 DND

2017-01-09 Thread Markus
Am 06.01.2017 um 12:07 schrieb Markus Weiler: Hi List, we're calling a sip phone from our Asterisk Server, and try to add logic depending on the dialstatus We tried to figure out what the difference is and think it's how Asterisk handles the "480 Do Not Disturb" from the phone (xxx.xxx.xxx.xxx)

Re: [asterisk-users] Issue with handling of 480 DND

2017-01-06 Thread Markus Weiler
Nobody any idea? It would be really helpful, Markus Am 06.01.2017 um 12:07 schrieb Markus Weiler: Hi List, we're calling a sip phone from our Asterisk Server, and try to add logic depending on the dialstatus Stripped down example; exten = 494X,n,Dial(SIP/4120089,15,w) exten = 494X

[asterisk-users] Issue with handling of 480 DND

2017-01-06 Thread Markus Weiler
Hi List, we're calling a sip phone from our Asterisk Server, and try to add logic depending on the dialstatus Stripped down example; exten = 494X,n,Dial(SIP/4120089,15,w) exten = 494X,n,Goto(98-${DIALSTATUS},1) exten = 494X,n,Hangup() . exten = 98-BUSY,1,NoOp(Busy)