Hi, i have connected my asterisk to an PBX (via cheap FXO-card). I must dial 7 for my door system - and than again Flash-7 to open the door. I can repeat the "Flash-7" as often as I want to open the door. my problem is to build the right extensions. exten => 777,1,Answer() exten => 777,2,Dial(ZAP/1/7,60,tTHg) exten => 777,3,Flash(ZAP/1) exten => 777,4,SendDTMF,7 exten => 777,5,Answer() exten => 777,5,Wait,10 I can dial "777" on my Asterisk-Phone (SIP) and I will be connected to the door system of the PBX. but I cant dial Flash-7 for open the door. any hints? thank you thorsten gehrig -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040619/522df7fd/attachment.htm
small point. * will not go to priority 3 unless Zap/1/7 hangs up You can send DTMF directly by the dial command by using the option D(digits) but am not sure about flash ----- Original Message ----- From: Thorsten Gehrig To: asterisk-users@lists.digium.com Sent: Saturday, June 19, 2004 1:04 PM Subject: [Asterisk-Users] Big problem with Flash Hi, i have connected my asterisk to an PBX (via cheap FXO-card). I must dial 7 for my door system - and than again Flash-7 to open the door. I can repeat the "Flash-7" as often as I want to open the door. my problem is to build the right extensions. exten => 777,1,Answer() exten => 777,2,Dial(ZAP/1/7,60,tTHg) exten => 777,3,Flash(ZAP/1) exten => 777,4,SendDTMF,7 exten => 777,5,Answer() exten => 777,5,Wait,10 I can dial "777" on my Asterisk-Phone (SIP) and I will be connected to the door system of the PBX. but I cant dial Flash-7 for open the door. any hints? thank you thorsten gehrig
Hi i know - THATS MY PROBLEM. But: I must first call the 7 (like I do) and Talk to the person on the door. Only I I want to open I must den a flash and a second 7 to open the door. any hints? regards thorsten -----Urspr?ngliche Nachricht----- Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] Im Auftrag von Navnit Chachan Gesendet: Samstag, 19. Juni 2004 10:01 An: asterisk-users@lists.digium.com Betreff: Re: [Asterisk-Users] Big problem with Flash small point. * will not go to priority 3 unless Zap/1/7 hangs up You can send DTMF directly by the dial command by using the option D(digits) but am not sure about flash ----- Original Message ----- From: Thorsten Gehrig To: asterisk-users@lists.digium.com Sent: Saturday, June 19, 2004 1:04 PM Subject: [Asterisk-Users] Big problem with Flash Hi, i have connected my asterisk to an PBX (via cheap FXO-card). I must dial 7 for my door system - and than again Flash-7 to open the door. I can repeat the "Flash-7" as often as I want to open the door. my problem is to build the right extensions. exten => 777,1,Answer() exten => 777,2,Dial(ZAP/1/7,60,tTHg) exten => 777,3,Flash(ZAP/1) exten => 777,4,SendDTMF,7 exten => 777,5,Answer() exten => 777,5,Wait,10 I can dial "777" on my Asterisk-Phone (SIP) and I will be connected to the door system of the PBX. but I cant dial Flash-7 for open the door. any hints? thank you thorsten gehrig _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Let asterisk dial 7 and connect you to the door phone. You can then do a flash+7 on your hard phone itself to open the door. Am i missing something here? ----- Original Message ----- From: "Thorsten Gehrig" <Thorsten@gehrig.de> To: <asterisk-users@lists.digium.com> Sent: Saturday, June 19, 2004 1:42 PM Subject: AW: [Asterisk-Users] Big problem with Flash Hi i know - THATS MY PROBLEM. But: I must first call the 7 (like I do) and Talk to the person on the door. Only I I want to open I must den a flash and a second 7 to open the door. any hints? regards thorsten -----Urspr?ngliche Nachricht----- Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] Im Auftrag von Navnit Chachan Gesendet: Samstag, 19. Juni 2004 10:01 An: asterisk-users@lists.digium.com Betreff: Re: [Asterisk-Users] Big problem with Flash small point. * will not go to priority 3 unless Zap/1/7 hangs up You can send DTMF directly by the dial command by using the option D(digits) but am not sure about flash ----- Original Message ----- From: Thorsten Gehrig To: asterisk-users@lists.digium.com Sent: Saturday, June 19, 2004 1:04 PM Subject: [Asterisk-Users] Big problem with Flash Hi, i have connected my asterisk to an PBX (via cheap FXO-card). I must dial 7 for my door system - and than again Flash-7 to open the door. I can repeat the "Flash-7" as often as I want to open the door. my problem is to build the right extensions. exten => 777,1,Answer() exten => 777,2,Dial(ZAP/1/7,60,tTHg) exten => 777,3,Flash(ZAP/1) exten => 777,4,SendDTMF,7 exten => 777,5,Answer() exten => 777,5,Wait,10 I can dial "777" on my Asterisk-Phone (SIP) and I will be connected to the door system of the PBX. but I cant dial Flash-7 for open the door. any hints? thank you thorsten gehrig _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com 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 Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
hi a) the hard phone is a sip phone (without flash keys) b) if there where a hard phone - the asterisk must "pass through" the flash - because the phone is always connected to asterisk - and asterisk is connectet to the doorphone... or? regards thorsten -----Urspr?ngliche Nachricht----- Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] Im Auftrag von Navnit Chachan Gesendet: Samstag, 19. Juni 2004 10:29 An: asterisk-users@lists.digium.com Betreff: Re: [Asterisk-Users] Big problem with Flash Let asterisk dial 7 and connect you to the door phone. You can then do a flash+7 on your hard phone itself to open the door. Am i missing something here? ----- Original Message ----- From: "Thorsten Gehrig" <Thorsten@gehrig.de> To: <asterisk-users@lists.digium.com> Sent: Saturday, June 19, 2004 1:42 PM Subject: AW: [Asterisk-Users] Big problem with Flash Hi i know - THATS MY PROBLEM. But: I must first call the 7 (like I do) and Talk to the person on the door. Only I I want to open I must den a flash and a second 7 to open the door. any hints? regards thorsten -----Urspr?ngliche Nachricht----- Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] Im Auftrag von Navnit Chachan Gesendet: Samstag, 19. Juni 2004 10:01 An: asterisk-users@lists.digium.com Betreff: Re: [Asterisk-Users] Big problem with Flash small point. * will not go to priority 3 unless Zap/1/7 hangs up You can send DTMF directly by the dial command by using the option D(digits) but am not sure about flash ----- Original Message ----- From: Thorsten Gehrig To: asterisk-users@lists.digium.com Sent: Saturday, June 19, 2004 1:04 PM Subject: [Asterisk-Users] Big problem with Flash Hi, i have connected my asterisk to an PBX (via cheap FXO-card). I must dial 7 for my door system - and than again Flash-7 to open the door. I can repeat the "Flash-7" as often as I want to open the door. my problem is to build the right extensions. exten => 777,1,Answer() exten => 777,2,Dial(ZAP/1/7,60,tTHg) exten => 777,3,Flash(ZAP/1) exten => 777,4,SendDTMF,7 exten => 777,5,Answer() exten => 777,5,Wait,10 I can dial "777" on my Asterisk-Phone (SIP) and I will be connected to the door system of the PBX. but I cant dial Flash-7 for open the door. any hints? thank you thorsten gehrig _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com 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 Asterisk-Users@lists.digium.com 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 Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I checked with my installation, asterisk passes the flash through to the destination. I am not sure with the sip phone. ----- Original Message ----- From: "Thorsten Gehrig" <Thorsten@gehrig.de> To: <asterisk-users@lists.digium.com> Sent: Saturday, June 19, 2004 6:34 PM Subject: AW: [Asterisk-Users] Big problem with Flash hi a) the hard phone is a sip phone (without flash keys) b) if there where a hard phone - the asterisk must "pass through" the flash - because the phone is always connected to asterisk - and asterisk is connectet to the doorphone... or? regards thorsten -----Urspr?ngliche Nachricht----- Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] Im Auftrag von Navnit Chachan Gesendet: Samstag, 19. Juni 2004 10:29 An: asterisk-users@lists.digium.com Betreff: Re: [Asterisk-Users] Big problem with Flash Let asterisk dial 7 and connect you to the door phone. You can then do a flash+7 on your hard phone itself to open the door. Am i missing something here? ----- Original Message ----- From: "Thorsten Gehrig" <Thorsten@gehrig.de> To: <asterisk-users@lists.digium.com> Sent: Saturday, June 19, 2004 1:42 PM Subject: AW: [Asterisk-Users] Big problem with Flash Hi i know - THATS MY PROBLEM. But: I must first call the 7 (like I do) and Talk to the person on the door. Only I I want to open I must den a flash and a second 7 to open the door. any hints? regards thorsten -----Urspr?ngliche Nachricht----- Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] Im Auftrag von Navnit Chachan Gesendet: Samstag, 19. Juni 2004 10:01 An: asterisk-users@lists.digium.com Betreff: Re: [Asterisk-Users] Big problem with Flash small point. * will not go to priority 3 unless Zap/1/7 hangs up You can send DTMF directly by the dial command by using the option D(digits) but am not sure about flash ----- Original Message ----- From: Thorsten Gehrig To: asterisk-users@lists.digium.com Sent: Saturday, June 19, 2004 1:04 PM Subject: [Asterisk-Users] Big problem with Flash Hi, i have connected my asterisk to an PBX (via cheap FXO-card). I must dial 7 for my door system - and than again Flash-7 to open the door. I can repeat the "Flash-7" as often as I want to open the door. my problem is to build the right extensions. exten => 777,1,Answer() exten => 777,2,Dial(ZAP/1/7,60,tTHg) exten => 777,3,Flash(ZAP/1) exten => 777,4,SendDTMF,7 exten => 777,5,Answer() exten => 777,5,Wait,10 I can dial "777" on my Asterisk-Phone (SIP) and I will be connected to the door system of the PBX. but I cant dial Flash-7 for open the door. any hints? thank you thorsten gehrig _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com 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 Asterisk-Users@lists.digium.com 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 Asterisk-Users@lists.digium.com 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 Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users