VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
creslin at digium.com Guest
|
Posted: Fri Mar 28, 2008 10:38 am Post subject: [asterisk-users] Call deflection on ISDN PRI in Sweden |
|
|
Hanna Wallin wrote:
Quote: | Hello List!
We're having trouble making call deflection on ISDN PRI. We would like to transfer a call to an external extension but keeping the callerid of the caller so it can be presented to the receiver of the transferred call.
At the time we're using Zaptel 1.4.5.1, Asterisk 1.4.11 and Digium hardware TE420B. We've ordered the service (CD) from the phone company.
The zapata.conf file inlcludes:
Transfer= yes
Facilityenable=yes
Callerid=asreceived
In extensions.conf we try to transfer a call to an external extension as: Transfer(ZAP/g0/ xxxxxxxx) but that fails with the ${TRANSFERSTATUS} = UNSUPPORTED.
Ideas anyone? We would really appreciate it!
|
That supplementary service (CD) is not supported in libpri right now, so
that would be the reason why it doesn't work. The Transfer()
application is for analog lines, IIRC.
--
Matthew Fredrickson
Software/Firmware Engineer
Digium, Inc. |
|
Back to top |
|
|
joakimsen at gmail.com Guest
|
Posted: Fri Mar 28, 2008 2:41 pm Post subject: [asterisk-users] Call deflection on ISDN PRI in Sweden |
|
|
*CLI> show application Transfer
-= Info about application 'Transfer' =-
[Synopsis]
Transfer caller to remote extension
[Description]
Transfer([Tech/]dest[|options]): Requests the remote caller be transferred
to a given destination. If TECH (SIP, IAX2, LOCAL etc) is used, only
an incoming call with the same channel technology will be transfered.
Note that for SIP, if you transfer before call is setup, a 302 redirect
SIP message will be returned to the caller.
The result of the application will be reported in the TRANSFERSTATUS
channel variable:
SUCCESS Transfer succeeded
FAILURE Transfer failed
*** UNSUPPORTED Transfer unsupported by channel driver ***
So what you need to do is use app_dial instead of app_transfer.
Everything else should be able to remain the same.
On Fri, Mar 28, 2008 at 4:25 AM, Hanna Wallin
<Hanna.Wallin at pocketmobile.se> wrote:
Quote: |
Hello List!
We're having trouble making call deflection on ISDN PRI. We would like to
transfer a call to an external extension but keeping the callerid of the
caller so it can be presented to the receiver of the transferred call.
At the time we're using Zaptel 1.4.5.1, Asterisk 1.4.11 and Digium hardware
TE420B. We've ordered the service (CD) from the phone company.
The zapata.conf file inlcludes:
Transfer= yes
Facilityenable=yes
Callerid=asreceived
In extensions.conf we try to transfer a call to an external extension as:
Transfer(ZAP/g0/ xxxxxxxx) but that fails with the ${TRANSFERSTATUS} =
UNSUPPORTED.
Ideas anyone? We would really appreciate it!
Kind regards,
Hanna
Hanna Wallin
System Development
Direct: +46 (0)8 736 77 29
Mobile: +46 (0)73 414 13 38
Fax: +46 (0)8 736 77 91
E-mail: hanna.wallin at pocketmobile.se
PocketMobile Communications AB
Wenner-Gren Center
Sveav?gen 168, 3 tr
113 46 Stockholm
Nordic web page: www.pocketmobile.se
International web page: www.pocketmobileworld.com
_______________________________________________
-- 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
|
|
|
Back to top |
|
|
Hanna.Wallin at pocket... Guest
|
Posted: Wed Apr 02, 2008 10:33 am Post subject: [asterisk-users] Call deflection on ISDN PRI in Sweden |
|
|
Thanks Matthew!
Now I can start looking for a workaround
/hanna
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matthew
Fredrickson
Sent: den 28 mars 2008 16:39
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Call deflection on ISDN PRI in Sweden
Hanna Wallin wrote:
Quote: | Hello List!
We're having trouble making call deflection on ISDN PRI. We would like
| to transfer a call to an external extension but keeping the callerid of
the caller so it can be presented to the receiver of the transferred
call.
Quote: |
At the time we're using Zaptel 1.4.5.1, Asterisk 1.4.11 and Digium
| hardware TE420B. We've ordered the service (CD) from the phone company.
Quote: |
The zapata.conf file inlcludes:
Transfer= yes
Facilityenable=yes
Callerid=asreceived
In extensions.conf we try to transfer a call to an external extension
| as: Transfer(ZAP/g0/ xxxxxxxx) but that fails with the ${TRANSFERSTATUS}
= UNSUPPORTED.
Quote: |
Ideas anyone? We would really appreciate it!
|
That supplementary service (CD) is not supported in libpri right now, so
that would be the reason why it doesn't work. The Transfer()
application is for analog lines, IIRC.
--
Matthew Fredrickson
Software/Firmware Engineer
Digium, Inc.
_______________________________________________
-- 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 |
|
Back to top |
|
|
Hanna.Wallin at pocket... Guest
|
Posted: Wed Apr 02, 2008 10:35 am Post subject: [asterisk-users] Call deflection on ISDN PRI in Sweden |
|
|
Thanks for your answer.
I've found out that the zaptel drivers don't support Call Deflection at the moment and in Sweden the callerid can be set to anything different than the phonenumber of the caller.
Have to find a workaround
/hanna
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Andreas van dem Helge
Sent: den 28 mars 2008 20:42
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Call deflection on ISDN PRI in Sweden
*CLI> show application Transfer
-= Info about application 'Transfer' =-
[Synopsis]
Transfer caller to remote extension
[Description]
Transfer([Tech/]dest[|options]): Requests the remote caller be transferred
to a given destination. If TECH (SIP, IAX2, LOCAL etc) is used, only
an incoming call with the same channel technology will be transfered.
Note that for SIP, if you transfer before call is setup, a 302 redirect
SIP message will be returned to the caller.
The result of the application will be reported in the TRANSFERSTATUS
channel variable:
SUCCESS Transfer succeeded
FAILURE Transfer failed
*** UNSUPPORTED Transfer unsupported by channel driver ***
So what you need to do is use app_dial instead of app_transfer.
Everything else should be able to remain the same.
On Fri, Mar 28, 2008 at 4:25 AM, Hanna Wallin
<Hanna.Wallin at pocketmobile.se> wrote:
Quote: |
Hello List!
We're having trouble making call deflection on ISDN PRI. We would like to
transfer a call to an external extension but keeping the callerid of the
caller so it can be presented to the receiver of the transferred call.
At the time we're using Zaptel 1.4.5.1, Asterisk 1.4.11 and Digium hardware
TE420B. We've ordered the service (CD) from the phone company.
The zapata.conf file inlcludes:
Transfer= yes
Facilityenable=yes
Callerid=asreceived
In extensions.conf we try to transfer a call to an external extension as:
Transfer(ZAP/g0/ xxxxxxxx) but that fails with the ${TRANSFERSTATUS} =
UNSUPPORTED.
Ideas anyone? We would really appreciate it!
Kind regards,
Hanna
Hanna Wallin
System Development
Direct: +46 (0)8 736 77 29
Mobile: +46 (0)73 414 13 38
Fax: +46 (0)8 736 77 91
E-mail: hanna.wallin at pocketmobile.se
PocketMobile Communications AB
Wenner-Gren Center
Sveav?gen 168, 3 tr
113 46 Stockholm
Nordic web page: www.pocketmobile.se
International web page: www.pocketmobileworld.com
_______________________________________________
-- 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
| _______________________________________________
-- 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 |
|
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
|