VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
gregkennedy at hotmail... Guest
|
Posted: Mon Feb 18, 2008 2:29 pm Post subject: [asterisk-users] IAXMODEM - NDID=s |
|
|
Are you not sending the exten to iaxmodem like this:
exten => xxxxxxxxxx,1,dial(IAX2/xxx/${EXTEN},30,r)
I had the same problem, routing wouldnt work, until i passed it the did like above.
Quote: | Message: 3
Date: Mon, 18 Feb 2008 15:26:31 +0200
From: Louwrens Benad? <louwrens at jasper.co.za>
Subject: [asterisk-users] IAXModem - NDID=s
To: <asterisk-users at lists.digium.com>
Message-ID:
<mailman.21.1203357606.21853.asterisk-users at lists.digium.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi guys
I have a lovely little irritation on my hands. I?ve been trying to set up
DID-based routing in Hylafax, and I?ve come across one hell of a headache:
AT+VRID=1
OK
DATE=0218
TIME=1524
NAME=xxxxxxxxxx
NMBR=xxxxxxxxxx
ANID=<NONE>
USER=<NONE>
PASS=<NONE>
CDID=<NONE>
NDID=s
What the hell!? Why is 'NDID=s'? I've noticed the dialplan is adding 's' for
Follow-Me'd and Ring Group'd calls as well, and I found the explanation for
that, but why on earth here?
All I'm doing is forwarding a DID to the IAX extension and let iaxmodem and
hylafax handle the rest.
Please, can anyone help?
|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080218/23d1db8d/attachment.htm |
|
Back to top |
|
|
louwrens at jasper.co.za Guest
|
Posted: Tue Feb 19, 2008 3:05 am Post subject: [asterisk-users] IAXMODEM - NDID=s |
|
|
Hi Greg
Thanks for the input. Just to make sure I don?t break my system, could I run
the proposed changed by you?
exten => s,n(a42),Dial(${${HuntMember}}${ds}) produces this - -- Executing
[s at macro-dial:38] Dial("Zap/29-1", "IAX2/1101|20|trM(auto-blkvm)") in new
stack
so the mod would look like this:
exten => s,n(a42),Dial(${${HuntMember}${EXTEN}}${ds})
am I reading it right?
Thanks
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Greg Kennedy
Sent: 18 February 2008 09:30 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] IAXMODEM - NDID=s
Are you not sending the exten to iaxmodem like this:
exten => xxxxxxxxxx,1,dial(IAX2/xxx/${EXTEN},30,r)
I had the same problem, routing wouldnt work, until i passed it the did like
above.
_____
Quote: | Message: 3
Date: Mon, 18 Feb 2008 15:26:31 +0200
From: Louwrens Benad? <louwrens at jasper.co.za>
Subject: [asterisk-users] IAXModem - NDID=s
To: <asterisk-users at lists.digium.com>
Message-ID:
<mailman.21.1203357606.21853.asterisk-users at lists.digium.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi guys
I have a lovely little irritation on my hands. I?ve been trying to set up
DID-based routing in Hylafax, and I?ve come across one hell of a headache:
AT+VRID=1
OK
DATE=0218
TIME=1524
NAME=xxxxxxxxxx
NMBR=xxxxxxxxxx
ANID=<NONE>
USER=<NONE>
PASS=<NONE>
CDID=<NONE>
NDID=s
What the hell!? Why is 'NDID=s'? I've noticed the dialplan is adding 's'
| for
Quote: | Follow-Me'd and Ring Group'd calls as well, and I found the explanation
| for
Quote: | that, but why on earth here?
All I'm doing is forwarding a DID to the IAX extension and let iaxmodem
| and
Quote: | hylafax handle the rest.
Please, can anyone help?
|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080219/18843fde/attachment.htm |
|
Back to top |
|
|
rob at hillis.dyndns.org Guest
|
Posted: Tue Feb 19, 2008 3:42 am Post subject: [asterisk-users] IAXMODEM - NDID=s |
|
|
You missed a slash.
v
exten => s,n(a42),Dial(${${HuntMember}*/*${EXTEN}}${ds})
^
Louwrens Benad? wrote:
Quote: |
Hi Greg
Thanks for the input. Just to make sure I don?t break my system, could
I run the proposed changed by you?
exten => s,n(a42),Dial(${${HuntMember}}${ds}) produces this - --
Executing [s at macro-dial:38] Dial("Zap/29-1",
"IAX2/1101|20|trM(auto-blkvm)") in new stack
so the mod would look like this:
exten => s,n(a42),Dial(${${HuntMember}${EXTEN}}${ds})
am I reading it right?
Thanks
------------------------------------------------------------------------
*From:* asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] *On Behalf Of *Greg
Kennedy
*Sent:* 18 February 2008 09:30 PM
*To:* asterisk-users at lists.digium.com
*Subject:* Re: [asterisk-users] IAXMODEM - NDID=s
Are you not sending the exten to iaxmodem like this:
exten => xxxxxxxxxx,1,dial(IAX2/xxx/${EXTEN},30,r)
I had the same problem, routing wouldnt work, until i passed it the
did like above.
------------------------------------------------------------------------
Quote: | Message: 3
Date: Mon, 18 Feb 2008 15:26:31 +0200
From: Louwrens Benad? <louwrens at jasper.co.za>
Subject: [asterisk-users] IAXModem - NDID=s
To: <asterisk-users at lists.digium.com>
Message-ID:
<mailman.21.1203357606.21853.asterisk-users at lists.digium.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi guys
I have a lovely little irritation on my hands. I?ve been trying to set up
DID-based routing in Hylafax, and I?ve come across one hell of a
| headache:
Quote: |
AT+VRID=1
OK
DATE=0218
TIME=1524
NAME=xxxxxxxxxx
NMBR=xxxxxxxxxx
ANID=<NONE>
USER=<NONE>
PASS=<NONE>
CDID=<NONE>
NDID=s
What the hell!? Why is 'NDID=s'? I've noticed the dialplan is adding
| 's' for
Quote: | Follow-Me'd and Ring Group'd calls as well, and I found the
| explanation for
Quote: | that, but why on earth here?
All I'm doing is forwarding a DID to the IAX extension and let
| iaxmodem and
Quote: | hylafax handle the rest.
Please, can anyone help?
|
------------------------------------------------------------------------
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| -------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080219/d94acdbe/attachment.htm |
|
Back to top |
|
|
louwrens at jasper.co.za Guest
|
Posted: Tue Feb 19, 2008 3:49 am Post subject: [asterisk-users] IAXMODEM - NDID=s |
|
|
Lol, thanks Rob
I just saw that, its working properly now. Although, in the Trixbox
environment I had to use ${DID}, as ${EXTEN} just produced another ?s?.
Now I just have to hope that my ugly FaxDispatch hack works as well
Just for those interested, here?s what it looks like:
SENDTO=FaxMaster; # by default email to
FaxMaster
FILETYPE=tiff; # in PDF format
SENDTO=`links -dump http://devintranet/FaxNumberLookup.asp?DIDNum=$CALLID4 |
awk '{print $1}'`;
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Rob Hillis
Sent: 19 February 2008 10:43 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] IAXMODEM - NDID=s
You missed a slash.
v
exten => s,n(a42),Dial(${${HuntMember}/${EXTEN}}${ds})
^
Louwrens Benad? wrote:
Hi Greg
Thanks for the input. Just to make sure I don?t break my system, could I run
the proposed changed by you?
exten => s,n(a42),Dial(${${HuntMember}}${ds}) produces this - -- Executing
[s at macro-dial:38] Dial("Zap/29-1", "IAX2/1101|20|trM(auto-blkvm)") in new
stack
so the mod would look like this:
exten => s,n(a42),Dial(${${HuntMember}${EXTEN}}${ds})
am I reading it right?
Thanks
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Greg Kennedy
Sent: 18 February 2008 09:30 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] IAXMODEM - NDID=s
Are you not sending the exten to iaxmodem like this:
exten => xxxxxxxxxx,1,dial(IAX2/xxx/${EXTEN},30,r)
I had the same problem, routing wouldnt work, until i passed it the did like
above.
_____
Quote: | Message: 3
Date: Mon, 18 Feb 2008 15:26:31 +0200
From: Louwrens Benad? <mailto:louwrens at jasper.co.za>
| <louwrens at jasper.co.za>
Quote: | Subject: [asterisk-users] IAXModem - NDID=s
To: <mailto:asterisk-users at lists.digium.com>
| <asterisk-users at lists.digium.com>
Quote: | Message-ID:
<mailto:mailman.21.1203357606.21853.asterisk-users at lists.digium.com>
| <mailman.21.1203357606.21853.asterisk-users at lists.digium.com>
Quote: | Content-Type: text/plain; charset="iso-8859-1"
Hi guys
I have a lovely little irritation on my hands. I?ve been trying to set up
DID-based routing in Hylafax, and I?ve come across one hell of a headache:
AT+VRID=1
OK
DATE=0218
TIME=1524
NAME=xxxxxxxxxx
NMBR=xxxxxxxxxx
ANID=<NONE>
USER=<NONE>
PASS=<NONE>
CDID=<NONE>
NDID=s
What the hell!? Why is 'NDID=s'? I've noticed the dialplan is adding 's'
| for
Quote: | Follow-Me'd and Ring Group'd calls as well, and I found the explanation
| for
Quote: | that, but why on earth here?
All I'm doing is forwarding a DID to the IAX extension and let iaxmodem
| and
Quote: | hylafax handle the rest.
Please, can anyone help?
|
_____
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080219/6fbb5994/attachment.htm |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|